@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
  padding: 0;
}

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

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  color: inherit; /* 1 */
  height: 0; /* 2 */
  overflow: visible; /* 3 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
nav li::before {
  content: "​";
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
  -ms-overflow-style: scrollbar; /* 3 */
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  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; /* 1 */
  font-size: 1em; /* 2 */
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-collapse: collapse; /* 1 */
  border-color: inherit; /* 2 */
  text-indent: 0; /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

figure {
  margin: 0;
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
  resize: block; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

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

/* User interaction
 * ========================================================================== */
/*
 * Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

[data-visibility=hidden] {
  visibility: hidden;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  height: 100%;
}

body {
  font-family: Noto Sans;
  line-height: 1;
  color: rgb(103, 114, 121);
}
body.overflow {
  overflow: hidden;
}
body.overflow > .widget-visible {
  z-index: 1 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Noto Sans;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

a {
  color: rgb(2, 2, 3);
}
a:hover {
  text-decoration: none;
  color: rgb(241, 196, 15);
}

.accent-color {
  color: rgb(255, 204, 0);
}

.title-color {
  color: rgb(30, 45, 125);
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mt-10 {
  margin-bottom: 10px;
}

.ml-1 {
  margin-left: 1rem;
}

.mr-1 {
  margin-right: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mt-1 {
  margin-bottom: 1rem;
}

.block {
  display: block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.large-visible {
  display: none !important;
}
@media (min-width: 992px) {
  .large-visible {
    display: inherit;
  }
}

@media (min-width: 992px) {
  .large-hidden {
    display: none !important;
  }
}

.flex, .flex-col {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-center {
  align-items: center;
}

[data-state=hidden] {
  display: none !important;
}

.hidden {
  display: none !important;
}

/**
 * Use the default user interface font in all browsers (opinionated).
 */
html {
  font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/**
 * Use the default monospace user interface font in all browsers (opinionated).
 */
code,
kbd,
samp,
pre {
  font-family: "Menlo", "Consolas", "Roboto Mono", "Ubuntu Monospace", "Noto Mono", "Oxygen Mono", "Liberation Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h1, h2, h3, h4, h5, h6 {
  color: rgb(30, 45, 125);
}

#pageContainer {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #f3f5f6;
}
#pageContainer.overflow {
  overflow: hidden !important;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  padding: 0;
}
@media (min-width: 650px) {
  .container {
    padding: 0 1rem;
  }
}
@media (min-width: 1280px) {
  .container {
    padding: 0 2rem;
  }
}
.container.fluid {
  max-width: none;
}
.container.fixed {
  max-width: 1400px;
  margin: 0 auto;
}

main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
main section:first-of-type {
  margin-top: 2rem;
}
main section:not(:last-of-type) {
  margin-bottom: 2rem;
}
main section.container {
  padding: 0 2rem;
}

/*
header + main[class*="-template"] > .container,
header + [class*="-template"] > article,
header + [class*="-template"] > [class^="richtext_"],
header + [class*="-template"] > [class^="image_with_text_"] {
  margin-top: 3rem;

  @media (max-width: 768px) {
    margin-top: 2rem;
  }
}
*/
/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent; /* 1 */
  border: none; /* 1 */
  color: rgb(30, 45, 125); /* 1 */
  font: inherit; /* 2 */
  letter-spacing: inherit; /* 2 */
  padding: 0.25em 0.375em; /* 1 */
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

input::placeholder, input::-moz-placeholder, input::-webkit-input-placeholder {
  color: rgb(103, 114, 121);
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: no-repeat right center/1em;
  border-radius: 0;
  padding-right: 1em;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E");
}

/**
 * Remove the border and padding in all browsers (opinionated).
 */
[type=color],
[type=range] {
  border-width: 0;
  padding: 0;
}

/**
 * Change the inconsistent appearance in IE (opinionated).
 */
::-ms-expand {
  display: none;
}

/**
 * Correct the inconsistent appearance in IE (opinionated).
 */
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

.input {
  display: flex;
  flex-direction: column;
}
.input label {
  color: rgb(30, 45, 125);
  margin-bottom: 0.5rem;
}
.input input, .input textarea {
  color: rgb(30, 45, 125);
  padding: 0.5rem 1rem;
  border: 1px solid rgb(212, 214, 216);
  border-radius: 4px;
  box-shadow: 0 2px 1px rgba(212, 214, 216, 0.2) inset;
  width: 100%;
  line-height: 1.3;
}
.input input::placeholder, .input textarea::placeholder {
  color: rgb(103, 114, 121);
}
.input textarea {
  padding: 1rem;
  resize: none;
  height: 120px;
}

input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  border: 1px solid #e1e3e4;
  background: transparent;
  display: flex;
  appearance: none;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
input[type=checkbox]:checked {
  background: rgb(255, 204, 0);
  border: none;
}
input[type=checkbox]:checked:after {
  content: "";
  color: #fff;
  width: 0.825rem;
  height: 0.825rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}

.form-line {
  display: flex;
  flex-direction: column;
}
@media (min-width: 650px) {
  .form-line {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
}
.form-line label {
  display: flex;
  margin-bottom: 15px;
  cursor: pointer;
}
.form-line label span {
  margin-left: 10px;
}
.form-line.no-space {
  justify-content: flex-start;
}
.form-line .form-input {
  flex-basis: 49%;
  width: 49%;
}

.form-input.labeled {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  height: 50px;
}
.form-input input {
  border: 1px solid rgb(212, 214, 216);
  color: rgb(30, 45, 125);
  box-shadow: 0 1px rgba(225, 227, 228, 0.25) inset;
  text-indent: 1rem;
  width: 100%;
  height: 100%;
  padding: 20px 0 0 0;
}
.form-input input:focus + label, .form-input input.filled + label {
  transform: translateY(-5px) scale(0.8);
}
.form-input label {
  position: absolute;
  left: 1rem;
  height: 100%;
  top: 0;
  color: rgb(103, 114, 121);
  transform: scale(1);
  transform-origin: left top;
  transition: transform 0.2s ease-in-out;
  pointer-events: none;
  display: flex;
  align-items: center;
}

[data-custom-select] {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (min-width: 768px) {
  [data-custom-select] select {
    display: none !important;
  }
}
[data-custom-select] .selected {
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
}
[data-custom-select] .selected:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23677279' d='M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z' /%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
[data-custom-select] .select-items, [data-custom-select] .selected {
  color: rgb(103, 114, 121);
  padding: 0 1rem;
  cursor: pointer;
  border: none;
}
[data-custom-select] .select-items {
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 0 0 3px 3px;
  z-index: 4;
  background-color: #fff;
  line-height: 2;
  width: 100%;
  padding: 0;
  border: 1px solid rgb(212, 214, 216);
}
[data-custom-select] .select-items > div {
  background-color: #fff;
  padding: 0 1.5rem;
}
[data-custom-select] .select-items > div:first-child {
  padding-top: 1rem;
}
[data-custom-select] .select-items > div:last-child {
  padding-bottom: 1rem;
}
[data-custom-select] .select-items.select-hide {
  display: none;
}

select {
  position: relative;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23677279' d='M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z' /%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 0.5rem);
  background-position-y: center;
  background-size: 24px;
  cursor: pointer;
  border: 1px solid rgb(212, 214, 216);
  color: rgb(30, 45, 125);
  box-shadow: 0 1px rgba(225, 227, 228, 0.25) inset;
  height: 50px;
}

.input-select {
  background: #fff;
  margin-bottom: 15px;
}

.quantity-input {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(30, 45, 125);
}
.quantity-input .content {
  display: flex;
  align-items: center;
  border: 1px solid rgba(103, 114, 121, 0.6);
  border-radius: 2px;
  overflow: hidden;
  height: 100%;
}
.quantity-input input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  color: rgb(2, 6, 9);
  min-width: 0;
  padding: 0;
  text-align: center;
  cursor: inherit;
}
.quantity-input button {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 400;
  color: rgba(103, 114, 121, 0.6);
  padding: 0 1rem;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
.quantity-input button:hover {
  color: rgb(30, 45, 125);
}

.button {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  padding: 1rem 2rem;
  transition: background-color 0.25s ease-in-out;
}
.button.small {
  padding: 0.5rem 1rem;
}
.button.primary {
  background-color: rgb(255, 204, 0);
  color: rgb(0, 0, 0);
  border-radius: 4px;
  border: 0 solid rgb(255, 204, 0);
}
.button.primary:hover:not(.disabled) {
  background-color: rgb(179, 179, 179);
  color: rgb(0, 0, 0);
  border: 0 solid rgb(255, 204, 0);
}
.button.primary.disabled, .button.primary:disabled {
  color: rgb(255, 255, 255);
}
.button.secondary {
  background-color: rgb(0, 0, 0);
  color: rgb(250, 250, 250);
  border-radius: 4px;
  border: 0.0625rem solid rgb(0, 0, 0);
}
.button.secondary:hover:not(.disabled) {
  background-color: rgb(179, 179, 179);
  color: rgb(250, 250, 250);
  border: 0.0625rem solid rgb(179, 179, 179);
}
.button.secondary.disabled, .button.secondary:disabled {
  color: rgb(255, 255, 255);
}
.button.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.button.full {
  width: 100%;
}

.social-icon {
  cursor: pointer;
}
.social-icon svg {
  transition: fill 0.2s ease-in-out;
  fill: rgba(103, 114, 121, 0.35);
  width: 30px;
  height: 30px;
  margin-right: 1rem;
}
.social-icon.facebook:hover svg {
  fill: #3b5998;
}
.social-icon.twitter:hover svg {
  fill: #1da1f2;
}
.social-icon.instagram:hover svg {
  fill: #e1306c;
}
.social-icon.pinterest:hover svg {
  fill: #e60023;
}
.social-icon.youtube:hover svg {
  fill: #ff0000;
}
.social-icon.linkedin:hover svg {
  fill: #0077b5;
}
.social-icon.email:hover svg {
  fill: #677279;
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem 0.5rem;
  grid-template-rows: auto;
}
@media (min-width: 650px) {
  .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(auto-fill, minmax(249px, 33fr));
  }
}

.filtered__grid {
  display: block;
}
@media (min-width: 992px) {
  .filtered__grid {
    display: grid;
    grid-gap: 0 1rem;
    grid-template-columns: 300px 1fr;
    grid-template-areas: "filters main_page";
  }
}

.message {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0;
  border-radius: 5px;
  border: 1px solid #e1e3e4;
  padding: 1rem 2rem;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.message p {
  line-height: 1.2;
  margin: 0;
}
.message.notification {
  background: rgb(251.7428571429, 252.2857142857, 252.5571428571);
}
.message.error {
  color: #842029;
  background: #f8d7da;
}
.message.success {
  background: #91ddba;
  color: #0f5132;
}
.message.success a {
  color: rgb(56.0982142857, 62.0892857143, 65.9017857143);
}
.message a {
  text-decoration: none;
  color: rgb(255, 204, 0);
}

.ratio-wide {
  padding-top: 56.25%;
}

.ratio-photo {
  padding-top: 75%;
}

.ratio-square {
  padding-top: 100%;
}

.image__gallery__title {
  margin-bottom: 1rem;
}
.image__gallery__title.left {
  text-align: left;
}
.image__gallery__title.center {
  text-align: center;
}
.image__gallery__title.right {
  text-align: right;
}
.image__gallery__grid > li {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.image__gallery__grid > li figure {
  width: 100%;
  position: relative;
}
.image__gallery__grid > li figure:hover img {
  transform: scale(1.1);
}
.image__gallery__grid > li figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  transition: transform 10s linear;
}
.image__gallery__item--text {
  margin-top: 1rem;
  line-height: 1.3;
  text-align: center;
}
.image__gallery__item--text p {
  margin: 0;
}

.popper {
  background-color: #fff;
  padding: 1.25rem 2.5rem;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(163, 176, 194, 0.3), 0 2px 8px 0 rgba(163, 176, 194, 0.5);
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out;
  z-index: 3;
}
@media (max-width: 649px) {
  .popper {
    width: 100vw;
    left: 0;
    border-radius: 0;
    box-shadow: none;
    height: 100vh;
    position: fixed;
    z-index: 5;
    transform: scale(1);
  }
}
.popper.visible {
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1.001) !important;
  transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
  z-index: 2147483647 !important;
}
.popper .chevron {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -8px;
}
.popper.arrow-right::after {
  right: 10px;
}
.popper.arrow-left::after {
  left: 10px;
}
.popper.arrow-center::after {
  left: 50%;
  transform: translateX(-50%);
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: border-box;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.collapse__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s linear;
  will-change: max-height;
  display: block;
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: rgb(255, 204, 0);
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px rgb(255, 204, 0), 0 0 5px rgb(255, 204, 0);
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: none;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: rgb(255, 204, 0);
  border-left-color: rgb(255, 204, 0);
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.35);
}
.modal.open {
  visibility: visible;
  opacity: 1;
}
.modal.open .modal__content {
  transform: scale(1);
}
.modal__content {
  background: #fff;
  border-radius: 10px;
  width: 80%;
  height: auto;
  transition: transform 0.2s ease-in-out;
  transition-delay: 0.1s;
  transform: scale(0);
  position: relative;
  overflow: hidden;
}
.modal__content__close {
  color: rgb(30, 45, 125);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e2d7d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E");
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  z-index: 101;
}

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10; /* always overlap slide content */
  pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color) !important;
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
  outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important;
}

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}

/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}

/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin: 15px 0 0 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

.header {
  background-color: rgb(255, 255, 255);
  position: relative;
}
.header *::-webkit-search-cancel-button {
  display: none !important;
}
.header__wrapper {
  background-color: rgb(255, 255, 255);
}
.header__wrapper.header-sticky {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 99;
}
@media (max-width: 649px) {
  .header .container {
    padding: 0 1.25rem;
  }
}
.header h1, .header h2, .header h3, .header h4, .header h5, .header h6 {
  color: rgb(0, 0, 0);
}
.header h4 {
  font-size: 0.8125rem;
}
.header__announcement {
  background-color: rgb(255, 255, 255);
  border-bottom: 1.5px solid rgba(177, 177, 177, 0.3);
}
.header__announcement--wrapper {
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8125rem;
  color: rgb(0, 0, 0);
  font-weight: 500;
}
.header__announcement--wrapper.no-action-button {
  justify-content: center;
}
.header__announcement--wrapper__text {
  padding: 0.625rem;
}
@media (min-width: 768px) {
  .header__announcement--wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.header__announcement--wrapper__action {
  display: none;
  border-radius: 0;
  padding: 0.625rem 2rem;
  grid-template-columns: auto 1fr;
  grid-template-areas: "icon text";
  grid-column-gap: 10px;
  align-items: center;
}
@media (min-width: 768px) {
  .header__announcement--wrapper__action.no-icon {
    display: flex;
  }
}
.header__announcement--wrapper__action .icon {
  height: 1.5rem;
  grid-area: icon;
}
.header__announcement--wrapper__action span {
  grid-area: text;
  font-weight: 400;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .header__announcement--wrapper__action {
    display: grid;
  }
}
.header__main {
  display: grid;
  grid-template-columns: auto 1fr auto auto auto;
  grid-template-areas: "burger logo language account cart" "search search search search search";
  grid-gap: 0.625rem;
  padding: 1.25rem 0;
  align-items: center;
  color: rgb(0, 0, 0);
}
@media (min-width: 650px) {
  .header__main {
    grid-template-columns: auto auto 1fr auto auto auto;
    grid-template-areas: "burger logo search language account cart";
  }
}
@media (min-width: 992px) {
  .header__main {
    grid-template-columns: auto 1fr auto auto auto;
    grid-template-areas: "logo search currency language account cart";
    padding: 1.25rem 0;
    position: relative;
  }
}
.header__main .icon {
  cursor: pointer;
}
.header__main .text-action {
  color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header__main .text-action .text {
  font-weight: 600;
}
.header__main .text-action .arrow {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.header__main .text-action .arrow > svg {
  width: 24px;
  height: 24px;
}
.header__main--account, .header__main--cart, .header__main--hamburger, .header__main--language {
  display: flex;
  align-items: center;
}
.header__main--account svg, .header__main--cart svg, .header__main--hamburger svg, .header__main--language svg {
  width: 30px;
  height: 30px;
}
.header__main--hamburger {
  grid-area: burger;
  cursor: pointer;
}
@media (min-width: 992px) {
  .header__main--hamburger {
    display: none;
  }
}
.header__main--hamburger svg {
  padding-top: 5px;
}
.header__main--logo {
  grid-area: logo;
  line-height: 1;
}
.header__main--logo img {
  height: 44px;
  margin-right: 10px;
}
.header__main--logo .logo-name {
  font-size: 1.3rem;
  text-transform: capitalize;
  color: rgb(0, 0, 0);
  line-height: 1;
}
.header__main--logo a {
  display: flex;
  height: 100%;
  align-items: center;
}
.header__main--account {
  grid-area: account;
  position: relative;
}
.header__main--account__form {
  width: 100%;
  padding: 0;
}
@media (min-width: 650px) {
  .header__main--account__form {
    max-width: 400px;
  }
}
.header__main--account__form .content-wrapper {
  overflow: hidden;
  padding: 0 1rem;
}
@media (max-height: 1000px) {
  .header__main--account__form .content-wrapper {
    overflow-y: scroll;
  }
}
.header__main--account__form .pager-wrapper {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out, height 0.2s;
}
.header__main--account__form .pager {
  display: flex;
  flex-wrap: nowrap;
}
.header__main--account__form .page {
  flex: 1 0 100%;
  text-align: center;
  padding: 1.25rem 2.5rem;
}
.header__main--account__form .page h2, .header__main--account__form .page h4 {
  margin-bottom: 1.25rem;
}
.header__main--account__form .page h2 {
  color: rgb(30, 45, 125);
}
.header__main--account__form .page h4 {
  color: rgb(103, 114, 121);
}
.header__main--account__form .page .other-links {
  padding: 0.5rem 0;
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 1rem;
  font-size: 0.875rem;
}
.header__main--account__form .page a {
  color: rgb(93, 93, 93);
  text-decoration: none;
}
.header__main--account__form .page a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .header__main--account {
    padding: 0 1.25rem;
  }
  .header__main--account::after {
    content: "";
    position: absolute;
    background-color: rgb(0, 0, 0);
    width: 1px;
    height: 80%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    opacity: 0.3;
  }
}
@media (min-width: 992px) {
  .header__main--account .account-icon {
    display: none;
  }
}
.header__main--account .account-text {
  display: none;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .header__main--account .account-text {
    display: flex;
  }
}
.header__main--language {
  grid-area: language;
  position: relative;
}
@media (min-width: 992px) {
  .header__main--language .language-icon {
    display: none;
  }
  .header__main--language {
    padding: 0 1.25rem;
  }
}
.header__main--language .language-text {
  display: none;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .header__main--language .language-text {
    display: flex;
  }
  .header__main--language .language-text::after {
    content: "";
    position: absolute;
    background-color: rgb(0, 0, 0);
    width: 1px;
    height: 80%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    opacity: 0.3;
  }
}
.header__main--language__languages {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem 0;
  height: auto;
  border-bottom: 1px solid #e1e3e4;
}
.header__main--language__languages a.lang {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.header__main--cart {
  grid-area: cart;
  position: relative;
  cursor: pointer;
}
.header__main--cart:hover .badge {
  transform: scale(1.2);
}
.header__main--cart .cart-icon {
  position: relative;
  color: rgb(0, 0, 0);
}
.header__main--cart__items {
  padding: 1rem;
}
@media (min-width: 650px) {
  .header__main--cart__items {
    width: 500px;
  }
}
.header__main--cart__items .cart-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.header__main--cart__items .cart-content .items-wrapper {
  flex: 1 0;
  overflow-y: scroll;
  height: 100%;
}
.header__main--cart__items .cart-content .items-wrapper .items {
  max-height: 350px;
  height: auto;
}
.header__main--cart__items .cart-content .items-wrapper .empty-icon {
  width: 100%;
  padding: 3rem;
  text-align: center;
}
.header__main--cart__items .cart-content .items-wrapper .empty-icon h3 {
  color: rgb(30, 45, 125);
}
.header__main--cart__items .cart-content .items-wrapper .empty-icon svg {
  width: 100px;
  height: 100px;
}
.header__main--cart__items .cart-content .cart__item {
  display: grid;
  grid-template-columns: 60px 1fr 120px;
  grid-template-areas: "image details quantity";
  padding: 0.5rem 1rem;
  grid-gap: 0 1rem;
  position: relative;
}
.header__main--cart__items .cart-content .cart__item:not(:last-of-type):after {
  content: "";
  background: #e1e3e4;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
.header__main--cart__items .cart-content .cart__item a {
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.header__main--cart__items .cart-content .cart__item__image {
  grid-area: image;
  display: flex;
  align-items: center;
}
.header__main--cart__items .cart-content .cart__item__image img {
  width: 100%;
}
.header__main--cart__items .cart-content .cart__item__details {
  padding: 0.5rem 0;
  grid-area: details;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.7rem 0;
  border-right: 1px solid;
}
.header__main--cart__items .cart-content .cart__item__details--category a {
  color: rgb(2, 6, 9);
}
.header__main--cart__items .cart-content .cart__item__details--category a:hover {
  color: rgb(93, 93, 93);
}
.header__main--cart__items .cart-content .cart__item__details--name {
  color: rgb(30, 45, 125);
}
.header__main--cart__items .cart-content .cart__item__details--price {
  color: rgb(93, 93, 93);
}
.header__main--cart__items .cart-content .cart__item__details--attributes {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__main--cart__items .cart-content .cart__item__details--attributes span {
  font-weight: bold;
  color: rgb(30, 45, 125);
}
.header__main--cart__items .cart-content .cart__item__details--attributes li {
  margin-bottom: 0.3rem;
}
.header__main--cart__items .cart-content .cart__item__details--attributes li:last-of-type {
  margin-bottom: 0;
}
.header__main--cart__items .cart-content .cart__item__quantity {
  grid-area: quantity;
}
.header__main--cart__items .cart-content .header {
  background-color: #f3f5f6;
  color: rgb(30, 45, 125);
  padding: 10px 15px;
  text-align: center;
  font-weight: 500;
  margin: 0 0 1rem;
}
.header__main--cart__items .cart-content .footer {
  margin-top: 1rem;
}
@media (max-width: 649px) {
  .header__main--cart__items .cart-content .footer {
    margin-bottom: 5rem;
  }
}
.header__main--cart__items .cart-content .footer .total-line, .header__main--cart__items .cart-content .footer .links-line {
  display: flex;
  justify-content: space-between;
}
.header__main--cart__items .cart-content .footer .total-line {
  color: rgb(30, 45, 125);
}
.header__main--cart__items .cart-content .footer .links-line {
  margin-top: 1rem;
}
.header__main--cart__items .cart-content .footer .links-line .link {
  width: 48%;
}
.header__main--cart__items .cart-content .footer .links-line .link > .button.secondary {
  border-width: 0;
  padding: 1rem;
}
.header__main--cart__items .cart-content .footer .separator {
  border-bottom: 1px solid #e1e3e4;
  width: calc(100% + 2rem);
  margin-bottom: 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
}
.header__main--cart .badge {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: rgb(255, 204, 0);
  position: absolute;
  right: -5px;
  top: -3px;
  color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
}
.header__main--cart .cart-text {
  display: none;
  color: rgb(0, 0, 0);
  margin-left: 0.625rem;
  font-weight: 500;
  font-size: 1.1rem;
}
@media (min-width: 992px) {
  .header__main--cart .cart-text {
    display: block;
  }
}
.header__main--search-wrapper {
  grid-area: search;
  border-radius: 5px;
  border-color: rgb(212, 214, 216);
  background-color: #fff;
  height: 44px;
  display: flex;
  align-items: center;
}
.header__main--search-wrapper .select-items {
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  border-top: none !important;
}
.header__main--search-wrapper .select-items > div {
  transition: color 0.2s ease-in-out;
}
.header__main--search-wrapper .select-items > div:hover {
  color: rgb(93, 93, 93);
}
.header__main--search-wrapper .form-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: stretch;
}
.header__main--search-wrapper .form-wrapper .input-wrapper {
  flex: 1 1 auto;
  position: relative;
  border: 1px solid #e1e3e4;
  border-radius: 3px 0 0 3px;
}
.header__main--search-wrapper .form-wrapper .input-wrapper input {
  border: none;
  height: 100%;
  padding: 0;
  text-indent: 1rem;
  width: 100%;
}
.header__main--search-wrapper .form-wrapper .input-wrapper .clear {
  position: absolute;
  right: 5px;
  top: 0;
  height: 100%;
  cursor: pointer;
  border: 0;
  display: flex;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
}
.header__main--search-wrapper .form-wrapper .input-wrapper .clear.visible {
  opacity: 1;
  visibility: visible;
}
.header__main--search-wrapper .form-wrapper .input-wrapper .clear svg {
  width: 30px;
}
.header__main--search-wrapper .form-wrapper .input-wrapper .input-error {
  position: absolute;
  width: 80%;
  background-color: rgba(15, 14, 14, 0.9);
  top: calc(100% + 10px);
  color: #fff;
  padding: 0.4rem 0.7rem;
  border-radius: 5px;
  font-size: 0.875rem;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.header__main--search-wrapper .form-wrapper .input-wrapper .input-error.open {
  opacity: 1;
}
.header__main--search-wrapper .form-wrapper .input-wrapper .input-error:before {
  content: "";
  position: absolute;
  top: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(15, 14, 14, 0.9);
  left: 10px;
}
.header__main--search-wrapper__category-filter {
  display: none;
  position: relative;
}
.header__main--search-wrapper__category-filter:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgb(0, 0, 0);
  opacity: 0.3;
}
@media (min-width: 1280px) {
  .header__main--search-wrapper__category-filter {
    display: none;
  }
}
.header__main--search-wrapper button {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-color: rgb(255, 204, 0) !important;
  background: rgb(255, 204, 0) !important;
}
.header__main--search-wrapper button:hover {
  background: rgba(175, 175, 175, 0.8) !important;
  border-color: rgba(175, 175, 175, 0.8) !important;
}
.header__main--search-wrapper button.filter-open {
  border-bottom-right-radius: 0;
}
.header__main--search-wrapper button svg {
  width: 30px;
  height: 30px;
  color: rgb(0, 0, 0);
}
.header__main--currency-wrapper {
  display: none;
  grid-area: currency;
  padding: 0 1.25rem;
  position: relative;
}
@media (min-width: 992px) {
  .header__main--currency-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.header__main--currency-wrapper::after {
  content: "";
  position: absolute;
  background-color: rgb(0, 0, 0);
  width: 1px;
  height: 80%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0.3;
}
.header__main--currency-wrapper__currencies {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 0.5rem;
}

.header__main--menu-mobile {
  width: 100vw;
  box-shadow: none;
  left: 0;
  border-radius: 0;
  padding: 0;
}
.header__main--menu-mobile.visible .content-wrapper {
  overflow-y: scroll;
}
@media (min-width: 992px) {
  .header__main--menu-mobile {
    display: none !important;
  }
}

@media (max-width: 991px) {
  nav.main__navigation {
    background-color: rgb(255, 204, 0);
    position: relative;
    padding: 0;
    overflow: hidden;
    max-height: 100%;
    height: 100%;
  }
  nav.main__navigation .container {
    padding: 0;
    max-height: 100%;
    height: 100%;
  }
  nav.main__navigation .content-wrapper {
    height: 100%;
    overflow-y: scroll;
  }
  nav.main__navigation .header__menu {
    padding: 1.25rem 0;
    margin: 0;
  }
  nav.main__navigation .header__menu a {
    color: rgb(2, 6, 9);
    text-decoration: none;
  }
  nav.main__navigation .header__menu__social-icons {
    padding: 1.25rem 0;
    margin: 0;
    border-top: 1px solid #e1e3e4;
  }
  nav.main__navigation .header__menu__social-icons__item {
    padding: 0 1rem;
    line-height: 1;
    display: flex;
    margin-bottom: 1.25rem;
  }
  nav.main__navigation .header__menu__social-icons__item:last-of-type {
    margin-bottom: 0;
  }
  nav.main__navigation .header__menu__social-icons__item a {
    color: rgb(2, 6, 9);
    text-decoration: none;
    display: flex;
    align-items: center;
  }
  nav.main__navigation .header__menu__social-icons__item span {
    line-height: 1;
  }
  nav.main__navigation .header__menu__social-icons__item.title {
    font-size: 1.2rem;
    color: rgb(30, 45, 125);
  }
  nav.main__navigation .header__menu__item {
    font-size: 1rem;
    line-height: 2;
    padding: 0 1rem;
    display: flex;
    flex-wrap: wrap;
  }
  nav.main__navigation .header__menu__item a {
    display: flex;
    width: 100%;
    flex: 1;
    justify-content: space-between;
    color: rgb(2, 6, 9);
  }
  nav.main__navigation .header__menu__item a > div {
    display: flex;
    flex: 1;
  }
  nav.main__navigation .header__menu__item div > svg {
    width: 24px;
    height: 24px;
    transform: rotate(-90deg);
    margin: 0 0 0 auto;
  }
  nav.main__navigation .header__menu__item--submenu {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(255, 204, 0);
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    z-index: 1;
  }
  nav.main__navigation .header__menu__item--submenu .back-button {
    display: flex;
    border-bottom: 1px solid #e1e3e4;
  }
  nav.main__navigation .header__menu__item--submenu .back-button a {
    color: rgb(2, 6, 9);
    display: flex;
    align-items: center;
    line-height: 1.5;
    padding: 1rem 0;
    width: fit-content;
    width: -moz-fit-content;
    justify-content: flex-start;
  }
  nav.main__navigation .header__menu__item--submenu .back-button svg {
    width: 24px;
    height: 24px;
    transform: rotate(90deg);
    margin-right: 5px;
  }
  nav.main__navigation .header__menu__item--submenu .root-link {
    display: none;
  }
  nav.main__navigation .header__menu__item--submenu.visible {
    transform: translateX(0);
  }
  nav.main__navigation .header__menu__item--submenu__item {
    padding: 0.625rem 1.25rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  nav.main__navigation .header__menu__item--submenu__item:before {
    content: none;
  }
  nav.main__navigation .header__menu__item--submenu__item .sub__menu__toggle svg {
    width: 24px;
    height: 24px;
    transition: transform 0.2s;
  }
  nav.main__navigation .header__menu__item--submenu__item .sub__menu__toggle {
    margin-left: 1rem;
    flex: 1;
  }
  nav.main__navigation .header__menu__item--submenu__item .sub__menu__toggle.open svg {
    transform: rotate(180deg);
  }
  nav.main__navigation .header__menu__item--submenu__item > a {
    justify-content: flex-start;
    align-items: center;
  }
  nav.main__navigation .header__menu__item--submenu__item.title {
    fill: rgb(0, 0, 0);
    flex-direction: column;
    justify-content: center;
  }
  nav.main__navigation .header__menu__item--submenu__item.title > a {
    color: rgb(0, 0, 0);
  }
  nav.main__navigation .header__menu__item--submenu__item > ul {
    width: 100%;
  }
  nav.main__navigation .header__menu__item--submenu__item > ul li {
    padding: 0 1rem;
  }
  nav.main__navigation .header__menu__item--submenu__item > ul.close {
    height: 1px !important;
  }
  nav.main__navigation .header__menu__item--submenu__item > ul.open {
    display: block;
  }
}
@media (min-width: 992px) {
  nav.main__navigation {
    background-color: rgb(255, 204, 0);
    border-bottom: 1px solid #e1e3e4;
    padding: 0;
    display: flex;
  }
  nav.main__navigation .container {
    padding: 0 2rem;
  }
  nav.main__navigation .main__navigation__container {
    margin: 0 auto;
  }
  nav.main__navigation a {
    color: rgb(2, 6, 9);
    text-decoration: none;
    transition: color 0.2s ease-in-out;
  }
  nav.main__navigation a:hover {
    color: rgb(93, 93, 93);
    text-decoration: none;
  }
  nav.main__navigation .header__menu {
    margin: 0;
    padding: 0;
    display: flex;
  }
  nav.main__navigation .header__menu__social-icons {
    display: none;
  }
  nav.main__navigation .header__menu__item:hover--submenu {
    visibility: visible;
  }
  nav.main__navigation .header__menu__item {
    margin-right: 2rem;
    font-size: 1rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: rgb(2, 6, 9);
    transition: color 0.2s ease-in-out;
    padding: 1.25rem 0;
    white-space: nowrap;
  }
  nav.main__navigation .header__menu__item.patareid {
    margin-right: 1.5rem;
    font-weight: 600;
    font-size: 0.875rem;
    position: relative;
  }
  nav.main__navigation .header__menu__item:hover > ul {
    visibility: visible;
    opacity: 1;
  }
  nav.main__navigation .header__menu__item:hover > a {
    color: inherit;
  }
  nav.main__navigation .header__menu__item a {
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
  }
  nav.main__navigation .header__menu__item a:hover {
    color: rgb(93, 93, 93);
    text-decoration: none;
  }
  nav.main__navigation .header__menu__item a:hover svg {
    fill: rgb(93, 93, 93);
  }
  nav.main__navigation .header__menu__item div > svg {
    transform: rotate(0);
  }
  nav.main__navigation .header__menu__item svg {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 5px;
  }
  nav.main__navigation .header__menu__item--submenu {
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
    position: absolute;
    top: calc(100% - 1px);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 4px;
    white-space: nowrap;
    visibility: hidden;
    background-color: rgb(255, 204, 0);
    opacity: 0;
    transition: opacity 0.25s ease-in-out, visibility 0.2s ease-in-out;
    z-index: 4;
  }
  nav.main__navigation .header__menu__item--submenu.patareid {
    min-width: 100%;
  }
  nav.main__navigation .header__menu__item--submenu.full-width {
    width: 100vw;
    left: 0;
    flex-direction: row;
    border-left: 0;
    border-right: 0;
  }
  nav.main__navigation .header__menu__item--submenu.full-width > li {
    line-height: 1;
    white-space: nowrap;
  }
  nav.main__navigation .header__menu__item--submenu .arrow {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgb(255, 255, 255);
    position: absolute;
    top: -8px;
    pointer-events: none;
  }
  nav.main__navigation .header__menu__item--submenu .arrow::after {
    content: "";
    position: absolute;
    top: 1px;
    left: -7px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-bottom: 7px solid rgb(255, 204, 0);
    border-right: 7px solid transparent;
  }
  nav.main__navigation .header__menu__item--submenu__item {
    line-height: 2;
    font-size: 0.9rem;
    font-weight: 400;
    padding: 0 2rem;
  }
  nav.main__navigation .header__menu__item--submenu__item:before {
    content: "" !important;
  }
  nav.main__navigation .header__menu__item--submenu__item > a {
    color: rgb(2, 6, 9);
    font-weight: 500;
  }
  nav.main__navigation .header__menu__item--submenu__item > a:hover {
    color: rgb(93, 93, 93);
  }
  nav.main__navigation .header__menu__item--submenu__item.title > a {
    color: rgb(0, 0, 0);
  }
  nav.main__navigation .header__menu__item--submenu__item.title > a:hover {
    color: rgb(0, 0, 0);
  }
  nav.main__navigation .header__menu__item--submenu__item.title > ul li {
    line-height: 1.2;
  }
  nav.main__navigation .header__menu__item--submenu__item.title {
    line-height: 1;
  }
}
footer {
  margin-top: 2rem;
  background: rgba(255, 255, 255, 0);
  color: rgb(103, 114, 121);
}
footer .container {
  padding: 0;
}

.footer-wrapper {
  padding: 0 1rem;
}
.footer-wrapper__about {
  border-bottom: 1px solid rgb(231, 231, 231);
  padding: 1rem 0;
}
.footer-wrapper__about.open {
  padding-bottom: 1rem;
}
@media (min-width: 650px) {
  .footer-wrapper__about {
    padding: 1rem 0;
    border-bottom: none;
  }
}
.footer-wrapper__about svg {
  width: 24px;
  height: 24px;
}
.footer-wrapper__about img {
  max-width: 80%;
  display: block;
  margin-bottom: 2rem;
}
@media (min-width: 650px) {
  .footer-wrapper__about img {
    margin-top: -1rem;
  }
}
.footer-wrapper__about .title {
  text-decoration: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: rgb(241, 6, 6);
  min-height: 24px;
  padding: 1rem;
}
@media (min-width: 650px) {
  .footer-wrapper__about .title {
    cursor: unset;
    margin-bottom: 1rem;
    padding: 0;
  }
}
.footer-wrapper__about .text {
  line-height: 1.5;
  font-weight: 400;
  padding: 0 1rem;
  margin-bottom: 0;
}
.footer-wrapper__about .text p {
  margin: 0;
}
@media (min-width: 650px) {
  .footer-wrapper__about .text {
    padding: 0;
    margin-bottom: 0;
  }
}
.footer-wrapper__newsletter {
  padding: 1rem;
}
@media (min-width: 650px) {
  .footer-wrapper__newsletter {
    padding: 1rem 0;
  }
}
.footer-wrapper__newsletter .title {
  color: rgb(241, 6, 6);
  margin: 0 0 1rem 0;
  height: 24px;
  line-height: 24px;
}
.footer-wrapper__newsletter p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 0.5rem;
}
.footer-wrapper__newsletter input[type=email] {
  background-color: #fff;
}
.footer-wrapper__newsletter .button {
  font-weight: 400;
}
@media (min-width: 992px) {
  .footer-wrapper__newsletter {
    flex-basis: 350px;
  }
}

.footer__menu {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgb(231, 231, 231);
}
@media (min-width: 650px) {
  .footer__menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 1rem;
    grid-column-gap: 1rem;
  }
}
@media (min-width: 992px) {
  .footer__menu {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-gap: 0 2rem;
    padding: 0;
  }
}
.footer__menu a {
  text-decoration: none;
}
.footer__menu__item {
  font-size: 1rem;
  border-bottom: 1px solid rgb(231, 231, 231);
  padding: 0 1rem;
}
@media (min-width: 650px) {
  .footer__menu__item {
    border: none;
    padding: 1rem 0;
  }
}
.footer__menu__item--menu__toggle {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  position: relative;
  min-height: 24px;
}
@media (min-width: 650px) {
  .footer__menu__item--menu__toggle {
    display: none !important;
  }
}
.footer__menu__item--menu__toggle:before, .footer__menu__item--menu__toggle:after {
  color: rgb(241, 6, 6);
  display: flex;
  align-items: center;
  position: absolute;
  font-size: 24px;
  line-height: 100%;
  font-weight: 400;
  top: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer__menu__item--menu__toggle:before {
  content: "+";
  opacity: 1;
  transform: rotate(0deg);
}
.footer__menu__item--menu__toggle:after {
  content: "–";
  opacity: 0;
  transform: rotate(-90deg);
}
.footer__menu__item--menu__toggle.open:before {
  opacity: 0;
  transform: rotate(90deg);
}
.footer__menu__item--menu__toggle.open:after {
  opacity: 1;
  transform: rotate(0deg);
}
.footer__menu__item > a {
  padding: 0 1rem;
  color: rgb(241, 6, 6);
}
.footer__menu__item > a:hover {
  color: rgb(241, 6, 6);
}
@media (min-width: 650px) {
  .footer__menu__item > a {
    padding: 0;
  }
}
.footer__menu__item > a span {
  height: 24px;
  display: flex;
  align-items: center;
}
.footer__menu__item svg {
  width: 24px;
  height: 24px;
}
.footer__menu__item.with__children {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 1rem;
}
@media (min-width: 650px) {
  .footer__menu__item.with__children {
    padding: 1rem 0;
    display: list-item;
  }
}
.footer__menu__item.with__children > a, .footer__menu__item.with__children > span {
  padding: 1rem 0;
}
@media (min-width: 650px) {
  .footer__menu__item.with__children > a, .footer__menu__item.with__children > span {
    padding: 0;
  }
}
.footer__menu__item.with__children > span {
  flex: 1;
}
.footer__menu__item--submenu {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 0.7rem;
  width: 100%;
}
.footer__menu__item--submenu__item {
  line-height: 1.5;
}
.footer__menu__item--submenu__item:first-of-type {
  padding-top: 1rem;
}
.footer__menu__item--submenu__item:last-of-type {
  padding-bottom: 1rem;
}
@media (min-width: 650px) {
  .footer__menu__item--submenu__item:last-of-type {
    padding-bottom: 0;
  }
}
.footer__menu__item--submenu__item > a {
  color: rgb(103, 114, 121);
  transition: color 0.2s ease-in-out;
  width: 100%;
  display: block;
}
@media (min-width: 650px) {
  .footer__menu__item--submenu__item > a {
    padding: 0;
  }
}
.footer__menu__item--submenu__item > a:hover {
  color: rgb(241, 196, 15);
}
.footer__menu__item:last-child {
  border-bottom: none;
}

.footer__credits {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 2rem 0 6rem 0;
}
.footer__credits__powered {
  display: flex;
  flex-direction: column;
}
.footer__credits__powered--credits {
  display: flex;
  align-items: center;
  color: rgb(103, 114, 121);
  text-decoration: none;
}
.footer__credits__powered--credits:hover {
  color: rgb(103, 114, 121);
}
.footer__credits__powered--credits .logo {
  margin-left: 5px;
}
.footer__credits__powered--credits svg {
  height: 1.875rem;
}
.footer__credits__social {
  display: flex;
  flex-direction: column;
}
.footer__credits__social .social-icon svg {
  margin-right: 0 !important;
}
.footer__credits__social--title {
  margin-bottom: 1rem;
}
.footer__credits__social ul {
  display: flex;
}
.footer__credits__social ul > li {
  margin-left: 0.5rem;
}
.footer__credits__social ul > li:first-of-type {
  margin-left: 0;
}

.richtext .align-left {
  text-align: left;
}
.richtext .align-center {
  text-align: center;
}
.richtext .align-right {
  text-align: right;
}
.richtext__content {
  padding: 0 1rem;
}
.richtext p, .richtext ol, .richtext ul {
  line-height: 1.4;
}

.hero__section {
  width: 100vw;
}
.hero__section:first-of-type {
  margin-top: 0;
}
.hero__section__wrapper {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 2rem;
  position: relative;
}
.hero__section__wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__section > .glide, .hero__section > ul {
  height: 400px !important;
}
.hero__section__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.hero__section__content a {
  text-decoration: none;
}
.hero__section__content.left {
  align-items: flex-start;
  text-align: left;
}
.hero__section__content.center {
  align-items: center;
  text-align: center;
}
.hero__section__content.right {
  align-items: flex-end;
  text-align: right;
}
.hero__section__content--title {
  font-weight: 600;
}
.hero__section__content--subtitle {
  width: 100%;
  max-width: 800px;
  font-weight: 500;
}
.hero__section__bullets {
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  display: grid;
  grid-template-columns: repeat(auto-fit, 12px);
  grid-gap: 0 0.3rem;
  justify-content: center;
}
.hero__section__bullets--bullet {
  width: 12px !important;
  height: 12px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  opacity: 0.3;
  cursor: pointer;
}
.hero__section__bullets--bullet.glide__bullet--active {
  background: transparent !important;
  border-radius: 100%;
  position: relative;
  opacity: 1;
}
.hero__section__bullets--bullet.glide__bullet--active:after {
  content: "";
  background: transparent;
  min-width: 12px;
  height: 12px;
  border-radius: 100%;
}

.testimonials__title {
  margin-bottom: 1rem;
}
.testimonials__title.left {
  text-align: left;
}
.testimonials__title.center {
  text-align: center;
}
.testimonials__title.right {
  text-align: right;
}
.testimonials__list__item {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.testimonials__list__item .content {
  line-height: 1.2;
}
.testimonials__list__item .content p {
  line-height: inherit;
  margin: 0;
}
.testimonials__list__item .line {
  width: 20%;
  border-bottom: 2px solid #e1e3e4;
  margin: 1.5rem auto;
}

.message.special {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  border-radius: 0;
  border: 0;
  max-width: none;
  z-index: 120;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.message.special.shown {
  visibility: visible;
  opacity: 1;
}

.newsletter .container {
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
}
.newsletter .form-input {
  background: #fff;
}
@media (min-width: 768px) {
  .newsletter__title, .newsletter__subtitle, .newsletter__form {
    max-width: 600px;
  }
}
.newsletter__title {
  margin-bottom: 1rem;
}
.newsletter__subtitle {
  margin-bottom: 1rem;
}
.newsletter__form {
  width: 100%;
}

@keyframes countdown {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.location__title {
  margin-bottom: 1rem;
}
.location__grid {
  padding: 0 1.125rem;
  border-radius: 3px;
  border: 1px solid #e1e3e4;
  background: #fff;
}
@media (min-width: 992px) {
  .location__grid {
    display: flex;
    height: 25rem;
    padding: 0;
  }
}
.location__grid__map {
  height: 10rem;
  margin-bottom: 2rem;
}
.location__grid__map iframe {
  height: 10rem;
  max-width: 100%;
}
@media (min-width: 650px) {
  .location__grid__map {
    height: 18.75rem;
  }
  .location__grid__map iframe {
    height: 18.75rem;
  }
}
@media (min-width: 992px) {
  .location__grid__map {
    height: 100%;
    flex: 1 0 auto;
    margin: 0;
  }
  .location__grid__map iframe {
    width: 100% !important;
    height: 100% !important;
  }
}
.location__grid__details {
  width: 100%;
}
@media (min-width: 992px) {
  .location__grid__details {
    max-width: 34rem;
  }
}
.location__grid__details {
  padding: 1rem;
}

.search__section__wrapper {
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .search__section__wrapper {
    display: flex;
  }
}
.search__section__selects {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .search__section__selects {
    flex-direction: row;
  }
}
.search__section__selects--select {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  margin-bottom: 1rem;
}
.search__section__selects--select:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .search__section__selects--select {
    margin-left: 2rem;
    margin-bottom: 0;
  }
  .search__section__selects--select:first-of-type {
    margin-left: 0;
  }
}
.search__section__selects--select label {
  margin-bottom: 0.6rem;
}
.search__section__selects--select select {
  font-family: Noto Sans;
}
.search__section__selects--select optgroup {
  font-family: Noto Sans;
}
.search__section__buttons {
  display: flex;
  margin-top: 1.5rem;
}
@media (min-width: 1000px) {
  .search__section__buttons {
    margin-left: 2rem;
  }
}
.search__section__buttons .button:last-of-type {
  margin-left: 2rem;
}
.search__section__buttons .button:disabled {
  cursor: not-allowed;
}

.grid_item {
  padding: 1rem 1.5rem;
  background: #fff;
  border-top: 1px solid #e1e3e4;
  border-bottom: 1px solid #e1e3e4;
}
@media (min-width: 650px) {
  .grid_item {
    border: 1px solid #e1e3e4;
    border-radius: 4px;
  }
}
@media (min-width: 992px) {
  .grid_item {
    border-radius: 4px;
    border: 1px solid #e1e3e4;
  }
}

.product__template {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "product_image" "product_info" "product_description" "product_review";
  grid-gap: 1.2rem 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  z-index: 1;
}
@media (min-width: 992px) {
  .product__template {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "product_image product_info" "product_description product_info" "product_review product_info";
    grid-gap: 1.2rem 2rem;
  }
}
.product__template__image {
  grid-area: product_image;
  margin-bottom: -1.2rem;
  margin-top: 1rem;
  border: 0;
  overflow: hidden;
}
@media (min-width: 650px) {
  .product__template__image {
    margin-bottom: 0;
    border: 1px solid #e1e3e4;
  }
}
@media (min-width: 992px) {
  .product__template__image {
    margin-top: 0;
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-areas: "thumbnails main_image";
    grid-gap: 0 1rem;
  }
}
.product__template__image--main-image {
  cursor: pointer;
  width: 100%;
  grid-area: main_image;
}
.product__template__image--main-image figure {
  margin-bottom: 1rem;
  position: relative;
  padding-top: 100%;
}
.product__template__image--main-image figure:hover img {
  cursor: zoom-in;
}
.product__template__image--main-image figure .zoomBox {
  backface-visibility: hidden;
  position: fixed;
  border-radius: 2px;
  border: 1px solid rgb(255, 204, 0);
  background: rgba(255, 204, 0, 0.1);
  top: 0;
  left: 0;
  cursor: zoom-in;
  opacity: 0;
}
.product__template__image--main-image figure .zoomBox.open {
  opacity: 1;
}
.product__template__image--main-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.product__template__image .text {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.product__template__image h5 {
  font-size: 0.9rem;
  font-weight: 400;
  margin-left: 1rem;
  color: rgb(103, 114, 121);
}
.product__template__image svg {
  fill: rgb(103, 114, 121);
  width: 24px;
  height: 24px;
}
.product__template__image--thumbnails-wrapper {
  width: 100%;
  position: relative;
  max-height: 500px;
}
.product__template__image--thumbnails-wrapper .arrow {
  display: none;
  left: 50%;
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  color: currentColor;
  transform: translate(-50%, 0);
  z-index: auto;
}
.product__template__image--thumbnails-wrapper .arrow.up {
  top: -1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 24 24' stroke='%23333'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 15l7-7 7 7' /%3E%3C/svg%3E");
}
.product__template__image--thumbnails-wrapper .arrow.down {
  top: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 24 24' stroke='%23333'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7' /%3E%3C/svg%3E");
}
@media (min-width: 992px) {
  .product__template__image--thumbnails-wrapper .arrow {
    display: block;
  }
}
.product__template__image--thumbnails-wrapper::-webkit-scrollbar {
  display: none;
}
.product__template__image--thumb-wrapper {
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  grid-area: thumbnails;
  max-height: 400px;
  position: relative;
}
.product__template__image--thumb-wrapper::-webkit-scrollbar {
  width: 0;
}
.product__template__image--thumbnails {
  display: flex;
}
@media (min-width: 992px) {
  .product__template__image--thumbnails {
    flex-direction: column;
  }
}
.product__template__image--thumbnails .thumbnail {
  width: 100px;
  height: 100px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product__template__image--thumbnails .thumbnail.active {
  border: 2px solid #333;
  border-radius: 4px;
}
.product__template__image--thumbnails .thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: contain;
}
.product__template__info {
  grid-area: product_info;
  border-top: 0;
}
@media (min-width: 992px) {
  .product__template__info {
    position: relative;
    border: 0;
    background-color: transparent;
    height: 100%;
    padding: 0;
  }
  .product__template__info--wrapper {
    transition: transform 0.2s ease-in-out;
  }
  .product__template__info--wrapper.wrapper-sticky {
    position: sticky;
    top: 0;
  }
  .product__template__info--wrapper {
    padding: 1rem 1.5rem;
    border: 1px solid #e1e3e4;
    background-color: #fff;
    border-radius: 4px;
  }
  .product__template__info--wrapper .related_products {
    margin-top: 1rem;
    position: relative;
    flex-direction: column;
  }
  .product__template__info--wrapper .related_products label {
    align-self: flex-start;
    margin-bottom: 0.5rem;
    color: rgb(30, 45, 125);
  }
  .product__template__info--wrapper .related_products .selected {
    width: 100%;
    border: 1px solid rgb(212, 214, 216);
  }
  .product__template__info--wrapper .related_products .selected::after {
    margin-left: auto;
  }
  .product__template__info--wrapper .related_products .select-items {
    max-height: 300px;
    overflow-y: auto;
    border-top: none;
  }
  .product__template__info--wrapper .related_products .select-items > div:first-child {
    padding-top: 0;
  }
}
.product__template__info .name {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.product__template__info h4 {
  font-weight: 500;
}
.product__template__info .meta-line {
  display: flex;
  font-weight: 400;
  margin: 0 0 0.7rem;
  text-decoration: none;
}
.product__template__info .meta-line .social-upper {
  display: none;
}
@media (min-width: 650px) {
  .product__template__info .meta-line .social-upper {
    display: unset;
    margin: 0 0 0 auto;
  }
}
.product__template__info .meta-line .separator:after {
  content: "|";
  margin: 0 0.5rem;
}
@media (max-width: 700px) {
  .product__template__info .meta-line .separator:after {
    display: none;
  }
}
@media (max-width: 700px) {
  .product__template__info .meta-line.sku-line {
    line-height: 1.4;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.product__template__info .meta-line.border {
  position: relative;
  padding-bottom: 1rem;
}
.product__template__info .meta-line.border:after {
  content: "";
  position: absolute;
  left: -1.5rem;
  height: 1px;
  width: calc(100% + 3rem);
  top: 100%;
  background: #e1e3e4;
}
.product__template__info .meta-line.lower-line {
  display: grid;
  align-items: center;
  grid-template-columns: 100px 1fr;
  margin: 1.5rem 0;
}
.product__template__info .price {
  font-size: 1.5rem;
  color: #333;
  display: flex;
  flex-wrap: wrap;
}
.product__template__info .price > *:not(:first-child) {
  margin-left: 0.5rem;
}
.product__template__info .price .has-discount {
  text-decoration: line-through;
}
.product__template__info .price .discount-price {
  color: #e00;
}
.product__template__info .price .piece-price {
  flex: 1 1 100%;
  font-size: 1rem;
  margin-top: 0.5rem;
  margin-left: 0;
}
.product__template__info .stock {
  display: flex;
  flex-direction: column;
}
.product__template__info .stock.available {
  color: #62850a;
}
.product__template__info .stock.unavailable {
  color: #bf3737;
}
.product__template__info .stock.backorder {
  color: #FF8C00;
}
.product__template__info .stock .stock-availability {
  display: flex;
  align-items: center;
}
.product__template__info .stock .stock-availability:before {
  content: "";
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 100%;
  margin-right: 5px;
}
.product__template__info .stock .inventory-bar {
  background-color: #e1e3e4;
  margin-top: 4px;
  border: none;
  height: 4px;
  width: 100%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.product__template__info .stock .inventory-bar .inventory-bar-inner {
  background-color: currentColor;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: all 0.5s ease-out;
}
.product__template__info .product-quantity {
  height: 2.8rem;
}
.product__template__info .product-quantity label {
  align-self: center;
}
.product__template__info .product-quantity .content {
  display: flex;
  align-items: center;
  max-width: 130px;
}
.product__template__info .product-quantity .content .add {
  border-right: 1px solid #e1e3e4;
}
.product__template__info .product-quantity .content .subtract {
  border-left: 1px solid #e1e3e4;
}
.product__template__info .review-meta {
  width: 1rem;
  height: 1rem;
}
.product__template__info .social {
  justify-content: space-between;
  margin: 1.5rem 0 0 0;
  align-items: center;
}
@media (min-width: 650px) {
  .product__template__info .social {
    display: none;
  }
}
.product__template__info .social h4 {
  line-height: 1;
}
.product__template__info .social ul {
  display: flex;
}
.product__template__info .social ul li {
  margin-left: 0.5rem;
  width: 30px;
  height: 30px;
}
.product__template__info .social ul li:first-child {
  margin-left: 0;
}
.product__template__info .category-link {
  color: rgb(93, 93, 93);
  text-decoration: none;
}
.product__template__info .category-link:hover {
  text-decoration: underline;
}
.product__template__info--buy-buttons {
  display: flex;
  flex-direction: column;
}
.product__template__info--buy-buttons button:first-child {
  margin-bottom: 1rem;
}
@media (min-width: 650px) {
  .product__template__info--buy-buttons button:first-child {
    margin: 0;
  }
}
@media (min-width: 650px) {
  .product__template__info--buy-buttons {
    flex-direction: row;
    justify-content: space-between;
  }
  .product__template__info--buy-buttons button.full {
    margin-bottom: 0;
    width: 49%;
  }
}
.product__template__info--variants {
  margin: 1.5rem 0;
}
.product__template__info--variants__variant .title {
  margin-bottom: 0.8rem !important;
}
.product__template__info--variants__variant .title .selected-option {
  font-weight: 500;
}
.product__template__info--variants__variant .options {
  display: flex;
  flex-wrap: wrap;
}
.product__template__info--variants__variant .options li {
  height: 36px;
  margin-left: 1rem;
  cursor: pointer;
  border: 1px solid #e1e3e4;
}
.product__template__info--variants__variant .options li.disabled {
  position: relative;
  opacity: 0.7;
  overflow: hidden;
}
.product__template__info--variants__variant .options li.disabled:after {
  content: "";
  position: absolute;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M0 99 L99 0 L100 1 L1 100' fill='%23c4c4c4' /></svg>") no-repeat center center;
  background-size: 100% 100%, auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.product__template__info--variants__variant .options li.disabled.swatch-color:after {
  background-color: #fff;
  width: 142%;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.product__template__info--variants__variant .options li:first-child {
  margin-left: 0;
}
.product__template__info--variants__variant .options li.white-swatch {
  border: 1px solid #e1e3e4;
}
.product__template__info--variants__variant .options li label {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 1.5rem;
}
.product__template__info--variants__variant .options li label img {
  width: 100%;
  height: 100%;
}
.product__template__info--variants__variant .options li input[type=radio] {
  display: none;
}
.product__template__info--variants__variant .options li input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background-color: transparent;
  border: 2px solid #1da1f2;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(29, 161, 242, 0.6);
}
.product__template__info--variants__variant .options li.swatch-color {
  border: none;
  width: 36px;
  background-size: contain;
}
.product__template__info--variants__variant .options li.swatch-color input[type=radio]:checked + label:after {
  width: 44px;
  height: 44px;
}
.product__template__info--variants__variant .options li.swatch-color label {
  padding: 0;
}
.product__template__description {
  grid-area: product_description;
  max-height: 280px;
  overflow: hidden;
  position: relative;
}
.product__template__description.open .content {
  padding-bottom: 1.5rem;
}
.product__template__description .content {
  line-height: 1.4;
}
.product__template__description p {
  line-height: 1.5;
  margin: 0 0 1rem 0;
}
.product__template__description h2 {
  margin-bottom: 1.5rem;
}
.product__template__description h3 {
  margin-bottom: 0.5rem;
}
.product__template__description ul {
  display: grid;
  grid-gap: 1rem 0;
  grid-template-columns: 1fr;
}
.product__template__description ul li {
  line-height: 1.4;
}
.product__template__description .expand-button {
  height: 50px;
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  bottom: 0;
  cursor: pointer;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 1.5rem;
}
.product__template__description .expand-button:before {
  content: "+";
  margin-right: 10px;
}
.product__template__description .expand-button.less {
  background-color: transparent;
}
.product__template__description .expand-button.less:before {
  content: "–";
  margin-right: 10px;
}
.product__template__reviews {
  grid-area: product_review;
}
.product__template__reviews h2 {
  margin-bottom: 1rem;
}
.product__template__reviews h4 {
  margin-bottom: 1rem;
}
.product__template__reviews .review__form {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e1e3e4;
}
.product__template__reviews .review__form input[type=radio] {
  display: none;
  -webkit-tap-highlight-color: transparent;
}
.product__template__reviews .review__form input[type=radio]:checked ~ label svg {
  fill: #d4af37;
}
.product__template__reviews .review__form .input {
  margin-bottom: 1rem;
}
.product__template__reviews .review__form h4.rating-title {
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 1;
}
.product__template__reviews .review__form .rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  width: fit-content;
  width: -moz-fit-content;
  margin-bottom: 1rem;
}
.product__template__reviews .review__form .rating label {
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  fill: #8e9598;
}
.product__template__reviews .review__form .rating label:hover svg {
  fill: #d4af37;
}
.product__template__reviews .review__form .rating label:hover ~ label svg {
  fill: #d4af37;
}
.product__template__reviews .review__form .star-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}
.product__template__reviews .reviews__list {
  transition: height 0.3s ease-in-out;
}
.product__template__reviews .reviews__list .review-block:last-child {
  margin-bottom: 0;
}
.product__template__reviews .review-block {
  margin: 1rem 0;
  font-size: 0.9rem;
}
@media (min-width: 650px) {
  .product__template__reviews .review-block {
    font-size: 1rem;
  }
}
.product__template__reviews .review-block .rating {
  display: flex;
  align-items: center;
  color: rgb(30, 45, 125);
}
.product__template__reviews .review-block .rating .star-icon {
  width: 1rem;
  height: 1rem;
}
.product__template__reviews .review-block .rating .number {
  padding: 0 0.5rem;
}
.product__template__reviews .review-block .title {
  color: rgb(30, 45, 125);
  margin: 0.5rem 0 1rem 0;
  font-weight: 500;
}
.product__template__reviews .review-block .body {
  line-height: 1.4;
}
.product__template__reviews .load-button {
  margin-top: 1rem;
}
.product__template__reviews ul.attributes {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem 0;
}
.product__template__reviews ul.attributes > li {
  display: flex;
  align-items: center;
}
.product__template__reviews ul.attributes > li span {
  flex: 1 1 50%;
}
.product__template__similar {
  grid-area: product_similar;
}

@keyframes zoomOpen {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-container {
  position: fixed;
  left: calc(100% + 1rem);
  top: 0;
  border: 1px solid rgb(255, 204, 0);
  border-radius: 4px;
  z-index: 120;
  animation: 0.3s zoomOpen;
  background: #fff;
  overflow: hidden;
}
.zoom-container img {
  position: absolute;
  top: 0;
  left: 0;
}

.product__list__item {
  padding: 1rem;
  background-color: #fff;
  width: 100% !important;
  min-width: 100%;
  position: relative;
}
.product__list__item--discount {
  color: #fff;
  background-color: #e00;
  padding: 4px 10px;
  border-radius: 0 3px 3px 0;
  top: 10px;
  left: 0;
  position: absolute;
  z-index: 2;
  font-size: 0.875rem;
}
.product__list__item--container {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product__list__item figure {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.product__list__item figure img {
  object-fit: contain !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem;
}
.product__list__item--details {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product__list__item--details > * {
  margin-bottom: 0.5rem;
}
.product__list__item--details > *:last-child {
  margin-bottom: 0;
}
.product__list__item .name {
  line-height: 1.5;
  white-space: normal;
}
.product__list__item .price-container {
  display: flex;
  margin-top: auto;
}
.product__list__item .price-container > *:not(:first-child) {
  margin-left: 0.5rem;
}
.product__list__item .price {
  font-weight: 400;
  color: #333;
}
.product__list__item .price.has-discount {
  text-decoration: line-through;
}
.product__list__item .price.discount {
  color: #e00;
}
.product__list__item .buttons {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.5rem 0;
  margin-top: auto;
  padding-top: 1rem;
}
.product__list__item .buttons .button {
  font-weight: 400;
  width: 100%;
}
.product__list__item .buttons .secondary {
  background-color: #fff;
  color: rgb(255, 204, 0);
  border: 1px solid #e1e3e4;
}
.product__list__item .buttons .secondary:hover {
  background-color: rgba(225, 227, 228, 0.5);
}
.product__list__item .brand {
  color: rgb(103, 114, 121);
  font-weight: 400;
  padding: 0;
  transition: color 0.2s ease-in-out;
  cursor: pointer;
  text-align: left;
}
.product__list__item .brand:hover {
  color: rgb(255, 204, 0);
}
.product__list__item .color-variants {
  display: grid;
  grid-template-columns: repeat(auto-fill, 20px);
  grid-gap: 0.5rem 1rem;
}
.product__list__item .color-variants .color {
  height: 20px;
  border-radius: 3px;
}
.product__list__item .stock {
  font-weight: 400;
  display: flex;
  align-items: center;
  /*&:before {
    content: '';
    width: 6px;
    height: 6px;
    background: currentColor;
    border-radius: 100%;
    margin-right: 5px;
  }*/
}
.product__list__item .stock.in-stock {
  color: #62850a;
}
.product__list__item .stock.no-stock {
  color: #bf3737;
}
.product__list__item .stock.backorder {
  color: #FFCC00;
}
.product__list__item .rating {
  display: flex;
  align-items: center;
  color: rgb(30, 45, 125);
}
.product__list__item .rating .star-icon {
  width: 1rem;
  height: 1rem;
}
.product__list__item .rating .number {
  font-size: 0.8125rem;
  padding: 0 0.5rem;
}

.product__related {
  padding: 0 1rem;
}
@media (min-width: 650px) {
  .product__related {
    padding: 0;
  }
}
.product__related__list {
  overflow: hidden;
  border-radius: 3px;
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
@media (min-width: 561px) {
  .product__related__list {
    grid-gap: 0 0.5rem;
  }
}
.product__related h2 {
  font-weight: 400;
  margin-bottom: 1.5rem;
}
@media (max-width: 999px) {
  .product__related h2 {
    margin-top: 1rem;
  }
}
.product__related:hover .product__related__controls .next, .product__related:hover .product__related__controls .prev {
  opacity: 1;
}
.product__related__controls .next, .product__related__controls .prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #8e9598;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  z-index: 4;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
@media (hover: hover) {
  .product__related__controls .next, .product__related__controls .prev {
    opacity: 0;
  }
}
.product__related__controls .next.disabled, .product__related__controls .prev.disabled {
  display: none;
}
.product__related__controls .next:hover, .product__related__controls .prev:hover {
  background-color: rgb(255, 204, 0);
}
.product__related__controls .next {
  right: 5px;
}
@media (min-width: 650px) {
  .product__related__controls .next {
    right: -5px;
  }
}
@media (min-width: 1410px) {
  .product__related__controls .next {
    right: -20px;
  }
}
.product__related__controls .prev {
  left: 5px;
}
@media (min-width: 650px) {
  .product__related__controls .prev {
    left: -5px;
  }
}
@media (min-width: 1410px) {
  .product__related__controls .prev {
    left: -20px;
  }
}

.category__description {
  text-align: left;
  padding: 0 1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 0 0 1.5rem;
}
.category__description p {
  margin: 0 0 1rem;
}
.category__description p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 649px) {
  .products.container {
    padding: 0 1rem;
  }
}
@media (min-width: 650px) and (max-width: 991px) {
  .products.container {
    padding: 0 3rem;
  }
}

.products__header {
  margin-bottom: 1rem;
  padding: 1rem 0;
  font-size: 0.9375rem;
  color: rgb(103, 114, 121);
  display: flex;
  align-items: center;
}
.products__header span.arrow {
  margin: 0 2px;
}
.products__header svg {
  height: 1.0625rem;
}
.products__header a {
  text-decoration: none;
  color: rgb(103, 114, 121);
  transition: color 0.2s ease-in-out;
}
.products__header a:hover {
  color: rgb(255, 204, 0);
}
.products__filters {
  position: fixed;
  background-color: #fff;
  right: 0;
  top: 0;
  width: 70vw;
  max-width: 330px;
  height: 100vh;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 99;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
.products__filters.visible {
  transform: translateX(0);
}
@media (min-width: 992px) {
  .products__filters {
    grid-area: filters;
    position: relative;
    display: block;
    transform: none;
    width: auto;
    max-width: none;
    overflow: unset;
    overflow-y: unset;
    z-index: auto;
    height: 100%;
    background-color: transparent;
  }
}
.products__filters--wrapper {
  min-height: 100%;
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .products__filters--wrapper {
    height: unset;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e1e3e4;
    padding: 1rem 0;
    min-height: 0;
  }
  .products__filters--wrapper.sticky {
    position: sticky;
    top: 0;
  }
}
.products__filters--wrapper h2.filter-section {
  text-transform: uppercase;
  background-color: #f3f5f6;
  border-top: 1px solid #e1e3e4;
  border-bottom: 1px solid #e1e3e4;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: rgb(103, 114, 121);
}
@media (min-width: 992px) {
  .products__filters--wrapper h2.filter-section {
    border-top: none;
    border-bottom: none;
    color: rgb(30, 45, 125);
    font-size: 1.25rem;
    background: none;
    text-transform: none;
  }
}
.products__filters .toggle {
  flex: 1;
  padding: 0 0.5rem;
  transition: color 0.2s ease-in-out;
}
.products__filters .toggle.open svg {
  transform: rotate(180deg);
}
.products__filters .toggle:hover {
  color: rgb(255, 204, 0);
}
.products__filters .toggle svg {
  transition: transform 0.3s ease-in-out;
  width: 24px;
  height: 24px;
}
.products__filters__categories {
  padding: 0;
}
.products__filters__categories + .products__filters__form h2.filter-section {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid #e1e3e4;
}
.products__filters__categories a {
  text-decoration: none;
  color: rgb(103, 114, 121);
  transition: color 0.2s ease-in-out;
  flex: 1;
  display: flex;
  align-items: center;
}
.products__filters__categories a > span {
  display: inline;
}
.products__filters__categories a:hover {
  color: rgb(255, 204, 0);
}
.products__filters__categories > li {
  margin-bottom: 1rem;
}
.products__filters__categories > li:last-of-type {
  margin-bottom: 0;
}
.products__filters__categories li {
  padding: 0 0 0 1rem;
  line-height: 1.5;
  font-size: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.products__filters__categories li span.count {
  font-size: 0.75rem;
}
.products__filters__categories ul {
  flex: 1 1 100%;
  max-height: 0;
  will-change: max-height;
  transition: max-height 0.2s linear;
  overflow: hidden;
}
.products__filters__categories ul li:first-of-type {
  margin-top: 0.5rem;
}
.products__filters__general li {
  padding: 0 1rem;
}
.products__filters__general .toggle {
  padding-left: 0.5rem;
}
.products__filters__general .toggle:hover {
  color: rgb(30, 45, 125);
}
.products__filters__general > li:not(:last-child) {
  margin-bottom: 1rem;
}
.products__filters__general--group {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
  font-size: 1rem;
}
.products__filters__general--group.toggle {
  padding-left: 0;
}
.products__filters__general--group.toggle.open svg {
  transform: rotate(180deg);
}
.products__filters__general--group.toggle.open + ul {
  margin-bottom: 1rem;
}
.products__filters__general--group svg {
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease-in-out;
}
.products__filters__general--items {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem 0;
  max-height: 0;
  will-change: max-height;
  transition: max-height 0.2s linear;
  overflow: hidden;
}
.products__filters__general--items li {
  display: flex;
}
.products__filters__general--items li:first-child {
  margin-top: 1rem;
}
.products__filters__general--items li label {
  margin-left: 10px;
  flex: 1;
  cursor: pointer;
  display: inline;
}
.products__filters__general--items li label small {
  font-size: 0.75rem;
}
.products__filters__form--reset {
  display: flex;
  padding: 0.5rem 0;
  justify-content: center;
}
.products__grid {
  grid-area: main_page;
  display: flex;
  flex-direction: column;
}
.products__grid figure {
  width: 100%;
  padding-top: 230px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 1.5rem;
}
.products__grid figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.products__grid__top {
  background: #fff;
  padding-top: 1rem;
  border-bottom: 1px solid #e1e3e4;
}
.products__grid__top h2 {
  margin-bottom: 1rem;
  padding: 0 1rem;
}
.products__grid__top--counters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem 0;
  grid-template-areas: "filter-perpage sort view";
  font-size: 0.9375rem;
  position: relative;
}
.products__grid__top--counters svg {
  width: 24px;
  height: 24px;
}
.products__grid__top--counters .popper {
  bottom: 0;
  height: auto;
  visibility: visible;
  opacity: 1;
  padding: 0;
  transition: transform 0.3s ease-in-out;
  background: #fff;
}
.products__grid__top--counters .popper .chevron {
  display: none;
  filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.12));
}
@media (min-width: 600px) {
  .products__grid__top--counters .popper {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    bottom: unset;
    transition: all 0.4s ease-in-out;
    width: auto;
    padding: 0 1.5rem;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(163, 176, 194, 0.3), 0 2px 8px 0 rgba(163, 176, 194, 0.5);
  }
  .products__grid__top--counters .popper .chevron {
    display: block;
  }
}
.products__grid__top--counters .popper.visible {
  transform: translateY(0);
}
.products__grid__top--counters .per-page, .products__grid__top--counters .filter, .products__grid__top--counters .sort, .products__grid__top--counters .view {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  border-top: 1px solid #e1e3e4;
}
.products__grid__top--counters .counter {
  grid-area: counter;
  padding: 0 1rem;
}
.products__grid__top--counters .filter, .products__grid__top--counters .per-page {
  cursor: pointer;
  grid-area: filter-perpage;
}
.products__grid__top--counters .filter {
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
.products__grid__top--counters .filter span {
  margin-left: 10px;
}
@media (min-width: 992px) {
  .products__grid__top--counters .filter {
    display: none;
  }
}
@media (min-width: 600px) {
  .products__grid__top--counters .sort span.arrow:after, .products__grid__top--counters .per-page span.arrow:after {
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.12));
    position: absolute;
    top: calc(100% + 0.7rem - 1px);
    left: 0;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out;
    z-index: 6;
  }
  .products__grid__top--counters .sort.open span.arrow:after, .products__grid__top--counters .per-page.open span.arrow:after {
    opacity: 1;
    visibility: visible;
    transform: scale(1.001);
  }
}
.products__grid__top--counters .sort .sort_description, .products__grid__top--counters .per-page .sort_description {
  display: none;
}
@media (min-width: 768px) {
  .products__grid__top--counters .sort .sort_description, .products__grid__top--counters .per-page .sort_description {
    display: block;
  }
}
@media (min-width: 992px) {
  .products__grid__top--counters .sort span.arrow:after, .products__grid__top--counters .per-page span.arrow:after {
    top: calc(100% + 0.7rem - 4px);
    left: 4px;
  }
}
.products__grid__top--counters .per-page {
  display: none;
  padding-left: 1rem;
}
.products__grid__top--counters .per-page span.arrow {
  margin-left: 10px;
  position: relative;
}
.products__grid__top--counters .per-page span.arrow svg {
  width: 1rem;
  height: 1rem;
}
@media (min-width: 992px) {
  .products__grid__top--counters .per-page span.arrow svg {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.products__grid__top--counters .per-page__items {
  position: fixed;
  bottom: 0;
  transform: scale(0.9);
  transition: all 0.3s ease-in-out;
  width: 100vw;
  height: auto;
  display: none;
}
@media (min-width: 992px) {
  .products__grid__top--counters .per-page__items {
    display: block;
  }
}
.products__grid__top--counters .per-page__items.visible {
  transform: scale(1.001);
}
@media (min-width: 600px) {
  .products__grid__top--counters .per-page__items {
    width: auto;
    position: absolute;
    bottom: unset;
    padding: 0;
  }
}
.products__grid__top--counters .per-page__items ul {
  padding: 1rem 0;
}
.products__grid__top--counters .per-page__items ul li {
  padding: 0 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  cursor: pointer;
}
@media (min-width: 600px) {
  .products__grid__top--counters .per-page__items ul li {
    text-align: center;
    padding: 0.5rem 1.5rem;
    transition: background-color 0.2s ease-in;
  }
  .products__grid__top--counters .per-page__items ul li span {
    width: 100%;
  }
  .products__grid__top--counters .per-page__items ul li.selected {
    background: rgba(255, 204, 0, 0.08);
  }
  .products__grid__top--counters .per-page__items ul li:hover {
    background: rgba(255, 204, 0, 0.08);
  }
}
@media (min-width: 992px) {
  .products__grid__top--counters .per-page {
    display: flex;
    align-items: center;
  }
}
.products__grid__top--counters .sort {
  grid-area: sort;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.products__grid__top--counters .sort span.arrow {
  margin-left: 10px;
  position: relative;
}
.products__grid__top--counters .sort span.arrow svg {
  width: 1rem;
  height: 1rem;
}
@media (min-width: 992px) {
  .products__grid__top--counters .sort span.arrow svg {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.products__grid__top--counters .view {
  grid-area: view;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1rem;
}
.products__grid__top--counters .view svg {
  width: 30px;
  height: 30px;
}
.products__grid__top--counters .view .button {
  color: rgb(103, 114, 121);
  padding: 0;
  transition: color 0.1s ease-in;
}
.products__grid__top--counters .view .button:last-child {
  margin-left: 10px;
}
.products__grid__top--counters .view .button.selected {
  color: rgb(30, 45, 125);
}
.products__grid__top--counters .sorting__content {
  position: fixed;
  bottom: 0;
  transform: translateY(100%);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out;
  width: 100vw;
  height: auto;
}
.products__grid__top--counters .sorting__content.visible {
  transform: translateY(0);
}
@media (min-width: 600px) {
  .products__grid__top--counters .sorting__content {
    padding: 0;
    width: auto;
    position: absolute;
    bottom: unset;
    top: 100%;
    transform: scale(0.9);
  }
  .products__grid__top--counters .sorting__content.visible {
    transform: scale(1.001);
  }
}
.products__grid__top--counters .sorting__content__header {
  padding: 1rem;
  border-bottom: 1px solid #e1e3e4;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgb(30, 45, 125);
  cursor: pointer;
}
.products__grid__top--counters .sorting__content__header svg {
  width: 30px;
  height: 30px;
}
@media (min-width: 600px) {
  .products__grid__top--counters .sorting__content__header {
    display: none;
  }
}
.products__grid__top--counters .sorting__content__methods {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.625rem 0;
  padding: 1rem 0;
}
@media (min-width: 600px) {
  .products__grid__top--counters .sorting__content__methods {
    grid-gap: 0;
  }
}
.products__grid__top--counters .sorting__content__methods li {
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  cursor: pointer;
  height: 1.25rem;
}
.products__grid__top--counters .sorting__content__methods li .checked {
  display: none;
}
@media (min-width: 600px) {
  .products__grid__top--counters .sorting__content__methods li .checked {
    display: none !important;
  }
}
.products__grid__top--counters .sorting__content__methods li .checked svg {
  width: 1.2rem;
  height: 1.2rem;
}
.products__grid__top--counters .sorting__content__methods li.selected {
  color: rgb(255, 204, 0);
}
@media (min-width: 600px) {
  .products__grid__top--counters .sorting__content__methods li.selected {
    background: rgba(255, 204, 0, 0.08);
  }
}
.products__grid__top--counters .sorting__content__methods li.selected .checked {
  display: block;
}
@media (min-width: 600px) {
  .products__grid__top--counters .sorting__content__methods li {
    text-align: center;
    padding: 1rem 2rem;
    transition: background-color 0.2s ease-in;
  }
  .products__grid__top--counters .sorting__content__methods li span {
    width: 100%;
  }
  .products__grid__top--counters .sorting__content__methods li:hover {
    background: rgba(255, 204, 0, 0.08);
  }
}
.products__grid__empty {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 2rem;
}
.products__grid__empty .message {
  border-radius: 5px;
  border: 1px solid #e1e3e4;
  padding: 1rem 2rem;
  background: rgb(251.7428571429, 252.2857142857, 252.5571428571);
  margin-bottom: 2rem;
}
.products__grid__empty .message a {
  text-decoration: none;
  color: rgb(255, 204, 0);
}
.products__grid__list.display-rows {
  grid-template-columns: 1fr;
  grid-gap: 0 1rem;
}
.products__grid__list.display-rows .product__list__item {
  border-bottom: 1px solid #e1e3e4;
}
.products__grid__list.display-rows .product__list__item--details {
  grid-area: details;
  margin-bottom: 0;
  justify-content: center;
}
.products__grid__list.display-rows .product__list__item a {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-template-areas: "image details" "buttons buttons";
  grid-gap: 0.5rem 1rem;
}
@media (min-width: 650px) {
  .products__grid__list.display-rows .product__list__item a {
    grid-template-columns: 100px 1fr auto;
    grid-template-areas: "image details buttons";
    grid-gap: 0 1rem;
  }
}
@media (min-width: 768px) {
  .products__grid__list.display-rows .product__list__item a {
    grid-template-columns: 160px 1fr auto;
  }
}
@media (min-width: 1280px) {
  .products__grid__list.display-rows .product__list__item a {
    grid-template-columns: 240px 1fr auto;
  }
}
.products__grid__list.display-rows .product__list__item a figure {
  grid-area: image;
  margin-bottom: 0;
}
.products__grid__list.display-rows .product__list__item a .buttons {
  grid-area: buttons;
  margin-top: 0;
  display: flex;
  padding-top: 0;
  flex-direction: column;
  justify-content: center;
}
.products__grid__list.display-rows .product__list__item:last-of-type {
  border-bottom: none;
}
.products__grid__list.display-rows .product__list__item:first-of-type {
  border-top: none;
}
.products__grid .pagination {
  background-color: #fff;
  border-top: 1px solid #e1e3e4;
  border-bottom: 1px solid #e1e3e4;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
}
.products__grid .pagination ul {
  display: flex;
}
.products__grid .pagination ul li {
  color: rgb(0, 0, 0);
  min-width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products__grid .pagination ul li.active {
  color: rgb(255, 204, 0);
}
.products__grid .pagination ul li a {
  color: inherit;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products__grid .pagination ul li a:hover {
  color: rgb(114, 114, 114);
}

.product__list__item .modal__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.product__list__item .modal__content .product__template__info {
  border: none;
  border-left: 1px solid #e1e3e4;
  border-radius: 0;
  grid-area: unset;
}
.product__list__item .modal__content .product__template__info--wrapper {
  border-radius: 0;
  border: none;
}
.product__list__item .modal__content .product__template__info--wrapper .related_products {
  margin-top: 1rem;
  position: relative;
}
.product__list__item .modal__content .product__template__image {
  grid-area: unset;
  border: none;
  border-radius: 0;
}

.star-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238e9598' d='M12,17.27L18.18,21L16.54,13.97L22,9.24L14.81,8.62L12,2L9.19,8.62L2,9.24L7.45,13.97L5.82,21L12,17.27Z' /%3E%3C/svg%3E");
}
.star-icon.full {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23d4af37' d='M12,17.27L18.18,21L16.54,13.97L22,9.24L14.81,8.62L12,2L9.19,8.62L2,9.24L7.45,13.97L5.82,21L12,17.27Z' /%3E%3C/svg%3E");
}

.cart__messages {
  padding: 0 1rem;
  margin-bottom: 2rem;
}
.cart__messages h1 {
  margin-bottom: 1.5rem;
}
.cart__messages p {
  margin: 0;
}
.cart__list {
  grid-area: list;
}
.cart__list__inner {
  border-top: 1px solid #e1e3e4;
  border-bottom: 1px solid #e1e3e4;
  background: #fff;
}
@media (min-width: 650px) {
  .cart__list__inner {
    border: 1px solid #e1e3e4;
    border-radius: 5px;
  }
}
.cart__list__legend {
  display: none;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e1e3e4;
  grid-template-columns: 90px 1fr 150px 120px;
  grid-template-areas: "product product quantity total";
  grid-gap: 0 0.5rem;
}
.cart__list__legend .product {
  grid-area: product;
}
.cart__list__legend .quantity {
  grid-area: quantity;
  padding: 0 1rem;
}
.cart__list__legend .total {
  grid-area: total;
}
@media (min-width: 650px) {
  .cart__list__legend {
    display: grid;
  }
}
.cart__list__item {
  display: grid;
  padding: 1rem;
  grid-template-columns: 90px 1fr;
  grid-template-areas: "image details" "image quantity";
  align-items: center;
  border-bottom: 1px solid #e1e3e4;
}
.cart__list__item:last-of-type {
  border-bottom: none;
}
@media (min-width: 650px) {
  .cart__list__item {
    grid-template-columns: 90px 1fr 150px 120px;
    grid-template-areas: "image details quantity total";
    grid-gap: 0 0.5rem;
  }
}
.cart__list__item--image {
  grid-area: image;
}
.cart__list__item--image img {
  width: 100%;
}
.cart__list__item--total {
  grid-area: total;
  display: none;
}
@media (min-width: 650px) {
  .cart__list__item--total {
    display: flex;
    justify-content: center;
  }
}
.cart__list__item--details {
  grid-area: details;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.375rem;
}
.cart__list__item--details a {
  color: inherit;
  text-decoration: none;
}
.cart__list__item--details .brand {
  color: rgb(103, 114, 121);
  transition: color 0.2s ease-in-out;
  cursor: pointer;
  background: none !important;
  border: none !important;
}
.cart__list__item--details .brand:hover {
  color: rgb(255, 204, 0);
}
.cart__list__item--details .name {
  color: rgb(30, 45, 125);
  transition: color 0.2s ease-in-out;
  cursor: pointer;
  line-height: 1.2;
}
.cart__list__item--details .name:hover {
  color: rgb(255, 204, 0);
}
.cart__list__item--details .attributes {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.2rem 0;
  font-weight: 400;
  flex-direction: column;
}
.cart__list__item--details .attributes .attr-name {
  font-weight: 500;
}
.cart__list__item--details .attributes li {
  display: flex;
  align-items: center;
}
.cart__list__item--details .attributes li:before {
  content: "•";
  margin-right: 2px;
}
.cart__list__item--details .price {
  padding: 0.5rem 0;
  color: rgb(255, 204, 0);
  margin-top: -0.375rem;
}
.cart__list__item--quantity {
  grid-area: quantity;
  display: flex;
  align-items: center;
}
@media (max-width: 649px) {
  .cart__list__item--quantity {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 650px) {
  .cart__list__item--quantity {
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
  }
}
.cart__list__item--quantity .remove {
  margin-left: 10px;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  display: flex;
  align-items: center;
}
@media (max-width: 649px) {
  .cart__list__item--quantity .remove {
    margin-top: 5px;
    margin-left: 0;
  }
}
.cart__list__item--quantity .remove div {
  margin-right: 5px;
}
.cart__list__item--quantity .remove:hover {
  color: rgb(255, 204, 0);
}
.cart__list__item--quantity .remove svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 650px) {
  .cart__list__item--quantity .remove {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cart__list__item--quantity .content {
  display: flex;
  width: 100%;
  max-width: 150px;
  height: 30px;
  border: 1px solid #e1e3e4;
  border-radius: 2px;
  align-items: center;
}
.cart__list__item--quantity input {
  min-width: 0;
  padding: 0;
  color: rgb(103, 114, 121);
  appearance: none;
  text-align: center;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
.cart__list__item--quantity button {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
}
.cart__list__item--quantity button.add, .cart__list__item--quantity button.subtract {
  color: rgb(103, 114, 121);
  transition: color 0.2s ease-in-out;
}
.cart__list__item--quantity button.add:hover, .cart__list__item--quantity button.subtract:hover {
  color: rgb(30, 45, 125);
}
.cart__list__item--quantity button.add {
  border-right: 1px solid #e1e3e4;
}
.cart__list__item--quantity button.subtract {
  border-left: 1px solid #e1e3e4;
}
.cart__content {
  display: flex;
  flex-direction: column;
}
.cart__main {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "list" "cart_total";
  grid-gap: 1rem 0;
}
@media (min-width: 650px) {
  .cart__main {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cart__main {
    grid-template-columns: 1fr minmax(280px, 380px);
    grid-template-areas: "list cart_total";
    grid-gap: 0 1.5rem;
  }
}
.cart__summary {
  grid-area: cart_total;
  position: relative;
}
.cart__summary__inner {
  border-top: 1px solid #e1e3e4;
  border-bottom: 1px solid #e1e3e4;
  background: #fff;
  padding: 1rem;
}
@media (min-width: 650px) {
  .cart__summary__inner {
    border: 1px solid #e1e3e4;
    border-radius: 5px;
  }
}
@media (min-width: 992px) {
  .cart__summary__inner {
    top: 0;
  }
}
.cart__summary__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.cart__summary__total h2 {
  font-size: 1.2rem;
}
.cart__summary__notes {
  padding: 1.5rem 0;
  border-top: 1px solid #e1e3e4;
  border-bottom: 1px solid #e1e3e4;
}
.cart__summary__notes--toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.cart__summary__notes--toggle.open svg {
  transform: rotate(180deg);
}
.cart__summary__notes--toggle svg {
  width: 24px;
  height: 24px;
  color: currentColor;
  transition: transform 0.2s ease-in-out;
}
.cart__summary__notes--notes textarea {
  margin-top: 1rem;
  width: 100%;
  height: 100px;
  resize: none;
  border: 1px solid #e1e3e4;
  padding: 0.5rem 1rem;
  line-height: 1.2;
}
.cart__summary__notes--notes textarea::placeholder, .cart__summary__notes--notes textarea:-moz-placeholder {
  color: rgb(103, 114, 121);
}
.cart__summary__submit button {
  font-weight: 500;
  text-decoration: none;
}

.collections.container {
  padding: 0 1rem;
}
@media (min-width: 992px) {
  .collections.container {
    padding: 0 2rem;
  }
}
.collections__header {
  margin-bottom: 1.5rem;
  text-align: center;
  text-transform: capitalize;
}
.collections__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.875rem;
}
@media (min-width: 580px) {
  .collections__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .collections__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.collections__grid__item {
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
  padding-top: 45%;
  position: relative;
}
.collections__grid__item:hover img {
  transform: scale(1.1);
}
.collections__grid__item a {
  text-decoration: none;
}
.collections__grid__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  transition: transform 10s linear;
}
.collections__grid__item h3 {
  color: #fff;
  position: absolute;
  font-weight: bold;
  text-transform: capitalize;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.collection__section h2 {
  font-weight: 400;
  margin-bottom: 1rem;
}
.collection__section h2.left {
  text-align: left;
}
.collection__section h2.center {
  text-align: center;
}
.collection__section h2.right {
  text-align: right;
}
@media (max-width: 999px) {
  .collection__section h2 {
    margin-top: 1rem;
  }
}
.collection__section__link {
  margin: 1rem auto 0 auto;
  width: fit-content;
  width: -moz-fit-content;
}

.collections__sections .collections__header h2.left {
  text-align: left;
}
.collections__sections .collections__header h2.center {
  text-align: center;
}
.collections__sections .collections__header h2.right {
  text-align: right;
}

.brands.container {
  padding: 0 1rem;
}
@media (min-width: 992px) {
  .brands.container {
    padding: 0 2rem;
  }
}
.brands__header {
  margin-bottom: 1.5rem;
  text-align: center;
  text-transform: capitalize;
}
.brands__grid {
  display: grid;
  border-radius: 3px;
  overflow: hidden;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.4rem;
}
@media (min-width: 650px) {
  .brands__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .brands__grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
.brands__grid__item {
  display: block;
  padding: 1rem;
  text-decoration: none;
  background: #fff;
}
.brands__grid__item figure {
  width: 100%;
  padding-bottom: 30%;
  position: relative;
}
.brands__grid__item figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brands__paginate .pagination {
  padding: 1rem 0;
  display: flex;
  justify-content: center;
}
.brands__paginate .pagination ul {
  display: flex;
}
.brands__paginate .pagination ul li {
  color: rgb(0, 0, 0);
  min-width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brands__paginate .pagination ul li.active {
  color: rgb(255, 204, 0);
}
.brands__paginate .pagination ul li a {
  color: inherit;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brands__paginate .pagination ul li a:hover {
  color: rgb(114, 114, 114);
}

.brands__section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  overflow: hidden;
}
.brands__section__header--title {
  flex: 1 0;
}
.brands__section__header--title.left {
  text-align: left;
}
.brands__section__header--title.right {
  text-align: right;
}
.brands__section__header--title.center {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.brands__section__header--link {
  text-decoration: none;
  color: rgb(255, 204, 0);
  font-weight: 500;
  font-size: 1.125rem;
  display: flex;
  transform: translateX(1.125rem);
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-left: auto;
}
.brands__section__header--link svg {
  margin-left: 0;
  height: 1.125rem;
  position: relative;
  transform: translateX(100%);
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.brands__section__header--link:hover {
  color: rgb(255, 204, 0);
  transform: translateX(0);
}
.brands__section__header--link:hover svg {
  margin-left: 10px;
  transform: translateX(0);
}

.not__found {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.not__found .container {
  text-align: center;
}
.not__found a {
  text-decoration: none;
  color: rgb(255, 204, 0);
}
.not__found__form {
  display: flex;
  height: 44px;
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
  margin-bottom: 2rem;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(163, 176, 194, 0.3);
}
.not__found__form svg {
  width: 30px;
  height: 30px;
}
.not__found__form input {
  min-width: 300px;
  background: #fff;
}
.not__found__form .button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 3px 3px 0;
}

.account.container.form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
}
.account__form {
  height: 100%;
  width: 100%;
  min-width: 250px;
  max-width: calc(100vw - 40px);
}
@media (min-width: 650px) {
  .account__form {
    max-width: 450px;
  }
}
.account__form h2, .account__form h4 {
  text-align: center;
  margin: 1rem 0;
}
.account__form .form-input {
  background: #fff;
}
.account__form .form-line[data-business-form] {
  display: none;
}
.account__form .form-line[data-business-form].business {
  display: flex;
}
.account__form input[type=checkbox] {
  background: #fff;
}
.account__form input[type=checkbox]:checked {
  background: rgb(255, 204, 0);
}
.account__form button {
  margin-bottom: 1rem;
}
.account__form .other-links {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.7rem;
  justify-content: center;
  text-align: center;
}
.account__header {
  padding: 1rem;
  font-size: 0.9375rem;
  color: rgb(103, 114, 121);
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .account__header {
    padding: 1rem 0;
  }
}
.account__header a {
  display: flex;
  align-items: center;
}
.account__header span.arrow {
  margin: 0 2px;
}
.account__header svg {
  height: 1.0625rem;
}
.account__header a {
  text-decoration: none;
  color: rgb(103, 114, 121);
  transition: color 0.2s ease-in-out;
}
.account__header a:hover {
  color: rgb(255, 204, 0);
}
@media (min-width: 992px) {
  .account__main {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-template-areas: "account_sidebar account_page";
  }
}
.account__sidebar {
  padding: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  background: #fff;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.2s ease-in-out;
}
.account__sidebar.open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 992px) {
  .account__sidebar {
    grid-area: account_sidebar;
    display: block;
    position: static;
    background: none;
    margin-bottom: 1rem;
    padding: 0 0 1rem 0;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0);
  }
}
@media (min-width: 992px) {
  .account__sidebar__title {
    display: none;
  }
}
.account__sidebar__toggle {
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}
.account__sidebar__content {
  height: auto;
  background: #fff;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .account__sidebar__content {
    background: none;
    padding: 0;
  }
}
.account__sidebar__links {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.5rem 0;
  margin: 0;
  padding: 0 0.5rem;
}
@media (min-width: 992px) {
  .account__sidebar__links li {
    color: #677279;
    background: #f3f5f6;
    margin: 0 -0.5rem;
  }
}
.account__sidebar__links li a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  padding: 0.5rem 0 0.5rem 1rem;
  display: block;
}
.account__sidebar__links li a:hover {
  color: rgb(255, 204, 0);
}
@media (min-width: 992px) {
  .account__sidebar__links li a {
    padding: 0 0 0 1rem;
  }
}
.account__sidebar__links li.active a {
  color: rgb(255, 204, 0);
}
.account__page {
  grid-area: account_page;
  padding: 0 1rem;
}
.account__page .account__header {
  padding-top: 0;
}
.account__page h2 {
  margin-bottom: 1rem;
  justify-content: space-between;
}
.account__page__form {
  width: 100%;
  max-width: 450px;
}
.account__page__form input {
  background: #fff;
}
.account__page__form .error {
  margin: 0.125rem 0 0 1rem;
  color: #e54e4e;
}
.account__page__form .input-wrapper {
  margin-bottom: 15px;
}
.account__page__form .input-wrapper .form-input {
  margin-bottom: 0;
}
.account__page nav.pagination {
  background: #fff;
  padding: 0.5rem 0;
  display: flex;
  justify-content: center;
}
.account__page nav.pagination ul {
  display: flex;
}
.account__page nav.pagination ul li {
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.account__page nav.pagination ul li a {
  text-decoration: none;
  color: rgb(103, 114, 121);
}
.account__page nav.pagination ul li.active {
  color: rgb(30, 45, 125);
}

.card {
  background: #fff;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-top: 1rem;
  padding: 1rem;
}
.card h3.title {
  color: #333;
  margin-bottom: 1rem;
}

.address {
  display: grid;
  grid-gap: 0.75rem 0;
  grid-template-columns: 1fr;
  margin: 0;
  padding: 0;
}
.address line {
  display: flex;
}

.account__page__titles {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  color: rgb(30, 45, 125);
  background: #fff;
  padding: 1rem;
  border-bottom: 1px solid #e1e3e4;
}
@media (min-width: 650px) {
  .account__page__titles {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 649px) {
  .account__page__orders {
    margin-bottom: 1rem;
  }
}
.account__page__orders--item {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "name info" "date info" "amount info";
  padding: 0.5rem 1rem;
  grid-gap: 0.5rem 0;
}
@media (max-width: 649px) {
  .account__page__orders--item {
    background: #fff;
    border-radius: 2px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-top: 1rem;
    padding: 1rem;
  }
}
.account__page__orders--item .title {
  font-weight: 500;
}
@media (min-width: 650px) {
  .account__page__orders--item .title {
    display: none;
  }
}
@media (min-width: 650px) {
  .account__page__orders--item {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "name date amount info";
    grid-gap: 0;
    align-items: center;
  }
}
.account__page__orders--item .date {
  grid-area: date;
}
.account__page__orders--item .name {
  grid-area: name;
}
.account__page__orders--item .amount {
  grid-area: amount;
}
.account__page__orders--item .info {
  grid-area: info;
}
.account__page__orders--item .info a {
  text-decoration: none;
}
@media (min-width: 650px) {
  .account__page__orders--item {
    border-bottom: 1px solid #e1e3e4;
  }
  .account__page__orders--item:nth-child(even) {
    background: #fff;
  }
}

.account__order .account__sidebar__toggle {
  margin-bottom: 0;
}
.account__order .account__header {
  padding: 1rem 1rem 1rem 0;
}
@media (min-width: 992px) {
  .account__order .account__header {
    padding: 0 1rem 1rem 0;
  }
}
.account__order .badge {
  border-radius: 9999999px;
  padding: 0 0.75rem;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 1rem;
  height: 1.3rem;
  position: relative;
  text-transform: capitalize;
  color: #e1e3e4;
}
.account__order .badge:before {
  content: "•";
  padding-right: 0.25rem;
  font-size: 2rem;
}
.account__order .badge.captured {
  background: #769b15;
}
.account__order .badge.failed {
  background: #e75d5d;
}
.account__order .badge.canceled {
  background: #e75d5d;
}
.account__order__title {
  padding: 0 0 1rem 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .account__order__title {
    justify-content: flex-start;
  }
}
.account__order__title .badge {
  margin-left: 1rem;
}
.account__order__title small {
  color: rgb(103, 114, 121);
}
.account__order__title h2 {
  line-height: 1;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  text-transform: none;
}
@media (min-width: 650px) {
  .account__order__title h2 {
    flex-direction: row;
    align-items: flex-end;
  }
}
.account__order__actions {
  display: flex;
  align-items: center;
}
.account__order__actions .button {
  border-radius: 3px;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  width: fit-content;
  width: -moz-fit-content;
  font-weight: 500;
}
.account__order__actions .button.refund {
  color: rgb(103, 114, 121);
}
.account__order__actions .button .icon {
  margin-right: 0.5rem;
  width: 24px;
}
.account__order__user {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem 0;
}
@media (min-width: 768px) {
  .account__order__user {
    grid-template-columns: 1fr 1fr;
  }
}
.account__order__user.card h3.title {
  text-transform: none !important;
}
.account__order__items {
  padding: 1rem 0 !important;
}
.account__order__items h3.title {
  margin-left: 1rem;
}
.account__order__items > ul {
  margin-bottom: 1.5rem;
}
.account__order__items > ul > li {
  display: grid;
  grid-template-columns: minmax(80px, auto) 1fr;
  grid-template-areas: "image details" "amount total" "buy_again buy_again";
  border-bottom: 1px solid #e1e3e4;
  padding: 1rem;
  grid-gap: 0.5rem;
  align-items: center;
}
@media (min-width: 768px) {
  .account__order__items > ul > li {
    grid-template-columns: 80px 1fr 130px 100px;
    grid-template-areas: "image details amount total" "buy_again buy_again buy_again buy_again";
    grid-gap: 1rem;
  }
}
.account__order__items > ul > li:first-child {
  padding-top: 0;
}
.account__order__items > ul > li .image {
  grid-area: image;
  position: relative;
  max-width: 80px;
}
@media (min-width: 768px) {
  .account__order__items > ul > li .image {
    max-width: none;
  }
}
.account__order__items > ul > li .image img {
  width: 100%;
}
.account__order__items > ul > li .image .svg {
  width: 100%;
  color: #333;
}
.account__order__items > ul > li .total {
  grid-area: total;
  justify-self: flex-end;
}
.account__order__items > ul > li .rebuy {
  grid-area: buy_again;
}
.account__order__items > ul > li .rebuy .button {
  background: linear-gradient(to bottom, rgb(255, 224.4, 102), rgb(255, 204, 0));
  color: rgb(0, 0, 0);
  position: relative;
  overflow: hidden;
}
.account__order__items > ul > li .rebuy .button span {
  z-index: 3;
  position: relative;
}
.account__order__items > ul > li .rebuy .button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgb(255, 204, 0);
  top: 0;
  left: 0;
  transition: opacity 0.2s ease-in-out;
}
.account__order__items > ul > li .rebuy .button:hover:before {
  opacity: 0.2;
}
.account__order__items > ul > li .details {
  grid-area: details;
  display: grid;
  grid-gap: 0.25rem 0;
  padding: 0.25rem;
}
.account__order__items > ul > li .details a {
  text-decoration: none;
}
.account__order__items > ul > li .details a.vendor {
  color: rgb(103, 114, 121);
  transition: color 0.2s ease-in-out;
}
.account__order__items > ul > li .details a.vendor:hover {
  color: rgb(255, 204, 0);
}
.account__order__items > ul > li .details ul {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.account__order__items > ul > li .details ul > li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.account__order__items > ul > li .details ul > li:before {
  content: "•";
  margin-right: 0.25rem;
}
.account__order__items > ul > li .details ul > li span {
  font-weight: 500;
  white-space: nowrap;
}
.account__order__items > ul > li .amount {
  grid-area: amount;
  display: flex;
}
.account__order__items > ul > li .amount .times {
  margin: 0 1rem;
}
.account__order__summary {
  padding: 1rem;
}
.account__order__summary .text {
  margin-left: 0.5rem;
}
.account__order__summary.card h3.title {
  text-transform: none;
}
.account__order__summary .icon {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.account__order__summary .icon svg {
  width: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 100%;
}
.account__order__summary .icon.failed {
  background: radial-gradient(circle at 50%, #e75d5d, rgb(244.1612903226, 181.8387096774, 181.8387096774));
}
.account__order__summary .icon.paid {
  background: radial-gradient(circle at 50%, #769b15, rgb(212.1590909091, 239.4886363636, 140.5113636364));
}
.account__order__summary h3.title {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-left: -0.125rem;
}
.account__order__summary .total__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem 0;
  border-bottom: 1px solid #e1e3e4;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.account__order__summary .total__list__line {
  display: flex;
}
.account__order__summary .total__list__line.total {
  font-weight: 500;
}
.account__order__summary .total__list__line span:first-of-type {
  margin-right: 0.75rem;
}
.account__order__summary .total__list__line span:last-of-type {
  margin-left: auto;
}
.account__order__summary .paid__by__line {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 650px) {
  .account__page .addresses__add {
    margin-bottom: 1rem;
  }
}
.account__page__addresses--item {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "name edit" "country edit" "street edit";
  padding: 0.5rem 1rem;
  grid-gap: 0.5rem 0;
}
@media (min-width: 650px) {
  .account__page__addresses--item {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "name country street edit";
    grid-gap: 0;
    align-items: center;
  }
  .account__page__addresses--item .title {
    display: none;
  }
}
.account__page__addresses--item .name {
  grid-area: name;
}
.account__page__addresses--item .country {
  grid-area: country;
}
.account__page__addresses--item .street {
  grid-area: street;
}
.account__page__addresses--item .edit {
  grid-area: edit;
}
@media (min-width: 650px) {
  .account__page__addresses--item .edit {
    justify-self: flex-end;
  }
}
@media (max-width: 649px) {
  .account__page__addresses--item {
    background: #fff;
    border-radius: 2px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-top: 1rem;
    padding: 1rem;
  }
}

.address__page__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blogs__list {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 650px) {
  .blogs__list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }
}
@media (min-width: 768px) {
  .blogs__list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
.blogs__list__item {
  display: flex;
  flex-direction: column;
}
.blogs__list__item--image {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.blogs__list__item--image a {
  display: block;
  width: 100%;
}
.blogs__list__item--image img {
  width: 100%;
}
.blogs__list__item--summary a {
  transition: color 0.2s ease-in-out;
  color: rgb(103, 114, 121);
  text-decoration: none;
}
.blogs__list__item--summary a:hover {
  color: rgb(255, 204, 0);
}