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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #3c3c3c;
  font-family: var(--wp--preset--font-family--montserrat);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0.5em 0;
  line-height: 1.1;
}

h1 {
  font-size: 2rem;
  --wp--preset--font-size--small: 1.4rem;
  --wp--preset--font-size--normal: 1.8rem;
  --wp--preset--font-size--medium: 2.2rem;
  --wp--preset--font-size--large: 2.6rem;
  --wp--preset--font-size--huge: 3rem;
}
@media (min-width: 480px) {
  h1 {
    font-size: 2.4rem;
    --wp--preset--font-size--small: 1.68rem;
    --wp--preset--font-size--normal: 2.16rem;
    --wp--preset--font-size--medium: 2.64rem;
    --wp--preset--font-size--large: 3.12rem;
    --wp--preset--font-size--huge: 3.6rem;
  }
}
@media (min-width: 850px) {
  h1 {
    font-size: 2.7rem;
    --wp--preset--font-size--small: 1.89rem;
    --wp--preset--font-size--normal: 2.43rem;
    --wp--preset--font-size--medium: 2.97rem;
    --wp--preset--font-size--large: 3.51rem;
    --wp--preset--font-size--huge: 4.05rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 3rem;
    --wp--preset--font-size--small: 2.1rem;
    --wp--preset--font-size--normal: 2.7rem;
    --wp--preset--font-size--medium: 3.3rem;
    --wp--preset--font-size--large: 3.9rem;
    --wp--preset--font-size--huge: 4.5rem;
  }
}

h2 {
  font-size: 1.8rem;
  --wp--preset--font-size--small: 1.26rem;
  --wp--preset--font-size--normal: 1.62rem;
  --wp--preset--font-size--medium: 1.98rem;
  --wp--preset--font-size--large: 2.34rem;
  --wp--preset--font-size--huge: 2.7rem;
}
@media (min-width: 480px) {
  h2 {
    font-size: 2.2rem;
    --wp--preset--font-size--small: 1.54rem;
    --wp--preset--font-size--normal: 1.98rem;
    --wp--preset--font-size--medium: 2.42rem;
    --wp--preset--font-size--large: 2.86rem;
    --wp--preset--font-size--huge: 3.3rem;
  }
}
@media (min-width: 850px) {
  h2 {
    font-size: 2.5rem;
    --wp--preset--font-size--small: 1.75rem;
    --wp--preset--font-size--normal: 2.25rem;
    --wp--preset--font-size--medium: 2.75rem;
    --wp--preset--font-size--large: 3.25rem;
    --wp--preset--font-size--huge: 3.75rem;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 2.8rem;
    --wp--preset--font-size--small: 1.96rem;
    --wp--preset--font-size--normal: 2.52rem;
    --wp--preset--font-size--medium: 3.08rem;
    --wp--preset--font-size--large: 3.64rem;
    --wp--preset--font-size--huge: 4.2rem;
  }
}

h3 {
  font-size: 1.6rem;
  --wp--preset--font-size--small: 1.12rem;
  --wp--preset--font-size--normal: 1.44rem;
  --wp--preset--font-size--medium: 1.76rem;
  --wp--preset--font-size--large: 2.08rem;
  --wp--preset--font-size--huge: 2.4rem;
}
@media (min-width: 480px) {
  h3 {
    font-size: 2rem;
    --wp--preset--font-size--small: 1.4rem;
    --wp--preset--font-size--normal: 1.8rem;
    --wp--preset--font-size--medium: 2.2rem;
    --wp--preset--font-size--large: 2.6rem;
    --wp--preset--font-size--huge: 3rem;
  }
}
@media (min-width: 850px) {
  h3 {
    font-size: 2.2rem;
    --wp--preset--font-size--small: 1.54rem;
    --wp--preset--font-size--normal: 1.98rem;
    --wp--preset--font-size--medium: 2.42rem;
    --wp--preset--font-size--large: 2.86rem;
    --wp--preset--font-size--huge: 3.3rem;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 2.6rem;
    --wp--preset--font-size--small: 1.82rem;
    --wp--preset--font-size--normal: 2.34rem;
    --wp--preset--font-size--medium: 2.86rem;
    --wp--preset--font-size--large: 3.38rem;
    --wp--preset--font-size--huge: 3.9rem;
  }
}

h4 {
  font-size: 1.4rem;
  --wp--preset--font-size--small: 0.98rem;
  --wp--preset--font-size--normal: 1.26rem;
  --wp--preset--font-size--medium: 1.54rem;
  --wp--preset--font-size--large: 1.82rem;
  --wp--preset--font-size--huge: 2.1rem;
}
@media (min-width: 480px) {
  h4 {
    font-size: 1.8rem;
    --wp--preset--font-size--small: 1.26rem;
    --wp--preset--font-size--normal: 1.62rem;
    --wp--preset--font-size--medium: 1.98rem;
    --wp--preset--font-size--large: 2.34rem;
    --wp--preset--font-size--huge: 2.7rem;
  }
}
@media (min-width: 850px) {
  h4 {
    font-size: 2.2rem;
    --wp--preset--font-size--small: 1.54rem;
    --wp--preset--font-size--normal: 1.98rem;
    --wp--preset--font-size--medium: 2.42rem;
    --wp--preset--font-size--large: 2.86rem;
    --wp--preset--font-size--huge: 3.3rem;
  }
}
@media (min-width: 1024px) {
  h4 {
    font-size: 2.4rem;
    --wp--preset--font-size--small: 1.68rem;
    --wp--preset--font-size--normal: 2.16rem;
    --wp--preset--font-size--medium: 2.64rem;
    --wp--preset--font-size--large: 3.12rem;
    --wp--preset--font-size--huge: 3.6rem;
  }
}

h5 {
  font-size: 1.25rem;
  --wp--preset--font-size--small: 0.875rem;
  --wp--preset--font-size--normal: 1.125rem;
  --wp--preset--font-size--medium: 1.375rem;
  --wp--preset--font-size--large: 1.625rem;
  --wp--preset--font-size--huge: 1.875rem;
}
@media (min-width: 480px) {
  h5 {
    font-size: 1.5rem;
    --wp--preset--font-size--small: 1.05rem;
    --wp--preset--font-size--normal: 1.35rem;
    --wp--preset--font-size--medium: 1.65rem;
    --wp--preset--font-size--large: 1.95rem;
    --wp--preset--font-size--huge: 2.25rem;
  }
}
@media (min-width: 850px) {
  h5 {
    font-size: 1.9rem;
    --wp--preset--font-size--small: 1.33rem;
    --wp--preset--font-size--normal: 1.71rem;
    --wp--preset--font-size--medium: 2.09rem;
    --wp--preset--font-size--large: 2.47rem;
    --wp--preset--font-size--huge: 2.85rem;
  }
}
@media (min-width: 1024px) {
  h5 {
    font-size: 2rem;
    --wp--preset--font-size--small: 1.4rem;
    --wp--preset--font-size--normal: 1.8rem;
    --wp--preset--font-size--medium: 2.2rem;
    --wp--preset--font-size--large: 2.6rem;
    --wp--preset--font-size--huge: 3rem;
  }
}

h6 {
  font-size: 1.1rem;
  --wp--preset--font-size--small: 0.77rem;
  --wp--preset--font-size--normal: 0.99rem;
  --wp--preset--font-size--medium: 1.21rem;
  --wp--preset--font-size--large: 1.43rem;
  --wp--preset--font-size--huge: 1.65rem;
}
@media (min-width: 480px) {
  h6 {
    font-size: 1.3rem;
    --wp--preset--font-size--small: 0.91rem;
    --wp--preset--font-size--normal: 1.17rem;
    --wp--preset--font-size--medium: 1.43rem;
    --wp--preset--font-size--large: 1.69rem;
    --wp--preset--font-size--huge: 1.95rem;
  }
}
@media (min-width: 850px) {
  h6 {
    font-size: 1.6rem;
    --wp--preset--font-size--small: 1.12rem;
    --wp--preset--font-size--normal: 1.44rem;
    --wp--preset--font-size--medium: 1.76rem;
    --wp--preset--font-size--large: 2.08rem;
    --wp--preset--font-size--huge: 2.4rem;
  }
}
@media (min-width: 1024px) {
  h6 {
    font-size: 1.8rem;
    --wp--preset--font-size--small: 1.26rem;
    --wp--preset--font-size--normal: 1.62rem;
    --wp--preset--font-size--medium: 1.98rem;
    --wp--preset--font-size--large: 2.34rem;
    --wp--preset--font-size--huge: 2.7rem;
  }
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

/* Theme custom colors
--------------------------------------------- */
::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #648ca0;
  background-color: #648ca0;
}

::selection {
  text-shadow: none;
  color: #fff;
  background: #648ca0;
  background-color: #648ca0;
}

/* Elements
--------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
}

.not-found {
  margin: 50px 0;
}

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

ul,
ol {
  padding: 0;
  margin: 0 0 1.5em 1em;
  list-style-position: inside;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #000;
  padding: 0.5em;
  border-radius: 0;
  border: 1px solid #e6e8ea;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border: 1px solid #648ca0;
  outline: 1px solid #648ca0;
}

select {
  border: 1px solid #e6e8ea;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
  display: grid;
  grid-template-columns: auto minmax(auto, calc(1200px - 20%)) 20% auto;
  grid-template-areas: "header header header header" "nav nav nav nav" "hero hero hero hero" ". main sidebar ." "footer footer footer footer";
}
@media (max-width: 1201px) {
  .site {
    grid-template-columns: auto 30%;
    grid-template-areas: "header header" "nav nav" "hero hero" "main sidebar" "footer footer";
  }
}
@media (max-width: 1024px) {
  .site {
    grid-template-columns: auto;
    grid-template-areas: "header" "nav" "hero" "main" "sidebar" "footer";
  }
}

.site-header {
  grid-area: header;
}

.site-main {
  grid-area: main;
  overflow: clip; /* Resolves issue with <pre> elements forcing full width. */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .site-main {
    width: 100vw;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) and (min-width: 1200px) {
  .site-main {
    width: initial;
  }
}

.widget-area {
  padding-left: 20px;
  grid-area: sidebar;
}
@media (max-width: 1024px) {
  .widget-area {
    padding-left: 0;
  }
}

.site-footer {
  grid-area: footer;
}

.no-sidebar .site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "nav" "hero" "main" "footer";
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
  top: 0;
  width: 100%;
  z-index: 1000;
  position: fixed;
  background-color: #fff;
  transition: transform 0.25s ease-in-out, background-color 0.25s 0.5s ease-in-out;
}
.site-header .site-wrapper {
  display: flex;
  padding: 15px 1rem;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width: 850px) {
  .site-header .site-wrapper {
    padding: 15px 1rem;
  }
}
@media (min-width: 1024px) {
  .site-header .site-wrapper {
    gap: 1em 2em;
    padding: 15px 0;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .site-header {
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.site-header__content {
  gap: 1em;
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .site-header__content {
    flex-wrap: wrap;
    max-width: calc(100% - 250px - 2em);
  }
}
.site-header__content__top {
  gap: 2em;
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.site-header__search {
  display: none;
}
@media (min-width: 1024px) {
  .site-header__search {
    flex-grow: 1;
    display: block;
  }
}
.site-header__search .dgwt-wcas-search-wrapp {
  margin: 0;
  padding: 0;
}
.site-header__search .dgwt-wcas-search-wrapp svg {
  opacity: 1;
  fill: #000;
}
.site-header__search .dgwt-wcas-search-wrapp input[type=search] {
  color: #000;
  border-radius: 0;
  border: 1px solid #e6e8ea;
  background-color: #fafbfc;
}
.site-header__search .dgwt-wcas-search-wrapp input[type=search]:focus {
  box-shadow: 0 0 0 0;
  border: 1px solid #000;
}
.site-header__search .dgwt-wcas-search-wrapp input[type=search]::placeholder {
  color: #000;
  opacity: 1;
  font-style: normal;
}
.site-header__links {
  gap: 2em;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 600px) {
  .site-header__links {
    gap: 1em;
  }
}
.site-header__links a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  justify-content: flex-start;
}
.site-header__links a svg {
  width: 20px;
  height: 20px;
  display: block;
  color: #323232;
}
@media (min-width: 600px) {
  .site-header__links a svg {
    width: 24px;
    height: 24px;
  }
}
.site-header__links a p {
  display: none;
  font-size: 0.6em;
  margin: 0 0 0 0.5em;
  color: #323232;
}
@media (min-width: 600px) {
  .site-header__links a p {
    display: block;
  }
}
@media (min-width: 850px) {
  .site-header__links a p {
    font-size: 0.85em;
  }
}
.site-header__links a:hover p, .site-header__links a:focus p {
  color: #648ca0;
}
.site-header__links a:hover svg, .site-header__links a:focus svg {
  fill: #648ca0;
}
.site-header__links__desktop {
  display: none;
}
@media (min-width: 600px) {
  .site-header__links__desktop {
    gap: 1em;
    left: auto;
    width: auto;
    bottom: auto;
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.site-header__links__desktop a {
  padding: 1em 1.5em;
  pointer-events: auto;
  background-color: #323232;
}
.site-header__links__desktop a.disabled {
  display: block;
}
.site-header__links__desktop a.disabled svg {
  fill: rgba(255, 255, 255, 0.35);
}
.site-header__links__desktop a.disabled:hover, .site-header__links__desktop a.disabled:focus {
  background-color: #323232;
}
.site-header__links__desktop a.disabled:hover svg, .site-header__links__desktop a.disabled:focus svg {
  fill: rgba(255, 255, 255, 0.35);
}
.site-header__links__desktop a:not(:last-of-type) {
  border-left: 1px solid #5a5a5a;
}
.site-header__links__desktop a:first-of-type {
  border-radius: 0 8px 8px 0;
}
.site-header__links__desktop a:last-of-type {
  border-radius: 8px 0 0 8px;
}
.site-header__links__desktop a:hover, .site-header__links__desktop a:focus {
  background-color: #648ca0;
}
.site-header__links__desktop a:hover svg, .site-header__links__desktop a:focus svg {
  fill: #fff;
}
.site-header__links__desktop a svg {
  fill: #fff;
}
@media (min-width: 600px) {
  .site-header__links__desktop a {
    padding: 0;
    background-color: rgba(50, 50, 50, 0);
  }
  .site-header__links__desktop a.disabled {
    display: none;
  }
  .site-header__links__desktop a:not(:last-of-type) {
    border-left: 0;
  }
  .site-header__links__desktop a:first-of-type {
    border-radius: 0;
  }
  .site-header__links__desktop a:last-of-type {
    border-radius: 0;
  }
  .site-header__links__desktop a:hover, .site-header__links__desktop a:focus {
    background-color: rgba(50, 50, 50, 0);
  }
  .site-header__links__desktop a:hover svg, .site-header__links__desktop a:focus svg {
    fill: #648ca0;
  }
  .site-header__links__desktop a svg {
    fill: #323232;
  }
}
.site-header__links__desktop a span.cart {
  position: relative;
}
.site-header__links__desktop a span.count {
  top: 0;
  right: 0;
  height: 1em;
  display: flex;
  min-width: 1em;
  padding: 0 0.25em;
  position: absolute;
  align-items: center;
  border-radius: 9999px;
  flex-direction: column;
  justify-content: center;
  background-color: #648ca0;
  transform: translate(1em, -0.75em);
}
@media (min-width: 600px) {
  .site-header__links__desktop a span.count {
    left: 0;
    right: auto;
    transform: translate(1.25em, -0.75em);
  }
}
.site-header__links__desktop a span.count p {
  margin: 0;
  color: #fff;
  display: block;
  line-height: 1;
  font-weight: 700;
  font-size: 0.7em;
}
.site-header__categories {
  display: none;
}
@media (min-width: 1024px) {
  .site-header__categories {
    width: 100%;
    display: block;
  }
}
.site-header__categories ul {
  gap: 1em;
  margin: 0;
  width: 100%;
  display: flex;
  list-style: none;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.site-header__categories ul li {
  position: relative;
  /*
  &:hover > ul,
  &:focus-within > ul {
  	left: auto;
  }

  ul {
  	gap: 0;
  	width: auto;
  	right: auto;
  	left: -999em;
  	display: flex;
  	z-index: 99999;
  	padding: 1em;
  	position: fixed;
  	flex-direction: column;
  	align-items: flex-start;
  	background-color: #fff;
  	justify-content: flex-start;
  	box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);

  	li {
  		width: 100%;

  		&:not(:first-of-type) {
  			border-top: 1px solid #a8a8a8;
  		}

  		a {
  			padding: 0.5em;
  			display: block;
  			font-weight: 500;
  			font-size: 1em;
  			text-transform: initial;
  		}
  	}
  }
  */
}
.site-header__categories ul li a {
  color: #000;
  display: block;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  font-size: clamp(0.7em, 1vw, 0.9em);
}
.site-header__categories ul li a:hover, .site-header__categories ul li a:focus {
  color: #648ca0;
}
.site-header__categories ul li:hover > .big-sub-nav, .site-header__categories ul li:focus-within > .big-sub-nav {
  left: 0;
}
.site-header__categories ul li .big-sub-nav {
  width: 100%;
  left: -999em;
  z-index: 99999;
  position: fixed;
  pointer-events: none;
}
.site-header__categories ul li .big-sub-nav__wrap {
  width: 100%;
  margin: 0 auto;
  padding-top: 15px;
  pointer-events: auto;
  max-width: 1200px;
}
.site-header__categories ul li .big-sub-nav__content {
  gap: 2em 4em;
  padding: 2em;
  display: grid;
  background-color: #fff;
  grid-template-columns: repeat(4, 1fr);
  filter: drop-shadow(0 0.25em 0.25em rgba(0, 0, 0, 0.2));
}
@media (min-width: 1200px) {
  .site-header__categories ul li .big-sub-nav__content {
    grid-template-columns: repeat(5, 1fr);
  }
}
.site-header__categories ul li .big-sub-nav__content__group ul {
  gap: 0.25em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.site-header__categories ul li .big-sub-nav__content__group ul li.main a {
  color: #000;
  font-size: 1em;
  font-weight: 700;
}
.site-header__categories ul li .big-sub-nav__content__group ul li a {
  font-size: 0.9em;
  font-weight: 500;
  color: #323232;
  text-transform: none;
  text-decoration: none;
}
.site-header__categories ul li .big-sub-nav__content__group ul li a:hover, .site-header__categories ul li .big-sub-nav__content__group ul li a:focus {
  color: #648ca0;
}

.custom-logo-link {
  width: auto;
  height: 30px;
  line-height: 1;
  display: inline-block;
}
.custom-logo-link img {
  margin: 0;
  width: auto;
  height: 100%;
  display: block;
}
@media (min-width: 1024px) {
  .custom-logo-link {
    height: 40px;
  }
}

.navigation-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 1000;
  grid-area: nav;
  overflow: auto;
  position: fixed;
  background-color: #fff;
}
.admin-bar .navigation-overlay {
  top: 32px;
  height: calc(100vh - 32px);
}
@media screen and (max-width: 782px) {
  .admin-bar .navigation-overlay {
    top: 46px;
    height: calc(100vh - 46px);
  }
}
.navigation-overlay__wrap {
  width: 100%;
  display: flex;
  margin: 0 auto;
  padding: 0 1rem;
  align-items: center;
  flex-direction: column;
  max-width: 1200px;
  justify-content: flex-start;
}
.navigation-overlay__wrap__top {
  top: 0;
  gap: 2em;
  z-index: 1;
  width: 100%;
  display: flex;
  padding: 2em 0;
  position: sticky;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  justify-content: space-between;
  border-bottom: 1px solid #e6e8ea;
}
.navigation-overlay__wrap__top p {
  margin: 0;
  font-size: 1.2em;
  font-weight: 700;
}
.navigation-overlay__wrap__top .dgwt-wcas-search-wrapp {
  margin: 0;
  max-width: 600px;
}
.navigation-overlay__wrap__top .dgwt-wcas-search-wrapp svg {
  opacity: 1;
  fill: #000;
}
.navigation-overlay__wrap__top .dgwt-wcas-search-wrapp input[type=search] {
  color: #000;
  border-radius: 0;
  border: 1px solid #e6e8ea;
  background-color: #fafbfc;
}
.navigation-overlay__wrap__top .dgwt-wcas-search-wrapp input[type=search]:focus {
  box-shadow: 0 0 0 0;
  border: 1px solid #000;
}
.navigation-overlay__wrap__top .dgwt-wcas-search-wrapp input[type=search]::placeholder {
  color: #000;
  opacity: 1;
  font-style: normal;
}
.navigation-overlay__wrap__top .navigation-toggle,
.navigation-overlay__wrap__top .cart-toggle {
  border: 0;
  padding: 5px;
  cursor: pointer;
  background: none;
}
.navigation-overlay__wrap__top .navigation-toggle svg,
.navigation-overlay__wrap__top .cart-toggle svg {
  fill: #000;
  width: 20px;
  height: 20px;
}
.navigation-overlay__wrap__top .navigation-toggle:hover svg, .navigation-overlay__wrap__top .navigation-toggle:focus-visible svg,
.navigation-overlay__wrap__top .cart-toggle:hover svg,
.navigation-overlay__wrap__top .cart-toggle:focus-visible svg {
  fill: #648ca0;
}
.navigation-overlay__wrap__content {
  width: 100%;
  padding: 2em 0;
  border-bottom: 1px solid #e6e8ea;
}
.navigation-overlay__wrap__content__controls {
  gap: 1em;
  width: 100%;
  display: flex;
  margin-bottom: 1em;
  padding-bottom: 1em;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #e6e8ea;
}
@media (min-width: 600px) {
  .navigation-overlay__wrap__content__controls {
    display: none;
  }
}
.navigation-overlay__wrap__content__controls a {
  line-height: 1;
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: none;
  color: #3c3c3c;
}
@media (min-width: 600px) {
  .navigation-overlay__wrap__content__controls a {
    font-size: 1.2em;
  }
}
.navigation-overlay__wrap__content__controls a.active {
  color: #000;
  font-weight: 700;
}
.navigation-overlay__wrap__content__controls a:hover, .navigation-overlay__wrap__content__controls a:focus, .navigation-overlay__wrap__content__controls a:focus-visible {
  outline: 0;
  color: #648ca0;
}
@media (min-width: 600px) {
  .navigation-overlay__wrap__content__columns {
    gap: 2em;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.navigation-overlay__wrap__content__columns__column {
  display: none;
}
@media (min-width: 600px) {
  .navigation-overlay__wrap__content__columns__column {
    display: block;
  }
}
.navigation-overlay__wrap__content__columns__column__title {
  display: none;
  font-size: 1.4em;
  font-weight: 500;
  margin: 0 0 0.5em 0;
}
@media (min-width: 850px) {
  .navigation-overlay__wrap__content__columns__column__title {
    display: block;
  }
}
.navigation-overlay__wrap__login {
  width: 100%;
  padding: 2em 0;
  border-bottom: 1px solid #e6e8ea;
}
.navigation-overlay__wrap__login__link {
  display: inline-block;
}
.navigation-overlay__wrap__login__link a {
  gap: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  justify-content: flex-start;
}
.navigation-overlay__wrap__login__link a svg {
  fill: #000;
  width: 30px;
  height: 30px;
}
.navigation-overlay__wrap__login__link a p {
  margin: 0;
  font-weight: 700;
  color: #648ca0;
}
.navigation-overlay__wrap__login__link a:hover svg, .navigation-overlay__wrap__login__link a:focus svg {
  fill: #648ca0;
}
.navigation-overlay__wrap__contact {
  gap: 1em;
  width: 100%;
  display: flex;
  padding: 2em 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 850px) {
  .navigation-overlay__wrap__contact {
    gap: 3em;
    flex-direction: row;
  }
}
.navigation-overlay__wrap__contact__column p {
  margin: 0;
  color: #6e6e6e;
}
.navigation-overlay__wrap__contact__column p.title {
  color: #000;
  font-size: 1.1em;
  font-weight: 500;
  margin: 0 0 0.25em 0;
}
.navigation-overlay__wrap__contact__column a {
  color: #6e6e6e;
  text-decoration: none;
}
.navigation-overlay__wrap__contact__column a:hover, .navigation-overlay__wrap__contact__column a:focus {
  color: #648ca0;
}

.search-overlay {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  display: none;
  padding: 1rem 0;
  grid-area: nav;
  position: fixed;
  background-color: #323232;
}
.search-overlay .dgwt-wcas-search-wrapp {
  margin: 0 auto;
  max-width: 1200px;
}
.search-overlay .dgwt-wcas-search-wrapp svg {
  opacity: 1;
  fill: #000;
}
.search-overlay .dgwt-wcas-search-wrapp input[type=search] {
  color: #000;
  border-radius: 0;
  border: 1px solid #e6e8ea;
  background-color: #fafbfc;
}
.search-overlay .dgwt-wcas-search-wrapp input[type=search]:focus {
  box-shadow: 0 0 0 0;
  border: 1px solid #000;
}
.search-overlay .dgwt-wcas-search-wrapp input[type=search]::placeholder {
  color: #000;
  opacity: 1;
  font-style: normal;
}

.main-navigation {
  width: 100%;
}
.main-navigation ul {
  margin: 0;
  display: flex;
  padding-left: 0;
  list-style: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.main-navigation ul li {
  width: 100%;
  position: relative;
}
.main-navigation ul li a {
  display: block;
  font-weight: 500;
  font-size: 1.1em;
  padding: 0.25em 0;
  text-decoration: none;
  color: #3c3c3c;
}
@media (min-width: 850px) {
  .main-navigation ul li a {
    display: inline-block;
  }
}
.main-navigation ul li a:hover, .main-navigation ul li a:focus, .main-navigation ul li a:focus-visible {
  color: #648ca0;
}
.main-navigation ul ul {
  width: 100%;
  padding-left: 1em;
}
.main-navigation ul ul li {
  width: 100%;
  position: relative;
}
.main-navigation ul ul li a {
  display: block;
  font-weight: 500;
  font-size: 1.1em;
  padding: 0.25em 0;
  text-decoration: none;
  color: #3c3c3c;
}
@media (min-width: 850px) {
  .main-navigation ul ul li a {
    display: inline-block;
  }
}
.main-navigation ul ul li a:hover, .main-navigation ul ul li a:focus, .main-navigation ul ul li a:focus-visible {
  color: #648ca0;
}

.category-navigation,
.representative-navigation {
  width: 100%;
}
.category-navigation ul,
.representative-navigation ul {
  margin: 0;
  display: flex;
  padding-left: 0;
  list-style: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.category-navigation ul:not(:first-of-type),
.representative-navigation ul:not(:first-of-type) {
  margin-top: 2em;
}
.category-navigation ul li,
.representative-navigation ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.category-navigation ul li span,
.representative-navigation ul li span {
  display: flex;
  padding: 0.5em;
  transform: translateX(-0.5em);
}
.category-navigation ul li span::after,
.representative-navigation ul li span::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  transform: rotate(-45deg);
}
.category-navigation ul li button,
.representative-navigation ul li button {
  border: 0;
  display: flex;
  padding: 0.5em;
  cursor: pointer;
  border-radius: 0;
  background: none;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  transform: translateX(-0.5em);
}
.category-navigation ul li button::after,
.representative-navigation ul li button::after {
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  border-right: 2px solid #656565;
  border-bottom: 2px solid #656565;
}
.category-navigation ul li button.open::after,
.representative-navigation ul li button.open::after {
  transform: rotate(45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.category-navigation ul li button:hover::after, .category-navigation ul li button:focus-visible::after,
.representative-navigation ul li button:hover::after,
.representative-navigation ul li button:focus-visible::after {
  border-right: 2px solid #648ca0;
  border-bottom: 2px solid #648ca0;
}
.category-navigation ul li button:focus-visible,
.representative-navigation ul li button:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #648ca0;
}
.category-navigation ul li a,
.representative-navigation ul li a {
  display: block;
  font-weight: 500;
  font-size: 1.1em;
  padding: 0.25em 0;
  text-decoration: none;
  color: #3c3c3c;
}
@media (min-width: 850px) {
  .category-navigation ul li a,
  .representative-navigation ul li a {
    display: inline-block;
  }
}
.category-navigation ul li a:hover, .category-navigation ul li a:focus, .category-navigation ul li a:focus-visible,
.representative-navigation ul li a:hover,
.representative-navigation ul li a:focus,
.representative-navigation ul li a:focus-visible {
  color: #648ca0;
}
.category-navigation ul ul,
.representative-navigation ul ul {
  width: 100%;
  padding-left: 1em;
}
.category-navigation ul ul li,
.representative-navigation ul ul li {
  width: 100%;
  position: relative;
}
.category-navigation ul ul li a,
.representative-navigation ul ul li a {
  display: block;
  font-weight: 500;
  font-size: 1.1em;
  padding: 0.25em 0;
  text-decoration: none;
  color: #3c3c3c;
}
@media (min-width: 850px) {
  .category-navigation ul ul li a,
  .representative-navigation ul ul li a {
    display: inline-block;
  }
}
.category-navigation ul ul li a:hover, .category-navigation ul ul li a:focus, .category-navigation ul ul li a:focus-visible,
.representative-navigation ul ul li a:hover,
.representative-navigation ul ul li a:focus,
.representative-navigation ul ul li a:focus-visible {
  color: #648ca0;
}

.floating-nav {
  left: 0;
  width: 100%;
  bottom: 25px;
  z-index: 500;
  display: flex;
  position: fixed;
  align-items: center;
  pointer-events: none;
  justify-content: center;
  flex-direction: row-reverse;
}
@media (min-width: 600px) {
  .floating-nav {
    display: none;
  }
}
.floating-nav a {
  padding: 1em 1.5em;
  pointer-events: auto;
  background-color: #323232;
}
.floating-nav a.disabled {
  display: block;
}
.floating-nav a.disabled svg {
  fill: rgba(255, 255, 255, 0.35);
}
.floating-nav a.disabled:hover, .floating-nav a.disabled:focus {
  background-color: #323232;
}
.floating-nav a.disabled:hover svg, .floating-nav a.disabled:focus svg {
  fill: rgba(255, 255, 255, 0.35);
}
.floating-nav a:not(:last-of-type) {
  border-left: 1px solid #5a5a5a;
}
.floating-nav a:first-of-type {
  border-radius: 0 8px 8px 0;
}
.floating-nav a:last-of-type {
  border-radius: 8px 0 0 8px;
}
.floating-nav a:hover, .floating-nav a:focus {
  background-color: #648ca0;
}
.floating-nav a svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  display: block;
}
@media (min-width: 600px) {
  .floating-nav a svg {
    width: 24px;
    height: 24px;
  }
}
.floating-nav a span.cart {
  position: relative;
}
.floating-nav a span.count {
  top: 0;
  right: 0;
  height: 1em;
  display: flex;
  min-width: 1em;
  padding: 0 0.25em;
  position: absolute;
  align-items: center;
  border-radius: 9999px;
  flex-direction: column;
  justify-content: center;
  background-color: #648ca0;
  transform: translate(2.25em, 0.25em);
}
.floating-nav a span.count p {
  margin: 0;
  color: #fff;
  display: block;
  line-height: 1;
  font-weight: 700;
  font-size: 0.7em;
}

.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.comment-navigation a,
.posts-navigation a,
.post-navigation a {
  color: #648ca0;
  line-height: 1;
  font-weight: 700;
  border-radius: 0;
  padding: 1em 1.75em;
  font-size: 0.8em;
  text-decoration: none;
  border: 1px solid #648ca0;
}
.wp-block .comment-navigation a,
.wp-block .posts-navigation a,
.wp-block .post-navigation a {
  box-sizing: border-box;
}
.comment-navigation a:visited,
.posts-navigation a:visited,
.post-navigation a:visited {
  color: #648ca0;
}
.comment-navigation a:hover,
.posts-navigation a:hover,
.post-navigation a:hover {
  color: #fff;
  background-color: #648ca0;
  border: 1px solid #648ca0;
}
.comment-navigation a:focus-visible,
.posts-navigation a:focus-visible,
.post-navigation a:focus-visible {
  color: #fff;
  outline-offset: 2px;
  background-color: #648ca0;
  border: 1px solid #648ca0;
  outline: 2px solid #648ca0;
}

/* Hero
--------------------------------------------- */
.hero {
  width: 100%;
  grid-area: hero;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .hero {
    margin-top: 110px;
  }
}
.hero .notification {
  width: 100%;
  padding: 1em 0;
  background-color: #648ca0;
}
.hero .notification .wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 1200px;
}
@media (min-width: 1200px) {
  .hero .notification .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.hero .notification .wrap p {
  margin: 0;
  color: #fff;
  line-height: 1.2;
  font-weight: 500;
}
.hero .notification ::-moz-selection {
  background: #fff;
  color: #648ca0;
  background-color: #fff;
}
.hero .notification ::selection {
  background: #fff;
  color: #648ca0;
  background-color: #fff;
}
.hero__area.none {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 1200px;
  background-color: #e6eaee;
}
.hero__area.none .hero__area__text {
  z-index: 5;
  display: flex;
  text-align: left;
  position: relative;
  color: #323232;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 4rem 1rem;
}
@media (max-width: 1200px) {
  .hero__area.none .hero__area__text {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 850px) {
  .hero__area.none .hero__area__text {
    padding: 6rem 1rem;
  }
}
.hero__area.none .hero__area__text h1 {
  margin: 0;
  line-height: 1;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .hero__area.none .hero__area__text h1 {
    font-size: 2rem;
  }
}
@media (min-width: 850px) {
  .hero__area.none .hero__area__text h1 {
    font-size: 2.2rem;
    letter-spacing: 4px;
  }
}
@media (min-width: 1024px) {
  .hero__area.none .hero__area__text h1 {
    font-size: 2.6rem;
  }
}
.hero__area.none .hero__area__text p {
  font-size: 1em;
  margin: 0.5em 0;
  font-weight: 500;
  line-height: 1.35;
}
@media (min-width: 600px) {
  .hero__area.none .hero__area__text p {
    font-size: 1.1em;
  }
}
@media (min-width: 850px) {
  .hero__area.none .hero__area__text p {
    font-size: 1.2em;
  }
}
.hero__area.category, .hero__area.brand {
  width: 100%;
  display: flex;
  margin: 0 auto;
  align-items: flex-start;
  max-width: 1200px;
  justify-content: flex-start;
  background-color: #e6eaee;
  flex-direction: column-reverse;
}
@media (min-width: 850px) {
  .hero__area.category, .hero__area.brand {
    flex-direction: row;
    align-items: stretch;
  }
}
.hero__area.category .hero__area__text, .hero__area.brand .hero__area__text {
  gap: 1em;
  width: 100%;
  display: flex;
  text-align: left;
  padding: 2rem 1rem;
  color: #323232;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 850px) {
  .hero__area.category .hero__area__text, .hero__area.brand .hero__area__text {
    width: 400px;
    padding: 4rem 1rem;
  }
}
@media (min-width: 1024px) {
  .hero__area.category .hero__area__text, .hero__area.brand .hero__area__text {
    width: 500px;
    padding: 4rem 2rem;
  }
}
.hero__area.category .hero__area__text h1, .hero__area.brand .hero__area__text h1 {
  margin: 0;
  line-height: 1;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (min-width: 850px) {
  .hero__area.category .hero__area__text h1, .hero__area.brand .hero__area__text h1 {
    font-size: 1.7rem;
    letter-spacing: 3px;
  }
}
.hero__area.category .hero__area__text p, .hero__area.brand .hero__area__text p {
  margin: 0;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.5;
}
.hero__area.category .hero__area__text a, .hero__area.brand .hero__area__text a {
  gap: 0.5em;
  display: flex;
  font-size: 0.9em;
  font-weight: 700;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  justify-content: flex-start;
}
.hero__area.category .hero__area__text a::after, .hero__area.brand .hero__area__text a::after {
  width: 1em;
  content: "";
  height: 0.9em;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.7 10.9' style='enable-background:new 0 0 18.7 10.9' xml:space='preserve'%3E%3Cpath fill='%23000000' d='M12.099.7c-.364.386-.661.714-.661.728 0 .013.722.704 1.605 1.535.883.83 1.605 1.52 1.605 1.533 0 .013-3.296.023-7.324.023H0v1.995l7.307.008 7.308.007-1.589 1.464a96.09 96.09 0 0 0-1.588 1.48c0 .01.289.33.642.713.529.573.654.693.715.685.046-.006 1.129-.984 2.977-2.688 2.299-2.121 2.894-2.685 2.859-2.711a783.202 783.202 0 0 1-2.921-2.745C14.128 1.236 12.816.012 12.796.007c-.02-.005-.334.307-.697.693' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.hero__area.category .hero__area__text a:hover, .hero__area.category .hero__area__text a:focus-visible, .hero__area.brand .hero__area__text a:hover, .hero__area.brand .hero__area__text a:focus-visible {
  color: #648ca0;
}
.hero__area.category .hero__area__text a:hover::after, .hero__area.category .hero__area__text a:focus-visible::after, .hero__area.brand .hero__area__text a:hover::after, .hero__area.brand .hero__area__text a:focus-visible::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.7 10.9' style='enable-background:new 0 0 18.7 10.9' xml:space='preserve'%3E%3Cpath fill='%23648ca0' d='M12.099.7c-.364.386-.661.714-.661.728 0 .013.722.704 1.605 1.535.883.83 1.605 1.52 1.605 1.533 0 .013-3.296.023-7.324.023H0v1.995l7.307.008 7.308.007-1.589 1.464a96.09 96.09 0 0 0-1.588 1.48c0 .01.289.33.642.713.529.573.654.693.715.685.046-.006 1.129-.984 2.977-2.688 2.299-2.121 2.894-2.685 2.859-2.711a783.202 783.202 0 0 1-2.921-2.745C14.128 1.236 12.816.012 12.796.007c-.02-.005-.334.307-.697.693' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.hero__area.category .hero__area__bg, .hero__area.brand .hero__area__bg {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
@media (min-width: 480px) {
  .hero__area.category .hero__area__bg, .hero__area.brand .hero__area__bg {
    aspect-ratio: 4/3;
  }
}
@media (min-width: 850px) {
  .hero__area.category .hero__area__bg, .hero__area.brand .hero__area__bg {
    min-height: 400px;
    aspect-ratio: initial;
    width: calc(100% - 400px);
  }
}
@media (min-width: 1024px) {
  .hero__area.category .hero__area__bg, .hero__area.brand .hero__area__bg {
    width: calc(100% - 500px);
  }
}
.hero__area.category .hero__area__bg img, .hero__area.brand .hero__area__bg img {
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  pointer-events: none;
}
.hero__area.product {
  height: auto;
  min-height: initial;
}
.hero__area.image, .hero__area.theme {
  height: 50vh;
  display: flex;
  margin: 0 auto;
  min-height: 400px;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1200px;
  justify-content: flex-end;
  background-color: #3c5562;
}
@media (min-width: 850px) {
  .hero__area.image, .hero__area.theme {
    min-height: 600px;
  }
}
.hero__area.image .hero__area__text, .hero__area.theme .hero__area__text {
  z-index: 5;
  width: 100%;
  color: #fff;
  display: flex;
  text-align: left;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 4em 1rem;
}
@media (min-width: 850px) {
  .hero__area.image .hero__area__text, .hero__area.theme .hero__area__text {
    padding: 6em 2rem;
  }
}
@media (min-width: 1024px) {
  .hero__area.image .hero__area__text, .hero__area.theme .hero__area__text {
    padding: 8em 3rem;
  }
}
.theme .hero__area.image .hero__area__text, .theme .hero__area.theme .hero__area__text {
  margin: 0 auto;
  text-align: center;
  align-items: center;
}
.hero__area.image .hero__area__text h1, .hero__area.theme .hero__area__text h1 {
  margin: 0;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .hero__area.image .hero__area__text h1, .hero__area.theme .hero__area__text h1 {
    font-size: 2rem;
  }
}
@media (min-width: 850px) {
  .hero__area.image .hero__area__text h1, .hero__area.theme .hero__area__text h1 {
    font-size: 2.6rem;
    letter-spacing: 4px;
  }
}
@media (min-width: 1024px) {
  .hero__area.image .hero__area__text h1, .hero__area.theme .hero__area__text h1 {
    font-size: 3rem;
  }
}
.hero__area.image .hero__area__text p, .hero__area.theme .hero__area__text p {
  font-size: 1em;
  margin: 0.5em 0;
  font-weight: 500;
  line-height: 1.35;
}
@media (min-width: 600px) {
  .hero__area.image .hero__area__text p, .hero__area.theme .hero__area__text p {
    font-size: 1.1em;
  }
}
@media (min-width: 850px) {
  .hero__area.image .hero__area__text p, .hero__area.theme .hero__area__text p {
    font-size: 1.2em;
  }
}
.hero__area.image .hero__area__text a, .hero__area.theme .hero__area__text a {
  color: #fff;
  line-height: 1;
  font-weight: 700;
  border-radius: 0;
  padding: 1em 1.75em;
  font-size: 1em;
  text-decoration: none;
  border: 1px solid #fff;
  margin-top: 1em;
}
.wp-block .hero__area.image .hero__area__text a, .wp-block .hero__area.theme .hero__area__text a {
  box-sizing: border-box;
}
.hero__area.image .hero__area__text a:visited, .hero__area.theme .hero__area__text a:visited {
  color: #fff;
}
.hero__area.image .hero__area__text a:hover, .hero__area.theme .hero__area__text a:hover {
  color: #648ca0;
  background-color: #fff;
  border: 1px solid #fff;
}
.hero__area.image .hero__area__text a:focus-visible, .hero__area.theme .hero__area__text a:focus-visible {
  color: #648ca0;
  outline-offset: 2px;
  background-color: #fff;
  border: 1px solid #fff;
  outline: 2px solid #fff;
}
.hero__area.image .hero__area__bg, .hero__area.theme .hero__area__bg {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hero__area.image .hero__area__bg::after, .hero__area.theme .hero__area__bg::after {
  left: 0;
  bottom: 0;
  height: 75%;
  width: 100%;
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.hero__area.image .hero__area__bg::before, .hero__area.theme .hero__area__bg::before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(50, 50, 50, 0.1);
}
.hero__area.image .hero__area__bg img, .hero__area.theme .hero__area__bg img {
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  pointer-events: none;
}
.hero .rank-math-breadcrumb {
  width: 100%;
  padding: 0.75em 0;
  background-color: #fff;
}
.hero .rank-math-breadcrumb p {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #5a5a5a;
}
@media (max-width: 1200px) {
  .hero .rank-math-breadcrumb p {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.hero .rank-math-breadcrumb p a {
  color: #000;
  text-decoration: none;
}
.hero .rank-math-breadcrumb p a:hover, .hero .rank-math-breadcrumb p a:focus {
  color: #648ca0;
}
.hero.image .rank-math-breadcrumb p, .hero.category .rank-math-breadcrumb p {
  padding-top: 0;
  border-top: 0;
}

/* Posts and pages
--------------------------------------------- */
.post-archive {
  margin-top: 2em;
  margin-bottom: 2em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media (max-width: 1200px) {
  .post-archive {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 850px) {
  .post-archive {
    margin-top: 4em;
    margin-bottom: 4em;
  }
}
.post-archive__grid {
  gap: 1em;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 600px) {
  .post-archive__grid {
    gap: 2em 1em;
    grid-template-columns: repeat(2, calc(50% - 0.5em));
  }
}
@media (min-width: 850px) {
  .post-archive__grid {
    gap: 2em 1em;
    grid-template-columns: repeat(3, calc(33.3333333333% - 0.6666666667em));
  }
}
.post-archive .nav-links {
  margin-top: 4em;
}

.article__item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.article__item__image {
  width: 100%;
  aspect-ratio: 3/2;
  background-color: #e6eaee;
}
.article__item__image img {
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.article__item__content {
  width: 100%;
  flex-grow: 1;
  display: flex;
  padding: 0.75em 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.article__item__content__text {
  width: 100%;
  flex-grow: 1;
}
.article__item__content__text a {
  text-decoration: none;
}
.article__item__content__text a:hover p,
.article__item__content__text a:hover h3, .article__item__content__text a:focus p,
.article__item__content__text a:focus h3 {
  color: #648ca0;
}
.article__item__content__text a:focus-visible {
  text-decoration: underline;
}
.article__item__content__text h3 {
  margin: 0;
  font-size: 1.4em;
  overflow-wrap: break-word;
}
.article__item__content__text p {
  font-size: 1em;
  margin: 0.5em 0 0 0;
  color: #323232;
}
.article__item__content__bottom {
  margin-top: 0.75em;
  padding-top: 0.75em;
  border-top: 1px solid #648ca0;
}
.article__item__content__bottom__link a {
  font-weight: 700;
  color: #648ca0;
  display: inline-block;
  text-decoration: none;
}
.article__item__content__bottom__link a:hover, .article__item__content__bottom__link a:focus {
  color: #a3bbc7;
}

.sticky {
  display: block;
}

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

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

.entry-footer {
  gap: 0 10px;
  display: flex;
  margin: 1.5em 0;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.frontpage-search {
  width: 100%;
  padding: 1rem 0;
  background-color: #323232;
}
.frontpage-search .dgwt-wcas-search-wrapp {
  margin: 0 auto;
  max-width: 1200px;
}
.frontpage-search .dgwt-wcas-search-wrapp svg {
  opacity: 1;
  fill: #000;
}
.frontpage-search .dgwt-wcas-search-wrapp input[type=search] {
  color: #000;
  border-radius: 8px;
  border: 1px solid #e6e8ea;
  background-color: #fafbfc;
}
.frontpage-search .dgwt-wcas-search-wrapp input[type=search]:focus {
  box-shadow: 0 0 0 0;
  border: 1px solid #000;
}
.frontpage-search .dgwt-wcas-search-wrapp input[type=search]::placeholder {
  color: #000;
  opacity: 1;
  font-style: normal;
}

.frontpage-categories {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 1200px) {
  .frontpage-categories {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.frontpage-categories h2 {
  margin-bottom: 2rem;
}
.frontpage-categories__links {
  gap: 0.75em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 850px) {
  .frontpage-categories__links {
    gap: 0.75em 1em;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.frontpage-categories__links__category {
  width: 100%;
}
@media (min-width: 850px) {
  .frontpage-categories__links__category {
    width: calc(50% - 0.5em);
  }
}
@media (min-width: 1024px) {
  .frontpage-categories__links__category {
    width: calc(33.3333333333% - 0.6666666667em);
  }
}
.frontpage-categories__links__category a {
  gap: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  justify-content: flex-start;
}
.frontpage-categories__links__category a:hover p, .frontpage-categories__links__category a:focus p {
  color: #648ca0;
}
.frontpage-categories__links__category__image {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e8ea;
}
.frontpage-categories__links__category__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.frontpage-categories__links__category__text {
  max-width: calc(100% - 70px - 1em);
}
.frontpage-categories__links__category__text p {
  margin: 0;
  color: #787878;
  font-size: 0.7em;
  font-weight: 500;
}
.frontpage-categories__links__category__text p.heading {
  color: #000;
  font-size: 1em;
  font-weight: 700;
}
.frontpage-categories__links__category__text p span:not(:last-of-type)::after {
  content: ",";
}

.wp-block-cover figure:first-child {
  margin-top: 0;
}

.wp-block-cover figure:last-child {
  margin-bottom: 0;
}

.type-theme {
  padding: 2rem 0;
  background-color: #fff;
}
@media (min-width: 850px) {
  .type-theme {
    padding: 4rem 0;
  }
}
.type-theme .entry-content > *:not(.alignfull):not(.alignwide),
.type-theme .entry-header,
.type-theme .entry-footer,
.type-theme .page-header {
  clear: both;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  max-width: 1000px;
}
@media (max-width: 1200px) {
  .type-theme .entry-content > *:not(.alignfull):not(.alignwide),
  .type-theme .entry-header,
  .type-theme .entry-footer,
  .type-theme .page-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.type-theme .wp-block-columns.reverse-mobile {
  flex-direction: column-reverse;
}
@media (min-width: 782px) {
  .type-theme .wp-block-columns.reverse-mobile {
    flex-direction: row;
  }
}

/* PRoducts
--------------------------------------------- */
.simple__product {
  background-color: #fff;
}
.simple__product a {
  gap: 1em;
  width: 100%;
  height: 100%;
  padding: 1em;
  display: flex;
  color: #323232;
  text-decoration: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border: 1px solid #e5e5e5;
}
.wp-block .simple__product a {
  box-sizing: border-box;
}
.simple__product a:hover, .simple__product a:focus-visible {
  color: #648ca0;
}
.simple__product__image {
  width: 100%;
  aspect-ratio: 1/1;
}
.simple__product__image img {
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.simple__product__heading {
  flex-grow: 1;
}
.simple__product__heading img {
  width: auto;
  height: 30px;
  max-width: 100px;
}
.simple__product__heading h3 {
  margin: 0;
  font-size: 1em;
  font-weight: 400;
  overflow-wrap: break-word;
}
.simple__product__content {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
}
.simple__product__content__price {
  gap: 0.5em;
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.simple__product__content__price p {
  margin: 0;
  font-weight: 500;
  font-size: 0.7em;
}
.simple__product__content__price p.price {
  font-weight: 700;
  font-size: 1.2em;
}
.simple__product__content__details {
  gap: 0.5em;
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.simple__product__content__details p {
  margin: 0;
  font-weight: 500;
  font-size: 0.7em;
  text-align: right;
}

.detailed__product {
  display: flex;
  padding: 0.75em;
  position: relative;
  flex-direction: column;
  background-color: #fff;
  align-items: flex-start;
  justify-content: flex-start;
  border: 1px solid #e6e8ea;
}
.logged-in .detailed__product {
  padding: 0.75em 0.75em calc(50px + 1.5em) 0.75em;
}
.detailed__product a {
  width: 100%;
  flex-grow: 1;
  display: block;
  text-decoration: none;
}
.detailed__product .product_badge {
  top: 0;
  left: 0;
  z-index: 5;
  position: absolute;
}
.detailed__product .product_badge.new {
  color: #fff;
  background-color: #3cb478;
}
.detailed__product .product_badge.promotional {
  color: #fff;
  background-color: #e67832;
}
.detailed__product .product_badge.discard {
  color: #fff;
  background-color: #e6005a;
}
.detailed__product .product_badge a {
  color: inherit;
}
.detailed__product .product_badge a:hover {
  opacity: 0.7;
}
.detailed__product .product_badge p {
  margin: 0;
  line-height: 1;
  color: inherit;
  padding: 0.75em;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
}
.detailed__product .discount {
  top: 0.5em;
  z-index: 5;
  width: 4em;
  height: 4em;
  right: 0.5em;
  display: flex;
  position: absolute;
  align-items: center;
  border-radius: 9999px;
  flex-direction: column;
  justify-content: center;
  transform: rotate(10deg);
  background-color: #e67832;
}
.detailed__product .discount p {
  margin: 0;
  color: #fff;
  line-height: 1;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}
.detailed__product__image {
  height: 0;
  width: 100%;
  position: relative;
  padding-bottom: 100%;
}
.detailed__product__image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
}
.detailed__product__title img {
  width: auto;
  height: 30px;
  max-width: 120px;
  object-fit: contain;
}
.detailed__product__title h3 {
  font-weight: 700;
  font-size: 1.4em;
  margin-bottom: 1em;
  color: #323232;
  overflow-wrap: break-word;
}
.wp-block .detailed__product__title h3 {
  font-size: 1em;
}
.detailed__product__content {
  margin-bottom: 1em;
}
.detailed__product__content p {
  margin: 0;
  font-size: 0.9em;
  color: #323232;
  overflow-wrap: break-word;
}
.wp-block .detailed__product__content p {
  font-size: 0.7em;
}
.detailed__product__content ul {
  padding: 0;
  margin: 0 0 0 1em;
  color: #323232;
  list-style-position: outside;
}
.detailed__product__content ul li {
  font-size: 0.9em;
}
.wp-block .detailed__product__content ul li {
  font-size: 0.7em;
}
.detailed__product__details {
  width: 100%;
}
.logged-in .detailed__product__details {
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #e6e8ea;
}
.detailed__product__details p {
  margin: 0;
  font-size: 0.8em;
  color: #7f7f7f;
}
.wp-block .detailed__product__details p {
  font-size: 0.6em;
}
.detailed__product__bottom {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.detailed__product__bottom__price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.detailed__product__bottom__price__row {
  gap: 0.5em;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
}
.detailed__product__bottom__price__row p {
  margin: 0;
  font-size: 0.7em;
  font-weight: 500;
  text-transform: uppercase;
  color: #656565;
}
.wp-block .detailed__product__bottom__price__row p {
  font-size: 0.6em;
}
.detailed__product__bottom__price__row p.main {
  font-size: 1em;
}
.wp-block .detailed__product__bottom__price__row p.main {
  font-size: 1em;
}
.detailed__product__bottom__price__row p:first-of-type {
  font-weight: 700;
  color: #323232;
  text-transform: none;
}
.detailed__product__bottom__price__row p.original {
  text-decoration-color: #000;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  color: #656565;
}
.detailed__product__bottom__price__row p.new_price {
  color: #e67832;
}
.detailed__product__bottom__msrp {
  width: 100%;
  display: flex;
  margin-top: 1em;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.detailed__product__bottom__msrp p {
  margin: 0;
  font-size: 0.8em;
  font-weight: 500;
  color: #656565;
}
.detailed__product__bottom__msrp p:first-of-type {
  font-size: 1em;
  font-weight: 700;
  color: #323232;
}
@media (min-width: 850px) {
  .detailed__product__bottom__msrp p:first-of-type {
    font-size: 1.1em;
  }
}
.detailed__product__bottom__stock {
  gap: 0.5em;
  display: flex;
  text-align: right;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-start;
}
.detailed__product__bottom__stock .current,
.detailed__product__bottom__stock .coming {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-start;
}
.detailed__product__bottom__stock .current p,
.detailed__product__bottom__stock .coming p {
  margin: 0;
  font-size: 0.7em;
  font-weight: 500;
  text-transform: uppercase;
  color: #656565;
}
.detailed__product__bottom__stock .current p.available,
.detailed__product__bottom__stock .coming p.available {
  color: #3cb478;
}
.detailed__product__bottom__stock .current p.order,
.detailed__product__bottom__stock .coming p.order {
  color: #e6005a;
}
.detailed__product__bottom__stock .current p.outofstock,
.detailed__product__bottom__stock .coming p.outofstock {
  color: #e67832;
}
.detailed__product .cart {
  gap: 0.5em;
  left: 0.75em;
  bottom: 0.75em;
  display: flex;
  position: absolute;
  flex-direction: row;
  align-items: flex-start;
  width: calc(100% - 1.5em);
  justify-content: space-between;
}
.wp-block .detailed__product .cart {
  display: none;
}
.detailed__product .cart .quantity {
  width: calc(100% - 50px - 0.5em);
}
.detailed__product .cart .quantity input {
  width: calc(100% - 100px);
}
.detailed__product .cart button.add-to-cart {
  color: #fff;
  line-height: 1;
  font-weight: 500;
  border-radius: 0;
  font-size: 1em;
  border: 1px solid #fff;
  padding: 0.75em 1.25em;
  padding: 0;
  width: 50px;
  height: 50px;
  display: block;
  background-color: #648ca0;
  border: 2px solid #648ca0;
}
.detailed__product .cart button.add-to-cart:visited {
  color: #fff;
}
.detailed__product .cart button.add-to-cart:hover {
  color: #648ca0;
  background-color: #fff;
  border: 1px solid #fff;
}
.detailed__product .cart button.add-to-cart:focus-visible {
  outline: 0;
  color: #648ca0;
  outline-offset: 0;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #648ca0;
}
.detailed__product .cart button.add-to-cart svg {
  fill: #fff;
  width: 46px;
  height: 46px;
  padding: 0.5em;
}
.detailed__product .cart button.add-to-cart:hover {
  border: 2px solid #648ca0;
}
.detailed__product .cart button.add-to-cart:hover svg {
  fill: #648ca0;
}
.detailed__product .cart button.add-to-cart:focus-visible {
  border: 2px solid #648ca0;
  box-shadow: 0 0 0 2px #fafbfc, 0 0 0 4px #648ca0;
}
.detailed__product .cart button.add-to-cart:focus-visible svg {
  fill: #648ca0;
}
.detailed__product .added_to_cart.wc-forward {
  display: none;
}

/* Representative
--------------------------------------------- */
.representative {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media (max-width: 1200px) {
  .representative {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.representative__description {
  margin: 2em auto;
}
@media (min-width: 850px) {
  .representative__description {
    margin: 4em auto;
  }
}
.representative__description p {
  font-size: 1.2em;
  font-weight: 500;
  color: #656565;
}
.representative__content {
  display: flex;
  margin: 2em auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 850px) {
  .representative__content {
    gap: 1em;
    margin: 4em auto;
    align-items: center;
    flex-direction: row;
  }
}
.representative__content__text {
  width: 100%;
}
@media (min-width: 850px) {
  .representative__content__text {
    padding-right: 2em;
    width: calc(50% - 0.5em);
  }
}
.representative__content__text img {
  width: auto;
  max-height: 75px;
}
.representative__content__image {
  width: 100%;
}
@media (min-width: 850px) {
  .representative__content__image {
    width: calc(50% - 0.5em);
  }
}
.representative__links {
  margin: 2em auto;
}
@media (min-width: 850px) {
  .representative__links {
    margin: 4em auto;
  }
}
.representative__links h3 {
  font-size: 1.6em;
}
@media (min-width: 850px) {
  .representative__links h3 {
    font-size: 2em;
  }
}
.representative__links__group {
  margin: 1em 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.representative__links__group a {
  text-decoration: none;
}
.representative__links__group a.main {
  font-weight: 700;
}

/* Footer
--------------------------------------------- */
.site-footer {
  color: #000;
  padding: 2em 0 100px 0;
  background-color: #fff;
  border-top: 1px solid #5a5a5a;
}
@media (min-width: 600px) {
  .site-footer {
    padding: 4em 0;
  }
}
.site-footer .footer-logo {
  width: 100%;
  display: flex;
  margin-bottom: 1em;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 600px) {
  .site-footer .footer-logo {
    margin-bottom: 2em;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.site-footer .footer-logo img {
  width: auto;
  height: 80px;
}
.site-footer .footer__content {
  width: 100%;
  padding: 2em 0;
  border-bottom: 1px solid #5a5a5a;
}
.site-footer .footer__content__controls {
  width: 100%;
  display: flex;
  margin-bottom: 1em;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 600px) {
  .site-footer .footer__content__controls {
    display: none;
  }
}
.site-footer .footer__content__controls a {
  color: #000;
  line-height: 1;
  padding: 0.5em;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  width: 33.3333333333%;
}
.site-footer .footer__content__controls a:not(:first-of-type) {
  border-left: 1px solid #5a5a5a;
}
@media (min-width: 600px) {
  .site-footer .footer__content__controls a {
    font-size: 1.2em;
  }
}
.site-footer .footer__content__controls a.active {
  color: #648ca0;
}
.site-footer .footer__content__controls a:hover, .site-footer .footer__content__controls a:focus, .site-footer .footer__content__controls a:focus-visible {
  outline: 0;
  color: #648ca0;
}
.site-footer .footer__content__columns {
  padding: 0 1em;
}
@media (min-width: 600px) {
  .site-footer .footer__content__columns {
    padding: 0;
  }
}
@media (min-width: 600px) {
  .site-footer .footer__content__columns {
    gap: 2em;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.site-footer .footer__content__columns__column {
  display: none;
}
@media (min-width: 600px) {
  .site-footer .footer__content__columns__column {
    display: block;
  }
}
.site-footer .footer__content__columns__column__title {
  display: none;
  font-size: 1.4em;
  font-weight: 500;
  margin: 0 0 0.5em 0;
}
@media (min-width: 850px) {
  .site-footer .footer__content__columns__column__title {
    display: block;
  }
}
.site-footer .nav-contacts {
  width: 100%;
}
.site-footer .nav-contacts__list {
  display: flex;
  gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.site-footer .nav-contacts__list__item p {
  margin: 0;
  font-size: 0.9em;
}
@media (min-width: 600px) {
  .site-footer .nav-contacts__list__item p {
    font-size: 1em;
  }
}
.site-footer .nav-contacts__list__item p.heading {
  color: #000;
  font-weight: 700;
  font-size: 0.8em;
}
.site-footer .nav-contacts__list__item p a {
  color: #000;
  text-decoration: none;
}
.site-footer .nav-contacts__list__item p a:hover, .site-footer .nav-contacts__list__item p a:focus, .site-footer .nav-contacts__list__item p a:focus-visible {
  color: #648ca0;
}
.site-footer .category-footer,
.site-footer .representative-footer {
  width: 100%;
}
.site-footer .category-footer ul,
.site-footer .representative-footer ul {
  margin: 0;
  display: flex;
  padding-left: 0;
  list-style: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.site-footer .category-footer ul:not(:first-of-type),
.site-footer .representative-footer ul:not(:first-of-type) {
  margin-top: 2em;
}
.site-footer .category-footer ul li,
.site-footer .representative-footer ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.site-footer .category-footer ul li span,
.site-footer .representative-footer ul li span {
  display: flex;
  padding: 0.5em;
  transform: translateX(-0.5em);
}
.site-footer .category-footer ul li span::after,
.site-footer .representative-footer ul li span::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  transform: rotate(-45deg);
}
.site-footer .category-footer ul li button,
.site-footer .representative-footer ul li button {
  border: 0;
  display: flex;
  padding: 0.5em;
  cursor: pointer;
  border-radius: 0;
  background: none;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  transform: translateX(-0.5em);
}
.site-footer .category-footer ul li button::after,
.site-footer .representative-footer ul li button::after {
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.site-footer .category-footer ul li button.open::after,
.site-footer .representative-footer ul li button.open::after {
  transform: rotate(45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.site-footer .category-footer ul li button:hover::after, .site-footer .category-footer ul li button:focus-visible::after,
.site-footer .representative-footer ul li button:hover::after,
.site-footer .representative-footer ul li button:focus-visible::after {
  border-right: 2px solid #648ca0;
  border-bottom: 2px solid #648ca0;
}
.site-footer .category-footer ul li button:focus-visible,
.site-footer .representative-footer ul li button:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #648ca0;
}
.site-footer .category-footer ul li a,
.site-footer .representative-footer ul li a {
  color: #000;
  display: block;
  font-weight: 400;
  font-size: 1.1em;
  padding: 0.25em 0;
  text-decoration: none;
}
@media (min-width: 850px) {
  .site-footer .category-footer ul li a,
  .site-footer .representative-footer ul li a {
    display: inline-block;
  }
}
.site-footer .category-footer ul li a:hover, .site-footer .category-footer ul li a:focus, .site-footer .category-footer ul li a:focus-visible,
.site-footer .representative-footer ul li a:hover,
.site-footer .representative-footer ul li a:focus,
.site-footer .representative-footer ul li a:focus-visible {
  color: #648ca0;
}
.site-footer .category-footer ul ul,
.site-footer .representative-footer ul ul {
  width: 100%;
  padding-left: 1em;
}
.site-footer .category-footer ul ul li,
.site-footer .representative-footer ul ul li {
  width: 100%;
  position: relative;
}
.site-footer .category-footer ul ul li a,
.site-footer .representative-footer ul ul li a {
  color: #000;
  display: block;
  font-weight: 400;
  font-size: 1.1em;
  padding: 0.25em 0;
  text-decoration: none;
}
@media (min-width: 850px) {
  .site-footer .category-footer ul ul li a,
  .site-footer .representative-footer ul ul li a {
    display: inline-block;
  }
}
.site-footer .category-footer ul ul li a:hover, .site-footer .category-footer ul ul li a:focus, .site-footer .category-footer ul ul li a:focus-visible,
.site-footer .representative-footer ul ul li a:hover,
.site-footer .representative-footer ul ul li a:focus,
.site-footer .representative-footer ul ul li a:focus-visible {
  color: #648ca0;
}
.site-footer .copyright {
  margin-top: 2em;
}
.site-footer .copyright p {
  margin: 0;
  color: #787878;
  font-size: 0.8em;
}
.site-footer .copyright p a {
  color: #787878;
  text-decoration: none;
}
.site-footer .copyright p a:hover, .site-footer .copyright p a:focus, .site-footer .copyright p a:focus-visible {
  color: #648ca0;
}

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Popup
--------------------------------------------- */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

.alignwide {
  clear: both;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}
@media (max-width: 1400px) {
  .alignwide {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.alignfull {
  width: 100%;
}

.entry-content > *:not(.alignfull):not(.alignwide),
.entry-header,
.entry-footer,
.page-header {
  clear: both;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media (max-width: 1200px) {
  .entry-content > *:not(.alignfull):not(.alignwide),
  .entry-header,
  .entry-footer,
  .page-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.site-wrapper {
  clear: both;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media (max-width: 1200px) {
  .site-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.site-wrapper.woocommerce-wrapper {
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .site-wrapper.woocommerce-wrapper {
    padding: 0;
  }
}

.wp-block-cover .wp-block-cover__inner-container > *:not(.alignfull):not(.alignwide) {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media (max-width: 1200px) {
  .wp-block-cover .wp-block-cover__inner-container > *:not(.alignfull):not(.alignwide) {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/*# sourceMappingURL=main.css.map */
