/*!********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/normalize-css/normalize.css ***!
  \********************************************************************************************/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*!***********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/slick-carousel/slick/slick.css ***!
  \***********************************************************************************************/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*!*****************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/slick-carousel/slick/slick-theme.css ***!
  \*****************************************************************************************************/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(fb6f3c230cb846e25247.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(a4e97f5a2a64f0ab1323.eot);
    src: url(a4e97f5a2a64f0ab1323.eot?#iefix) format('embedded-opentype'), url(295183786cd8a1389865.woff) format('woff'), url(c94f7671dcc99dce43e2.ttf) format('truetype'), url(2630a3e3eab21c607e21.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*!*************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/select2/dist/css/select2.min.css ***!
  \*************************************************************************************************/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/_main.scss ***!
  \**************************************************************************************************************/
@charset "UTF-8";
* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: 0;
  text-decoration: none;
  color: #333d28;
  background-color: transparent;
}

html {
  height: 100%;
  font-size: 10px;
  overflow-x: hidden;
  font-family: sans-serif;
  line-height: 1.15;
}

body {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: #4a5567;
  font-size: 10px;
  line-height: 1.15;
  color: #333d28;
  text-align: left;
  background: #ffffff;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

button,
.a-button {
  display: block;
  width: 100%;
  padding: 1.5rem;
  border: none;
  border-radius: 1rem;
  background: #333d28;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
button:hover,
.a-button:hover {
  background: #505a50;
}
button.loading,
.a-button.loading {
  opacity: 0.7;
}

input {
  display: block;
  width: 100%;
  padding: 1.5rem;
  border: 0.1rem solid #9f9f90;
  border-radius: 1rem;
  background: #ffffff;
  color: #9f9f90;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8rem;
}

body:not(.page-template-home-page) .wrapper {
  font-size: 1.4rem;
}

b,
strong {
  font-weight: bolder;
}

.wrapper {
  position: relative;
}

.p-wrapper > *:first-child {
  margin-top: 0;
}
.p-wrapper > *:last-child {
  margin-bottom: 0;
}

.container {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

.overflow-hidden {
  overflow: hidden;
}

@media only screen and (min-width: 1025px) {
  button {
    max-width: 32rem;
  }
}
@media only screen and (max-width: 1024.98px) {
  body.page-template-home-page .wrapper {
    margin-top: 90.59px;
  }
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.header {
  background: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  transition: all 0.2s ease-in-out;
}
.header__container {
  padding: 2.3rem 3rem;
}
.header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.header_sandwich-opened .header__container {
  padding-bottom: 1rem;
}

body:not(.page-template-home-page) .header {
  position: sticky;
  top: 0;
}

@media only screen and (min-width: 1025px) {
  .page-template-home-page .header_not-scrolled:not(:hover) {
    background: transparent;
  }
  .header_scrolled .header__inner {
    justify-content: end;
  }
}
@media only screen and (max-width: 1024.98px) {
  .header__container {
    align-items: start;
    height: auto;
    padding: 1rem 2rem 0;
  }
  .header__inner {
    justify-content: space-between;
  }
}
.header-logo {
  position: relative;
  display: block;
  width: 15%;
}
.header-logo__image {
  transition: all 0.2s ease-in-out;
  display: block;
  height: auto;
}
.header-logo__image_light {
  opacity: 0;
}
.header-logo__image_dark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.page-template-home-page .header_not-scrolled:not(:hover) .header-logo__image_dark {
  opacity: 0;
}
.page-template-home-page .header_not-scrolled:not(:hover) .header-logo__image_ligh {
  opacity: 1;
}

.header_scrolled .header-logo {
  position: fixed;
  top: 2rem;
  left: 10rem;
  width: 13rem;
}

@media only screen and (max-width: 1024.98px) {
  .header-logo {
    display: none;
  }
}
.header-nav {
  white-space: nowrap;
  width: 38%;
}
.header-nav__list {
  display: inline-flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-nav__list a {
  margin: 0 1rem;
  padding: 1rem 0;
  color: #333d28;
  font-size: 1.4rem;
  font-weight: 800;
  list-style: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.header-nav__list a:hover {
  border-bottom: 0.2rem solid #333d28;
}
.header-nav__list li.current-menu-item a {
  border-bottom: 0.2rem solid #333d28;
}

.page-template-home-page .header_not-scrolled:not(:hover) .header-nav__list a {
  color: #ffffff;
}
.page-template-home-page .header_not-scrolled:not(:hover) .header-nav__list a:hover {
  border-bottom: 0.2rem solid #ffffff;
}
.page-template-home-page .header_not-scrolled:not(:hover) .header-nav__list li.current-menu-item a {
  border-bottom: 0.2rem solid #ffffff;
}

.header_scrolled:not(.header_sandwich-opened) .header-nav {
  display: none;
}

@media only screen and (max-width: 1024.98px) {
  .header-nav {
    display: none;
  }
}
.header-search {
  position: relative;
}
.header-search__submit {
  position: absolute;
  top: 50%;
  width: 4rem;
  height: 4rem;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  outline: 0;
  background: 0 0;
  font-size: 2rem;
  z-index: 2;
  color: #333d28;
  transition: all 0.2s ease-in-out;
}
.header-search__submit:hover {
  background: transparent;
  color: #333d28;
}
.header-search__input {
  width: 100%;
  height: 4rem;
  padding: 1rem 1.5rem 1rem 5rem;
  border: none;
  border-radius: 2rem;
  outline: 0;
  background-color: #eef1eb;
  font-size: 1.4rem;
  font-weight: 300;
  color: #9f9f90;
  transition: all 0.2s ease-in-out;
}
.header-search__input::placeholder {
  color: #9f9f90;
}

@media only screen and (min-width: 1025px) {
  .page-template-home-page .header_not-scrolled:not(:hover) .header-search__input {
    border: none;
    background: rgba(255, 255, 255, 0.5);
    color: #ffffff;
  }
  .page-template-home-page .header_not-scrolled:not(:hover) .header-search__input::placeholder {
    color: #ffffff;
  }
  .page-template-home-page .header_not-scrolled:not(:hover) .header-search__submit {
    color: #ffffff;
  }
  .header-search {
    width: 30%;
  }
}
@media only screen and (max-width: 1024.98px) {
  .header-search {
    order: 3;
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .header-search__submit {
    right: 1rem;
  }
  .header-search__input {
    padding: 1rem 1.5rem 1rem 1rem;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.15);
  }
}
.chip {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  background-color: #796159;
  color: #ffffff;
  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
  vertical-align: top;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.chip_active {
  opacity: 1;
}
.chip_no-product {
  background-color: #aaaaaa;
}

.header-user {
  display: inline-flex;
  justify-content: end;
  padding: 0;
  list-style: none;
  margin: 0;
  position: relative;
}
.header-user__item {
  margin: 0 1rem;
}
.header-user__item:last-child {
  margin-right: 0;
}
.header-user__item_mobile {
  margin-left: 1.25rem;
  padding-left: 1.25rem;
  border-left: 0.1rem solid #9f9f90;
}
.header-user__link {
  display: flex;
  align-items: center;
  color: #333d28;
  font-size: 1.2rem;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
}
.header-user__chip {
  position: absolute;
  top: -0.1rem;
  right: -1rem;
}
.header-user__popup {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 2.5rem;
  z-index: 1040;
}
.header-user__popup_active {
  opacity: 1;
  visibility: visible;
  right: 0;
}

@media only screen and (min-width: 1025px) {
  .page-template-home-page .header_not-scrolled:not(:hover) .header-user__link, .page-template-home-page .header_not-scrolled:not(:hover) .header-user__chip {
    color: #ffffff;
  }
  .header-user {
    width: 17%;
  }
  .header-user__item_mobile {
    display: none;
  }
}
@media only screen and (max-width: 1024.98px) {
  .header-user {
    order: 2;
    margin-bottom: 1rem;
  }
  .header-user__link {
    font-size: 2.5rem;
  }
}
.header-secondary-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-secondary-nav__list li {
  position: relative;
  z-index: 1030;
}
.header-secondary-nav__list a {
  color: #333d28;
}

@media only screen and (min-width: 1025px) {
  .page-template-home-page .header_not-scrolled:not(:hover) .header-secondary-nav a {
    color: #ffffff;
  }
  .header-secondary-nav {
    flex: 1 0 100%;
    align-self: flex-end;
    order: 66;
    width: 100%;
    position: relative;
    height: auto;
  }
  .header-secondary-nav__mobile {
    display: none;
  }
  .header-secondary-nav__list {
    display: flex;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    width: auto;
    margin: 0 auto;
  }
  .header-secondary-nav__list a {
    display: block;
    margin-right: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding: 1.4rem 0;
    border-bottom: 0.2rem solid transparent;
  }
  .header-secondary-nav__list > li > .sub-menu {
    list-style: none;
    box-shadow: 0 2.3rem 1.8rem -1.8rem rgba(51, 61, 40, 0.2);
    visibility: hidden;
    position: fixed;
    right: 0;
    left: 0;
    max-height: 0;
    border-top: 0.1rem solid #eef1eb;
    background: #ffffff;
    font-size: 1.3rem;
    overflow: hidden;
    padding: 0 3rem;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8rem;
    color: #333d28;
  }
  .header-secondary-nav__list > li > .sub-menu > li {
    padding-top: 2rem;
    padding-bottom: 2rem;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .header-secondary-nav__list > li > .sub-menu > li > a {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #333d28;
  }
  .header-secondary-nav__list > li > .sub-menu > li > .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 1.5rem;
  }
  .header-secondary-nav__list > li > .sub-menu > li > .sub-menu > li {
    margin: 1.2rem 0;
    line-height: 1.6rem;
  }
  .header-secondary-nav__list > li > .sub-menu > li > .sub-menu a {
    color: #333d28;
    padding: 0;
    font-weight: 300;
  }
  .header-secondary-nav__list > li:hover > .sub-menu {
    max-height: 100vh;
    visibility: visible;
  }
  .header_scrolled:not(.header_sandwich-opened) .header-secondary-nav {
    display: none;
  }
}
@media only screen and (max-width: 1024.98px) {
  .header-secondary-nav {
    position: absolute;
    top: 100%;
    right: 0;
    height: calc(100vh - 90px);
    overflow: hidden scroll;
    width: 100vw;
    margin: 0;
    background: #ffffff;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .header-secondary-nav__list {
    margin: 0.5rem;
    border-radius: 1rem;
    overflow: hidden;
  }
  .header-secondary-nav__list_inactive > li:not(.active) {
    display: none;
  }
  .header-secondary-nav__list > li.active.menu-item-has-children > a {
    position: relative;
  }
  .header-secondary-nav__list > li.active.menu-item-has-children > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 1.5rem;
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
    transform: rotate(-45deg);
    border-top: 0.1rem solid #ffffff;
    border-left: 0.1rem solid #ffffff;
    background: 0 0;
    z-index: 1;
    border-right: 0;
  }
  .header-secondary-nav__list > li.active > a {
    text-align: right;
  }
  .header-secondary-nav__list > li.active > .sub-menu > li > a {
    font-weight: 700;
    color: #333d28;
    font-size: 1.5rem;
  }
  .header-secondary-nav__list > li.active .sub-menu {
    display: block;
    list-style: none;
    padding: 0 1.3rem;
    margin: 0;
  }
  .header-secondary-nav__list > li.active .sub-menu a {
    padding: 1.4rem 0;
    position: relative;
    cursor: pointer;
    display: block;
    padding-left: 2.5rem;
    color: #000000;
    font-size: 1.2rem;
    font-weight: 400;
  }
  .header-secondary-nav__list > li:last-child {
    border-bottom: 0;
  }
  .header-secondary-nav__list > li.menu-item-has-children {
    position: relative;
  }
  .header-secondary-nav__list > li.menu-item-has-children:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 2.3rem;
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
    transform: rotate(45deg);
    border-top: 0.1rem solid #ffffff;
    border-right: 0.1rem solid #ffffff;
    background: 0 0;
    z-index: 1;
  }
  .header-secondary-nav__list > li > a {
    color: #ffffff;
    font-weight: 700;
    border-bottom: none;
    border-top: none;
    display: block;
    position: relative;
    padding: 1.3rem 0;
    font-size: 1.4rem;
    cursor: pointer;
    border-bottom: 0.1rem solid #505a50;
    background: #333d28;
    padding: 1.3rem;
  }
  .header-secondary-nav__list > li > .sub-menu {
    display: none;
  }
  .header_mobile-opened .header-secondary-nav {
    opacity: 1;
    visibility: visible;
  }
}
.header-sandwich {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: none;
  width: 3.5rem;
  height: 2.2rem;
  cursor: pointer;
}
.header-sandwich__line {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.3rem;
  transform: rotate(0);
  border-radius: 0.2rem;
  background-color: #333d28;
  transition: all 0.2s ease-in-out;
  transform-origin: left center;
  opacity: 1;
}
.header-sandwich__line:first-child {
  top: 0;
}
.header-sandwich__line:nth-child(2) {
  top: 0.7rem;
}
.header-sandwich__line:last-child {
  top: 1.4rem;
}

@media only screen and (min-width: 1025px) {
  .header_scrolled .header-sandwich {
    display: block;
  }
  .header_sandwich-opened .header-sandwich__line:first-child {
    width: 2.9rem;
    transform: rotate(45deg);
  }
  .header_sandwich-opened .header-sandwich__line:nth-child(2) {
    opacity: 0;
    width: 0;
  }
  .header_sandwich-opened .header-sandwich__line:last-child {
    top: 2rem;
    width: 2.9rem;
    transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 1024.98px) {
  .header-sandwich {
    display: none;
  }
}
.header-mobile-logo {
  display: none;
}

@media only screen and (max-width: 1024.98px) {
  .header-mobile-logo {
    display: block;
    order: 1;
    margin-bottom: 1rem;
  }
  .header-mobile-logo__image {
    width: 3.5rem;
    height: auto;
    display: block;
    margin: 0;
  }
}
.burger-icon {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
}
.burger-icon__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.1rem;
  border-radius: 1rem;
  background-color: #333d28;
  transition: all 0.2s ease-in-out;
}
.burger-icon__line:first-child {
  top: 0.2rem;
}
.burger-icon__line:nth-child(2) {
  top: 1.2rem;
}
.burger-icon__line:last-child {
  top: 2.2rem;
}

.header_mobile-opened .burger-icon__line:first-child {
  transform: rotate(45deg);
  top: 1.2rem;
}
.header_mobile-opened .burger-icon__line:nth-child(2) {
  opacity: 0;
  top: 1.2rem;
}
.header_mobile-opened .burger-icon__line:last-child {
  transform: rotate(-45deg);
  top: 1.2rem;
}

.primary-mobile-nav {
  padding: 0;
  list-style: none;
  margin: 0.5rem;
  border-radius: 1rem;
  overflow: hidden;
}
.primary-mobile-nav > li {
  border-bottom: 0.1rem solid #ffffff;
  background: #7c917e;
  position: static;
  padding: 0 1.3rem;
}
.primary-mobile-nav > li:last-child {
  border-bottom: 0;
}
.primary-mobile-nav > li > a {
  color: #ffffff;
  font-weight: 700;
  border-bottom: none;
  border-top: none;
  display: block;
  position: relative;
  padding: 1.3rem 0;
  font-size: 1.4rem;
  cursor: pointer;
}
.primary-mobile-nav > li > .sub-menu {
  display: none;
}

.hp-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "row row" "item item" "item item" "item item";
}

@media only screen and (min-width: 1025px) {
  .hp-tiles {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
  }
}
.hp-tile {
  background-color: #d2bea5;
  padding-bottom: 161%;
  position: relative;
  display: grid;
  justify-items: center;
  align-items: start;
  position: relative;
}
.hp-tile:hover:before {
  background: rgba(0, 0, 0, 0.1);
}
.hp-tile:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
.hp-tile__image {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hp-tile_banner {
  grid-column: span 2/span 2;
  padding-bottom: 80.5%;
}
.hp-tile__title {
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 5rem;
  font-weight: 500;
  text-transform: uppercase;
  top: 5rem;
  z-index: 3;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .hp-tile__title {
    top: 18rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1024.98px) {
  .hp-tile {
    order: 2;
    padding-bottom: 127%;
  }
  .hp-tile_banner {
    order: 1;
    padding-bottom: 64%;
  }
}
.hp-rp {
  margin-bottom: 6rem;
  overflow: hidden;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
.hp-rp__list {
  padding-right: 30px;
  padding-left: 30px;
}

@media only screen and (min-width: 1025px) {
  .hp-rp {
    max-width: 1450px;
    margin-bottom: 1rem;
  }
  .hp-rp__list {
    width: 95%;
    margin: auto;
  }
}
@media only screen and (max-width: 1024.98px) {
  .hp-rp {
    margin-bottom: 3rem;
    padding-left: 12px;
    padding-right: 12px;
  }
  .hp-rp__list {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 0;
    padding-right: 0;
  }
}
.header-slot {
  display: block;
  margin: 4rem auto;
  font-weight: 100;
  text-align: center;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
.header-slot__title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1025px) {
  .header-slot {
    max-width: 1450px;
  }
  .header-slot__title {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 1024.98px) {
  .header-slot {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.rp-slider {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.rp-slider .slick-slide {
  margin: 0 7.5px;
}
.rp-slider .slick-list {
  margin: 0 -7.5px;
}
.rp-slider__item {
  margin-bottom: 5.5rem;
}
.rp-slider .slick-arrow {
  background: #eaeaea;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 3rem 3rem;
  transform: none;
  top: calc(50% - 10rem);
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.rp-slider .slick-arrow.slick-disabled {
  opacity: 0;
}
.rp-slider .slick-arrow:before {
  display: none;
}
.rp-slider .slick-prev {
  background-image: url(d9679847a753ec726c72.svg);
  left: -64px;
}
.rp-slider .slick-next {
  background-image: url(82479bcda00e59941455.svg);
  right: -64px;
}

@media only screen and (min-width: 1025px) {
  .rp-slider {
    width: 90%;
    max-width: 1450px;
  }
}
@media only screen and (max-width: 1024.98px) {
  .rp-slider .slick-list {
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  .rp-slider .slick-prev {
    left: 18px;
  }
  .rp-slider .slick-next {
    right: 18px;
  }
}
.rp-item {
  text-align: center;
  display: block;
}
.rp-item__image {
  position: relative;
  background: #eef1eb;
  padding-bottom: 100%;
}
.rp-item__image-src {
  width: 100%;
  height: 100% !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  object-fit: cover;
}
.rp-item__name {
  margin-top: 3rem;
  font-size: 1.5em;
  font-weight: 700;
}
.rp-item__description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333d28;
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 1rem;
}
.rp-item__price {
  font-weight: 700;
  color: #4c525c;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0;
}
.rp-item__price ins {
  text-decoration: none;
}
.rp-item__price .price-discount {
  display: none;
}

@media only screen and (max-width: 1024.98px) {
  .rp-item_slide {
    width: 147px;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1031;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  background: #333333;
}
.overlay_active {
  opacity: 0.4;
  visibility: visible;
}

.product-dialog {
  background: #ffffff;
  flex-direction: column;
  text-align: left;
  max-height: 100vh;
  position: fixed;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  height: 100%;
  padding: 0;
  transition: all 0.2s ease-in-out;
  z-index: 1050;
  transform: translateX(100vw);
  max-width: 720px;
}
.product-dialog_active {
  transform: translateX(0);
}
.product-dialog__title-bar {
  position: relative;
  padding: 2.4rem;
}
.product-dialog__title-content {
  width: 90%;
  color: #333333;
  max-width: calc(100% - 7rem);
  font-weight: 700;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 1.2rem 1.6rem;
}
.product-dialog__title {
  order: 0;
  margin: 0;
  padding: 0;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
}
.product-dialog .woosw-btn {
  order: 1;
  width: auto;
  padding: 0.2rem;
  border: none;
  background-color: transparent;
  color: #333d28;
  cursor: pointer;
  background: url(b91df06af145ec7cf3b2.svg) no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  transition: all 0.2s ease-in-out;
  text-indent: -9999px;
}
.product-dialog .woosw-btn:before {
  display: none;
}
.product-dialog .woosw-btn:hover, .product-dialog .woosw-btn.woosw-added {
  background-image: url(f39e6ca4d4c5089e593c.svg);
}
.product-dialog__heart {
  order: 1;
  width: auto;
  padding: 0.2rem;
  border: none;
  background-color: transparent;
  color: #333d28;
  font-size: 2.4rem;
  cursor: pointer;
}
.product-dialog__heart:hover, .product-dialog__heart_active {
  fill: currentColor;
  stroke: currentColor;
}
.product-dialog__description {
  order: 3;
  width: 100%;
  padding: 0;
  color: #4c525c;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
  font-style: italic;
}
.product-dialog__close {
  margin-top: 1.4rem;
  outline: 0;
  position: absolute;
  top: 0;
  right: 2rem;
  border-radius: 50%;
  background: #eef1eb;
  width: 4.4rem;
  height: 4.4rem;
  border: 0;
  font-size: 4.4rem;
  line-height: 1;
  color: #2d3714;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
.product-dialog__close:hover {
  background: #2d3714;
  color: #ffffff;
}
.product-dialog__close-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-dialog__content {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  max-height: calc(100vh - 17.5rem);
  overflow-y: auto;
  flex: 1;
  margin-bottom: 9.8rem;
}
.product-dialog__body {
  padding: 2.4rem;
  width: 100%;
}
.product-dialog__sticky {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  z-index: 99;
  backdrop-filter: blur(1rem);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.4rem;
  background-color: #eef1eb;
  opacity: 1;
}
.product-dialog__form-wrapper .woocommerce-variation-add-to-cart {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  z-index: 99;
  backdrop-filter: blur(1rem);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.4rem;
  background-color: #eef1eb;
  opacity: 1;
  display: flex;
}
.product-dialog .cart {
  display: flex;
}
.product-dialog .cart .quantity {
  width: 7rem;
}
.product-dialog .cart .select2-container--default {
  width: 7rem !important;
}
.product-dialog .cart .button {
  width: calc(100% - 9rem) !important;
  max-width: none !important;
  background-color: #2d3714 !important;
  color: #ffffff !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  transition: all 0.2s ease-in-out !important;
  text-transform: none !important;
  margin: 0 !important;
  display: block !important;
  border-radius: 1rem !important;
  line-height: 2rem !important;
  padding: 1.5rem !important;
  flex-grow: 1 !important;
  margin-left: 2rem !important;
}
.product-dialog .cart .button:hover {
  background: #333d28 !important;
}
.product-dialog .cart .button:after {
  display: none;
}
.product-dialog__content-inner {
  display: block;
  width: 100%;
}
.product-dialog .woocommerce-variation {
  display: none !important;
}

@media only screen and (min-width: 1025px) {
  .product-dialog {
    min-width: 72rem;
    overflow: visible;
  }
}
@media only screen and (max-width: 1024.98px) {
  .product-dialog {
    width: 100vw;
    min-width: 0;
  }
}
.pd-slider .woocommerce-product-gallery {
  opacity: 1 !important;
  display: block !important;
}
.pd-slider .woocommerce-product-gallery__image {
  margin-right: 4px;
}
.pd-slider .woocommerce-product-gallery__image img {
  width: 553px !important;
  height: auto !important;
  aspect-ratio: 1/1 !important;
  display: block !important;
  object-fit: cover !important;
}

.product-content {
  display: flex;
  flex-direction: column;
}

.product-price {
  display: flex;
  align-items: center;
  margin: 0 0 2.4rem;
  color: #333d28;
}
.product-price__value {
  flex: 1 0 50%;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.4rem;
  font-weight: 800;
  white-space: nowrap;
}
.product-price__value del {
  font-weight: 800;
  font-size: 1.4rem;
  order: 2;
  text-decoration: none;
}
.product-price__value ins {
  text-decoration: none;
  color: #ae4b5a;
  font-size: 2.4rem;
  font-weight: 800;
}
.product-price__button-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
.product-price__button {
  color: #333d28;
  transition: all 0.2s ease-in-out;
  width: auto;
  padding: 2.2rem 2.6rem;
  border: 1px solid #333d28;
  background-color: transparent;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 0.9;
  border-radius: 1rem;
}
.product-price__button:hover {
  background: #333d28;
  color: #ffffff;
}

@media only screen and (max-width: 1024.98px) {
  .product-price__value {
    display: none;
  }
}
.wrapper .select2-container--default {
  width: 100%;
}
.wrapper .select2-container--default .select2-selection__rendered {
  padding-right: 2rem;
  padding-left: 0;
  line-height: 5rem;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  overflow: hidden;
}
.wrapper .select2-container--default .select2-selection__arrow {
  position: absolute;
  right: 1.2rem;
  width: 1.2rem;
  height: 100%;
}
.wrapper .select2-container--default .select2-selection__arrow b {
  display: none;
}
.wrapper .select2-container--default .select2-selection__arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.6rem);
  font-size: 0.7rem;
  line-height: 1.2rem;
  width: 13px;
  height: 12px;
  background: url(b102d0c26209630d235a.svg) no-repeat center center;
  background-size: 18px 18px;
  transition: all 0.2s ease-in-out;
}
.wrapper .select2-selection--single {
  position: relative;
  height: 5rem;
  padding: 0 1rem;
  border-radius: 1rem;
  border-color: #9f9f90;
  outline: 0;
  color: #333d28;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 5rem;
  padding: 0 1rem 0 0.5rem;
  border-radius: 1rem;
}
.wrapper .select2-container--open .select2-selection__arrow:after {
  transform: rotate(180deg);
}

.select2-search {
  display: none;
}

.select2-results__option {
  transition: all 0.2s ease-in-out;
  padding: 6px;
  padding-left: 2rem;
  outline: 0;
  background-color: #ffffff;
  color: #333d28;
  font-size: 1.2rem;
  font-weight: 300;
}
.select2-results__option--highlighted {
  background-color: #eef1eb !important;
  color: #333d28 !important;
}

.select2-dropdown {
  overflow: hidden;
}

.rp-sticky-cart .select2-container--default {
  width: 7rem !important;
}
.rp-sticky-cart__controls {
  display: flex;
}
.rp-sticky-cart__button-wrapper {
  flex-grow: 1;
  width: 35.5rem;
  padding-left: 2rem;
}
.rp-sticky-cart__button {
  width: 100% !important;
  max-width: none !important;
  background-color: #2d3714 !important;
  color: #ffffff !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  transition: all 0.2s ease-in-out !important;
  text-transform: none !important;
  margin: 0 !important;
  display: block !important;
  border-radius: 1rem !important;
  line-height: 2rem !important;
  padding: 1.5rem !important;
}
.rp-sticky-cart__button:hover {
  background: #333d28 !important;
}
.rp-sticky-cart table.variations {
  width: 100%;
}
.rp-sticky-cart table.variations.wpcvs-initialized tr {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 2rem 1.2rem;
  border-radius: 1rem 1rem 0 0;
  background-color: #f8f9f7;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2rem;
}
.rp-sticky-cart table.variations.wpcvs-initialized tr:first-child {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rp-sticky-cart table.variations.wpcvs-initialized tr:last-child {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.rp-sticky-cart_single table.variations.wpcvs-initialized tr {
  flex-direction: column;
  max-width: 100%;
  padding: 2rem 1.2rem;
  border-radius: 0 0 1rem 1rem;
  background-color: #f8f9f7;
  gap: 1.2rem;
  align-items: flex-start;
}

.woocommerce .rp-sticky-cart .variations_form {
  padding: 0 2.4rem;
}
.woocommerce .rp-sticky-cart .variations_form .label {
  display: flex;
  align-items: center;
  min-height: 2rem;
  margin: 0;
  padding: 0;
  color: #2d3714;
  font-size: 1.4rem;
  line-height: 1.2rem;
  text-align: left;
  gap: 1rem;
}
.woocommerce .rp-sticky-cart .variations_form .label label:after {
  content: " :";
}
.woocommerce .rp-sticky-cart_single .variations_form {
  padding: 0;
  margin-bottom: 0;
}
.woocommerce .rp-sticky-cart_single .variations_form .variations th {
  display: flex;
  align-items: center;
  min-height: 2rem;
  margin: 0;
  padding: 0;
  color: #2d3714;
  font-size: 1.4rem;
  line-height: 1.2rem !important;
  text-align: left;
  gap: 1rem;
  font-weight: 800;
  min-height: 0 !important;
  flex: auto;
}

.cart-confirmation {
  position: fixed;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  left: calc((100% - 80rem) / 2);
  width: 80rem;
  max-height: 100%;
  padding: 3rem;
  background: #ffffff;
  overflow: auto !important;
  z-index: 1051;
  transform: translate(50%, -50%);
}
.cart-confirmation_active {
  opacity: 1;
  visibility: visible;
}
.cart-confirmation__close {
  width: 2.8rem;
  height: 2.8rem;
  border: 0.1rem solid #2d3714;
  border-radius: 50%;
  background-color: #ffffff;
  color: #2d3714;
  display: block;
  position: relative;
  top: -1.7rem;
  padding: 0;
  float: right;
  outline: 0;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cart-confirmation__close:hover {
  background: #2d3714;
  color: #ffffff;
}
.cart-confirmation__close-icon {
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cart-confirmation__title {
  display: flex;
  margin-bottom: 2.5rem;
  align-items: center;
}
.cart-confirmation__title-icon {
  margin-right: 1rem;
  font-size: 1.4rem;
}
.cart-confirmation__title-content {
  margin-top: 0;
  color: #000000;
  font-size: 1.6rem;
  font-style: inherit;
  font-weight: 700;
}
.cart-confirmation__actions {
  margin-top: 2.8rem;
}

@media only screen and (min-width: 1025px) {
  .cart-confirmation {
    right: 50vw;
    left: auto;
  }
}
@media only screen and (max-width: 1024.98px) {
  .cart-confirmation {
    top: 50% !important;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
  }
  .cart-confirmation__close {
    display: none;
  }
}
.cc-summary {
  background: #f6f8f5;
  display: flex;
}
.cc-summary__data {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.cc-summary__image {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  display: flex;
  background: #eff1ec;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.cc-summary__image-src {
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  height: auto;
  margin: 0;
  width: 100%;
}
.cc-summary__info {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 3rem;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.cc-summary__name {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 700;
}
.cc-summary__description {
  margin-bottom: 1.5rem;
  color: #333d28;
  font-size: 1.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 300;
}
.cc-summary__qty {
  color: #9f9f90;
  font-size: 1.2rem;
  font-weight: 300;
}
.cc-summary__price {
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
  padding-right: 3rem;
  text-align: right;
  font-size: 1.6rem;
  font-weight: 700;
}
.cc-summary__price del,
.cc-summary__price .price-discount {
  display: none;
}
.cc-summary__price ins {
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .cc-summary__data {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .cc-summary__image {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .cc-summary__info {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .cc-summary__price {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media only screen and (max-width: 1024.98px) {
  .cc-summary {
    display: none;
  }
}
.cc-actions {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
.cc-actions__item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.cc-actions__button {
  width: 100%;
  max-width: 100%;
}
.cc-actions__button_continue {
  border: 0.1rem solid #333d28;
  color: #333d28;
  background: 0 0;
}
.cc-actions__button_continue:hover {
  background: transparent;
  color: #333d28;
}

@media only screen and (max-width: 1024.98px) {
  .cc-actions {
    margin-left: -6px;
    margin-right: -6px;
    flex-direction: column;
  }
  .cc-actions__item {
    margin-bottom: 1rem;
    padding-left: 6px;
    padding-right: 6px;
    width: 100%;
  }
}
.g-deals__list {
  display: grid;
  background: #556562;
}

@media only screen and (min-width: 1025px) {
  .g-deals__list {
    max-width: 1450px;
    margin: 0 auto;
  }
}
.cta {
  width: max-content;
  display: block;
  white-space: nowrap;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 10px;
  padding: 10px 24px;
  border: 1px solid;
  transition: ease 250ms;
  color: inherit;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}
.cta:hover {
  background-color: #333d28;
  color: #ffffff;
  border: 1px solid #333d28;
}

.g-deal {
  display: grid;
  background: #556562;
  position: relative;
  grid-template-columns: 1fr 1fr;
}
.g-deal_scheme_dark {
  color: #ffffff;
}
.g-deal__image {
  position: relative;
  padding-bottom: 83%;
}
.g-deal__image-src {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
}
.g-deal__body {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  padding: 2rem 1rem;
}
.g-deal__title {
  width: 75%;
  font-size: 1.8rem;
}
.g-deal__button:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.g-deal:nth-of-type(even) .g-deal__image {
  order: 1;
}

@media only screen and (min-width: 1025px) {
  .g-deal__title {
    width: 40%;
  }
  .g-deal__description {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1024.98px) {
  .g-deal__image {
    padding-bottom: 100%;
  }
  .g-deal__title {
    font-size: 1.1rem;
  }
  .g-deal__description {
    font-size: 1.4rem;
  }
}
.services {
  padding-top: 4rem;
  background: #f1eee7;
  padding-bottom: 5rem;
}

@media only screen and (min-width: 1025px) {
  .services {
    padding-bottom: 10rem;
  }
}
.services-list {
  display: grid;
  gap: 2rem;
}

@media only screen and (min-width: 1025px) {
  .services-list {
    max-width: 1450px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4rem;
    width: 90%;
  }
}
.service-item {
  display: grid;
  position: relative;
  text-align: center;
  padding: 4rem 2rem;
  gap: 2rem;
}
.service-item_scheme_dark {
  color: #ffffff;
}
.service-item_scheme_dark .service-item__button:hover {
  border: 1px solid rgba(238, 241, 235, 0.8980392157);
  background: rgba(238, 241, 235, 0.8980392157);
  color: #333d28;
}
.service-item__title {
  font-size: 3rem;
}
.service-item__description {
  line-height: 1.5;
}
.service-item__description > *:first-child {
  margin-top: 0;
}
.service-item__description > *:last-child {
  margin-bottom: 1rem;
}
.service-item__button:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 1025px) {
  .service-item {
    padding: 12rem 0;
    align-content: space-between;
  }
  .service-item__description {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1024.98px) {
  .service-item__title {
    font-size: 3.2rem;
  }
  .service-item__description {
    font-size: 1.4rem;
  }
}
.lwl {
  text-align: center;
  padding: 4rem 0;
  background-color: #2d3714;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-transform: uppercase;
}
.lwl a {
  font-size: 1.4rem;
  margin: 0 0.5rem;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 2px;
}
.lwl a:not(:last-child):after {
  margin-right: 0.5rem;
  margin-left: 1rem;
  content: "●";
}

@media only screen and (max-width: 1024.98px) {
  .lwl {
    margin: 3rem auto;
  }
}
.hp-content {
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1390px;
  font-size: 1.3rem;
}
.hp-content h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.hp-content a {
  text-decoration: underline;
}
.hp-content a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .hp-content {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 1024.98px) {
  .hp-content p {
    line-height: 2;
  }
}
.k-benefits {
  border-top: 1px solid #eef1eb;
  background: #ffffff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  margin: auto;
  margin-top: 1.2rem;
}

@media only screen and (min-width: 1025px) {
  .k-benefits {
    max-width: 1450px;
    width: 100%;
    padding-left: 30px;
    padding-left: 30px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.k-benefit {
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  width: 100%;
}
.k-benefit__icon {
  max-width: 4.5rem;
  margin-bottom: 1rem;
  width: 5rem;
}
.k-benefit__title {
  text-transform: uppercase;
  font-size: 1.4rem;
  margin: 0.8rem auto 0;
  font-weight: 500;
}
.k-benefit__description {
  font-size: 1.4rem;
  margin: 0.8rem auto 0;
  font-weight: 300;
}

@media only screen and (min-width: 1025px) {
  .k-benefit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.footer {
  line-height: 1.5;
  background: #eef1eb;
  display: flex;
  flex-direction: column;
}
.footer__nav {
  display: block;
}
.footer__widgets {
  margin: 3rem auto 0;
  font-size: 1.6rem;
  width: 90%;
  font-size: 1.6rem;
}
.footer__widgets-item {
  position: relative;
  margin-bottom: 5rem;
  padding: 0;
  border: none;
  text-align: start;
}
.footer__widget-title {
  margin-bottom: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
.footer__cta {
  background-color: #333d28;
  font-weight: 500;
  text-align: center;
  padding: 1.125rem 1.5rem;
  border-radius: 10px;
  font-size: 1.6rem;
  color: #ffffff;
  display: inline-block;
}
.footer__cta_block {
  display: block;
}
.footer__widget-html {
  margin-top: 2rem;
}

@media only screen and (min-width: 1025px) {
  .footer__nav {
    display: flex;
  }
  .footer__widgets {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 95%;
    gap: 2rem;
  }
  .footer__payment {
    order: 3;
    width: 70%;
  }
  .footer__social {
    order: 2;
    width: 60%;
    justify-self: center;
  }
}
@media only screen and (max-width: 1024.98px) {
  .footer__widgets-item {
    width: 90%;
    margin: 0 auto 5rem;
  }
  .footer__social-desktop {
    display: none;
  }
}
.newsletter {
  background: #e4e8e1;
  padding: 3rem 0;
}
.newsletter__container {
  background-color: #586c5b;
  color: #fff;
  padding: 2.25rem 2.25rem 1rem;
  border-radius: 10px;
  width: 85%;
  margin: 0 auto;
}
.newsletter__title {
  width: 90%;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6rem;
  color: #ffffff;
}
.newsletter__subtitle {
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin: 2rem auto;
}
.newsletter__icon-wrapper {
  border: 1px solid #ffffff;
  padding: 1rem;
  border-radius: 10px;
  width: 4.7rem;
  height: 4.7rem;
  position: relative;
}
.newsletter__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.7rem;
  height: 2.7rem;
}
.newsletter__subtitle-content {
  font-weight: 700;
  font-size: 2.5rem;
  text-transform: uppercase;
  line-height: 1;
  color: #ffffff;
}
.newsletter__description {
  width: 90%;
  margin: 0 auto;
  color: #ddddd9;
  font-size: 1.3rem;
}
.newsletter__description strong {
  font-weight: 400;
}
.newsletter__description a {
  text-decoration: underline;
  color: #ddddd9;
}
.newsletter__description a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .newsletter {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 30%;
  }
}
.newsletter-form {
  height: 180px;
  position: relative;
}
.newsletter-form__input-wrapper {
  margin-bottom: 1rem;
}
.newsletter-form__inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.newsletter-form__input {
  color: #586c5b;
  width: 100%;
  height: 50px;
  padding-left: 15px;
  border-radius: 10px;
  font-size: 16px;
  border: none;
  outline: 0;
}
.newsletter-form__error {
  position: relative;
  bottom: -7px;
  display: none;
}
.newsletter-form__error_active {
  display: flex;
}
.newsletter-form__error-icon {
  color: #ffffff;
  margin: 7px;
  width: 30px;
  line-height: 30px;
  order: 1;
  background: #ae4b5a;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-size: 14px;
}
.newsletter-form__error-content {
  color: #ffffff;
  font-size: 14px;
  display: flex;
  text-align: left;
  height: 41px;
  vertical-align: middle;
  flex: 1;
  order: 2;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.newsletter-form__submit {
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  background-color: #586c5b;
  border: 1px solid #ffffff;
  font-size: 16px;
  font-weight: 300;
  border-radius: 10px;
  width: 100%;
}
.newsletter-form__submit:hover {
  background: #586c5b;
  color: #ffffff;
}

.footer-nav {
  line-height: 2;
}
.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}
.footer-nav a {
  color: #333d28;
}

@media only screen and (min-width: 1025px) {
  .footer-nav {
    display: flex;
    font-size: 1.4rem;
    align-items: flex-start;
    justify-content: space-around;
    align-content: center;
    flex-wrap: wrap;
    gap: 5rem;
    width: 70%;
  }
}
@media only screen and (max-width: 1024.98px) {
  .footer-nav {
    width: 90%;
    margin: 0 auto 1rem;
    padding-left: 12px;
    padding-right: 12px;
  }
  .footer-nav ul {
    margin: 0;
    padding-bottom: 1rem;
  }
  .footer-nav li {
    width: 90%;
    font-size: 1.6rem;
    margin: 0 auto;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1025px) {
  .footer-widgets {
    line-height: 2;
  }
  .footer-widgets__title {
    line-height: 3.5;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1024.98px) {
  .footer-widgets__title {
    border-bottom: 1px solid;
    line-height: 10px;
    padding: 3rem 5%;
    font-size: 1.6rem;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    text-transform: uppercase;
    align-items: center;
    cursor: pointer;
    position: relative;
  }
  .footer-widgets__title:after {
    content: url(73bd4e3a43f5e02b98fd.svg);
    transform: rotate(360deg);
    transition: all 0.2s ease-in-out;
    display: inline-block;
  }
  .footer-widgets__title + div {
    display: none;
    border-bottom: 1px solid;
  }
  .footer-widgets__title_active {
    border: 0;
  }
  .footer-widgets__title_active:after {
    transform: rotate(180deg);
  }
  .footer-widgets__title_active + div {
    display: block;
  }
}
.payment-icons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 0.5rem;
}
.payment-icons__icon {
  border: 1px solid transparent;
  border-radius: 5px;
  width: 15%;
  height: auto;
  display: block;
}

@media only screen and (min-width: 1025px) {
  .payment-icons {
    gap: 1.5rem;
  }
}
.social {
  display: flex;
  gap: 1rem;
}
.social__link {
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #333d28;
  border-radius: 50%;
  padding: 7px;
}
.social__icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1025px) {
  .social {
    justify-content: flex-start;
    margin: 0 0 3rem;
  }
}
@media only screen and (max-width: 1024.98px) {
  .social {
    justify-content: center;
  }
}
.footer-p-nav {
  background: #e4e8e1;
  padding: 3rem 0;
}
.footer-p-nav__inner {
  width: 90%;
  margin: 0 auto;
}
.footer-p-nav__list {
  font-weight: 500;
  width: 90%;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  font-size: 1.4rem;
}

@media only screen and (min-width: 1025px) {
  .footer-p-nav {
    padding: 1rem 0;
  }
  .footer-p-nav__inner {
    display: flex;
    justify-content: space-around;
    width: 95%;
    margin: 0 auto;
    align-items: center;
  }
  .footer-p-nav__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
}
.mobile-social {
  text-align: center;
  width: 85%;
  margin: 3rem auto 0;
}
.mobile-social__title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

@media only screen and (min-width: 1025px) {
  .mobile-social {
    display: none;
  }
}
.mc-content {
  margin-bottom: 3rem;
  overflow: hidden;
}

@media only screen and (min-width: 1025px) {
  .mc-content {
    margin-bottom: 1rem;
  }
}
.mc-banner {
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.mc-banner * {
  color: #ffffff;
}
.mc-banner:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.mc-banner__title {
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0;
  z-index: 1;
  position: relative;
}
.mc-banner__breadcrumbs {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1025px) {
  .mc-banner {
    margin: 0 auto 2rem;
  }
  .mc-banner__title {
    line-height: 8rem;
    font-size: 6rem;
  }
}
@media only screen and (max-width: 1024.98px) {
  .mc-banner {
    padding-bottom: 6rem;
    padding-top: 1.5rem;
  }
  .mc-banner__breadcrumbs {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: left;
  }
  .mc-banner__title {
    line-height: 6rem;
    font-size: 4rem;
    margin-top: 2rem;
  }
}
.breadcrumbs {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2.4rem;
}
.breadcrumbs a {
  margin-right: 0.2rem;
  margin-left: 0.2rem;
}

@media only screen and (min-width: 1025px) {
  .breadcrumbs {
    font-size: 1.4rem;
  }
}
.mc-description {
  font-size: 1.5rem;
  line-height: 1.5;
}

@media only screen and (min-width: 1025px) {
  .mc-description {
    text-align: center;
    width: 60%;
    margin: 4.3rem auto 5rem;
  }
}
.category-grid {
  margin-bottom: 6rem;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.category-grid__item {
  position: relative;
}
.category-grid__item:hover .category-grid__cta {
  background-color: rgba(238, 241, 235, 0.8980392157);
}
.category-grid__image {
  position: relative;
  padding-bottom: 133%;
}
.category-grid__image-src {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  display: block;
  margin: 0;
  object-fit: cover;
}
.category-grid__cta {
  width: min-content;
  text-transform: initial;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 10px;
  padding: 12px 18px;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  flex-direction: column;
  gap: 1rem;
  background-color: #ffffff;
  text-align: center;
  margin: 0 auto 1rem;
  position: absolute;
  background-color: #ffffff;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

@media only screen and (min-width: 1025px) {
  .category-grid {
    margin-bottom: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 5px;
    padding: 0 5px 0 5px;
  }
  .category-grid__cta {
    width: max-content;
    margin: 0 auto 3rem;
  }
}
@media only screen and (max-width: 1024.98px) {
  .category-grid {
    margin-bottom: 3rem;
  }
}
.mc-seo {
  background: #eef1eb;
  font-size: 1.3rem;
  line-height: 2;
}
.mc-seo a {
  text-decoration: underline;
  font-weight: 700;
}
.mc-seo h2 {
  display: block;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5em;
}

@media only screen and (min-width: 1025px) {
  .mc-seo {
    padding: 5rem 0;
  }
  .mc-seo__inner {
    width: 80%;
    margin: auto;
  }
  .mc-seo h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1024.98px) {
  .mc-seo {
    padding: 2rem;
  }
  .mc-seo h2 {
    font-size: 2.2rem;
  }
}
.tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: min-content;
  gap: 1rem;
}

@media only screen and (min-width: 1025px) {
  .tags {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 2rem;
  }
}
@media only screen and (max-width: 1024.98px) {
  .tags {
    flex-wrap: nowrap;
  }
  .tags__item {
    display: flex;
    width: max-content;
  }
}
.c-banner {
  margin-bottom: 6rem;
  overflow: visible;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.c-banner__breadcrumbs {
  position: absolute;
  line-height: 2.4rem;
  font-weight: 300;
}
.c-banner__content {
  display: flex;
  flex-wrap: wrap;
}
.c-banner__inner {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  position: relative;
  height: 100%;
}
.c-banner__title {
  margin: 1rem 0 0;
  color: #ffffff;
  font-size: 6rem;
}
.c-banner__tags {
  margin: 2rem 0 0;
}
.c-banner__count {
  color: #9f9f90;
  font-size: 1.4rem;
}
.c-banner__count .facetwp-facet {
  margin-bottom: 0;
}

@media only screen and (min-width: 1025px) {
  .c-banner {
    display: flex;
    position: relative;
    align-items: center;
    min-height: 50vh;
    background-color: #eef1eb;
    background-image: var(--bg-image);
    background-position: center;
    background-size: cover;
    margin-bottom: 3rem;
  }
  .c-banner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .c-banner__breadcrumbs {
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    text-shadow: 0 0 0.3rem #666666;
    font-size: 1.4rem;
  }
  .c-banner__breadcrumbs a {
    color: #ffffff;
    text-shadow: 0 0 0.3rem #666666;
  }
  .c-banner__content {
    width: 60%;
    text-align: center;
    margin: auto;
  }
  .c-banner__inner {
    padding: 2.4rem 3.9rem;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-banner__title {
    text-shadow: 0 0 0.3rem #666666;
  }
  .c-banner__count {
    display: none;
  }
}
@media only screen and (max-width: 1024.98px) {
  .c-banner {
    background: #f6f6f6 !important;
    margin-bottom: 1.2rem;
  }
  .c-banner__content {
    padding: 1.5rem;
  }
  .c-banner__inner {
    padding: 0;
  }
  .c-banner__title {
    min-width: 62vw;
    margin: 4rem 0 1rem;
    color: #333d28;
    font-size: 2.5rem;
  }
  .c-banner__breadcrumbs {
    top: 1.5rem;
    left: 1.5rem;
  }
  .c-banner__tags {
    width: calc(100% + 3rem);
    margin: 2rem -1.5rem 0;
    padding: 0 1.5rem;
    overflow: auto;
  }
  .c-banner__count {
    margin-top: 0.4rem;
    margin-bottom: 0;
  }
}
.tag-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  border-radius: 2rem;
  background-color: #333d28;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  transition: all 0.2s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .tag-link {
    background-color: #ffffff;
    color: #333d28;
    font-weight: 500;
  }
  .tag-link:hover {
    background: #333d28;
    color: #ffffff;
  }
}
@media only screen and (min-width: 1025px) {
  .refinements {
    margin-bottom: -6rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.c-filters {
  display: flex;
  font-weight: 300;
  margin-bottom: 1rem;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.c-filters_offcanvas {
  display: block;
}
.c-filters_rendered {
  opacity: 1;
}
.c-filters__item {
  order: 2;
}
.c-filters__item_hidden {
  display: none;
}
.c-filters__toggle {
  line-height: 4rem;
  display: flex;
  position: relative;
  align-items: center;
  padding: 0 2rem;
  background: #eef1eb;
  color: #333d28;
  font-size: 1.3rem;
  font-weight: 700;
  cursor: pointer;
}
.c-filters__toggle:hover {
  color: #333d28;
  background: #eef1eb;
}
.c-filters .facetwp-facet {
  margin-bottom: 0;
}
.c-filters .facetwp-slider-wrap {
  width: 80%;
  margin: auto;
}
.c-filters .facetwp-slider-wrap .noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbbbbb;
  height: 0.7rem;
  margin: 4rem 0 2rem;
  padding: 0;
}
.c-filters .facetwp-slider-wrap .noUi-connects {
  background-color: #d8dbd5;
}
.c-filters .facetwp-slider-wrap .noUi-connects .noUi-connect {
  background-color: #858c80;
}
.c-filters .facetwp-slider-wrap .noUi-origin .noUi-handle {
  top: 50%;
  width: 3rem;
  height: 3rem;
  transform: translateY(-50%);
  border: 0.3rem solid #858c80;
  border-radius: 2rem;
}
.c-filters .facetwp-slider-label {
  font-size: 1.3rem;
  width: 90%;
  display: block;
  margin: auto;
}
.c-filters .facetwp-slider-reset {
  display: block;
  width: 90%;
  margin: 2rem auto 3rem;
  padding: 0.4rem;
  border: 0.1rem solid #333d28;
  border-radius: 1rem;
  background-color: transparent;
  color: #333d28;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
}
.c-filters .facetwp-slider-reset:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #333d28;
}
.c-filters__dropdown {
  z-index: 11;
}
.c-filters__dropdown-head {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 3.5rem;
  margin-bottom: 1rem;
}
.c-filters__close {
  border: 0.1rem solid #ffffff;
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  background-color: #ffffff;
  color: #2d3714;
}
.c-filters__close:hover {
  color: #ffffff;
}
.c-filters__close-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  display: block;
  margin: 0;
}
.c-filters .facetwp-reset {
  font-size: 1.4rem;
  line-height: 3.5rem;
}
.c-filters .facetwp-checkbox {
  font-size: 1.4rem;
  line-height: 3.5rem;
  margin: 0;
  padding: 0;
  background: transparent;
  transition: all 0.2s ease-in-out;
}
.c-filters .facetwp-checkbox.checked {
  background: transparent;
  font-weight: 700;
}
.c-filters .facetwp-display-value {
  padding-right: 0;
}
.c-filters .facetwp-display-value:after {
  content: " ";
}
.c-filters .facetwp-color {
  display: inline-block;
  box-sizing: content-box;
  width: 2rem;
  height: 2rem;
  border: 0.2rem solid #ffffff;
  border-radius: 100%;
  vertical-align: middle;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.c-filters .facetwp-color:after {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.c-filters .facetwp-color.checked:after {
  border: 0.1rem solid #333d28;
  width: auto;
  height: auto;
  transform: none;
  margin: 0;
}
.c-filters__accordion {
  display: none;
}
.c-filters__accordion-toggle {
  display: flex;
  position: relative;
  padding: 1rem 2rem;
  background: #eef1eb;
  color: #333d28;
  font-size: 1.3rem;
  font-weight: 700;
  cursor: pointer;
}
.c-filters__accordion-toggle:hover {
  background: #eef1eb;
  color: #333d28;
}
.c-filters__accordion-toggle:before {
  content: "";
  display: block;
  width: 13px;
  height: 40px;
  background: url(61dce615017a04a3c55a.svg) no-repeat center center;
  background-size: contain;
  transition: all 0.2s ease-in-out;
}
.c-filters__accordion-toggle_active:before {
  background-image: url(7e7469e2864c2bfa66b6.svg);
}
.c-filters__accordion-toggle_active + .c-filters__accordion {
  display: block;
}

@media only screen and (min-width: 1025px) {
  .c-filters__item {
    position: relative;
    width: max-content;
    margin-right: 1rem;
  }
  .c-filters__item_accordion {
    width: 100%;
    margin-bottom: 1rem;
    position: relative;
    margin-right: 1rem;
  }
  .c-filters__toggle {
    border-radius: 3rem;
  }
  .c-filters__dropdown {
    position: absolute;
    min-width: 30rem;
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 2rem;
    background-color: #eef1eb;
    box-shadow: 0 1.5rem 1.5rem rgba(0, 0, 0, 0.1);
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
  }
  .c-filters__dropdown_active {
    visibility: visible;
    max-height: 35rem;
    overflow-y: auto;
  }
  .c-filters__dropdown-head {
    padding: 0 0 0 1.8rem;
    position: relative;
  }
  .c-filters__close {
    position: absolute;
    top: 0.5rem;
    right: 1.5rem;
    padding: 0;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .c-filters .facetwp-reset,
  .c-filters .facetwp-checkbox,
  .c-filters .facetwp-type-color {
    padding: 0 0 0 1.8rem;
  }
  .c-filters__toggle-counter {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin-left: 1rem;
    border-radius: 2rem;
    background-color: #ffffff;
  }
  .c-filters__toggle-counter_active {
    display: flex;
  }
  .c-filters__accordion-toggle {
    position: relative;
    max-width: 100%;
    border-radius: 0;
  }
  .c-filters__accordion-toggle:before {
    position: absolute;
    top: 0;
    right: 2rem;
  }
  .c-filters__accordion {
    padding: 1rem;
    background: #eef1eb;
    margin-top: 0.2rem;
    max-height: 32rem;
    overflow-y: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 1024.98px) {
  .c-filters {
    display: none;
  }
}
.oc-filters {
  color: #333d28;
  transition: all 0.2s ease-in-out;
  height: 100%;
  width: auto;
}
.oc-filters__sticky:before {
  position: fixed;
  right: 2rem;
  bottom: 1.1rem;
  width: 42.5rem;
  display: block;
  background: #ffffff;
  z-index: 7;
}
.oc-filters__sticky .facetwp-facet {
  margin-bottom: 0;
}
.oc-filters__reset_hidden {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .oc-filters {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 46.5rem;
    padding: 2rem 2rem 8rem;
    background: #ffffff;
    z-index: 3000;
    opacity: 0;
    visibility: hidden;
    min-width: 465px;
  }
  .oc-filters_active {
    opacity: 1;
    visibility: visible;
  }
  .oc-filters__head {
    margin-bottom: 3rem;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .oc-filters__close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    padding: 0;
    width: 2.7rem;
    height: 2.7rem;
    border: 0.1rem solid #2d3714;
    border-radius: 50%;
    background-color: #ffffff;
    color: #2d3714;
    font-size: 2.5rem;
    line-height: 2.5rem;
    transition: all 0.2s ease-in-out;
  }
  .oc-filters__close:hover {
    background: #2d3714;
    color: #ffffff;
  }
  .oc-filters__close-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    display: block;
    margin: 0;
  }
  .oc-filters__sticky .facetwp-reset {
    display: block;
    position: fixed;
    bottom: 1rem;
    width: 20rem;
    height: 4.3rem;
    padding: 1rem;
    border: 0.1rem solid;
    border-radius: 1rem;
    font-size: 1.6rem;
    font-weight: 300;
    text-align: center;
    z-index: 50;
  }
  .oc-filters__apply {
    position: fixed;
    right: 2rem;
    bottom: 1rem;
    width: 20rem;
    max-width: 42.5rem;
    height: 4.3rem;
    padding: 0;
    line-height: 0;
    z-index: 9;
  }
  .oc-filters__apply_fw {
    width: 100%;
  }
  .oc-filters__sort {
    position: relative;
    margin-bottom: 3rem;
  }
  .oc-filters__sort .facetwp-facet {
    margin-bottom: 0;
  }
  .oc-filters__list {
    font-weight: 300;
  }
}
@media only screen and (max-width: 1024.98px) {
  .oc-filters {
    display: none;
  }
}
.sr-options {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  padding: 1rem 1.5rem;
  line-height: 3rem;
  overflow: hidden;
}
.sr-options__by {
  order: 4;
  margin-left: 0.5rem;
}
.sr-options__pagination {
  flex-shrink: 0;
  font-size: 1.6rem;
  text-align: center;
  white-space: nowrap;
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
  color: #9f9f90;
  font-size: 1.4rem;
  font-weight: 300;
}
.sr-options__pagination .facetwp-facet {
  margin: 0;
}
.sr-options__filter {
  display: none;
  flex: 1;
  margin-right: 1.6rem;
}
.sr-options__filter-button {
  position: relative;
  background: 0 0;
  color: #333d28;
  font-size: 1.6rem;
  font-weight: 700;
}
.sr-options__layout {
  display: none;
  flex-shrink: 0;
  font-size: 1.6rem;
  text-align: center;
  white-space: nowrap;
}
.sr-options__layout-button {
  display: flex;
  margin: 0;
  align-items: center;
  gap: 2rem;
  width: auto;
  height: 100%;
  padding: 1rem 2rem;
  outline: 0;
}
.sr-options__layout-button:hover {
  background: #eef1eb;
}
.sr-options__layout-button_active .sr-options__layout-icon:first-child {
  color: #333d28;
}
.sr-options__layout-button_active .sr-options__layout-icon:last-child {
  color: #9f9f90;
}
.sr-options__layout-icon {
  width: 1.8rem;
  height: 1.8rem;
  display: block;
  margin: 0;
  color: #9f9f90;
  transition: all 0.2s ease-in-out;
}
.sr-options__layout-icon:last-child {
  color: #333d28;
}

@media only screen and (max-width: 1024.98px) {
  .sr-options {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 1.7rem;
    line-height: 4rem;
  }
  .sr-options__by, .sr-options__pagination {
    display: none;
  }
  .sr-options__filter {
    display: block;
  }
  .sr-options__filter-button {
    width: 10rem;
    height: 4.5rem;
    padding: 0;
    border: none;
    border-radius: 3rem;
    background-color: #eef1eb;
    text-align: center;
    display: block;
  }
  .sr-options__filter-button:hover {
    background: #eef1eb;
    color: #333d28;
  }
  .sr-options__layout {
    display: table;
    margin: auto;
  }
  .sr-options__layout-button {
    border-radius: 2rem;
    background-color: #eef1eb;
  }
}
.sort-dropdown select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 4rem;
  border: none;
  background: url(b102d0c26209630d235a.svg) no-repeat right 2rem center #eef1eb;
  outline: 0;
  font-size: 1.4rem;
  font-weight: 300;
  text-indent: 0.1rem;
  border-radius: 3rem;
  padding: 0 2rem;
  width: 26rem;
}
.sort-dropdown .facetwp-facet {
  margin: 0;
}

.no-products {
  background: #eef1eb;
  padding: 5px;
  font-size: 2rem;
  text-align: center;
}

.woocommerce ul.products.cc-products {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.woocommerce ul.products.cc-products li.product {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: none;
  margin: 0;
  margin-bottom: 2.5rem;
  color: #999999;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .woocommerce ul.products.cc-products li.product {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media only screen and (max-width: 1024.98px) {
  .woocommerce ul.products.cc-products {
    margin-top: 1.2rem;
    margin-left: -6px;
    margin-right: -6px;
  }
  .woocommerce ul.products.cc-products li.product {
    padding-left: 6px;
    padding-right: 6px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .woocommerce ul.products.cc-products_line li.product {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.products-wrapper {
  text-align: left;
}

@media only screen and (min-width: 1025px) {
  .products-wrapper {
    margin-top: 2rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media only screen and (max-width: 1024.98px) {
  .products-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.woocommerce ul.products li.product .product-thumbnail__slide img {
  object-fit: cover;
  aspect-ratio: 1/1;
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
}

.cc-product-wrapper {
  position: relative;
  overflow: hidden;
}
.cc-product-wrapper:hover .cc-quick-buy,
.cc-product-wrapper:hover .woosw-btn {
  opacity: 1;
  visibility: visible;
}
.cc-product-wrapper .woosw-btn {
  position: absolute;
  color: #333d28;
  z-index: 10;
  right: 0;
  border-radius: 5rem 0 0 5rem;
  top: 4em;
  padding: 0 0.6rem 0 1rem;
  background: url(b91df06af145ec7cf3b2.svg) no-repeat left 12px center rgba(255, 255, 255, 0.8);
  text-indent: -9999px;
  width: 43px;
  height: 40px;
}
.cc-product-wrapper .woosw-btn:hover, .cc-product-wrapper .woosw-btn.woosw-added {
  background-image: url(f39e6ca4d4c5089e593c.svg);
}
.cc-product-wrapper__description {
  max-height: 4.5rem;
  color: #4c525c;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8rem;
  text-align: left;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cc-product-wrapper .price-discount {
  display: none;
}
.cc-product-wrapper .variations_form select {
  display: none;
}
.cc-product-wrapper .variations_form .wpcvs-type-button {
  display: none !important;
}
.cc-product-wrapper .wpcvs-term:before, .cc-product-wrapper .wpcvs-term:after {
  display: none;
}

.woocommerce ul.products li.product strong {
  display: initial;
}
.woocommerce ul.products li.product .cc-product-wrapper .woocommerce-loop-product__title {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 300;
  color: #000000;
}
.woocommerce ul.products li.product .cc-product-wrapper .button {
  margin-bottom: 0.5em;
  background: #a47c6a;
  color: #ffffff;
  font-size: 1.3rem;
  text-align: center;
  border-radius: 0.5rem;
  padding: 10px;
  display: block;
  margin-top: 10px;
  line-height: 1.3;
  font-weight: 400;
}
.woocommerce ul.products li.product .cc-product-wrapper .button:after {
  display: none;
}
.woocommerce ul.products li.product .price {
  color: #333d28;
  font-size: 1.4rem;
  font-weight: 400;
  order: 2;
  display: block;
}
.woocommerce ul.products li.product .price span:nth-child(2) {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
}
.woocommerce ul.products li.product .price del {
  text-decoration: none;
  color: #333d28;
  font-size: 1.2rem;
  font-weight: 400;
  order: 2;
  display: block;
  opacity: 1;
}
.woocommerce ul.products li.product .price ins {
  color: #c84b46;
  font-size: 1.4rem;
  text-decoration: none;
  margin-right: 0.5rem;
  order: 1;
  display: block;
}
.woocommerce ul.products li.product .price {
  position: relative;
  margin-top: 1rem;
  color: #333d28;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.woocommerce ul.products li.product .price .price {
  margin-top: 0;
  margin-bottom: 0;
}
.woocommerce .variations_form {
  padding: 1rem 0 0;
  text-align: left;
}
.woocommerce .variations_form .label,
.woocommerce .variations_form .reset {
  display: none;
}
.woocommerce .variations_form .wpcvs-terms.wpcvs-type-color {
  display: block;
}
.woocommerce .variations_form .wpcvs-terms.wpcvs-type-color .wpcvs-term {
  display: inline-block;
  box-sizing: content-box;
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0.3rem;
  padding: 0;
  background: transparent;
  transition: all 0.2s ease-in-out;
}
.woocommerce .variations_form .wpcvs-terms.wpcvs-type-color .wpcvs-term.wpcvs-selected {
  border-color: #333d28;
}
.woocommerce .variations_form .wpcvs-terms.wpcvs-type-color .wpcvs-term .wpcvs-term-label {
  display: none;
}
.woocommerce .variations_form .wpcvs-terms.wpcvs-type-color .wpcvs-term .wpcvs-term-inner {
  border-radius: 100%;
  display: block;
  height: auto;
  line-height: initial;
  width: auto;
  background: transparent;
}
.woocommerce .variations_form .wpcvs-terms.wpcvs-type-color .wpcvs-term .wpcvs-term-inner:before {
  display: none;
}
.woocommerce .variations_form .wpcvs-terms.wpcvs-type-color .wpcvs-term .wpcvs-term-color {
  display: block;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 0.2rem solid #ffffff;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.woocommerce .variations_form .wpcvs-terms.wpcvs-type-button .wpcvs-term {
  padding: 0;
  height: 36px;
  transition: all 0.2s ease-in-out;
}
.woocommerce .variations_form .wpcvs-terms.wpcvs-type-button .wpcvs-term.wpcvs-selected {
  border-color: #333d28;
}
.woocommerce .variations_form .wpcvs-terms.wpcvs-type-button .wpcvs-term.wpcvs-selected .wpcvs-term-inner {
  background: #2d3714;
}
.woocommerce .variations_form .wpcvs-terms.wpcvs-type-button .wpcvs-term.wpcvs-selected .wpcvs-term-inner .wpcvs-term-label {
  color: #ffffff;
}
.woocommerce .variations_form .wpcvs-terms.wpcvs-type-button .wpcvs-term .wpcvs-term-inner {
  background: #ffffff;
  transition: all 0.2s ease-in-out;
}
.woocommerce .variations_form .wpcvs-terms.wpcvs-type-button .wpcvs-term .wpcvs-term-inner:before {
  display: none;
}
.woocommerce .variations_form .wpcvs-terms.wpcvs-type-button .wpcvs-term .wpcvs-term-inner .wpcvs-term-label {
  font-size: 1.4rem;
  color: #2d3714;
  transition: all 0.2s ease-in-out;
  line-height: 1.2rem;
}
.woocommerce .variations_form .wpcvs-terms.wpcvs-type-button .wpcvs-term:after, .woocommerce .variations_form .wpcvs-terms.wpcvs-type-button .wpcvs-term:before {
  display: none !important;
}

@media only screen and (min-width: 1025px) {
  .cc-product-wrapper .woosw-btn {
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    opacity: 0;
  }
  .cc-product-wrapper__description {
    display: -webkit-box;
    width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (max-width: 1024.98px) {
  .cc-product-wrapper .woosw-btn {
    font-size: 1rem;
    line-height: 2.5rem;
    top: 1em;
    background-size: 18px 18px;
    width: 43px;
    height: 26px;
    background-position: left 15px center;
  }
  .woocommerce ul.products li.product .price {
    margin-top: 1rem;
  }
}
.cc-quick-buy {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  color: #333d28;
  z-index: 10;
  border-radius: 5rem 0 0 5rem;
  top: 1em;
  padding: 0 0.6rem 0 1rem;
}
.cc-quick-buy__icon {
  display: inline-block;
  width: 2.7rem;
  height: 3rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
  vertical-align: top;
}
.cc-quick-buy__text {
  display: inline-block;
  max-width: calc(100% - 3.2rem);
  text-overflow: ellipsis;
  vertical-align: top;
  overflow: hidden;
}
.cc-quick-buy:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #333d28;
}

@media only screen and (min-width: 1025px) {
  .cc-quick-buy {
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    font-size: 1.6rem;
    line-height: 4rem;
    width: auto;
    max-width: calc(100% - 4.2rem);
    white-space: nowrap;
    right: 0;
    margin-right: 4.2rem;
    transform: translateX(100%);
    text-align: right;
  }
  .cc-quick-buy__icon {
    width: 2.4rem;
    height: 2.4rem;
    margin-top: 0.75rem;
    font-size: 2.4rem;
    line-height: 4.2rem;
    margin-right: 1rem;
  }
  .cc-quick-buy:hover {
    margin-right: 0;
    margin-left: 0;
    transform: translateX(0);
  }
}
@media only screen and (max-width: 1024.98px) {
  .cc-quick-buy {
    display: none;
  }
}
.price-discount {
  white-space: nowrap;
  padding: 0.7rem 1.2rem;
  border-radius: 2rem;
  background-color: #ae4b5a;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
}

.added_to_cart {
  display: none !important;
}

.reset_variations {
  display: none !important;
}

[class*=hint--]:after {
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

.cc-pagination {
  font-size: 1.6rem;
  text-align: center;
}
.cc-pagination .facetwp-facet {
  margin-bottom: 0;
}
.cc-pagination .facetwp-page {
  vertical-align: middle;
}
.cc-pagination .facetwp-page:not(.dots):not(.next):not(.prev) {
  display: inline-block;
  width: 4rem;
  min-width: 0.5rem;
  height: 4rem;
  margin: 0 0.3rem;
  border: 0.1rem solid #9f9f90;
  border-radius: 50%;
  line-height: 3.8rem;
  text-align: center;
}
.cc-pagination .facetwp-page:not(.dots):not(.next):not(.prev).active {
  background: #333d28;
  color: #ffffff;
  font-weight: 400;
}
.cc-pagination .facetwp-page.next {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  color: #333d28;
  font-size: 1.6rem;
  margin-left: 1rem;
  text-indent: -9999px;
  background: url(b83409db66b312968ff0.svg) no-repeat center center #eef1eb;
  background-size: 24px 24px;
  margin-right: 0;
  padding: 0;
}
.cc-pagination .facetwp-page.prev {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  color: #333d28;
  font-size: 1.6rem;
  margin-right: 1rem;
  text-indent: -9999px;
  background: url(cc40b01ef6004b0a3061.svg) no-repeat center center #eef1eb;
  background-size: 24px 24px;
  margin-left: 0;
  padding: 0;
}

.cc-seo {
  padding: 3.8rem 3rem 8rem;
  background: #eef1eb;
  margin-top: 2rem;
}
.cc-seo__content {
  margin: 0 auto 4rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  text-align: left;
  overflow: hidden;
}
.cc-seo__content a {
  color: #333d28;
  text-decoration: underline;
}
.cc-seo__content ul {
  margin: 2.4rem auto;
  padding: 2.4rem 4.2rem;
  border-radius: 1rem;
  background: #fff;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.cc-seo__content ul li {
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
.cc-seo__content h2 {
  margin: 1rem 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: left;
  text-transform: none;
}
.cc-seo__content h3,
.cc-seo__content h4 {
  margin: 2.4rem 0 1.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.9rem;
  text-align: left;
  text-transform: uppercase;
}
.cc-seo__content-title {
  margin: 0 auto 1rem;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 4.2rem;
}
.cc-seo__read-more {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  position: relative;
  padding-left: 4rem;
  cursor: pointer;
}
.cc-seo__read-more:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 3rem;
  height: 0.15rem;
  background: #333d28;
}
.cc-seo + .k-benefits {
  margin-top: 0;
  border: 0;
}

@media only screen and (min-width: 1025px) {
  .cc-seo {
    padding: 3rem 6.1rem;
  }
  .cc-seo__content-title {
    font-size: 3rem;
    line-height: inherit;
  }
  .cc-seo__content ul {
    padding: 3rem 4.2rem 1rem;
  }
  .cc-seo__content h2 {
    font-size: 2rem;
    line-height: inherit;
  }
}
.cc-keywords {
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
}
.cc-keywords__item {
  font-size: 1.3rem;
  text-align: center;
  white-space: nowrap;
  margin: 1rem 2rem 1rem 0;
}
.cc-keywords__link {
  padding: 0.5rem 2rem;
  border-radius: 5rem;
  display: block;
  background: #ffffff;
}

.single-product .site-main {
  margin-top: 1rem;
}
.single-product div.product {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.single-product div.product div.woocommerce-gallery-wrapper {
  display: block;
  width: 60%;
  order: 2;
  margin-bottom: 0;
}
.single-product div.product div.woocommerce-gallery-wrapper .woocommerce-product-gallery {
  opacity: 1 !important;
  float: none;
  width: 100%;
}
.single-product div.product div.woocommerce-gallery-wrapper img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.single-product div.product div.woocommerce-gallery-wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  text-align: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease-in-out;
  width: 5rem;
  height: 5rem;
  background-size: contain;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center center;
}
.single-product div.product div.woocommerce-gallery-wrapper .slick-arrow:before {
  display: none;
}
.single-product div.product div.woocommerce-gallery-wrapper .slick-arrow.slick-disabled {
  visibility: hidden;
  opacity: 0;
}
.single-product div.product div.woocommerce-gallery-wrapper .slick-prev {
  left: 0.8rem;
  background-image: url(cc40b01ef6004b0a3061.svg);
}
.single-product div.product div.woocommerce-gallery-wrapper .slick-next {
  right: 0.8rem;
  background-image: url(b83409db66b312968ff0.svg);
}
.single-product div.product div.summary {
  order: 3;
  display: block;
  width: 40%;
  padding-left: 5rem;
  margin-bottom: 0;
}
.single-product div.product div.images {
  margin-bottom: 0;
}
.single-product div.product .woocommerce-tabs {
  order: 4;
  width: 100%;
  display: block;
}
.single-product div.product .related {
  order: 5;
  width: 100%;
  display: block;
}

@media only screen and (min-width: 1025px) {
  .single-product div.product div.images .woocommerce-product-gallery__wrapper {
    position: sticky;
    top: 13.5rem;
  }
}
@media only screen and (max-width: 1024.98px) {
  .single-product div.product div.woocommerce-gallery-wrapper {
    width: 100%;
  }
  .single-product div.product div.summary {
    width: 100%;
    padding: 2rem 0;
  }
}
.sp-breadcrumbs {
  padding-bottom: 1rem;
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2.4rem;
  color: #7c917e;
}
.sp-breadcrumbs span.current-item {
  color: #333d28;
  font-weight: 700;
}
.sp-breadcrumbs a {
  color: #7c917e;
}

.summary__product-title {
  display: flex;
  align-items: center;
  margin: 0 0 1rem;
  padding: 0;
  color: #000000;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  gap: 1rem;
}
.summary__product-title .woosw-btn {
  width: auto;
  border-radius: 0;
  padding: 0;
  border: none;
  outline: 0;
  background: 0 0;
  font-size: 2.2rem;
  cursor: pointer;
  padding: 0.2rem;
  border: none;
  background-color: transparent;
  color: #333d28;
  background: url(b91df06af145ec7cf3b2.svg) no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 24px;
  transition: all 0.2s ease-in-out;
  text-indent: -9999px;
}
.summary__product-title .woosw-btn:before {
  display: none;
}
.summary__product-title .woosw-btn:hover, .summary__product-title .woosw-btn.woosw-added {
  background-image: url(f39e6ca4d4c5089e593c.svg);
}

.woocommerce div.product .summary .product_title {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  vertical-align: baseline;
  max-width: calc(100% - 3.4rem);
}
.woocommerce div.product .summary .price {
  display: flex;
  margin: 2.4rem 0;
  gap: 0.8rem;
  font-size: 2.4rem;
  font-weight: 800;
  flex-wrap: wrap;
  align-items: center;
  color: #333d28;
}
.woocommerce div.product .summary .price .price {
  margin: 0;
}
.woocommerce div.product .summary .price del {
  display: block;
  order: 2;
  opacity: 1;
  color: #333d28;
  font-size: 1.4rem;
  width: 100%;
}
.woocommerce div.product .summary .price ins {
  color: #ae4b5a;
  font-size: 2.4rem;
  font-weight: 800;
  text-decoration: none;
  padding-right: 5px;
}

@media only screen and (min-width: 1025px) {
  .summary__wrapper {
    position: sticky;
    top: 13.5rem;
  }
}
@media only screen and (max-width: 1024.98px) {
  .summary__product-title {
    margin-bottom: 0.8rem;
    font-size: 2.5rem;
  }
  .woocommerce div.product .summary .price {
    margin: 0.8rem 0;
  }
}
.woocommerce-product-details__short-description {
  margin: 1.8rem 0 1rem;
  color: #4c525c;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8rem;
}

@media only screen and (min-width: 1025px) {
  .woocommerce-product-details__short-description {
    margin: 2.4rem 0;
  }
}
.woocommerce-variation-add-to-cart {
  display: flex;
}
.woocommerce-variation-add-to-cart .quantity {
  width: 7rem;
}
.woocommerce-variation-add-to-cart .button {
  width: calc(100% - 9rem) !important;
  max-width: none !important;
  background-color: #2d3714 !important;
  color: #ffffff !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  transition: all 0.2s ease-in-out !important;
  text-transform: none !important;
  margin: 0 !important;
  display: block !important;
  border-radius: 1rem !important;
  line-height: 2rem !important;
  padding: 1.5rem !important;
  flex-grow: 1 !important;
  margin-left: 2rem !important;
}

.woocommerce div.product form.cart {
  display: flex;
  margin-bottom: 0;
}
.woocommerce div.product form.cart.variations_form {
  flex-direction: column;
}
.woocommerce div.product form.cart .quantity {
  width: 7rem;
}
.woocommerce div.product form.cart .button {
  width: calc(100% - 9rem) !important;
  max-width: none !important;
  background-color: #2d3714 !important;
  color: #ffffff !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  transition: all 0.2s ease-in-out !important;
  text-transform: none !important;
  margin: 0 !important;
  display: block !important;
  border-radius: 1rem !important;
  line-height: 2rem !important;
  padding: 1.5rem !important;
  flex-grow: 1 !important;
  margin-left: 2rem !important;
}
.woocommerce div.product form.cart .button:after {
  display: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .slick-dots {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 1.3rem;
  left: 0;
  justify-content: center;
  gap: 0.8rem;
  z-index: 10;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .slick-dots li {
  margin: 0;
  width: 8px;
  height: 8px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .slick-dots li button {
  width: 8px;
  padding: 0;
  height: 8px;
  display: block;
  border-radius: 100%;
  background: #000000;
  opacity: 0.2;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .slick-dots li button:before {
  display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .slick-dots li.slick-active button {
  opacity: 1;
}

.suggestions {
  order: 3;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 3.6rem;
  padding-top: 2.4rem;
  background: #f8f9f7;
  width: calc(100% + 60px);
}
.suggestions__title {
  margin-bottom: 2.4rem;
  color: #333d28;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 2rem;
  text-transform: uppercase;
}
.suggestions_previously {
  order: 5;
  margin-bottom: 0;
}

@media only screen and (min-width: 1025px) {
  .suggestions {
    margin-top: 10rem;
    padding-bottom: 4.8rem;
  }
  .suggestions_previously {
    margin-top: 0;
    padding-top: 4.8rem;
  }
}
@media only screen and (max-width: 1024.98px) {
  .suggestions {
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 2.4rem;
    width: calc(100% + 24px);
  }
}
.suggestions-slider {
  list-style: none;
  padding: 0;
  margin: 0;
}
.suggestions-slider .slick-list {
  padding-left: 30px;
  padding-right: 30px;
}
.suggestions-slider .cc-product-wrapper {
  width: 19vw;
  margin-right: 5px;
  padding-bottom: 1px;
}
.suggestions-slider .cc-product-wrapper__description {
  display: flex;
  display: -webkit-box;
  min-height: 4rem;
  margin: 0.5rem auto 0;
  color: #4c525c;
  font-size: 1.4rem;
  line-height: 1.4;
  text-overflow: ellipsis;
  text-transform: initial;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
}
.suggestions-slider .product-thumbnail {
  margin-bottom: 2rem;
}
.suggestions-slider .product-thumbnail__slide:not(:first-child) {
  display: none;
}
.suggestions-slider .product-thumbnail__slide img {
  display: block;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.suggestions-slider .cc-quick-buy {
  display: none;
}
.suggestions-slider .woosw-btn {
  opacity: 1;
  visibility: visible;
  top: 0.8rem;
  right: 0.8rem;
  padding: 0;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0;
  background-color: transparent;
  background-size: 18px 18px;
  background-position: center center;
}
.suggestions-slider .woocommerce-loop-product__title {
  margin: 0;
  color: #333d28;
  font-size: 1.7rem;
  font-weight: 500;
}
.suggestions-slider .slick-arrow {
  position: absolute;
  top: calc(11vw - 2rem);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  text-align: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease-in-out;
  width: 5rem;
  height: 5rem;
  background-size: contain;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center center;
}
.suggestions-slider .slick-arrow:before {
  display: none;
}
.suggestions-slider .slick-arrow.slick-disabled {
  visibility: hidden;
  opacity: 0;
}
.suggestions-slider .slick-prev {
  left: 1rem;
  background-image: url(cc40b01ef6004b0a3061.svg);
}
.suggestions-slider .slick-next {
  right: 1rem;
  background-image: url(b83409db66b312968ff0.svg);
}

.woocommerce .suggestions ul.products li.product {
  float: none;
  margin: 0;
}
.woocommerce .suggestions ul.products li.product .cc-product-wrapper .woocommerce-loop-product__title {
  margin: 0;
  color: #333d28;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 0;
}
.woocommerce .suggestions ul.products li.product .cc-product-wrapper .button {
  border: 0.1rem solid #a0a190;
  background: #eef1eb;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.25;
  display: flex;
  flex-direction: column;
  max-width: fit-content;
  margin: 2rem auto 0;
  padding: 1rem 3rem;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  border-color: #a0a190;
  background-color: transparent;
  color: #333d28;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.woocommerce .suggestions ul.products li.product .cc-product-wrapper .button:hover {
  border-color: #333d28;
  background-color: #333d28;
  color: #ffffff;
}

@media only screen and (max-width: 1024.98px) {
  .suggestions-slider .cc-product-wrapper {
    width: 42vw;
  }
  .suggestions-slider .cc-product-wrapper__description {
    min-height: 3.4rem;
    font-size: 1.2rem;
  }
  .suggestions-slider .product-thumbnail {
    margin-bottom: 1.2rem;
    font-size: 1rem;
  }
  .woocommerce .suggestions ul.products li.product .cc-product-wrapper .woocommerce-loop-product__title {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  .woocommerce .suggestions ul.products li.product .cc-product-wrapper .button {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.sp-description {
  margin-bottom: 3.6rem;
  order: 4;
  margin-left: -30px;
  margin-right: -30px;
  width: calc(100% + 60px);
}
.sp-description__title {
  margin-top: 0;
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 2rem;
  text-transform: uppercase;
}
.sp-description__content {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
  width: 66.6666666667%;
}
.sp-description__content string,
.sp-description__content b {
  font-weight: 700;
}
.sp-description__content p {
  margin-bottom: 1rem;
}
.sp-description__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sp-description__content .label {
  display: inline-block;
}
.sp-description + .sp-description {
  border-top: 0.1rem solid #333d28;
  padding-top: 3.6rem;
}

@media only screen and (max-width: 1024.98px) {
  .sp-description {
    margin-bottom: 2.4rem;
    margin-left: -12px;
    margin-right: -12px;
    width: calc(100% + 24px);
  }
  .sp-description__content {
    width: 100%;
  }
}
.sp-banner {
  position: relative;
}
.sp-banner__breadcrumbs {
  position: absolute;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.sp-banner__inner {
  display: flex;
  padding: 35px 40px 25px;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.sp-banner__title {
  margin: 0;
  color: #ffffff;
  font-size: 6rem;
}
.sp-banner__content {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 300;
  margin-top: 2rem;
  line-height: 2.5rem;
}

@media only screen and (min-width: 1025px) {
  .sp-banner {
    margin-bottom: 3rem;
    display: flex;
    position: relative;
    align-items: center;
    min-height: 50vh;
    background-color: #eef1eb;
    background-position: center;
    background-size: cover;
  }
  .sp-banner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .sp-banner__breadcrumbs {
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    text-shadow: 0 0 0.3rem #666666;
  }
  .sp-banner__breadcrumbs a {
    color: #ffffff;
  }
  .sp-banner__inner {
    width: 60%;
    margin: auto;
    text-align: center;
  }
  .sp-banner__title {
    text-shadow: 0 0 0.3rem #666666;
  }
  .sp-banner__content {
    text-shadow: 0 0 0.3rem #666666;
    color: #ffffff;
    letter-spacing: 0.1rem;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (max-width: 1024.98px) {
  .sp-banner {
    margin-bottom: 1.2rem;
    background: #f6f6f6 !important;
  }
  .sp-banner__inner {
    padding: 1.5rem;
  }
  .sp-banner__breadcrumbs {
    top: 1.5rem;
    left: 1.5rem;
    font-size: 1.2rem;
  }
  .sp-banner__title {
    margin: 4rem 0 1rem;
    color: #333d28;
    font-size: 2.5rem;
  }
  .sp-banner__content {
    display: none;
  }
}
.faq {
  width: 90%;
  margin: 3rem auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 3rem;
}
.faq__title {
  font-family: "Noto Serif Display", serif;
  text-align: center;
  font-weight: 600;
}
.faq__subtitle {
  text-align: center;
  font-weight: 300;
}
.faq__container {
  margin-top: 2rem;
}

@media only screen and (min-width: 1025px) {
  .faq__title {
    font-size: clamp(2.4rem, 2.4vw, 3.2rem);
    width: 40%;
    margin: 5rem auto 0;
  }
  .faq__subtitle {
    font-size: clamp(3rem, 3vw, 4rem);
    width: 40%;
    margin: 0 auto 3rem;
  }
}
.questions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.questions p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  margin-top: 0;
}
.questions ul {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  margin-top: 0;
}
.questions ul li {
  margin-bottom: 1rem;
}
.questions__details {
  display: block;
  background-color: #f1eee7;
  color: #333d28;
  border-radius: 10px;
  padding: 1rem 2rem;
  transition: all 0.2s ease-in-out;
}
.questions__details[open] .questions__summary {
  border-radius: 10px 10px 0 0;
}
.questions__details[open] .questions__summary ~ * {
  padding: 2rem 0 0 3rem;
}
.questions__details[open] .questions__arrow-icon {
  transform: rotate(270deg);
}
.questions__summary {
  cursor: pointer;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  line-height: 1.2;
  font-weight: 700;
}
.questions__arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 1.6rem;
  background-color: #f1eee7;
  border-radius: 50%;
  flex-shrink: 0;
}
.questions__arrow-icon {
  transform: rotate(90deg);
  width: 60%;
  transition: all 0.2s ease-in-out;
}

.store-locator {
  position: relative;
  width: 100%;
}
.store-locator__search {
  z-index: 10;
  height: auto;
  background: #eef1eb;
  margin-top: 50px;
  border-radius: 20px 20px 0 0;
}
.store-locator__search-inner {
  padding: 0 2rem 1rem;
}
.store-locator__map {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.store-locator__title {
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 0.67em;
}
.store-locator__number {
  padding: 1rem 0 2rem;
  font-size: 1.8rem;
  font-weight: 500;
  display: none;
}
.store-locator_completed .store-locator__number {
  display: inline;
}
.store-locator_completed .store-locator__search {
  background-color: #eef1eb;
  margin-top: 50px;
  border-radius: 20px 20px 0 0;
}
.store-locator_completed .store-locator__search-inner {
  padding: 2.3rem 2.5rem 0;
}

@media only screen and (min-width: 1025px) {
  .store-locator {
    height: 80rem;
  }
  .store-locator_completed {
    height: 70vh;
  }
  .store-locator_completed .store-locator__search {
    left: 3rem;
    top: 0;
    width: 50rem;
    height: 100%;
    transform: none;
    overflow: auto;
  }
  .store-locator__search {
    position: absolute;
    box-shadow: 0.3rem -0.4rem 2.1rem rgba(28, 28, 32, 0.1);
    top: 30%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
    overflow: hidden;
  }
  .store-locator__search-inner {
    padding: 2.3rem 4.5rem 1rem;
  }
  .store-locator__map {
    display: block;
  }
  .store-locator__title {
    padding: 1rem 0;
  }
  .store-locator_completed .store-locator__search {
    max-height: 70vh;
  }
}
@media only screen and (max-width: 1024.98px) {
  .store-locator__search {
    margin-top: 0;
    border-radius: 0;
    padding: 0 1.3rem;
  }
  .store-locator__search-inner {
    padding-top: 2.3rem;
    margin-bottom: 2rem;
  }
  .store-locator__title {
    padding: 2.5rem 0 1rem;
  }
  .store-locator__map {
    display: none;
  }
  .store-locator_completed .store-locator__search {
    padding: 0 1.3rem;
    margin-top: 0;
    border-radius: 0;
  }
  .store-locator_completed .store-locator__search-inner {
    padding: 0;
    margin-bottom: 0;
  }
  .store-locator_completed .store-locator__title {
    margin: 0;
    font-weight: 700;
    text-align: center;
  }
}
.search-stores__input-wrap {
  position: relative;
}
.search-stores__input[type=text] {
  display: block;
  width: 100%;
  padding: 1.5rem;
  border: 0.1rem solid #9f9f90;
  border-radius: 1rem;
  background: #fff;
  color: #9f9f90;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8rem;
  font-size: 1.4rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  color: #9fa39a;
}
.search-stores__or {
  position: relative;
  margin: 0 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.search-stores__or:before, .search-stores__or:after {
  line-height: 1.5rem;
  text-align: center;
}
.search-stores__geo {
  display: flex;
  align-items: center;
  position: relative;
}
.search-stores__geo-icon {
  display: none;
  width: 4rem;
  height: 4rem;
  margin-left: 2rem;
  padding: 1.1rem;
  border-radius: 1rem;
  background: #333d28;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}
.search-stores__geo-btn {
  border: 0.1rem solid #333d28;
  background: #fff;
  color: #333d28;
}
.search-stores__geo-btn:hover {
  background: #eef1eb;
  color: #333d28;
}
.search-stores__suggestions {
  position: absolute;
  padding: 0.5rem 0 0;
  border: 0.1rem solid #333d28;
  background: #ffffff;
  z-index: 999;
  padding: 0;
}
.search-stores__suggestion {
  padding: 0.3rem 1.3rem;
  font-size: 1.4rem;
  list-style: none;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.search-stores__suggestion:hover {
  background: #9f9f90;
}

.store-locator_completed .search-stores {
  position: relative;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 0.5rem;
  background: #eef1eb;
}

@media only screen and (min-width: 1025px) {
  .search-stores {
    padding: 1rem 0 2rem;
    display: flex;
  }
  .search-stores__input[type=text] {
    width: 30rem;
  }
  .search-stores__or:before, .search-stores__or:after {
    content: "|";
    display: block;
    font-size: 1rem;
  }
  .search-stores__suggestions {
    top: 80%;
    width: 30rem;
  }
  .store-locator_completed .search-stores__input[type=text] {
    width: 29rem;
  }
  .store-locator_completed .search-stores__or, .store-locator_completed .search-stores__geo-btn {
    display: none;
  }
  .store-locator_completed .search-stores__geo-icon {
    display: block;
  }
}
@media only screen and (max-width: 1024.98px) {
  .search-stores__input[type=text] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 1rem;
  }
  .search-stores__or {
    margin: 1rem 0;
    text-align: center;
  }
  .search-stores__or:before {
    content: "-";
    display: inline-block;
    margin-right: 0.5rem;
  }
  .search-stores__or:after {
    content: "-";
    display: inline-block;
    margin-left: 0.5rem;
  }
  .store-locator_completed .search-stores__input[type=text] {
    width: 26rem;
    display: inline-block;
  }
  .store-locator_completed .search-stores__or, .store-locator_completed .search-stores__geo-btn {
    display: none;
  }
  .store-locator_completed .search-stores__geo {
    position: absolute;
    top: 1.5rem;
    right: 1rem;
  }
  .store-locator_completed .search-stores__geo-icon {
    display: block;
  }
}
.stores-wrapper__toggle {
  position: relative;
  border-top: 0.1rem solid #eef1eb;
}
.stores-wrapper__toggle-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #eef1eb;
  color: #333d28;
  position: absolute;
  top: -2rem;
  right: 2rem;
  padding: 0.8rem 1rem;
  border-radius: 3rem;
  background: #eef1eb;
  box-shadow: 0.3rem 0.3rem 0.5rem #888888;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
}
.stores-wrapper__toggle-button_toggled .stores-wrapper__toggle-icon {
  transform: rotate(180deg);
}
.stores-wrapper__toggle-icon {
  width: 3.2em;
  transition: all 0.2s ease-in-out;
  height: 3.2rem;
}

.store-locator_completed .stores-wrapper {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .stores-wrapper {
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 1024.98px) {
  .stores-wrapper__toggle {
    display: none;
  }
}
.stores-list_hidden {
  display: none;
}
.stores-list__item {
  text-align: center;
}
.stores-list__list {
  padding: 0;
  margin-bottom: 2rem;
  list-style: none;
  margin-top: 0;
}
.stores-list__region {
  font-size: 1.5rem;
  font-weight: 700;
}
.stores-list__region:after {
  content: "";
  display: block;
  min-width: 10rem;
  margin: 1rem;
  border-bottom: 0.1rem solid;
}
.stores-list__cities-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.stores-list__city {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.stores-list__city-name {
  margin: 0;
  font-weight: 700;
}

@media only screen and (min-width: 1025px) {
  .stores-list {
    justify-content: center;
    padding: 2rem;
    display: flex;
  }
  .stores-list__item {
    padding: 0 2rem;
  }
  .stores-list__cities-list {
    text-align: center;
  }
}
@media only screen and (max-width: 1024.98px) {
  .stores-list {
    padding: 1rem 0;
  }
  .stores-list__list {
    margin-bottom: 1rem;
  }
  .stores-list__region:after {
    max-width: 20rem;
    margin: 1rem auto;
    border-bottom: 0.1rem solid #eef1eb;
  }
  .stores-list__cities-list {
    text-align: left;
    margin: 1rem 0 3rem;
  }
  .stores-list__city-link {
    display: flex;
    font-size: 1.6rem;
  }
  .stores-list__city-district:before {
    content: "-";
    display: inline-block;
    margin: 0 0.5rem;
  }
  .stores-list__city-district:after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin: 0 0.5rem;
    transform: rotate(45deg);
    border-top: 0.1rem solid #333d28;
    border-right: 0.1rem solid #333d28;
  }
}
.sp-content {
  margin-top: 80px;
}
.sp-content__inner {
  max-width: 1384px;
  margin: 0 auto;
  font-size: 14px;
}
.sp-content h2 {
  font-size: 24px;
  margin-bottom: 24px;
}
.sp-content p {
  margin-bottom: 20px;
  margin-top: 0;
}

@media only screen and (max-width: 1024.98px) {
  .sp-content {
    margin-top: 20px;
  }
}
.store-advantages {
  display: flex;
}

@media only screen and (min-width: 1025px) {
  .store-advantages {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.store-details {
  margin-bottom: 2rem;
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  width: 100%;
  height: auto;
}
.store-details__image {
  grid-column: 1/2;
  grid-row: 1/2;
}
.store-details__image img {
  width: 100%;
  min-height: 23rem;
  object-fit: cover;
  height: auto;
}
.store-details__info {
  grid-column: 1/2;
  grid-row: 2/3;
  background-color: #ffffff;
}
.store-details__breadcrumbs {
  display: flex;
  font-size: 1rem;
  line-height: initial;
  margin-bottom: 1rem;
}
.store-details__breadcrumbs span {
  padding: 0 0.3rem;
}
.store-details__breadcrumbs span:first-child {
  padding-left: 0;
}
.store-details__breadcrumbs span:last-child {
  padding-right: 0;
}
.store-details__distance {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.store-details__distance-name {
  display: flex;
  align-items: center;
  width: 50%;
}
.store-details__name {
  margin: 0;
  color: #000000;
  font-weight: 700;
  line-height: 3.6rem;
  text-align: left;
}
.store-details__favorite {
  margin-left: 2rem;
  font-size: 1rem;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}
.store-details__favorite_active .store-details__favorite-icon {
  fill: currentColor;
}
.store-details__favorite-icon {
  width: 3.2rem;
  height: 3.2rem;
  display: block;
  margin: 0;
}
.store-details__favorite-label {
  display: block;
}
.store-details__opening {
  width: 50%;
  font-size: 1.4rem;
}
.store-details__opening:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  border-radius: 1rem;
  background: #ae4b5a;
}
.store-details__opening_opened:before {
  background: #4caa60;
}
.store-details__wrapper {
  display: flex;
  gap: 8rem;
}
.store-details__description {
  width: 50%;
  font-size: 1.4rem;
  font-weight: 500;
}
.store-details__description p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.store-details__description a {
  font-weight: 400;
  text-decoration: underline;
}
.store-details__advantages {
  width: 50%;
}

@media only screen and (min-width: 1025px) {
  .store-details {
    grid-template-columns: 80rem 1fr;
  }
  .store-details__image {
    grid-column: 1/4;
    grid-row: 1/3;
    z-index: 1;
  }
  .store-details__image img {
    height: 40rem;
  }
  .store-details__info {
    margin-left: 4rem;
    padding: 2rem 2rem 0;
    z-index: 2;
  }
  .store-details__distance {
    flex-direction: row;
    align-items: center;
    gap: 8rem;
  }
  .store-details__name {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1024.98px) {
  .store-details {
    margin-bottom: 0;
  }
  .store-details__info {
    position: relative;
    margin: 0;
    padding: 2rem 2rem 0;
  }
  .store-details__breadcrumbs, .store-details__advantages {
    display: none;
  }
  .store-details__distance-name, .store-details__opening, .store-details__description {
    width: 100%;
  }
  .store-details__name {
    font-size: 2rem;
  }
  .store-details__favorite-icon {
    width: 2rem;
    height: 2rem;
    margin-right: 0.1rem;
  }
  .store-details__wrapper {
    display: block;
  }
}
.store-advantage {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.store-advantage__icon {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}
.store-advantage__content {
  font-size: 1rem;
  text-transform: uppercase;
}
.store-advantage__content p {
  margin: 0;
  text-transform: none;
}

@media only screen and (min-width: 1025px) {
  .store-advantage__icon {
    width: 40px;
    height: 40px;
  }
}
.pos-hours {
  padding: 0 2rem;
}
.pos-hours__wrapper {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 2.5rem;
}
.pos-hours__inner {
  margin-top: 2rem;
  font-size: 1.8rem;
}
.pos-hours__row {
  display: flex;
  margin: 2rem 0 0;
}
.pos-hours__col {
  display: block;
  margin-top: 3rem;
  width: 100%;
}
.pos-hours__col:last-child {
  margin-bottom: 3rem;
  margin-top: 0;
}
.pos-hours__map {
  margin: 3rem 0 0 2rem;
}

@media only screen and (min-width: 1025px) {
  .pos-hours__col {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 1024.98px) {
  .pos-hours {
    padding: 0;
  }
  .pos-hours__row {
    display: block;
  }
  .pos-hours__wrapper {
    margin: 0;
  }
  .pos-hours__inner {
    font-size: 1.4rem;
    white-space: nowrap;
    overflow-x: auto;
  }
  .pos-hours__col {
    margin-top: 1rem;
  }
  .pos-hours__col:last-child {
    margin-bottom: 2rem;
  }
  .pos-hours__map {
    margin: 2rem 0 0;
  }
}
.pos-schedule {
  margin-top: 2rem;
  font-size: 1.3rem;
  line-height: 2rem;
  color: #000000;
}
.pos-schedule__title {
  font-size: 2rem;
  margin-bottom: 2rem;
  margin-top: 0;
}
.pos-schedule__details {
  line-height: 2rem;
  margin-top: 2rem;
  font-size: 1.8rem;
}

@media only screen and (min-width: 1025px) {
  .pos-schedule {
    padding-right: 2rem;
  }
  .pos-schedule__title {
    margin-bottom: 4rem;
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 1024.98px) {
  .pos-schedule__details {
    font-size: 1.4rem;
    white-space: nowrap;
    overflow-x: auto;
  }
}
.pos-hours-list {
  list-style: none;
  padding: 0;
}
.pos-hours-list__item {
  display: flex;
  justify-content: space-between;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
.pos-hours-list__item_active {
  background: #2d3714;
  color: #ffffff;
}
.pos-hours-list__details {
  display: inline-block;
  margin: 0.25rem 0;
  font-size: 1.4rem;
}

@media only screen and (min-width: 1025px) {
  .pos-hours-list {
    margin: 3rem 0 0;
    font-size: 1.3rem;
    padding: 0 8rem 0 0;
  }
  .pos-hours-list__item {
    padding: 1rem 6rem;
  }
}
@media only screen and (max-width: 1024.98px) {
  .pos-hours-list__details:last-child {
    width: 45%;
    text-align: right;
  }
}
.pos-map {
  position: relative;
  overflow: hidden;
  height: 56rem;
}

.great-deals {
  margin-top: 2rem;
}

@media only screen and (max-width: 1024.98px) {
  .great-deals {
    margin-bottom: 5rem;
  }
}
.gd-slider {
  margin-top: 2rem;
}
.gd-slider img {
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
}
.gd-slider .slick-arrow {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  text-align: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease-in-out;
  width: 4.4rem;
  height: 4.4rem;
  background-size: contain;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center center;
}
.gd-slider .slick-arrow:before {
  display: none;
}
.gd-slider .slick-arrow.slick-disabled {
  visibility: hidden;
  opacity: 0;
}
.gd-slider .slick-prev {
  left: 1rem;
  background-image: url(cc40b01ef6004b0a3061.svg);
}
.gd-slider .slick-next {
  right: 1rem;
  background-image: url(b83409db66b312968ff0.svg);
}

@media only screen and (min-width: 1025px) {
  .gd-slider {
    margin: 10rem 0;
  }
  .gd-slider .slick-slide {
    margin: 0 1rem;
  }
  .gd-slider .slick-list {
    margin: 0 -1rem;
  }
}
.pos-description__inner {
  display: flex;
  flex-direction: column-reverse;
}
.pos-description__content {
  width: 90%;
  margin: 2rem auto;
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.pos-description__content h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  margin-top: 0;
}
.pos-description img {
  height: auto;
}

@media only screen and (min-width: 1025px) {
  .pos-description {
    margin: 10rem 0;
  }
  .pos-description__inner {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 2rem;
    margin-bottom: 1rem;
  }
  .pos-description__content {
    width: 90%;
    margin: 2rem 0 2rem 5%;
    text-align: right;
  }
  .pos-description__content p {
    text-align: right;
  }
}
@media only screen and (max-width: 1024.98px) {
  .pos-description {
    margin: 0;
  }
  .pos-description__inner {
    margin-bottom: 3rem;
  }
}
.pos-content {
  margin-top: 7rem;
  margin-bottom: 5rem;
}
.pos-content__inner {
  padding: 1rem 2rem;
  margin: 2rem 0;
  background: #eef0eb;
  font-size: 1.3rem;
  line-height: 2rem;
}
.pos-content__inner p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.pos-content__inner h2 {
  font-weight: 500;
  margin: 1rem 0;
  font-size: 1.4rem;
}

.store-results {
  position: relative;
  padding: 1rem 2.5rem;
  background: rgba(164, 165, 150, 0);
}
.store-results__no-stores {
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #ffffff;
  color: #ae4b5a;
  font-size: 1.3rem;
  text-align: center;
}

@media only screen and (max-width: 1024.98px) {
  .store-results {
    padding: 1rem 0 0;
    background: #eef1eb;
    z-index: 10;
  }
  .store-results__no-stores {
    position: absolute;
    left: -13px;
    right: -13px;
  }
}
.search-store {
  display: table;
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
.search-store__left-col {
  display: table-cell;
  position: relative;
  width: 8rem;
  height: 100%;
  vertical-align: top;
}
.search-store__pin {
  position: relative;
  height: 8.1rem;
}
.search-store__pin-icon {
  position: absolute;
  top: 1.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4rem;
  height: 4rem;
  display: block;
  margin: 0;
}
.search-store__header {
  display: flex;
}
.search-store__name {
  margin: 2.3rem 1rem 1rem 0;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.search-store__distance {
  padding: 2.4rem 0 1rem;
  font-size: 1.2rem;
  text-align: center;
}
.search-store__hours {
  margin-bottom: 1rem;
}
.search-store__opening {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8rem;
}
.search-store__address {
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.search-store__details {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  margin-bottom: 2.4rem;
  font-size: 1.2rem;
}
.search-store__details-icon {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  margin: 0;
}
.search-store__favorite {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  max-height: 4rem;
  margin-top: 0.8rem;
  margin-bottom: 1.6rem;
  padding: 0.5rem 1rem;
  border: 0.1rem solid #333d28;
  border-radius: 1rem;
  color: #333d28;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 3rem;
  width: 100%;
}
.search-store__favorite_active {
  background: #333d28;
  color: #ffffff;
}
.search-store__favorite_active .search-store__favorite-icon {
  fill: currentColor;
}
.search-store__favorite_loading {
  opacity: 0.6;
  pointer-events: none;
}
.search-store__favorite-icon {
  width: 2rem;
  height: 2rem;
  display: block;
  margin: 0;
}
.search-store__favorite-text {
  margin-left: 1rem;
}

@media only screen and (min-width: 1025px) {
  .search-store {
    margin-bottom: 1.8rem;
  }
  .search-store__right-col {
    width: 30rem;
  }
}
@media only screen and (max-width: 1024.98px) {
  .search-store {
    margin-bottom: 1.3rem;
  }
  .search-store__right-col {
    width: 21.4rem;
  }
  .search-store__favorite {
    padding: 0.5rem;
    font-size: 1rem;
    line-height: 2.6rem;
  }
}
.store-balloon {
  margin-top: 0.5rem;
  text-align: center;
}
.store-balloon__title {
  font-size: 1.3rem;
  font-weight: 700;
}
.store-balloon__address {
  margin-top: 1rem;
}
.store-balloon__link {
  display: inline-block;
  margin-top: 1rem;
  text-decoration: underline;
}
.store-balloon__link:hover {
  text-decoration: none;
}

.wishlist-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 28rem;
  padding: 6rem 2.4rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.wishlist-banner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.wishlist-banner__title {
  margin: 0 0 14px;
  font-size: 1.75em;
  font-style: italic;
  font-weight: 400;
  line-height: 3.6rem;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1024.98px) {
  .wishlist-banner {
    padding: 5rem 0 7.8rem;
  }
  .wishlist-banner__title {
    font-size: 2rem;
  }
}
.favorite-wishlist {
  padding: 4rem;
  border-radius: 1rem;
  background: #ffffff;
}
.favorite-wishlist__inner {
  padding: 0 1.2rem;
}
.favorite-wishlist__count {
  padding: 1rem 1.2rem;
  color: #9f9f90;
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1025px) {
  .favorite-wishlist__inner {
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1024.98px) {
  .favorite-wishlist {
    padding: 2rem;
  }
  .favorite-wishlist__count {
    display: none;
  }
}
.woocommerce.wishlist-wrapper ul.products.cc-products li.product .cc-product-wrapper {
  color: #999999;
  text-align: center;
  position: relative;
}
.woocommerce.wishlist-wrapper ul.products.cc-products li.product .cc-product-wrapper .woocommerce-loop-product__title {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  font-weight: 400;
  font-size: 1.4rem;
}
.woocommerce.wishlist-wrapper ul.products.cc-products li.product .cc-product-wrapper .button {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #333d28;
  background: 0 0;
  color: #333d28;
  padding: 1.5rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2rem;
}

@media only screen and (min-width: 1025px) {
  .woocommerce.wishlist-wrapper ul.products.cc-products li.product {
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 4.3rem;
  }
}
@media only screen and (max-width: 1024.98px) {
  .woocommerce.wishlist-wrapper ul.products.cc-products li.product {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.rm-wishlist-item {
  top: 1em;
  right: 0;
  border-radius: 5rem 0 0 5rem;
  position: absolute;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.8);
  color: #333d28;
  font-size: 1.7rem;
  line-height: 4.5rem;
  pointer-events: auto;
  z-index: 10;
}
.rm-wishlist-item__button {
  height: 4.7rem;
  padding: 1rem 1.5rem;
  background-color: transparent;
  color: #000000;
}
.rm-wishlist-item__button:hover {
  background-color: transparent;
  color: #000000;
}
.rm-wishlist-item__button:hover .rm-wishlist-item__button-inner {
  background: #333d28;
  color: #ffffff;
}
.rm-wishlist-item__button-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  border: 0.1rem solid #2d3714;
  border-radius: 50%;
  background-color: #ffffff;
  color: #2d3714;
  font-size: 2.5rem;
  transition: all 0.2s ease-in-out;
  line-height: 2.5rem;
}
.rm-wishlist-item__button-icon {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  margin: 0;
}

.wishlist-specs {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  list-style: none;
  margin-bottom: 4.3rem;
}
.wishlist-specs__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
  color: #333d28;
}
.wishlist-specs__tr {
  display: flex;
  border-bottom: 1px solid #e7e7e2;
}
.wishlist-specs__tr:last-child {
  border-bottom: none;
}
.wishlist-specs__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.wishlist-specs__table td {
  padding: 1.2rem 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
  color: #333d28;
  width: calc(100% / var(--wishlist-product-count, 4));
  word-break: break-word;
  vertical-align: top;
  display: flex;
  flex-direction: column;
}
.wishlist-specs__table td.wishlist-specs__cell {
  gap: 0.4rem;
  padding-top: 3.6rem;
}
.wishlist-specs__table td.wishlist-specs__cell:first-child {
  padding-left: 0;
  padding-top: 1rem;
}
.wishlist-specs__label {
  font-size: 1.2rem;
  font-weight: 500;
  color: #9f9f90;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.wishlist-specs__value {
  color: #333d28;
}

@media only screen and (max-width: 1024.98px) {
  .wishlist-specs {
    display: none;
  }
}
.login-popup {
  box-shadow: 0.3rem 1rem 4.5rem 0.5rem rgba(0, 0, 0, 0.2);
  display: flex;
  position: relative;
  flex: 0 0 auto;
  flex-direction: column;
  width: 44.5rem;
  height: auto;
  max-height: 100%;
  padding: 6rem 1rem 1rem 2.5rem;
  background: #ffffff;
  overflow: auto;
  pointer-events: auto;
}
.login-popup__close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  padding: 0;
  font-weight: 100;
  text-transform: lowercase;
  cursor: pointer;
  width: 2.7rem;
  height: 2.7rem;
  border: 0.1rem solid #2d3714;
  border-radius: 50%;
  background-color: #ffffff;
  color: #2d3714;
  font-size: 2.5rem;
  line-height: 2.5rem;
  transition: all 0.2s ease-in-out;
}
.login-popup__close:hover {
  color: #ffffff;
}
.login-popup__close-link {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
}
.login-popup__header {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  padding-right: 1.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.login-popup__content {
  display: block;
  position: relative;
  flex: 1 1 auto;
  height: auto;
  max-height: 100%;
  padding-right: 1.5rem;
  overflow-y: auto;
}

@media only screen and (min-width: 1025px) {
  .login-popup {
    border-radius: 2rem;
  }
}
.login-box {
  font-size: 1.2rem;
}
.login-box__input {
  display: block;
  width: 100%;
  padding: 1.5rem;
  border: 0.1rem solid #9f9f90;
  border-radius: 1rem;
  background: #fff;
  color: #9f9f90;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8rem;
}
.login-box__row {
  margin-bottom: 1.6rem;
}
.login-box__row_remember {
  padding-top: 2rem;
}
.login-box__checkbox-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0 0 0 0);
  border: 0;
  overflow: hidden;
}
.login-box__checkbox-input:checked + .login-box__checkbox-label:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(1a892ebf4690d9ae1061.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 1px;
  top: 1px;
}
.login-box__checkbox-label {
  display: inline-block;
  margin-bottom: 0.5rem;
  position: relative;
}
.login-box__checkbox-label:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.7rem;
  border: 0.1rem solid #9f9f90;
  background-color: #ffffff;
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.login-box__checkbox-text {
  display: inline-block;
  line-height: 2.2rem;
  vertical-align: middle;
}
.login-box__forgot-password {
  float: right;
  font-size: 1.2rem;
  font-weight: 300;
  text-decoration: underline;
  margin-top: -6rem;
}
.login-box__submit {
  max-width: 100%;
}
.login-box__error {
  display: none;
  margin: -1rem 0 0.5rem;
  color: #ae4b5a;
  font-size: 1.3rem;
}
.login-box__error_active {
  display: block;
}

.register-box {
  font-size: 1.2rem;
}
.register-box__header {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: center;
}
.register-box__button {
  margin-bottom: 1.6rem;
  max-width: none;
}

.auth-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #eef1eb;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  margin: auto;
  border: 0;
}
.auth-wrapper__inner {
  max-width: 45rem;
  margin: auto auto;
  padding: 0 3rem;
}
.auth-wrapper__title {
  margin: 2rem 0 4rem;
  font-size: 2rem;
  text-align: center;
}
.auth-wrapper .woocommerce-ResetPassword {
  padding: 4rem;
  background: #ffffff;
}
.auth-wrapper p {
  margin-bottom: 4rem;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: center;
}
.auth-wrapper form .form-row {
  float: none;
  width: 100%;
  margin-bottom: 1.6rem;
  padding: 0;
  margin-top: 0;
}
.auth-wrapper form .form-row.woocommerce-form-register__password-wrapper {
  width: 48%;
  margin-top: 0;
  margin-bottom: 2.5rem;
  position: relative;
}
.auth-wrapper form .form-row.woocommerce-form-register__col {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  border: none;
  vertical-align: top;
  width: 100%;
  margin-left: 1.4rem;
  margin-right: 1.4rem;
  position: relative;
}
.auth-wrapper form .form-row.woocommerce-form-register__col_w_33 {
  width: 33.3333333%;
}
.auth-wrapper form .form-row.woocommerce-form-register__col_w_67 {
  width: 66.6666667%;
}
.auth-wrapper form .form-row label {
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #4c525c;
  text-align: left;
}
.auth-wrapper form .form-row label .required,
.auth-wrapper form .form-row label abbr {
  margin-left: 0.4rem;
  color: #ae4b5a;
  text-decoration: none;
}
.auth-wrapper form .form-row label.woocommerce-form-register__floating-label {
  position: absolute;
  top: 1.6rem;
  margin: 0 0 0 1rem;
  background-color: inherit;
  color: #888b90;
  transition: all 0.2s ease-in-out;
  width: auto;
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: none;
  letter-spacing: initial;
  line-height: 1.8rem;
}
.auth-wrapper form .form-row .input-text {
  display: block;
  width: 100%;
  padding: 1.5rem;
  border: 0.1rem solid #9f9f90;
  border-radius: 1rem;
  background: #fff;
  color: #9f9f90;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6rem;
}
.auth-wrapper form .form-row .input-text[disabled] {
  background: 0 0;
  color: gray;
}
.auth-wrapper form .form-row .input-text:focus + .woocommerce-form-register__floating-label, .auth-wrapper form .form-row .input-text:not(:placeholder-shown) + .woocommerce-form-register__floating-label {
  top: 0;
  font-size: 1.2rem;
}
.auth-wrapper form .form-row .button {
  display: block;
  width: 100%;
  padding: 1.5rem;
  border: none;
  border-radius: 1rem;
  background: #333d28;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2rem;
  text-align: center;
  cursor: pointer;
}
.auth-wrapper form .form-row .button[disabled] {
  padding: 1.5rem;
  color: #ffffff;
}
.auth-wrapper form .form-row .button:hover {
  background: #505a50;
}
.auth-wrapper form .form-row .show-password-input {
  display: none;
}
.auth-wrapper__s-title {
  max-width: 85rem;
  margin: 0 auto 3rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 1024.98px) {
  .auth-wrapper {
    padding-top: 6rem;
  }
  .auth-wrapper_sign-up {
    padding-top: 4rem;
  }
  .auth-wrapper__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .auth-wrapper .woocommerce-ResetPassword {
    padding: 4rem 1rem;
  }
  .auth-wrapper form .form-row .input-text {
    font-size: 1.3rem;
  }
  .auth-wrapper form .form-row.woocommerce-form-register__password-wrapper {
    width: 100%;
  }
  .auth-wrapper form .form-row.woocommerce-form-register__col {
    width: calc(100% - 2.8rem);
  }
  .auth-wrapper form .form-row.woocommerce-form-register label.woocommerce-form-register__floating-label {
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .auth-wrapper__s-title {
    display: none;
  }
}
.woocommerce-error {
  margin: 2.4rem 3rem;
  padding: 1.6rem 2.4rem;
  border-radius: 1.2rem;
  border: 0.1rem solid rgba(174, 75, 90, 0.35);
  border-left: 0.5rem solid #ae4b5a;
  background: rgba(174, 75, 90, 0.08);
  color: #ae4b5a;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.6;
  position: relative;
  box-shadow: 0 1.6rem 3.5rem rgba(51, 61, 40, 0.08);
}
.woocommerce-error::before {
  display: none;
}
.woocommerce-error > li {
  margin: 0;
  padding: 0;
}
.woocommerce-error > li + li {
  margin-top: 0.8rem;
}
.woocommerce-error a {
  color: inherit;
  text-decoration: underline;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.woocommerce-error a:hover {
  color: #7f2d3d;
}
.woocommerce-error .button,
.woocommerce-error button {
  width: auto;
  margin-top: 1.2rem;
}
.woocommerce-error + .woocommerce-error {
  margin-top: 1.2rem;
}
@media only screen and (max-width: 1024.98px) {
  .woocommerce-error .woocommerce-error {
    padding: 1.4rem 1.6rem 1.4rem 4.4rem;
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }
}

.woocommerce-message {
  margin: 2.4rem 3rem;
  padding: 1.6rem 2.4rem;
  border-radius: 1.2rem;
  border: 0.1rem solid rgba(45, 55, 20, 0.25);
  border-left: 0.5rem solid #2d3714;
  background: rgba(45, 55, 20, 0.08);
  color: #2d3714;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.6;
  position: relative;
  box-shadow: 0 1.6rem 3.5rem rgba(51, 61, 40, 0.08);
}
.woocommerce-message::before {
  display: none;
}
.woocommerce-message > li {
  margin: 0;
  padding: 0;
}
.woocommerce-message > li + li {
  margin-top: 0.8rem;
}
.woocommerce-message a {
  color: inherit;
  text-decoration: underline;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.woocommerce-message a:hover {
  color: #505a50;
}
.woocommerce-message .button,
.woocommerce-message button {
  width: auto;
  margin-top: 1.2rem;
}
.woocommerce-message + .woocommerce-message {
  margin-top: 1.2rem;
}
@media only screen and (max-width: 1024.98px) {
  .woocommerce-message .woocommerce-message {
    padding: 1.4rem 1.6rem 1.4rem 4.4rem;
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }
}

.woocommerce-info {
  margin: 2.4rem 3rem;
  padding: 1.6rem 2.4rem;
  border-radius: 1.2rem;
  border: 0.1rem solid rgba(76, 82, 92, 0.25);
  border-left: 0.5rem solid #4c525c;
  background: rgba(76, 82, 92, 0.08);
  color: #4c525c;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.6;
  position: relative;
  box-shadow: 0 1.6rem 3.5rem rgba(51, 61, 40, 0.08);
}
.woocommerce-info:before {
  display: none;
}
.woocommerce-info > li {
  margin: 0;
  padding: 0;
}
.woocommerce-info > li + li {
  margin-top: 0.8rem;
}
.woocommerce-info a {
  color: inherit;
  text-decoration: underline;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.woocommerce-info a:hover {
  color: #333d28;
}
.woocommerce-info .button,
.woocommerce-info button {
  width: auto;
  margin-top: 1.2rem;
}
.woocommerce-info + .woocommerce-info {
  margin-top: 1.2rem;
}
@media only screen and (max-width: 1024.98px) {
  .woocommerce-info .woocommerce-message {
    padding: 1.4rem 1.6rem 1.4rem 4.4rem;
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }
}

.or-login {
  margin-top: 1rem;
  color: #9f9f90;
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
  line-height: 3rem;
}

@media only screen and (max-width: 1024.98px) {
  .or-login a {
    text-decoration: underline;
  }
}
.woocommerce-password-strength {
  margin-top: 1rem;
  margin-bottom: 0.6rem;
  padding: 1.2rem 1.6rem 1.2rem 4.4rem;
  border-radius: 1.2rem;
  border: 0.1rem solid rgba(51, 61, 40, 0.15);
  background: rgba(237, 239, 232, 0.8);
  color: #4c525c;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.01em;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.woocommerce-password-strength::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  position: absolute;
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  background: #9f9f90;
  box-shadow: 0 0 0 0.4rem rgba(159, 159, 144, 0.2);
  transition: all 0.2s ease-in-out;
}
.woocommerce-password-strength.short, .woocommerce-password-strength.bad {
  border-color: rgba(174, 75, 90, 0.4);
  background: rgba(174, 75, 90, 0.08);
  color: #ae4b5a;
}
.woocommerce-password-strength.short::before, .woocommerce-password-strength.bad::before {
  background: #ae4b5a;
  box-shadow: 0 0 0 0.4rem rgba(174, 75, 90, 0.25);
}
.woocommerce-password-strength.good {
  border-color: rgba(80, 90, 80, 0.35);
  background: rgba(80, 90, 80, 0.08);
  color: #505a50;
}
.woocommerce-password-strength.good::before {
  background: #505a50;
  box-shadow: 0 0 0 0.4rem rgba(80, 90, 80, 0.2);
}
.woocommerce-password-strength.strong {
  border-color: rgba(45, 55, 20, 0.4);
  background: rgba(45, 55, 20, 0.08);
  color: #2d3714;
}
.woocommerce-password-strength.strong::before {
  background: #2d3714;
  box-shadow: 0 0 0 0.4rem rgba(45, 55, 20, 0.25);
}

.woocommerce-password-hint {
  margin-top: 0.2rem;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #9f9f90;
  padding-left: 4.4rem;
  max-width: 48rem;
}
.woocommerce-password-hint code {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  background: rgba(51, 61, 40, 0.08);
  padding: 0.1rem 0.6rem;
  border-radius: 0.6rem;
  color: #4c525c;
}
.woocommerce-password-hint strong {
  color: #505a50;
}

.woocommerce-form-register {
  display: flex;
  max-width: 85rem;
  margin: auto;
  padding: 4rem;
  background: #ffffff;
  text-align: left;
  flex-wrap: wrap;
}
.woocommerce-form-register__reg-column {
  position: relative;
  width: 100%;
  padding: 4rem;
  background: #eef1eb;
}
.woocommerce-form-register__label {
  color: #333d28;
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 1rem;
  display: block;
}
.woocommerce-form-register__pass-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.woocommerce-form-register__pass-rules {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  font-size: 1rem;
  flex-wrap: wrap;
}
.woocommerce-form-register__pass-rule {
  display: flex;
  align-items: center;
  padding: 0 0.2rem 0 0;
  text-align: right;
}
.woocommerce-form-register__pass-rule_passed .woocommerce-form-register__pass-check {
  display: flex;
}
.woocommerce-form-register__pass-rule_passed .woocommerce-form-register__pass-close {
  display: none;
}
.woocommerce-form-register__pass-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin: 0;
  border: none;
  background-color: transparent;
  color: #c84b46;
  font-size: 2.2rem;
  width: 2.2rem;
  height: 2.2rem;
  line-height: normal;
}
.woocommerce-form-register__pass-check {
  display: none;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin: 0;
  border: none;
  background-color: transparent;
  color: #4caa60;
  font-size: 2.2rem;
  width: 2.2rem;
  height: 2.2rem;
  line-height: normal;
}
.woocommerce-form-register__pass-rule-label {
  width: 100%;
}
.woocommerce-form-register__continue-wrapper {
  margin: 0 auto 1.6rem;
}
.woocommerce-form-register__continue-wrapper_hidden {
  display: none;
}
.woocommerce-form-register__continue, .woocommerce-form-register__submit {
  width: 32rem;
  max-width: 32rem;
  margin: 0 auto 1rem;
  text-transform: none;
}
.woocommerce-form-register__show-hide-pass {
  position: absolute;
  top: 0;
  right: 1.5rem;
  width: 3.5rem;
  height: 5rem;
  outline: 0;
  cursor: pointer;
  background-color: transparent;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
}
.woocommerce-form-register__show-hide-pass_visible {
  color: rgba(0, 0, 0, 0.9);
}
.woocommerce-form-register__eye {
  position: absolute;
  top: 1.5rem;
  width: 2rem;
  height: 2rem;
}
.woocommerce-form-register__step {
  display: none;
}
.woocommerce-form-register__step_active {
  display: block;
}
.woocommerce-form-register__error {
  color: #c84b46;
}
.woocommerce-form-register__error-caption {
  font-size: 1.3rem;
  color: #ae4b5a;
  margin: 0.5rem 0 0;
  min-height: 2rem;
  display: none;
}
.woocommerce-form-register__error-caption_visible {
  display: flex;
}
.woocommerce-form-register__second-step {
  display: none;
}
.woocommerce-form-register__second-step_active {
  display: block;
}
.woocommerce-form-register__hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  width: 100%;
  margin: 1.5rem auto;
  border: none;
  border-top: 1px solid rgba(159, 159, 144, 0.3);
}
.woocommerce-form-register__row {
  margin-left: -1.4rem;
  margin-right: -1.4rem;
  align-items: flex-start;
  position: relative;
  display: flex;
}
.woocommerce-form-register__row .select2-container--default {
  width: 100% !important;
}
.woocommerce-form-register__row .select2-container--default .select2-selection__rendered {
  text-align: left;
  padding-left: 4px;
}
.woocommerce-form-register__suggestions {
  position: absolute;
  padding: 0.5rem 0 0;
  top: 4.4rem;
  border: 0.1rem solid #333d28;
  background: #ffffff;
  z-index: 999;
  padding: 0;
  left: 1.4rem;
  right: 1.4rem;
}
.woocommerce-form-register__suggestion {
  padding: 0.3rem 1.3rem;
  font-size: 1.4rem;
  list-style: none;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.woocommerce-form-register__suggestion:hover {
  background: #9f9f90;
}

@media only screen and (min-width: 1025px) {
  .woocommerce-form-register__reg-column {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 1024.98px) {
  .woocommerce-form-register {
    padding: 1rem;
  }
  .woocommerce-form-register__reg-column {
    padding: 3rem;
  }
  .woocommerce-form-register__label {
    padding: 2rem 0 0;
  }
  .woocommerce-form-register__pass-container {
    flex-direction: column;
  }
  .woocommerce-form-register__pass-rules {
    display: block;
  }
  .woocommerce-form-register__pass-rule {
    margin: 0.5rem 0;
  }
  .woocommerce-form-register__pass-close, .woocommerce-form-register__pass-check {
    width: 2.2rem;
    height: 1rem;
    margin: 0 0 0 -0.6rem;
    font-size: 3rem;
    line-height: 1rem;
  }
  .woocommerce-form-register__continue-wrapper {
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    background-color: #eef1eb;
    z-index: 1000;
    width: 100%;
    padding: 0.8rem 1.2rem;
    margin: auto;
  }
  .woocommerce-form-register__row {
    flex-direction: column;
  }
}
.woocommerce-privacy-policy-text p {
  padding: 2rem 0;
  color: #9f9f90;
  font-size: 1.2rem;
  letter-spacing: normal;
  font-weight: 400;
  text-align: left;
  margin: 0 0 1rem;
}

.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: minmax(24rem, 28rem) minmax(0, 1fr);
  grid-template-areas: "nav content";
  gap: 3.2rem;
  align-items: start;
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
}
.woocommerce-account .button {
  display: block !important;
  width: 100% !important;
  padding: 1.5rem !important;
  border: none !important;
  border-radius: 1rem !important;
  background: #333d28 !important;
  color: #ffffff !important;
  font-size: 1.6rem !important;
  font-weight: 300 !important;
  line-height: 2rem !important;
  text-align: center !important;
  cursor: pointer !important;
  transition: all 0.2s ease-in-out !important;
}
.woocommerce-account .button:hover {
  background: #505a50 !important;
}
.woocommerce-account .button.loading {
  opacity: 0.7 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  grid-area: nav;
  background: #eef1eb;
  border-radius: 1.6rem;
  padding: 2.4rem;
  box-shadow: 0 2rem 4.5rem -3rem rgba(51, 61, 40, 0.55);
  margin: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  float: none;
  width: auto;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  border-radius: 1.2rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.2rem 1.6rem;
  border-radius: inherit;
  background: #ffffff;
  color: #333d28;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 1.2rem 3rem -2.2rem rgba(0, 0, 0, 0.45);
}
.woocommerce-account .woocommerce-MyAccount-navigation li:hover a, .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  background: #333d28;
  color: #ffffff;
  box-shadow: 0 1.8rem 3.6rem -2rem rgba(18, 21, 14, 0.55);
}
.woocommerce-account .woocommerce-MyAccount-content {
  grid-area: content;
  background: #ffffff;
  border-radius: 1.8rem;
  padding: 3.2rem;
  box-shadow: 0 2.4rem 7rem -3.2rem rgba(12, 15, 9, 0.5);
  font-size: 1.5rem;
  line-height: 1.6;
  float: none;
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content > :first-child {
  margin-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-content > :last-child {
  margin-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
  margin-top: 0;
  margin-bottom: 2.4rem;
  font-size: 2rem;
  font-weight: 600;
  color: #333d28;
}
.woocommerce-account .woocommerce-MyAccount-content p {
  margin-bottom: 1.6rem;
  color: #4c525c;
}
.woocommerce-account .woocommerce-MyAccount-content ul {
  margin-bottom: 2.4rem;
  padding-left: 2.4rem;
}
.woocommerce-account .woocommerce-MyAccount-content ul li {
  margin-bottom: 0.8rem;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-button,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 16rem;
  padding: 1.4rem 2.4rem;
  border-radius: 1rem;
  background: #333d28;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-button:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button:hover {
  background: #505a50;
  color: #ffffff;
}
.woocommerce-account .woocommerce-MyAccount-content form {
  display: grid;
  gap: 2rem;
}
.woocommerce-account .woocommerce-MyAccount-content form .form-row {
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-content form .form-row label {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #4c525c;
}
.woocommerce-account .woocommerce-MyAccount-content form .form-row label .required,
.woocommerce-account .woocommerce-MyAccount-content form .form-row label abbr {
  color: #ae4b5a;
  text-decoration: none;
  margin-left: 0.4rem;
}
.woocommerce-account .woocommerce-MyAccount-content form .form-row .input-text,
.woocommerce-account .woocommerce-MyAccount-content form .form-row select,
.woocommerce-account .woocommerce-MyAccount-content form .form-row textarea {
  width: 100%;
  padding: 1.4rem 1.6rem;
  border: 0.1rem solid rgba(51, 61, 40, 0.22);
  border-radius: 1rem;
  background: #fdfdfc;
  color: #323a28;
  font-size: 1.5rem;
  line-height: 1.5;
  transition: all 0.2s ease-in-out;
}
.woocommerce-account .woocommerce-MyAccount-content form .form-row .input-text:focus,
.woocommerce-account .woocommerce-MyAccount-content form .form-row select:focus,
.woocommerce-account .woocommerce-MyAccount-content form .form-row textarea:focus {
  border-color: #333d28;
  box-shadow: 0 0 0 0.2rem rgba(51, 61, 40, 0.14);
  outline: none;
}
.woocommerce-account .woocommerce-MyAccount-content form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.woocommerce-account .woocommerce-MyAccount-content form fieldset legend {
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #333d28;
}
.woocommerce-account .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
  gap: 1.6rem;
}
.woocommerce-account .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper .form-row {
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection__rendered {
  text-align: left;
  padding-left: 12px;
}
.woocommerce-account .woocommerce-MyAccount-content form .clear {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  color: #333d28;
  background: transparent;
}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table thead {
  background: #eef1eb;
}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table thead th {
  padding: 1.4rem 1.6rem;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #4c525c;
  border-bottom: 0.1rem solid rgba(51, 61, 40, 0.18);
}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table thead th:last-child {
  text-align: right;
}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table tbody tr {
  transition: all 0.2s ease-in-out;
}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table tbody tr:hover {
  background: rgba(238, 241, 235, 0.6);
}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table td {
  padding: 1.4rem 1.6rem;
  border-top: 0.1rem solid rgba(51, 61, 40, 0.08);
  vertical-align: middle;
}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table td:first-child {
  border-left: none;
}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table td:last-child {
  border-right: none;
  text-align: right;
}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table .woocommerce-orders-table__cell-order-status mark,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table .woocommerce-orders-table__cell-order-status span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  background: #eef1eb;
  color: #333d28;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-pagination {
  margin-top: 2rem;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button {
  margin-right: 1rem;
}
.woocommerce-account .addresses {
  display: grid;
  gap: 2.4rem;
}
.woocommerce-account .addresses .woocommerce-Address {
  background: #f7f8f3;
  border-radius: 1.6rem;
  padding: 2.4rem;
  box-shadow: 0 1.4rem 4rem -3rem rgba(12, 15, 9, 0.5);
}
.woocommerce-account .addresses .woocommerce-Address header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}
.woocommerce-account .addresses .woocommerce-Address header h3 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: #333d28;
}
.woocommerce-account .addresses .woocommerce-Address header a {
  font-size: 1.3rem;
  font-weight: 500;
  color: #333d28;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}
.woocommerce-account .addresses .woocommerce-Address header a:hover {
  color: #505a50;
}
.woocommerce-account .addresses .woocommerce-Address address {
  margin: 0;
  font-style: normal;
  color: #4c525c;
  line-height: 1.7;
}
.woocommerce-account .show-password-input {
  display: none;
}
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-message {
  margin: 0;
}
.woocommerce-account .woocommerce-info .button,
.woocommerce-account .woocommerce-error .button,
.woocommerce-account .woocommerce-message .button {
  background: transparent;
  color: #333d28;
  padding: 4px 0;
}

@media only screen and (max-width: 1024.98px) {
  .woocommerce-account .woocommerce {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    background: transparent;
    padding: 0;
    box-shadow: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    flex-direction: row;
    overflow-x: auto;
    gap: 1.2rem;
    padding: 0 1.2rem 0.6rem;
    margin: 0 -1.2rem;
    scroll-snap-type: x mandatory;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li a {
    padding: 1rem 1.6rem;
    font-size: 1.3rem;
    box-shadow: none;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 2.4rem 1.6rem;
    border-radius: 1.4rem;
  }
  .woocommerce-account .addresses {
    gap: 1.6rem;
  }
  .woocommerce-account .addresses .woocommerce-Address {
    padding: 2rem;
  }
  .woocommerce-account .woocommerce-info .button,
  .woocommerce-account .woocommerce-error .button,
  .woocommerce-account .woocommerce-message .button {
    background: #333d28;
    color: #ffffff;
    padding: 1.4rem 2.4rem;
    width: 100%;
    margin-top: 2rem;
  }
}
.hidden-placeholder::placeholder {
  color: transparent;
}

.required-indicator {
  padding-left: 0.5rem;
  color: red;
}

.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
.wp-block-woocommerce-checkout table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  align-items: center;
  gap: 0.6rem;
  padding: 0.35rem 1.1rem 0.35rem 1rem;
  border: 0.1rem solid rgba(51, 61, 40, 0.15);
  border-radius: 999px;
  background-color: rgba(51, 61, 40, 0.05);
  color: #333d28;
  width: auto;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
.wp-block-woocommerce-checkout table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
  background-color: #333d28;
  border-color: #333d28;
  color: #ffffff;
}
.wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus-visible,
.wp-block-woocommerce-checkout table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus-visible {
  outline: 0.2rem solid rgba(51, 61, 40, 0.45);
  outline-offset: 0.2rem;
}
.wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,
.wp-block-woocommerce-checkout table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active {
  transform: translateY(1px);
  background-color: #2c3421;
  border-color: #2c3421;
}

@media only screen and (max-width: 1024.98px) {
  .wp-block-woocommerce-cart {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.wc-block-cart-items__row .wc-block-components-sale-badge {
  padding: 0.4rem 1.2rem;
  border-radius: 999px;
  background-color: #fceaed;
  color: #ae4b5a;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: none;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid rgba(174, 75, 90, 0.18);
  box-shadow: 0 0.6rem 1.4rem rgba(174, 75, 90, 0.12);
  transition: all 0.2s ease-in-out;
}
.wc-block-cart-items__row .wc-block-components-sale-badge:hover {
  background-color: #f7d4da;
  box-shadow: 0 0.8rem 1.8rem rgba(174, 75, 90, 0.16);
}
.wc-block-cart-items__row .wc-block-components-sale-badge:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.3rem rgba(174, 75, 90, 0.25);
}
.wc-block-cart-items__row .wc-block-components-sale-badge:active {
  transform: translateY(1px);
}

.wc-block-cart__submit-container .wc-block-components-button {
  display: block;
  width: 100%;
  padding: 1.5rem;
  border: none;
  border-radius: 1rem;
  background: #333d28;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.wc-block-cart__submit-container .wc-block-components-button:hover {
  background: #505a50;
}

body.woocommerce-order-received .woocommerce, body.woocommerce-thankyou .woocommerce, body.woocommerce-order-pay .woocommerce {
  margin: 0 auto;
  background: #f5f6f1;
  padding: 6rem 3rem 10rem;
}
body.woocommerce-order-received .woocommerce-order, body.woocommerce-thankyou .woocommerce-order, body.woocommerce-order-pay .woocommerce-order {
  max-width: 80rem;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 2.8rem;
  padding: 4rem 4.8rem;
  box-shadow: 0 2.8rem 6.8rem -4.2rem rgba(31, 39, 20, 0.45);
  border: 0.1rem solid rgba(51, 61, 40, 0.08);
  display: grid;
  gap: 3.6rem;
  text-align: center;
  position: relative;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-notice--success, body.woocommerce-thankyou .woocommerce-order .woocommerce-notice--success, body.woocommerce-order-pay .woocommerce-order .woocommerce-notice--success {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 600;
  color: #1f2614;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details, body.woocommerce-thankyou .woocommerce-order .woocommerce-thankyou-order-details, body.woocommerce-order-pay .woocommerce-order .woocommerce-thankyou-order-details {
  display: grid;
  gap: 1.6rem;
  justify-items: center;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details li, body.woocommerce-thankyou .woocommerce-order .woocommerce-thankyou-order-details li, body.woocommerce-order-pay .woocommerce-order .woocommerce-thankyou-order-details li {
  list-style: none;
  font-size: 1.4rem;
  color: rgba(31, 39, 20, 0.8);
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview, body.woocommerce-thankyou .woocommerce-order .woocommerce-order-overview, body.woocommerce-order-pay .woocommerce-order .woocommerce-order-overview {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 2.4rem;
  border-radius: 1.8rem;
  margin-bottom: 0;
  background: rgba(51, 61, 40, 0.05);
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview:before, body.woocommerce-thankyou .woocommerce-order .woocommerce-order-overview:before, body.woocommerce-order-pay .woocommerce-order .woocommerce-order-overview:before {
  display: none;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li, body.woocommerce-thankyou .woocommerce-order .woocommerce-order-overview li, body.woocommerce-order-pay .woocommerce-order .woocommerce-order-overview li {
  list-style: none;
  margin: 0;
  gap: 0.4rem;
  border-right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li strong,
body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li span, body.woocommerce-thankyou .woocommerce-order .woocommerce-order-overview li strong,
body.woocommerce-thankyou .woocommerce-order .woocommerce-order-overview li span, body.woocommerce-order-pay .woocommerce-order .woocommerce-order-overview li strong,
body.woocommerce-order-pay .woocommerce-order .woocommerce-order-overview li span {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1f2614;
}
body.woocommerce-order-received .woocommerce-order section, body.woocommerce-thankyou .woocommerce-order section, body.woocommerce-order-pay .woocommerce-order section {
  text-align: left;
}
body.woocommerce-order-received .woocommerce-order section h2, body.woocommerce-thankyou .woocommerce-order section h2, body.woocommerce-order-pay .woocommerce-order section h2 {
  margin: 0 0 1.8rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #1f2614;
}
body.woocommerce-order-received .woocommerce-order table.shop_table.shop_table, body.woocommerce-thankyou .woocommerce-order table.shop_table.shop_table, body.woocommerce-order-pay .woocommerce-order table.shop_table.shop_table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  background: rgba(51, 61, 40, 0.03);
  border-radius: 1.8rem;
  overflow: hidden;
}
body.woocommerce-order-received .woocommerce-order table.shop_table.shop_table thead, body.woocommerce-thankyou .woocommerce-order table.shop_table.shop_table thead, body.woocommerce-order-pay .woocommerce-order table.shop_table.shop_table thead {
  background: rgba(51, 61, 40, 0.08);
}
body.woocommerce-order-received .woocommerce-order table.shop_table.shop_table thead th, body.woocommerce-thankyou .woocommerce-order table.shop_table.shop_table thead th, body.woocommerce-order-pay .woocommerce-order table.shop_table.shop_table thead th {
  padding: 1.4rem 2rem;
  text-align: left;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(31, 39, 20, 0.7);
}
body.woocommerce-order-received .woocommerce-order table.shop_table.shop_table thead th:last-child, body.woocommerce-thankyou .woocommerce-order table.shop_table.shop_table thead th:last-child, body.woocommerce-order-pay .woocommerce-order table.shop_table.shop_table thead th:last-child {
  text-align: right;
}
body.woocommerce-order-received .woocommerce-order table.shop_table.shop_table tbody td,
body.woocommerce-order-received .woocommerce-order table.shop_table.shop_table tbody th,
body.woocommerce-order-received .woocommerce-order table.shop_table.shop_table tfoot td,
body.woocommerce-order-received .woocommerce-order table.shop_table.shop_table tfoot th, body.woocommerce-thankyou .woocommerce-order table.shop_table.shop_table tbody td,
body.woocommerce-thankyou .woocommerce-order table.shop_table.shop_table tbody th,
body.woocommerce-thankyou .woocommerce-order table.shop_table.shop_table tfoot td,
body.woocommerce-thankyou .woocommerce-order table.shop_table.shop_table tfoot th, body.woocommerce-order-pay .woocommerce-order table.shop_table.shop_table tbody td,
body.woocommerce-order-pay .woocommerce-order table.shop_table.shop_table tbody th,
body.woocommerce-order-pay .woocommerce-order table.shop_table.shop_table tfoot td,
body.woocommerce-order-pay .woocommerce-order table.shop_table.shop_table tfoot th {
  padding: 1.4rem 2rem;
  border-top: 0.1rem solid rgba(51, 61, 40, 0.08);
  font-size: 1.4rem;
  color: #333d28;
}
body.woocommerce-order-received .woocommerce-order table.shop_table.shop_table tbody td:last-child,
body.woocommerce-order-received .woocommerce-order table.shop_table.shop_table tbody th:last-child,
body.woocommerce-order-received .woocommerce-order table.shop_table.shop_table tfoot td:last-child,
body.woocommerce-order-received .woocommerce-order table.shop_table.shop_table tfoot th:last-child, body.woocommerce-thankyou .woocommerce-order table.shop_table.shop_table tbody td:last-child,
body.woocommerce-thankyou .woocommerce-order table.shop_table.shop_table tbody th:last-child,
body.woocommerce-thankyou .woocommerce-order table.shop_table.shop_table tfoot td:last-child,
body.woocommerce-thankyou .woocommerce-order table.shop_table.shop_table tfoot th:last-child, body.woocommerce-order-pay .woocommerce-order table.shop_table.shop_table tbody td:last-child,
body.woocommerce-order-pay .woocommerce-order table.shop_table.shop_table tbody th:last-child,
body.woocommerce-order-pay .woocommerce-order table.shop_table.shop_table tfoot td:last-child,
body.woocommerce-order-pay .woocommerce-order table.shop_table.shop_table tfoot th:last-child {
  text-align: right;
}
body.woocommerce-order-received .woocommerce-order table.shop_table.shop_table tfoot th, body.woocommerce-thankyou .woocommerce-order table.shop_table.shop_table tfoot th, body.woocommerce-order-pay .woocommerce-order table.shop_table.shop_table tfoot th {
  text-align: left;
  font-weight: 500;
}
body.woocommerce-order-received .woocommerce-order table.shop_table.shop_table tfoot td, body.woocommerce-thankyou .woocommerce-order table.shop_table.shop_table tfoot td, body.woocommerce-order-pay .woocommerce-order table.shop_table.shop_table tfoot td {
  text-align: right;
  font-weight: 600;
}
body.woocommerce-order-received .woocommerce-order address, body.woocommerce-thankyou .woocommerce-order address, body.woocommerce-order-pay .woocommerce-order address {
  font-style: normal;
  font-size: 1.4rem;
  color: rgba(31, 39, 20, 0.78);
  line-height: 1.6;
  background: rgba(51, 61, 40, 0.03);
  padding: 1.6rem 2rem;
  border-radius: 1.6rem;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-downloads a.button, body.woocommerce-thankyou .woocommerce-order .woocommerce-order-downloads a.button, body.woocommerce-order-pay .woocommerce-order .woocommerce-order-downloads a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 2.4rem;
  border-radius: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-button, body.woocommerce-thankyou .woocommerce-order .woocommerce-button, body.woocommerce-order-pay .woocommerce-order .woocommerce-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 1.4rem 2.8rem;
  border-radius: 1.2rem;
  background: linear-gradient(135deg, #333d28 0%, #1f2614 100%);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-button:hover, body.woocommerce-thankyou .woocommerce-order .woocommerce-button:hover, body.woocommerce-order-pay .woocommerce-order .woocommerce-button:hover {
  transform: translateY(-0.1rem);
  box-shadow: 0 1.2rem 2.8rem -1.6rem rgba(31, 39, 20, 0.55);
}

@media only screen and (max-width: 1024.98px) {
  body.woocommerce-order-received .woocommerce, body.woocommerce-thankyou .woocommerce, body.woocommerce-order-pay .woocommerce {
    padding: 6rem 1.6rem 8rem;
  }
  body.woocommerce-order-received .woocommerce-order, body.woocommerce-thankyou .woocommerce-order, body.woocommerce-order-pay .woocommerce-order {
    padding: 3.2rem 2.4rem;
  }
  body.woocommerce-order-received .woocommerce-order:before, body.woocommerce-thankyou .woocommerce-order:before, body.woocommerce-order-pay .woocommerce-order:before {
    width: 5rem;
    height: 5rem;
    top: -2.5rem;
  }
  body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview, body.woocommerce-thankyou .woocommerce-order .woocommerce-order-overview, body.woocommerce-order-pay .woocommerce-order .woocommerce-order-overview {
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    padding: 1.8rem;
  }
}
