:root {
  --background-color: #f4f6f8;
}

/* MIXINS FOR MEDIA QUERIES ----------- */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * 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 images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

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

html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

body {
  font-size: 14px !important;
  font-family: "Flutterwave", sans-serif !important;
  font-weight: 400 !important;
  color: #1d222c !important;
  background-color: #f4f6f8 !important;
}

html,
html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

[class^="icon-"],
[class*=" icon-"] {
  height: 32px;
  width: 32px;
  display: inline-block;
  fill: currentColor;
}
[class^="icon-"].icon-md,
[class*=" icon-"].icon-md {
  height: 25px;
  width: 25px;
}
[class^="icon-"].icon-sm,
[class*=" icon-"].icon-sm {
  height: 20px;
  width: 20px;
}
[class^="icon-"].icon-xs,
[class*=" icon-"].icon-xs {
  height: 15px;
  width: 15px;
}
[class^="icon-"].icon-ss,
[class*=" icon-"].icon-ss {
  height: 18px;
  width: 18px;
}
[class^="icon-"].icon-xss,
[class*=" icon-"].icon-xss {
  height: 12px;
  width: 12px;
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20%,
  60% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  40%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation: shake 0.5s ease;
  animation: shake 0.5s ease;
}

@keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideUp {
  -webkit-animation: slideUp 0.5s ease-out;
  animation: slideUp 0.5s ease-out;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.slideUp.wait {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.slideUp.wait.longer {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounce {
  animation-name: bounce;
  animation-timing-function: ease;
}

@font-face {
  font-family: "Wesfy";
  font-style: normal;
  font-weight: 400;
  src: url(/store/sass/fonts/WesFY/Wes_FY_Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Wesfy";
  font-style: normal;
  font-weight: 700;
  src: url(/store/sass/fonts/WesFY/Wes_FY_Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Flutterwave";
  font-style: normal;
  font-weight: 400;
  src: url(/store/sass/fonts/FLW/FLW-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Flutterwave";
  font-style: italic;
  font-weight: 400;
  src: url(/store/sass/fonts/FLW/FLW-Italic.ttf) format("truetype");
}
@font-face {
  font-family: "Flutterwave";
  font-style: normal;
  font-weight: 800;
  src: url(/store/sass/fonts/FLW/FLW-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Flutterwave";
  font-style: normal;
  font-weight: 900;
  src: url(/store/sass/fonts/FLW/FLW-Black.ttf) format("truetype");
}
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 300;
  src: url(/store/sass/fonts/Merriweather/Merriweather-Light.ttf);
}
@font-face {
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 300;
  src: url(/store/sass/fonts/Merriweather/Merriweather-LightItalic.ttf);
}
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  src: url(/store/sass/fonts/Merriweather/Merriweather-Regular.ttf);
}
@font-face {
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 400;
  src: url(/store/sass/fonts/Merriweather/Merriweather-Italic.ttf);
}
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 800;
  src: url(/store/sass/fonts/Merriweather/Merriweather-Bold.ttf);
}
@font-face {
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 800;
  src: url(/store/sass/fonts/Merriweather/Merriweather-BoldItalic.ttf);
}
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 900;
  src: url(/store/sass/fonts/Merriweather/Merriweather-Black.ttf);
}
@font-face {
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 900;
  src: url(/store/sass/fonts/Merriweather/Merriweather-BlackItalic.ttf);
}
@font-face {
  font-family: "Cerebri Sans";
  src: url(/store/sass/fonts/Cerebri-Sans/CerebriSans-Light.ttf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Cerebri Sans";
  src: url(/store/sass/fonts/Cerebri-Sans/CerebriSans-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cerebri Sans";
  src: url(/store/sass/fonts/Cerebri-Sans/CerebriSans-Medium.ttf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Cerebri Sans";
  src: url(/store/sass/fonts/Cerebri-Sans/CerebriSans-SemiBold.ttf);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Cerebri Sans";
  src: url(/store/sass/fonts/Cerebri-Sans/CerebriSans-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  src: url(/store/sass/fonts/Inter/Inter-Thin.ttf);
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  src: url(/store/sass/fonts/Inter/Inter-ExtraLight.ttf);
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url(/store/sass/fonts/Inter/Inter-Light.ttf);
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url(/store/sass/fonts/Inter/Inter-Regular.ttf);
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url(/store/sass/fonts/Inter/Inter-Medium.ttf);
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url(/store/sass/fonts/Inter/Inter-SemiBold.ttf);
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url(/store/sass/fonts/Inter/Inter-Bold.ttf);
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url(/store/sass/fonts/Inter/Inter-ExtraBold.ttf);
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url(/store/sass/fonts/Inter/Inter-Black.ttf);
}
.content__container {
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 90px;
}
@media screen and (min-width: 576px) {
  .content__container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .content__container {
    width: 90%;
  }
}
@media screen and (min-width: 1200px) {
  .content__container {
    max-width: 1180px;
  }
}
@media screen and (min-width: 768px) {
  .content__container {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 90px;
  }
}

.hide {
  display: none !important;
}

.block {
  display: block;
}

@media screen and (max-width: 576px) {
  .hidden--xxs {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hidden--xs {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .hidden--md {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .show--xs {
    display: none !important;
  }
}

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

.text-italic {
  font-style: italic;
}

.img-circle {
  border-radius: 50%;
}

.img-responsive {
  max-width: 100%;
}

.inline-block {
  display: inline-block;
  vertical-align: middle;
}

.text-white {
  color: #fff;
}

.overflow-hidden {
  overflow: hidden;
}
.overflow-hidden::before {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
}

.mb-30 {
  margin-bottom: 20px !important;
}
@media screen and (min-width: 768px) {
  .mb-30 {
    margin-bottom: 30px !important;
  }
}

.mb-50 {
  margin-bottom: 30px !important;
}
@media screen and (min-width: 768px) {
  .mb-50 {
    margin-bottom: 50px !important;
  }
}

.padd-50 {
  padding: 30px !important;
}
@media screen and (min-width: 768px) {
  .padd-50 {
    padding: 50px !important;
  }
}

.hide-overflow {
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .hide-overflow-mobile {
    overflow: hidden;
  }
}

.heading--primary {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px;
}
@media screen and (min-width: 576px) {
  .heading--primary {
    font-size: 44px;
    line-height: 51px;
    margin-bottom: 20px;
  }
}
.heading--secondary {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}
.heading--tertiary {
  color: #0f1c70;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

.paragraph {
  color: #333333;
  font-size: 16px;
  line-height: 26px;
}
.paragraph:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .paragraph {
    font-size: 18px;
    line-height: 28px;
  }
  .paragraph:not(:last-child) {
    margin-bottom: 25px;
  }
}
.paragraph.big {
  font-size: 18px;
  line-height: 28px;
}
.paragraph.big:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .paragraph.big {
    font-size: 20px;
    line-height: 31px;
  }
  .paragraph.big:not(:last-child) {
    margin-bottom: 40px;
  }
}
.paragraph.small {
  font-size: 16px;
  line-height: 26px;
}
.paragraph.small:not(:last-child) {
  margin-bottom: 20px;
}

#store .page {
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
#store .page--background {
  background-color: unset;
  position: relative;
}
#store .page--background::before {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
#store .page .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 576px) {
  #store .page .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  #store .page .container {
    width: 90%;
  }
}
@media screen and (min-width: 1200px) {
  #store .page .container {
    max-width: 1180px;
  }
}

@media screen and (min-width: 1400px) {
  #store .page .container {
    max-width: 1300px;
  }
}

#store .page .header {
  background-color: transparent;
  left: 0;
  padding: 15px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
#store .page .header--p-0 {
  padding: 0 !important;
}
#store .page .header--bg {
  background-color: #ffffff;
  padding: 10px 0;
}
#store .page .header__nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#store .page .header__nav__section {
  display: flex !important;
  padding: 0 !important;
  align-items: center;
}
#store .page .header__nav__section a {
  text-decoration: none !important;
}
#store .page .header__nav > * {
  color: #333333;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
  text-decoration: none;
  transition: all 300ms ease;
}
#store .page .header__nav > *:hover {
  color: #ff9b00;
}
#store .page .header__nav__brand {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  padding: 5px;
}
#store .page .header__nav__brand__logo {
  display: block;
  height: 40px;
  margin: 0;
  width: auto;
}
#store .page .header__nav__brand__avi {
  align-items: center;
  background-color: #dadef5;
  border-radius: 50%;
  color: #0f1c70;
  display: flex;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  margin-right: 12px;
  object-fit: cover;
  object-position: center;
  text-transform: uppercase;
  width: 40px;
}
#store .page .header__nav__brand__name {
  color: inherit;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}
@media screen and (min-width: 400px) {
  #store .page .header__nav__brand__name {
    font-size: 18px;
    line-height: 26px;
  }
}
#store .page .header__nav__brand__rating {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #925e07;
  padding: 5px;
  display: flex;
}
#store .page .header__nav__brand__rating__value {
  padding-top: 1px;
}
#store .page .header__nav__brand__rating svg {
  margin-right: 5px;
}
#store .page .header__nav__link {
  border-right: 1px solid #bdbdbd;
  font-size: 12px;
  font-weight: bold;
  flex: 0 0 auto;
  line-height: 15px;
  letter-spacing: 0.5px;
  margin-left: auto;
  margin-right: 25px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #store .page .header__nav__link {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #store .page .header__nav__link {
    padding: 5px 25px;
  }
}
#store .page .header__nav__btn {
  align-items: center;
  background-color: transparent;
  border: none;
  display: flex;
  flex: 0 0 auto;
  outline: none;
}
#store .page .header__nav__btn__icon {
  position: relative;
}
@media screen and (min-width: 768px) {
  #store .page .header__nav__btn__icon {
    margin-right: 10px;
  }
}
#store .page .header__nav__btn__icon svg path {
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 2;
}
#store .page .header__nav__btn__count {
  align-items: center;
  animation-duration: 1.5s;
  animation-iteration-count: 10;
  animation-name: removeproduct;
  background-color: #ff4067;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  font-size: 10px;
  height: 18px;
  justify-content: center;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 18px;
  font-family: sans-serif;
  font-weight: 700;
}
#store .page .header__nav__btn__label {
  display: none;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #store .page .header__nav__btn__label {
    display: block;
  }
}
#store .page .header .flash-message {
  width: 100%;
  min-height: 45px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding: 3px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  white-space: nowrap;
}
#store .page .header .flash-message a {
  color: inherit !important;
}
#store .page .header .flash-message--text {
  display: inline-block;
  margin-right: 10px;
}
#store .page .header .flash-message--text > * {
  display: inline;
}
#store .page .header .flash-message--text br {
  display: none;
}
#store .page .header .flash-message--animate {
  animation: announcement-slide 60s linear infinite;
}
#store .page .header--alt__logo .flw__type {
  fill: #12122c;
}
#store .page .header--alt__logo .flw__mark {
  fill: #f5a623;
}
#store .page .header--alt__nav {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #store .page .header--alt__nav__item {
    display: none !important;
  }
}
#store .page .header--alt__nav__btn {
  background-color: #f5a623 !important;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 #cccccc;
  color: #333333;
  display: block;
  font-size: 12px;
  font-weight: 700;
  padding: 14px 22px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
#store .page .header--alt__nav__btn:hover {
  transform: translateY(-3px);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  #store .page .header--alt__nav__btn {
    padding: 16px 22px;
    font-size: 16px;
  }
}
#store .page .body {
  min-height: calc(100vh - 470px);
  padding: 100px 0 50px;
}
@media screen and (min-width: 768px) {
  #store .page .body {
    padding: 100px 0 100px;
  }
}
#store .page .paginator {
  max-width: 310px;
  width: 100%;
  margin: auto;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#store .page .paginator__loader {
  margin: 0 0 25px 30px;
}
#store .page .paginator__buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#store .page .paginator__buttons--previous svg {
  margin-right: 15px;
}
#store .page .paginator__buttons--next svg {
  margin-left: 15px;
}
#store .page .paginator__btn {
  background-color: transparent;
  border: none;
  color: #333333;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  padding: 5px;
  transition: color 0.5s ease;
  font-weight: normal;
  display: flex;
  align-items: center;
  text-decoration: none;
}
#store .page .paginator__btn svg {
  fill: #828282;
}
#store .page .paginator__btn__icon {
  margin-left: 10px;
  vertical-align: middle;
}
#store .page .paginator__btn__icon path {
  fill: currentColor;
}
#store .page .paginator__btn:hover svg,
#store .page .paginator__btn:focus svg {
  fill: #cc7c00;
}
#store .page .paginator__btn:hover,
#store .page .paginator__btn:focus {
  color: #cc7c00;
}
#store .page .paginator__btn:focus {
  outline: none;
}
#store .page .paginator__btn.disabled {
  cursor: not-allowed;
  color: #a2a2a2;
  pointer-events: none;
}
#store .page .paginator__btn.disabled svg,
#store .page .paginator__btn:hover #store .page .paginator__btn.disabled svg {
  fill: #a2a2a2;
}
#store .page .preview {
  padding-top: 10px;
}
#store .page .preview__head {
  margin-bottom: 14px;
}
#store .page .preview__nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#store .page .preview__nav__item {
  color: #828282;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  padding-right: 10px;
  text-transform: uppercase;
}
@media screen and (min-width: 500px) {
  #store .page .preview__nav__item {
    font-size: 14px;
    line-height: 17px;
  }
}
#store .page .preview__nav__item:not(:first-child)::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
}
#store .page .preview__nav__link {
  color: inherit;
  display: inline-block;
  padding: 2px;
  text-decoration: none;
  transition: color 300ms ease;
}
#store .page .preview__nav__link:hover {
  color: #333333;
  text-decoration: underline;
}
#store .page .preview__cta {
  background-color: transparent;
  border: none;
  color: #828282;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
  padding: 5px;
  text-decoration: underline;
  text-transform: capitalize;
  transition: color 0.5s ease;
}
#store .page .preview__cta:hover,
#store .page .preview__cta:focus {
  color: #cc7c00;
}
#store .page .preview__cta:focus {
  outline: none;
}
#store .page .preview__cta.mobile-only {
  display: block;
}
@media screen and (min-width: 768px) {
  #store .page .preview__cta.mobile-only {
    display: none;
  }
}
#store .page .preview__body {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #store .page .preview__body {
    flex-wrap: nowrap;
  }
}
#store .page .preview__image {
  flex: 0 1 auto;
}
#store .page .preview__image__main {
  background-color: #eeeeee;
  height: 250px;
  margin: 0 0 15px;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 350px) {
  #store .page .preview__image__main {
    height: 350px;
  }
}
@media screen and (min-width: 400px) {
  #store .page .preview__image__main {
    height: 400px;
  }
}
@media screen and (min-width: 500px) {
  #store .page .preview__image__main {
    width: 400px;
  }
}
@media screen and (min-width: 1000px) {
  #store .page .preview__image__main {
    height: 500px;
    width: 500px;
  }
}
#store .page .preview__image__main__img {
  border-radius: 6px;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
#store .page .preview__image__thumbnails {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 78px;
  justify-content: flex-start;
  margin: 0 -3px;
  overflow-x: auto;
}
#store .page .preview__image__thumbnails::-webkit-scrollbar {
  display: none;
}
#store .page .preview__image__thumbnail {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  display: block;
  flex: 0 0 auto;
  margin: 3px;
  outline: none;
  padding: 4px;
}
#store .page .preview__image__thumbnail.active,
#store .page .preview__image__thumbnail:focus {
  border: 1px solid #f5a623;
}
#store .page .preview__image__thumbnail__img {
  border-radius: 5px;
  display: block;
  height: 60px;
  object-fit: cover;
  object-position: center;
  position: relative;
  width: 60px;
}
#store .page .preview__details {
  align-items: flex-start;
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  word-break: break-word;
  padding: 20px 0 20px;
}
@media screen and (min-width: 768px) {
  #store .page .preview__details {
    padding: 20px 0 20px 50px;
  }
}
#store .page .preview__details img {
  height: auto;
  margin: 20px 0;
  width: 100%;
}
#store .page .preview__details ul,
#store .page .preview__details ol {
  margin-bottom: 20px;
}
#store .page .preview__details h1,
#store .page .preview__details h2,
#store .page .preview__details h3,
#store .page .preview__details h4,
#store .page .preview__details h5,
#store .page .preview__details h6 {
  margin: 20px 0 10px;
}
#store .page .preview__details p:not(:last-child) {
  margin-bottom: 10px;
}
#store .page .preview .product__name {
  color: #333333;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 10px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  #store .page .preview .product__name {
    font-size: 24px;
    line-height: 32px;
  }
}
#store .page .preview .product__price-group {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
#store .page .preview .product__price {
  color: #333333;
  display: block;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #store .page .preview .product__price {
    font-size: 24px;
    line-height: 28px;
  }
}
#store .page .preview .product__price--alt {
  color: #828282;
  margin-left: 20px;
  text-decoration: line-through;
}
#store .page .preview .product__description {
  color: #828282;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}
#store .page .preview .product__label {
  color: #333333;
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
}
#store .page .preview .product__label--sold-out {
  background: #eb5757;
  border-radius: 25px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.2px;
  line-height: 12px;
  padding: 10px 15px;
  text-transform: uppercase;
}
#store .page .preview .product__quantity {
  margin: 0 0 15px;
}
#store .page .preview .product__quantity .action {
  align-items: center;
  border: 1px solid #e0e0e0;
  display: flex;
  justify-content: flex-start;
}
#store .page .preview .product__quantity .action__btn {
  align-items: center;
  background-color: #f2f2f2;
  border-radius: none;
  display: flex;
  flex: 0 0 auto;
  font-size: 20px;
  height: 40px;
  justify-content: center;
  line-height: 20px;
  width: 50px;
}
#store .page .preview .product__quantity .action__value {
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 18px;
  min-width: 60px;
}
#store .page .preview .product__variation {
  margin: 0 0 20px;
  max-width: 500px;
  width: 100%;
}
#store .page .preview .product__variation__item {
  margin-bottom: 10px;
}
#store .page .preview .product__variation__item .select__input {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  #store .page .preview .product__variation__item .select__input {
    padding-bottom: 14px;
    padding-top: 14px;
  }
  #store .page .preview .product__variation__item .select__icon {
    top: 20px;
  }
}
#store .page .preview__share {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 50px;
}
#store .page .preview__share__link {
  color: #333333;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0;
  text-decoration: none;
}
#store .page .preview__share__link:not(:last-child) {
  margin-right: 12px;
}
@media screen and (min-width: 400px) {
  #store .page .preview__share__link {
    font-size: 18px;
    line-height: 22px;
  }
  #store .page .preview__share__link:not(:last-child) {
    margin-right: 20px;
  }
}
#store .page .preview__share__link svg {
  display: inline-block;
  height: auto;
  margin-right: 2px;
  vertical-align: middle;
  width: 16px;
}
@media screen and (min-width: 400px) {
  #store .page .preview__share__link svg {
    margin-right: 5px;
    width: 20px;
  }
}
#store .page .footer {
  position: relative;
  background-color: #f8f9fb;
  color: #828282;
  font-size: 14px;
  line-height: 24px;
  padding: 60px 0 20px;
}
@media screen and (min-width: 768px) {
  #store .page .footer {
    font-size: 16px;
    padding: 80px 0 40px;
  }
}
#store .page .footer__sections {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#store .page .footer__section {
  align-items: stretch;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 40px;
  min-width: 200px;
}
@media screen and (min-width: 500px) {
  #store .page .footer__section {
    margin-bottom: 50px;
  }
}
#store .page .footer__section:not(:last-child) {
  margin-right: 40px;
}
#store .page .footer__section:first-child {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #store .page .footer__section:first-child {
    max-width: 420px;
  }
}
#store .page .footer__section__heading {
  color: #333333;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#store .page .footer__section--social {
  display: none;
}
#store .page .footer__store {
  color: #333333;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.2px;
  margin-bottom: 6px;
  text-transform: capitalize;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #store .page .footer__store {
    font-size: 18px;
    line-height: 26px;
  }
}
#store .page .footer__store--link {
  text-decoration: none !important;
}
#store .page .footer__store--link:hover {
  color: #ff9b00 !important;
}
#store .page .footer__merchant {
  color: #4f4f4f;
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 1px;
  margin-bottom: 9px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #store .page .footer__merchant {
    font-size: 12px;
    line-height: 18px;
  }
}
#store .page .footer__link {
  align-items: flex-start;
  color: #4f4f4f;
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-start;
  text-decoration: none;
  transition: all 300ms ease;
}
#store .page .footer__link:hover {
  color: #ff9b00;
}
#store .page .footer__link:not(:last-child) {
  margin-bottom: 10px;
}
#store .page .footer__link__icon {
  display: block;
  fill: currentColor;
  flex: 0 0 auto;
  height: auto;
  margin-right: 8px;
  margin-top: 4px;
  width: 16px;
}
#store .page .footer__link__label {
  word-break: break-all;
}
#store .page .notification {
  margin-top: 80px;
  padding-bottom: 100px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #store .page .notification {
    padding-bottom: 0px;
  }
}
#store .page .notification__icon {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  #store .page .notification__icon svg {
    height: 50px;
    width: 50px;
  }
}
#store .page .notification__heading {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #store .page .notification__heading {
    font-size: 24px;
  }
}
#store .page .notification__description {
  color: #000000;
  font-size: 16px;
  line-height: 1.45;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
}
@media screen and (min-width: 768px) {
  #store .page .notification__description {
    font-size: 21px;
  }
}
#store .page .notification__description a {
  color: #23a7e3;
  cursor: pointer;
  text-decoration: none;
}
#store .page .notification__cta {
  background-color: #1c1b1b;
  color: #ffffff;
  padding: 13px 16px;
}
#store .page .notification__cta:hover {
  background-color: black;
}
#store .page .reviews {
  margin-top: 60px;
  border-top: 1px solid #e0e0e0;
  padding-top: 80px;
  min-height: 400px;
  font-size: 16px;
  line-height: 24px;
  color: #4f4f4f;
}
#store .page .reviews__section {
  width: 370px;
  margin-top: 40px;
}
#store .page .reviews__section--auto {
  width: auto;
}
@media screen and (max-width: 1000px) {
  #store .page .reviews__section {
    width: 100%;
  }
}
#store .page .reviews__header {
  display: flex;
  align-items: center;
}
#store .page .reviews__header__title {
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  margin-right: 14px;
  font-weight: bolder !important;
}
#store .page .reviews__header__star {
  margin-right: 12px;
}
#store .page .reviews__header__rating {
  font-size: 18px;
  line-height: 32px;
  color: #925e07;
  font-weight: bold;
  padding-top: 3px;
}
#store .page .reviews__header svg {
  margin-right: 5px;
}
#store .page .reviews__summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#store .page .reviews__summary__average {
  margin-bottom: 6px;
}
#store .page .reviews__summary__average strong {
  font-size: 36px;
  line-height: 42px;
  color: #333333;
  font-weight: bolder;
}
#store .page .reviews__summary__average span {
  display: inline-block;
  margin-left: 5px;
}
#store .page .reviews__ratings {
  width: 100%;
}
#store .page .reviews__ratings__rating {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
#store .page .reviews__ratings__rating__label,
#store .page .reviews__ratings__rating__value {
  display: inline-block;
  flex: 0 0 auto;
  width: 50px;
}
#store .page .reviews__ratings tr td {
  white-space: nowrap;
  padding-bottom: 12px !important;
}
#store .page .reviews__ratings tr td:nth-child(2) {
  width: 100%;
  padding: 0 12px;
}
#store .page .reviews__categories {
  width: 100%;
}
#store .page .reviews__categories__header {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}
#store .page .reviews__categories__category {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
#store .page .comments {
  margin: 40px 0 20px;
  border-top: 1px solid #e0e0e0;
  list-style: none;
  padding: 0;
}
#store .page .comment {
  display: flex;
  padding: 28px 0;
  border-bottom: 1px solid #e0e0e0;
  align-items: flex-start;
}
#store .page .comment__author-initial {
  width: 40px;
  height: 40px;
  background-color: #66ddff;
  border-radius: 50%;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-transform: uppercase;
  flex: 0 0 auto;
}
#store .page .comment__section {
  display: flex;
  justify-items: flex-start;
  margin-left: 20px;
  flex-direction: column;
  flex: 1 1 auto;
}
#store .page .comment__head {
  display: flex;
}
#store .page .comment__head svg {
  margin: 0 5px 0 12px;
}
#store .page .comment--country {
  display: flex;
  align-items: center;
}
#store .page .comment--country span {
  font-size: 14px;
  line-height: 24px;
  color: #828282;
}
#store .page .comment__body {
  max-width: 783px;
  width: 100%;
  margin: 10px 0 12px;
}
#store .page .comment__date {
  font-size: 14px;
  line-height: 24px;
  color: #828282;
}
#store .page .comment__author {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  display: inline-block;
  margin-right: 12px;
  text-transform: capitalize;
}
#store .page .comment__rating {
  font-size: 16px;
  line-height: 24px;
  color: #828282;
  display: inline-block;
  margin-left: 5px;
}
#store .page .meter {
  background: #f2f2f2;
  border-radius: 10px;
  height: 4px;
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  margin: 0 12px 0;
}
#store .page .meter--active {
  background: #fdebce;
}
#store .page .meter--bar {
  border-radius: 10px;
  width: 0;
  background-color: #f5a623;
  height: 100%;
  transition: width 0.5s ease;
  float: left;
}
#store .page .load-more {
  outline: none;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}
#store .page .review__header {
  font-size: 24px;
  line-height: 32px;
  font-weight: normal;
  color: #333333;
}
#store .page .ratings {
  margin-top: 30px;
  max-width: 445px;
}
@media screen and (max-width: 768px) {
  #store .page .ratings {
    max-width: 100%;
  }
}
#store .page .ratings__item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}
#store .page .ratings__item--header {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
#store .page .ratings__item--description {
  margin-top: 4px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #4f4f4f;
}
#store .page .ratings__actions {
  margin-top: 20px;
}
#store .page .ratings__actions--stars {
  display: flex;
  justify-content: space-between;
}
#store .page .ratings__actions--stars button {
  background-color: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
}
#store .page .ratings__actions--stars button svg {
  display: block;
}
@media screen and (max-width: 500px) {
  #store .page .ratings__actions--stars button svg {
    width: 50px;
    height: auto;
  }
}
#store .page .ratings__actions--stars button.active svg {
  fill: #f5a623;
}
#store .page .ratings__actions--label {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}
#store .page .ratings__actions--label button {
  background-color: transparent;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  color: #4f4f4f;
  border: none;
  cursor: pointer;
}
#store .page .ratings__label {
  font-size: 16px;
  line-height: 24px;
  color: #4f4f4f;
}
#store .page .ratings__form__action {
  margin-top: 30px;
  display: flex;
}
#store .page .ratings__form__action__button {
  text-transform: capitalize;
  font-weight: 500;
  color: #1d1d1d;
  min-width: 150px;
  min-height: 40px;
  border-radius: 4px;
  justify-content: center;
}
#store .page .ratings__form__action__button:not(:last-child) {
  margin-right: 17px;
}
#store .page .message-view {
  min-height: calc(100vh - 455px);
  display: flex;
  justify-content: center;
  align-items: center;
}
#store .page .success-message {
  max-width: 416px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#store .page .success-message h1 {
  margin-top: 32px;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
}
#store .page .success-message p {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #333333;
  margin-bottom: 32px;
}
#store .page .success-message a {
  text-transform: capitalize;
  color: #333333;
}
#store .action {
  display: flex;
  align-items: center;
}
#store .action__value {
  width: 34px;
  text-align: center;
}
#store .action__minus,
#store .action__plus {
  background-color: transparent;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
#store .action__minus:hover,
#store .action__plus:hover {
  cursor: pointer;
}
#store .summary {
  background-color: #ffffff;
  bottom: 0;
  padding: 20px;
  position: fixed;
  right: -1000px;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 4;
}
@media screen and (min-width: 500px) {
  #store .summary {
    padding: 30px;
  }
}
@media screen and (min-width: 992px) {
  #store .summary {
    bottom: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: fixed;
    right: -502px;
    top: 0;
    width: 500px;
  }
}
#store .summary.open {
  right: 0px;
}
@media screen and (min-width: 992px) {
  #store .summary.open .summary__close {
    display: flex;
    left: -21px;
  }
}
#store .summary__container {
  overflow: auto;
  height: 92vh;
  margin: 0 -30px;
  padding: 0 30px;
}
#store .summary__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
#store .summary__header__nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#store .summary__header__nav__item {
  color: #828282;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  padding-right: 10px;
  transition: all 0.3s ease-in-out;
}
#store .summary__header__nav__item.active {
  color: #333333;
  cursor: default;
}
#store .summary__header__nav__item:not(:first-child)::before {
  content: ">";
  display: inline-block;
  padding-right: 10px;
}
#store .summary__header__close {
  background-color: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding: 0;
}
#store .summary__header__close svg {
  display: inline-block;
  fill: #828282;
  height: auto;
  margin: 0;
  transition: fill 300ms ease;
  width: 14px;
}
#store .summary__header__close:hover svg {
  fill: #333333;
}
#store .summary__cart {
  border-bottom: 1px solid #e0e0e0;
  height: calc(100vh - 400px);
  margin: 0 -30px 24px;
  min-height: 200px;
  overflow: auto;
  padding: 0 30px 10px;
}
#store .summary__cart__item__product {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#store .summary__cart__item__product__name {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 7px;
}
#store .summary__cart__item__product__variant {
  margin-bottom: 7px;
}
#store .summary__cart__item__product__variant,
#store .summary__cart__item__product__price {
  color: #828282;
  display: block;
  font-size: 14px;
  line-height: 17px;
}
#store .summary__cart__item__product__remove {
  position: absolute;
  left: 23px;
  cursor: pointer;
}
#store .summary__cart__item__product__remove svg {
  display: block;
  height: 17px;
  width: 17px;
  animation-name: removeproduct;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
#store .summary__cart__cta {
  display: flex;
  justify-content: flex-end;
  padding: 0.5rem 0;
}
#store .summary__cart__cta__btn {
  align-items: center;
  background-color: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  color: #4f4f4f;
  display: flex;
  font-size: 12px;
  padding: 4px;
  transition: color 300ms ease;
  font-weight: 700;
}
#store .summary__cart__cta__btn:hover {
  color: #333333;
}
#store .summary__cart__cta__btn__icon {
  display: block;
  fill: currentColor;
  height: auto;
  margin-right: 5px;
  width: 14px;
}
#store .summary__cart__empty {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
  text-align: center;
}
#store .summary__cart__empty__msg {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
}
#store .summary__footer {
  padding-top: 20px;
}
#store .summary__footer__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
#store .summary__footer__item:last-child {
  margin-bottom: 100px;
}
#store .summary__footer__item__value--2 {
  font-weight: 600;
  font-size: 14px;
}
#store .summary__shipping__header {
  font-size: 14px;
  line-height: 17px;
  color: #4f4f4f;
  font-weight: 700;
  margin-bottom: 20px;
}
#store .summary__shipping__item {
  margin-bottom: 20px;
  color: #4f4f4f;
  line-height: 16px;
}
#store .summary__shipping__row {
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 30px;
  min-height: 150px;
}
#store .summary__shipping__content__loading {
  display: flex;
  align-items: center;
}
#store .summary__close {
  align-items: center;
  background: #ffffff;
  border: none;
  border-radius: 50%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  color: #9b9b9b;
  cursor: pointer;
  display: none;
  height: 42px;
  justify-content: center;
  left: 10px;
  position: absolute;
  top: 50px;
  transition: all 0.3s ease-in-out;
  width: 42px;
  z-index: 2;
}
#store .summary__close svg {
  fill: currentColor;
  height: 18px;
  margin-left: -20px;
  margin-right: -20px;
  width: auto;
}
#store .summary__close:hover {
  color: #333333;
}
#store .form__label {
  display: inline-block;
  padding: 6px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
}
#store .form__item {
  margin-bottom: 20px;
}
#store .form__item__flex {
  display: flex;
  justify-content: space-between;
}
#store .form__item__flex .form__item {
  width: 48%;
}
#store .form__input {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.43;
  color: inherit;
  font-family: inherit;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  outline: none;
  resize: none;
  background-color: #ffffff;
  box-shadow: inset 0px 1px 2px rgba(102, 113, 123, 0.21);
  transition: border-color ease-in-out 0.3s, box-shadow ease-in-out 0.3s;
}
#store .form__input::-webkit-input-placeholder {
  color: #bdbdbd;
}
#store .form__input::-moz-placeholder {
  color: #bdbdbd;
}
#store .form__input:-ms-input-placeholder {
  color: #bdbdbd;
}
#store .form__input:-moz-placeholder {
  color: #bdbdbd;
}
#store .form__error {
  display: inline-block;
  padding-top: 5px;
  font-size: 12px;
  color: red;
}
#store .form__success {
  display: inline-block;
  padding-top: 5px;
  font-size: 12px;
  color: green;
}
#store .select {
  position: relative;
}
#store .select__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.43;
  color: inherit;
  display: block;
  width: 100%;
  font-family: inherit;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  outline: none;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(102, 113, 123, 0.21);
  transition: border-color ease-in-out 0.3s, box-shadow ease-in-out 0.3s;
}
#store .select__input--error {
  border: 1px solid #eb5757;
}
#store .select__error {
  margin-top: 8px;
  color: #eb5757;
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
}
#store .select__error span {
  text-transform: lowercase;
}
#store .select__icon,
#store .select__error-icon {
  position: absolute;
  right: 20px;
  top: 18px;
  display: flex;
  pointer-events: none;
  padding-left: 3px;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  #store .select__icon {
    top: 14px;
  }
}
#store .select__error-icon {
  right: 55px;
  top: 11px;
}
@media only screen and (max-width: 768px) {
  #store .select__error-icon {
    top: 7px;
  }
}
@media screen and (min-width: 992px) {
  #store .show--mobile {
    display: none;
  }
}
#store .embed-modal__mask {
  background-color: rgb(255, 255, 255);
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
}
#store .embed-modal__body {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 20px auto 50px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  padding: 20px;
  transition: opacity 0.5s ease;
  z-index: 1052;
}
@media screen and (min-width: 576px) {
  #store .embed-modal__body {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  #store .embed-modal__body {
    width: 90%;
  }
}
@media screen and (min-width: 1200px) {
  #store .embed-modal__body {
    max-width: 1180px;
  }
}
#store .embed-modal__body__close {
  align-self: flex-end;
  background-color: transparent;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 16px;
  margin-bottom: 20px;
  padding: 10px;
  text-transform: capitalize;
}
#store .embed-modal__body__close__icon {
  fill: #ffffff;
  height: 30px;
  width: 30px;
}
#store .embed-modal__body__frame {
  height: auto;
  width: 100%;
  position: relative;
}
#store .show {
  opacity: 1;
}
#store .soldout__text {
  line-height: 20px;
  font-size: 14px;
  color: #eb5757;
}
#store .mt-22 {
  margin-top: 22px;
}
@keyframes removeproduct {
  0% {
    margin-top: -5px;
  }
  25% {
    margin-top: 5px;
  }
  50% {
    margin-top: -5px;
  }
  75% {
    margin-top: 5px;
  }
  100% {
    margin-top: -5px;
  }
}
#store .link-error {
  background-color: #f7f8fc;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 15px 0 10px;
}
#store .link-error__container {
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 576px) {
  #store .link-error__container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  #store .link-error__container {
    width: 90%;
  }
}
@media screen and (min-width: 1200px) {
  #store .link-error__container {
    max-width: 1180px;
  }
}
#store .link-error__icon {
  margin-right: 10px;
}
#store .link-error__text {
  color: #ec3d40;
}

@keyframes announcement-slide {
  0% {
    transform: translatex(100%);
  }
  100% {
    transform: translatex(0);
  }
}
.btn {
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 0 2px 3px 0 #cccccc;
  color: #202a3c;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 14px;
  padding: 12px 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  transition-property: background-color, transform;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 14px;
    padding: 18px;
  }
}
.btn:focus {
  outline: none;
}
.btn--primary {
  color: #fff;
  background-color: #ff9b00;
}
.btn--primary:hover,
.btn--primary:active {
  background-color: #cc7c00;
}
.btn--soundcloud {
  color: #fff;
  background-color: #ed612b;
}
.btn--soundcloud:hover,
.btn--soundcloud:active {
  background-color: #d34812;
}
.btn--twitter {
  background-color: #00aecc;
  color: #fff;
}
.btn--twitter:hover {
  background-color: #0098b3;
}
.btn--default {
  background-color: #e6eaee;
}
.btn--default:hover {
  background-color: #bcc6d1;
}
.btn--detail {
  background-color: #4d5778;
  color: #fff;
}
.btn--detail:hover {
  background-color: #31374d;
}
.btn--white {
  background-color: #fff;
}
.btn--block {
  display: block;
  width: 100%;
}
.btn--rounded {
  border-radius: 30px;
}
.btn--sm {
  font-size: 14px;
  padding: 8px 16px;
}
.btn--lg {
  font-size: 24px;
  padding: 16px 32px;
}
.btn__text {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .btn__text {
    margin-right: 20px;
  }
}
.btn__icon {
  vertical-align: middle;
}
.btn--red {
  background-color: #f67e7d;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

#store .page .listing__filter {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -5px -5px 10px;
}
#store .page .listing__filter__section {
  align-items: center;
  flex: 0 1 auto;
  margin: 5px;
  display: flex;
}
#store .page .listing__filter__section__loader {
  margin-right: 15px;
}
#store .page .listing__filter__search {
  align-items: center;
  background-color: #f1f1f1;
  border-radius: 4px;
  display: flex;
  flex: 0 1 auto;
  justify-content: flex-start;
  padding: 5px 7px;
}
@media screen and (min-width: 275px) {
  #store .page .listing__filter__search {
    padding: 5px 10px;
  }
}
#store .page .listing__filter__search__icon {
  color: #4f4f4f;
  height: 18px;
  width: 18px;
}
@media screen and (min-width: 275px) {
  #store .page .listing__filter__search__icon {
    height: 22px;
    width: 22px;
  }
}
#store .page .listing__filter__search__icon path {
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 2;
}
#store .page .listing__filter__search__input {
  background: #f1f1f1;
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #4f4f4f;
  display: block;
  font-size: 14px;
  line-height: 1.43;
  min-width: 185px;
  padding: 5px;
  transition: all 300ms ease;
}
@media screen and (min-width: 275px) {
  #store .page .listing__filter__search__input {
    min-width: 200px;
    padding: 5px 10px 5px 5px;
  }
}
#store .page .listing__filter__search__input:focus {
  background-color: #f2f3f5;
  color: #333333;
  outline: none;
}
#store .page .listing__filter__search__input:focus ~ .search__icon {
  color: #333333;
}
#store .page .listing__filter__category {
  position: relative;
}
#store .page .listing__filter__category__btn {
  align-items: center;
  background-color: #f1f1f1;
  border: none;
  border-radius: 4px;
  color: #828282;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  justify-content: space-between;
  line-height: 20px;
  min-width: 200px;
  padding: 10px;
  text-align: left;
  transition: all 0.5s ease;
  font-weight: 700;
}
#store .page .listing__filter__category__btn.active,
#store .page .listing__filter__category__btn:hover {
  background-color: #f1f1f1;
  color: #333333;
}
#store .page .listing__filter__category__btn:focus {
  outline: none;
}
#store .page .listing__filter__category__btn__icon {
  display: block;
  height: auto;
  width: 14px;
}
#store .page .listing__filter__category__btn__icon path {
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 2;
}
#store .page .listing__filter__category__dropdown {
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: 5px;
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 5px 0;
  position: absolute;
  width: 200px;
  z-index: 2;
}
#store .page .listing__filter__category__dropdown__item {
  color: #333333;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 17px;
  padding: 10px 15px;
  text-decoration: none;
  transition: all 0.5s ease;
}
#store .page .listing__filter__category__dropdown__item:hover {
  background-color: #f1f1f1;
}
#store .page .listing__empty {
  align-items: flex-start;
  background-color: #f7f8fa;
  border-radius: 6px;
  color: #333333;
  display: flex;
  justify-content: flex-start;
  margin: 150px 0 100px;
  padding: 40px 30px;
}
#store .page .listing__empty__icon {
  display: block;
  height: 30px;
  margin-right: 20px;
  width: auto;
}
#store .page .listing__empty__icon path {
  fill: currentColor;
}
#store .page .listing__empty__message {
  color: currentColor;
  font-size: 18px;
  line-height: 24px;
}
#store .page .listing__empty__message__link {
  color: currentColor;
  font-weight: 800;
}
#store .page .product-list .item__discount {
  color: #006729;
  font-weight: 700;
  margin-bottom: 12px;
}
#store .page .product-list .item__discount-value {
  margin-right: 5px;
}
#store .page .product-list--default {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style-type: none;
  margin: 0 -15px;
  padding: 0 0 80px;
}
#store .page .product-list--default.cart-open .item {
  flex-basis: calc(50% - 30px);
}
@media screen and (min-width: 992px) {
  #store .page .product-list--default.cart-open {
    width: 50%;
  }
}
#store .page .product-list--default .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-basis: 100%;
  margin: 15px;
}
@media screen and (min-width: 320px) {
  #store .page .product-list--default .item {
    flex-basis: calc(50% - 30px);
  }
}
@media screen and (min-width: 800px) {
  #store .page .product-list--default .item {
    flex-basis: calc(33.3333333333% - 30px);
  }
}
@media screen and (min-width: 1200px) {
  #store .page .product-list--default .item {
    flex-basis: calc(25% - 30px);
  }
}
#store .page .product-list--default .item:hover .item__image {
  transform: scale(1.1);
}
#store .page .product-list--default .item:hover .item__name {
  color: #333333;
}
#store .page .product-list--default .item__head {
  border-radius: 6px;
  height: 180px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  #store .page .product-list--default .item__head {
    height: 250px;
  }
}
#store .page .product-list--default .item__head:hover {
  cursor: pointer;
}
#store .page .product-list--default .item__head__label {
  background: #eb5757;
  border-radius: 25px;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.2px;
  line-height: 12px;
  padding: 8px;
  position: absolute;
  right: 6px;
  text-transform: uppercase;
  top: 16px;
}
#store .page .product-list--default .item__image {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 300ms ease;
  width: 100%;
}
#store .page .product-list--default .item__body {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 10px;
}
@media screen and (min-width: 600px) {
  #store .page .product-list--default .item__body {
    padding-top: 14px;
  }
}
#store .page .product-list--default .item__info {
  align-items: flex-start;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
#store .page .product-list--default .item__cta {
  flex: 0 0 auto;
  margin: 5px 0;
}
#store .page .product-list--default .item__name {
  color: #828282;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 5px;
  text-decoration: none;
  transition: color 300ms ease;
  word-break: break-word;
}
#store .page .product-list--default .item__name:hover {
  text-decoration: none;
}
#store .page .product-list--default .item__price-group {
  align-items: flex-start;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  justify-content: flex-start;
}
#store .page .product-list--default .item__price {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 5px 10px 5px 0;
}
#store .page .product-list--default .item__price--alt {
  color: #828282;
  margin-top: 0;
  text-decoration: line-through;
}
/* Modern UI */
#store .page .product-list--modern {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style-type: none;
  margin: 0 -15px;
  padding: 0 0 80px;
}
#store .page .product-list--modern.cart-open .item {
  flex-basis: calc(50% - 30px);
}
@media screen and (min-width: 992px) {
  #store .page .product-list--modern.cart-open {
    width: 50%;
  }
}
#store .page .product-list--modern .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-basis: 100%;
  margin: 15px;
}
@media screen and (min-width: 320px) {
  #store .page .product-list--modern .item {
    flex-basis: calc(100% - 30px);
  }
}
@media screen and (min-width: 800px) {
  #store .page .product-list--modern .item {
    flex-basis: calc(33.3333333333% - 30px);
  }
}
@media screen and (min-width: 1200px) {
  #store .page .product-list--modern .item {
    flex-basis: calc(33.33333% - 30px);
  }
}
#store .page .product-list--modern .item:hover .item__image {
  transform: scale(1.1);
}
#store .page .product-list--modern .item:hover .item__name {
  color: #333333;
}
#store .page .product-list--modern .item__head {
  border-radius: 6px;
  height: 180px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  #store .page .product-list--modern .item__head {
    height: 250px;
  }
}
#store .page .product-list--modern .item__head:hover {
  cursor: pointer;
}
#store .page .product-list--modern .item__head__label {
  background: #eb5757;
  border-radius: 25px;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.2px;
  line-height: 12px;
  padding: 8px;
  position: absolute;
  right: 6px;
  text-transform: uppercase;
  top: 16px;
}
#store .page .product-list--modern .item__image {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 300ms ease;
  width: 100%;
}
#store .page .product-list--modern .item__body {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 10px;
}
@media screen and (min-width: 600px) {
  #store .page .product-list--modern .item__body {
    padding-top: 14px;
  }
}
#store .page .product-list--modern .item__info {
  align-items: flex-start;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
#store .page .product-list--modern .item__cta {
  flex: 0 0 auto;
  margin: 5px 0;
}
#store .page .product-list--modern .item__name {
  color: #828282;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 5px;
  text-decoration: none;
  transition: color 300ms ease;
  word-break: break-word;
}
#store .page .product-list--modern .item__name:hover {
  text-decoration: none;
}
#store .page .product-list--modern .item__price-group {
  align-items: flex-start;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  justify-content: flex-start;
}
#store .page .product-list--modern .item__price {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 5px 10px 5px 0;
}
#store .page .product-list--modern .item__price--alt {
  color: #828282;
  margin-top: 0;
  text-decoration: line-through;
}

.product-search__mordern {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000000;
  padding: 5px 7px;
}
.product-search__mordern__input {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #4f4f4f;
  display: block;
  font-size: 14px;
  line-height: 1.43;
  min-width: 185px;
  padding: 5px;
  transition: all 300ms ease;
}

/* Modern UI end */
#store .page .product-list--grocery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0 0 80px;
}
#store .page .product-list--grocery.cart-open .item {
  flex-basis: 100%;
}
@media screen and (min-width: 992px) {
  #store .page .product-list--grocery.cart-open {
    width: 50%;
  }
}
#store .page .product-list--grocery .item {
  border-bottom: 0.5px solid #e0e0e0;
  align-items: flex-start;
  display: flex;
  flex-basis: 100%;
  justify-content: flex-start;
  padding: 27px 0;
}
@media screen and (min-width: 800px) {
  #store .page .product-list--grocery .item {
    flex-basis: calc(50% - 43px);
  }
}
#store .page .product-list--grocery .item:hover .item__image {
  transform: scale(1.1);
}
#store .page .product-list--grocery .item:hover .item__name {
  color: #333333;
}
#store .page .product-list--grocery .item__head {
  border-radius: 6px;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
}
#store .page .product-list--grocery .item__head:hover {
  cursor: pointer;
}
#store .page .product-list--grocery .item__head__label {
  background: #eb5757;
  border-radius: 25px;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.2px;
  line-height: 12px;
  padding: 8px;
  position: absolute;
  right: 6px;
  text-transform: uppercase;
  top: 16px;
}
#store .page .product-list--grocery .item__image {
  display: block;
  height: 100px;
  object-fit: cover;
  object-position: center;
  transition: transform 300ms ease;
  width: 100px;
}
@media screen and (min-width: 400px) {
  #store .page .product-list--grocery .item__image {
    height: 140px;
    width: 140px;
  }
}
#store .page .product-list--grocery .item__body {
  align-items: flex-start;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 15px;
}
@media screen and (min-width: 400px) {
  #store .page .product-list--grocery .item__body {
    padding: 0 25px;
  }
}
#store .page .product-list--grocery .item__info {
  flex: 1 1 auto;
}
#store .page .product-list--grocery .item__name {
  color: #333333;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 5px;
  text-decoration: none;
  transition: color 300ms ease;
  word-break: break-word;
}
@media screen and (min-width: 400px) {
  #store .page .product-list--grocery .item__name {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 8px;
  }
}
#store .page .product-list--grocery .item__name:hover {
  text-decoration: none;
}
#store .page .product-list--grocery .item__description {
  color: #828282;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  word-break: break-word;
}
@media screen and (min-width: 400px) {
  #store .page .product-list--grocery .item__description {
    line-height: 22px;
    margin-bottom: 16px;
  }
}
#store .page .product-list--grocery .item__description--mobile {
  display: block;
}
@media screen and (min-width: 400px) {
  #store .page .product-list--grocery .item__description--mobile {
    display: none;
  }
}
#store .page .product-list--grocery .item__description--web {
  display: none;
}
@media screen and (min-width: 400px) {
  #store .page .product-list--grocery .item__description--web {
    display: block;
  }
}
#store .page .product-list--grocery .item__price-group {
  align-items: flex-start;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#store .page .product-list--grocery .item__price {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 12px;
}
#store .page .product-list--grocery .item__price:not(:last-child) {
  margin-bottom: 6px;
  margin-right: 20px;
}
#store .page .product-list--grocery .item__price--alt {
  color: #828282 !important;
  font-size: 14px !important;
  text-decoration: line-through;
}
@media screen and (min-width: 400px) {
  #store .page .product-list--grocery .item__price {
    font-size: 18px;
    line-height: 20px;
  }
}
#store .page .product-list--fashion {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style-type: none;
  margin: 0 -15px;
  padding: 0 0 80px;
}
#store .page .product-list--fashion.cart-open .item {
  flex-basis: calc(50% - 30px);
}
#store .page .product-list--fashion.cart-open .item--top {
  flex-basis: 100%;
}
@media screen and (min-width: 992px) {
  #store .page .product-list--fashion.cart-open {
    width: 50%;
  }
}
#store .page .product-list--fashion .item {
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  justify-content: flex-end;
  margin: 15px;
}
@media screen and (min-width: 320px) {
  #store .page .product-list--fashion .item {
    flex-basis: calc(50% - 30px);
  }
}
@media screen and (min-width: 800px) {
  #store .page .product-list--fashion .item {
    flex-basis: calc(33.3333333333% - 30px);
  }
}
@media screen and (min-width: 1200px) {
  #store .page .product-list--fashion .item {
    flex-basis: calc(25% - 30px);
  }
}
#store .page .product-list--fashion .item--top {
  flex-basis: 100%;
}
@media screen and (min-width: 800px) {
  #store .page .product-list--fashion .item--top {
    flex-basis: calc(50% - 30px);
  }
}
#store .page .product-list--fashion .item--top .item__head {
  height: 350px;
}
@media screen and (min-width: 800px) {
  #store .page .product-list--fashion .item--top .item__head {
    height: 500px;
  }
}
#store .page .product-list--fashion .item--top .item__name {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 11px;
}
#store .page .product-list--fashion .item--top .item__price {
  color: #333333;
  font-size: 22px;
  line-height: 28px;
}
#store .page .product-list--fashion .item:hover .item__image {
  transform: scale(1.1);
}
#store .page .product-list--fashion .item:hover .item__name {
  color: #333333;
}
#store .page .product-list--fashion .item__head {
  border-radius: 6px;
  height: 180px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  #store .page .product-list--fashion .item__head {
    height: 250px;
  }
}
#store .page .product-list--fashion .item__head:hover {
  cursor: pointer;
}
#store .page .product-list--fashion .item__head__label {
  background: #eb5757;
  border-radius: 25px;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.2px;
  line-height: 12px;
  padding: 8px;
  position: absolute;
  right: 6px;
  text-transform: uppercase;
  top: 16px;
}
#store .page .product-list--fashion .item__image {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 300ms ease;
  width: 100%;
}
#store .page .product-list--fashion .item__body {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0 0;
}
@media screen and (min-width: 600px) {
  #store .page .product-list--fashion .item__body {
    flex-direction: row;
    padding: 14px 0 10px;
  }
}
#store .page .product-list--fashion .item__info {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 10px;
}
@media screen and (min-width: 600px) {
  #store .page .product-list--fashion .item__info {
    justify-content: flex-start;
    margin: 0;
  }
}
#store .page .product-list--fashion .item__cta {
  flex: 0 0 auto;
  margin: 0;
}
@media screen and (min-width: 600px) {
  #store .page .product-list--fashion .item__cta {
    margin: 0 0 0 10px;
  }
}
#store .page .product-list--fashion .item__name {
  color: #828282;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 6px;
  text-decoration: none;
  transition: color 300ms ease;
  word-break: break-word;
}
#store .page .product-list--fashion .item__name:hover {
  text-decoration: none;
}
#store .page .product-list--fashion .item__price-group {
  align-items: flex-start;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#store .page .product-list--fashion .item__price {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
#store .page .product-list--fashion .item__price:not(:last-child) {
  margin-right: 20px;
}
#store .page .product-list--fashion .item__price--alt {
  color: #828282 !important;
  font-size: 13px !important;
  text-decoration: line-through;
}
#store .page .product-list--art {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style-type: none;
  margin: 0 -15px;
  padding: 0 0 80px;
}
#store .page .product-list--art.cart-open .item {
  flex-basis: 100%;
}
@media screen and (min-width: 992px) {
  #store .page .product-list--art.cart-open {
    width: 50%;
  }
}
#store .page .product-list--art .item {
  flex-basis: 100%;
  margin: 15px;
}
@media screen and (min-width: 500px) {
  #store .page .product-list--art .item {
    flex-basis: calc(50% - 30px);
  }
}
#store .page .product-list--art .item--top {
  flex-basis: 100%;
}
#store .page .product-list--art .item--top .item__head {
  height: 400px;
}
@media screen and (min-width: 800px) {
  #store .page .product-list--art .item--top .item__head {
    height: 660px;
  }
}
#store .page .product-list--art .item--top .item__name {
  color: #333333;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 11px;
}
@media screen and (min-width: 320px) {
  #store .page .product-list--art .item--top .item__name {
    font-size: 22px;
    line-height: 30px;
  }
}
#store .page .product-list--art .item--top .item__price {
  color: #333333;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 16px;
}
#store .page .product-list--art .item--top .item__price--alt {
  margin-bottom: 0;
}
@media screen and (min-width: 320px) {
  #store .page .product-list--art .item--top .item__price {
    font-size: 24px;
  }
}
#store .page .product-list--art .item:hover .item__image {
  transform: scale(1.1);
}
#store .page .product-list--art .item:hover .item__name {
  color: #333333;
}
#store .page .product-list--art .item__head {
  border-radius: 6px;
  height: 300px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 500px) {
  #store .page .product-list--art .item__head {
    height: 350px;
  }
}
@media screen and (min-width: 768px) {
  #store .page .product-list--art .item__head {
    height: 500px;
  }
}
#store .page .product-list--art .item__head:hover {
  cursor: pointer;
}
#store .page .product-list--art .item__head__label {
  background: #eb5757;
  border-radius: 25px;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.2px;
  line-height: 12px;
  padding: 8px;
  position: absolute;
  right: 6px;
  text-transform: uppercase;
  top: 16px;
}
#store .page .product-list--art .item__image {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 300ms ease;
  width: 100%;
}
#store .page .product-list--art .item__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0 0;
}
@media screen and (min-width: 300px) {
  #store .page .product-list--art .item__body {
    flex-direction: row;
    padding: 14px 0 10px;
  }
}
#store .page .product-list--art .item__info {
  flex: 1 1 auto;
  margin: 0 0 10px;
}
@media screen and (min-width: 300px) {
  #store .page .product-list--art .item__info {
    margin: 0;
  }
}
#store .page .product-list--art .item__cta {
  flex: 0 0 auto;
  margin: 0 0 0;
}
@media screen and (min-width: 300px) {
  #store .page .product-list--art .item__cta {
    margin: 0 0 0 20px;
  }
}
#store .page .product-list--art .item__name {
  display: block;
  text-decoration: none;
  transition: color 300ms ease;
}
#store .page .product-list--art .item__name:hover {
  text-decoration: none;
}
#store .page .product-list--art .item__name,
#store .page .product-list--art .item__description {
  color: #828282;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 6px;
  word-break: break-word;
}
@media screen and (min-width: 320px) {
  #store .page .product-list--art .item__name,
  #store .page .product-list--art .item__description {
    font-size: 18px;
    line-height: 28px;
  }
}
#store .page .product-list--art .item__description {
  display: none;
}
@media screen and (min-width: 500px) {
  #store .page .product-list--art .item__description {
    display: block;
  }
}
#store .page .product-list--art .item__price-group {
  align-items: flex-start;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#store .page .product-list--art .item__price {
  color: #333333;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
#store .page .product-list--art .item__price:not(:last-child) {
  margin-right: 20px;
}
#store .page .product-list--art .item__price--alt {
  color: #828282 !important;
  font-size: 15px !important;
  text-decoration: line-through;
}
@media screen and (min-width: 320px) {
  #store .page .product-list--art .item__price {
    font-size: 22px;
    line-height: 28px;
  }
}
#store .page .product-list--art .item__price--mobile-only {
  display: block;
}
@media screen and (min-width: 5000px) {
  #store .page .product-list--art .item__price--mobile-only {
    display: none;
  }
}
#store .page .product-list--art .item__price--web-only {
  display: none;
}
@media screen and (min-width: 5000px) {
  #store .page .product-list--art .item__price--web-only {
    display: block;
  }
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-open {
  overflow: hidden;
  overflow-y: auto;
  display: flex !important;
  height: 100%;
  align-items: center;
}
.modal__dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
@media screen and (min-width: 768px) {
  .modal__dialog {
    width: 600px;
    margin: 30px auto;
  }
}
.modal.fade .modal__dialog {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.modal.in .modal__dialog {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.modal__content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .modal--sm {
    width: 360px;
  }
}
@media screen and (min-width: 992px) {
  .modal--lg {
    width: 900px;
  }
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal__header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal__header .close {
  margin-top: -2px;
}
.modal__title {
  margin: 0;
  line-height: 1.42857143;
}
.modal__body {
  position: relative;
  padding: 15px;
}
.modal__footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal__footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal__footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal__footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-opened {
  overflow: hidden !important;
}

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