/** Shopify CDN: Minification failed

Line 153:32 Unexpected "-->"

**/


.logo-flip-container {
  perspective: 1000px;
  width: 220px; /* Adjust to your logo size */
  height: 220px;
  margin: 0 auto;
}

.logo-flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: flipCycle 6s ease-in-out infinite;
}



.logo-flip-front,
.logo-flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Front: Logo */
.logo-flip-front .u-icon--logo {
  width: 100%;
  height: auto;
}

/* Back: Text */
.logo-flip-back {
  background-color: transparent; /* Make background invisible */
  color: #111;
  transform: rotateY(180deg);
  font-weight: bold;
  font-size: 0.9rem;
}


/* Flip animation (runs once on load) */
@keyframes flipCycle {
  0% {
    transform: rotateY(0);
  }
  16.66% {
    transform: rotateY(180deg); /* First flip */
  }
  33.33% {
    transform: rotateY(360deg); /* Second flip */
  }
  100% {
    transform: rotateY(360deg); /* Pause for 2 seconds */
  }
}






[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}


@media screen and (max-width: 749px) {
  .shopify-payment-button__button {
    padding: 16px !important; /* Use !important to override inline or Shopify styles */
    font-size: 16px !important;
    height: 34px !important;
    line-height: normal !important;
  }
}
<!--boleto-->

.recently-viewed-title { font-weight: bold; text-align: center; font-size: 1.6rem; } 
.recently-viewed-container h3 {
  margin-bottom: 20px; /* Adjust this value as needed */
}

.recently-viewed-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
 
}

.recent-products-carousel {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}

.recent-products-carousel::-webkit-scrollbar {
  display: none;
}

.recent-product-card {
  flex: 0 0 auto;
  min-width: 140px;
  max-width: 160px;
  width: 30%;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 8px;
  scroll-snap-align: start;
  text-align: center;
}







<!--Boleto Recently Viewed Ends -->

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit
}

.simplebar-mask {
  width: auto !important;
  height: auto !important
}

.simplebar-mask {
  direction: inherit;
  overflow: hidden;
  z-index: 0
}

.simplebar-mask,
.simplebar-offset {
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  resize: none !important
}

.simplebar-offset {
  -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important
}

.simplebar-content-wrapper {
  direction: inherit;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0
}

.simplebar-content:after,
.simplebar-content:before {
  content: " ";
  display: table
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important
}

.simplebar-height-auto-observer-wrapper {
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: block;
  opacity: 0;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  z-index: -1
}

.simplebar-height-auto-observer,
.simplebar-track {
  position: absolute;
  overflow: hidden;
  pointer-events: none
}

.simplebar-track {
  z-index: 1;
  right: 0;
  bottom: 0
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: .5;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none
}

@font-face {
  font-family: Ekstra;
  src: url(Ekstra-Medium.woff2) format("woff2"), url(Ekstra-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Ekstra;
  src: url(Ekstra-SemiBold.woff2) format("woff2"), url(Ekstra-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Morion;
  src: url(Morion-Light.woff2) format("woff2"), url(Morion-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%
}

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

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%
}

ul {
  list-style: none
}

embed,
iframe,
img,
object,
picture,
video {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%
}

[tabindex="-1"] {
  outline: none !important
}

hr {
  height: 0
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: 700
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

progress {
  vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

summary {
  display: list-item
}

@media(prefers-reduced-motion:reduce) {
  * {
    -webkit-animation-duration: .01ms !important;
    animation-duration: .01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: .01ms !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important
  }
}

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

input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

input[autocomplete=off]::-webkit-contacts-auto-fill-button,
input[autocomplete=off]::-webkit-credentials-auto-fill-button {
  display: none !important
}

input[autocomplete=off]::-webkit-contacts-auto-fill-button,
input[autocomplete=off]::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  height: 0;
  width: 0;
  margin: 0
}

select::-ms-expand {
  display: none
}

input[type=range]::-moz-focus-outer {
  border: 0
}

body,
html {
  -webkit-font-smoothing: antialiased
}

body {
  font-size: 14px;
  font-family: Ekstra, sans-serif;
  line-height: 145%;
  letter-spacing: normal;
  font-weight: 500;
  color: #000;
  background-color: #fff
}

@media(min-width:480px) {
  body {
    font-size: calc(.20833vw + 13px)
  }
}

@media(min-width:1440px) {
  body {
    font-size: 16px
  }
}

@media(min-width:1600px) {
  body {
    font-size: 16px
  }
}

a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none
}

a:active:not(:disabled):focus-visible,
a:focus:not(:disabled):focus-visible {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000
}

@media(min-width:1440px) {

  a:active:not(:disabled):focus-visible,
  a:focus:not(:disabled):focus-visible {
    -webkit-box-shadow: 0 0 0 .1388888889vw #fff, 0 0 0 .2777777778vw #000;
    box-shadow: 0 0 0 .1388888889vw #fff, 0 0 0 .2777777778vw #000
  }
}

button:active:not(:disabled):focus-visible,
button:focus:not(:disabled):focus-visible {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000
}

@media(min-width:1440px) {

  button:active:not(:disabled):focus-visible,
  button:focus:not(:disabled):focus-visible {
    -webkit-box-shadow: 0 0 0 .1388888889vw #fff, 0 0 0 .2777777778vw #000;
    box-shadow: 0 0 0 .1388888889vw #fff, 0 0 0 .2777777778vw #000
  }
}

.o-cookie-message {
  max-width: 1600px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-left: 4.1666666667%;
  padding-right: 4.1666666667%;
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  bottom: 0;
  width: 100%;
  background-color: #000;
  z-index: 4000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

.o-cookie-message.has-no-cookie {
  opacity: 1;
  visibility: visible
}

.o-mobile-navigation {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2000;
  display: none;
  -webkit-transition: all .3s cubic-bezier(.55, .085, .68, .53);
  transition: all .3s cubic-bezier(.55, .085, .68, .53)
}

@media(max-width:1140px) {
  .o-mobile-navigation {
    display: block
  }
}

.is-mobile-navigation-open .o-mobile-navigation {
  right: 0
}

.o-navigation {
  max-width: 1600px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: fixed;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1000;
  width: 100%;
  -webkit-transition: all .3s cubic-bezier(.55, .085, .68, .53);
  transition: all .3s cubic-bezier(.55, .085, .68, .53)
}

.has-scrolled .o-navigation {
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0)
}

.is-fixed-scrolled .o-navigation,
.slide-up .o-navigation {
  -webkit-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%)
}

.o-page {
  padding-top: 100px;
  position: relative
}

@media(max-width:1140px) {
  .o-page {
    padding-top: 58px
  }
}

.announcement-bar-enabled .o-page {
  padding-top: 140px
}

@media(max-width:1140px) {
  .announcement-bar-enabled .o-page {
    padding-top: 98px
  }
}

.o-page--account,
.o-page--addresses,
.o-page--order {
  background: #f5f5f5
}

.o-page--password {
  padding-top: 0
}

@media(max-width:1140px) {
  .o-page--password {
    padding-top: 0
  }
}

.o-page-container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto
}

.o-section {
  padding-left: 8.3333333333%;
  padding-right: 8.3333333333%;
  position: relative
}

@media(max-width:1140px) {
  .o-section {
    padding-left: 4.1666666667%;
    padding-right: 4.1666666667%
  }
}

.o-section--thin {
  padding-left: 16.6666666667%;
  padding-right: 16.6666666667%
}

@media(max-width:1140px) {
  .o-section--thin {
    padding-left: 4.1666666667%;
    padding-right: 4.1666666667%
  }
}

.o-section--narrow {
  padding-left: 12.5%;
  padding-right: 12.5%
}

@media(max-width:1140px) {
  .o-section--narrow {
    padding-left: 4.1666666667%;
    padding-right: 4.1666666667%
  }
}

.o-section--wide {
  padding-left: 4.1666666667%;
  padding-right: 4.1666666667%
}

.o-section--full {
  padding-left: 0;
  padding-right: 0
}

@media(max-width:1140px) {
  .o-section--full {
    padding-left: 0;
    padding-right: 0
  }
}

.o-section--no-overflow {
  overflow: hidden
}

.o-section--black {
  background-color: #000
}

.o-section--border-top {
  border-top: 1px solid #000
}

.o-section--border-bottom {
  border-bottom: 1px solid #000
}

.o-search-drawer {
  max-width: 1600px;
  left: 50%;
  position: fixed;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2500;
  width: 100%;
  -webkit-transition: all .3s cubic-bezier(.55, .085, .68, .53);
  transition: all .3s cubic-bezier(.55, .085, .68, .53);
  background: #fff;
  padding-left: 4.1666666667%;
  padding-right: 4.1666666667%;
  -webkit-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  visibility: hidden
}

.is-search-drawer-open .o-search-drawer {
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  visibility: visible
}

.c-button,
.o-page--product .yotpo .write-first-review-button,
.o-page--product .yotpo.yotpo-main-widget .write-button,
.o-page--product .yotpo.yotpo-main-widget .yotpo-submit,
.o-page--product .yotpo .yotpo-modal-dialog .write-button,
.o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit,
.p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
.p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
.shopify-challenge__button {
  height: 35px;
  padding-left: 45px;
  padding-right: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  outline: 0;
  border: none;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
  background-color: #000;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media(min-width:480px) {

  .c-button,
  .o-page--product .yotpo .write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .shopify-challenge__button {
    height: calc(1.04167vw + 30px)
  }
}

@media(min-width:1440px) {

  .c-button,
  .o-page--product .yotpo .write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .shopify-challenge__button {
    height: 45px
  }
}

@media(min-width:1600px) {

  .c-button,
  .o-page--product .yotpo .write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .shopify-challenge__button {
    height: 45px
  }
}

@media(min-width:480px) {

  .c-button,
  .o-page--product .yotpo .write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .shopify-challenge__button {
    padding-left: calc(1.5625vw + 37.5px)
  }
}

@media(min-width:1440px) {

  .c-button,
  .o-page--product .yotpo .write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .shopify-challenge__button {
    padding-left: 60px
  }
}

@media(min-width:1600px) {

  .c-button,
  .o-page--product .yotpo .write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .shopify-challenge__button {
    padding-left: 60px
  }
}

@media(min-width:480px) {

  .c-button,
  .o-page--product .yotpo .write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .shopify-challenge__button {
    padding-right: calc(1.5625vw + 37.5px)
  }
}

@media(min-width:1440px) {

  .c-button,
  .o-page--product .yotpo .write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .shopify-challenge__button {
    padding-right: 60px
  }
}

@media(min-width:1600px) {

  .c-button,
  .o-page--product .yotpo .write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .shopify-challenge__button {
    padding-right: 60px
  }
}

@media(hover:none) {

  .c-button,
  .o-page--product .yotpo .write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .shopify-challenge__button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }
}

@media(max-width:800px) {

  .c-button,
  .o-page--product .yotpo .write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .shopify-challenge__button {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
  }
}

@media(max-width:800px)and (min-width:480px) {

  .c-button,
  .o-page--product .yotpo .write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .shopify-challenge__button {
    padding-left: 20px
  }
}

@media(max-width:800px)and (min-width:1440px) {

  .c-button,
  .o-page--product .yotpo .write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .shopify-challenge__button {
    padding-left: 20px
  }
}

@media(max-width:800px)and (min-width:1600px) {

  .c-button,
  .o-page--product .yotpo .write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .shopify-challenge__button {
    padding-left: 20px
  }
}

@media(max-width:800px)and (min-width:480px) {

  .c-button,
  .o-page--product .yotpo .write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .shopify-challenge__button {
    padding-right: 20px
  }
}

@media(max-width:800px)and (min-width:1440px) {

  .c-button,
  .o-page--product .yotpo .write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .shopify-challenge__button {
    padding-right: 20px
  }
}

@media(max-width:800px)and (min-width:1600px) {

  .c-button,
  .o-page--product .yotpo .write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .shopify-challenge__button {
    padding-right: 20px
  }
}

.c-button:disabled,
.o-page--product .yotpo .write-first-review-button:disabled,
.o-page--product .yotpo.yotpo-main-widget .write-button:disabled,
.o-page--product .yotpo.yotpo-main-widget .yotpo-submit:disabled,
.o-page--product .yotpo .yotpo-modal-dialog .write-button:disabled,
.o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit:disabled,
.p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result:disabled,
.p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result:disabled,
.shopify-challenge__button:disabled {
  opacity: .3;
  cursor: not-allowed
}

.c-button--small {
  height: 25px;
  padding-left: 30px;
  padding-right: 30px
}

@media(min-width:480px) {
  .c-button--small {
    height: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {
  .c-button--small {
    height: 35px
  }
}

@media(min-width:1600px) {
  .c-button--small {
    height: 35px
  }
}

@media(min-width:480px) {
  .c-button--small {
    padding-left: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {
  .c-button--small {
    padding-left: 40px
  }
}

@media(min-width:1600px) {
  .c-button--small {
    padding-left: 40px
  }
}

@media(min-width:480px) {
  .c-button--small {
    padding-right: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {
  .c-button--small {
    padding-right: 40px
  }
}

@media(min-width:1600px) {
  .c-button--small {
    padding-right: 40px
  }
}

@media(max-width:800px) {
  .c-button--small {
    padding-left: 20px;
    padding-right: 20px
  }
}

@media(max-width:800px)and (min-width:480px) {
  .c-button--small {
    padding-left: 20px
  }
}

@media(max-width:800px)and (min-width:1440px) {
  .c-button--small {
    padding-left: 20px
  }
}

@media(max-width:800px)and (min-width:1600px) {
  .c-button--small {
    padding-left: 20px
  }
}

@media(max-width:800px)and (min-width:480px) {
  .c-button--small {
    padding-right: 20px
  }
}

@media(max-width:800px)and (min-width:1440px) {
  .c-button--small {
    padding-right: 20px
  }
}

@media(max-width:800px)and (min-width:1600px) {
  .c-button--small {
    padding-right: 20px
  }
}

.c-button--big,
.shopify-challenge__button {
  padding-left: 115px;
  padding-right: 115px
}

@media(min-width:480px) {

  .c-button--big,
  .shopify-challenge__button {
    padding-left: calc(5.20833vw + 90px)
  }
}

@media(min-width:1440px) {

  .c-button--big,
  .shopify-challenge__button {
    padding-left: 165px
  }
}

@media(min-width:1600px) {

  .c-button--big,
  .shopify-challenge__button {
    padding-left: 165px
  }
}

@media(min-width:480px) {

  .c-button--big,
  .shopify-challenge__button {
    padding-right: calc(5.20833vw + 90px)
  }
}

@media(min-width:1440px) {

  .c-button--big,
  .shopify-challenge__button {
    padding-right: 165px
  }
}

@media(min-width:1600px) {

  .c-button--big,
  .shopify-challenge__button {
    padding-right: 165px
  }
}

@media(max-width:960px) {

  .c-button--big,
  .shopify-challenge__button {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
  }
}

@media(max-width:960px)and (min-width:480px) {

  .c-button--big,
  .shopify-challenge__button {
    padding-left: 20px
  }
}

@media(max-width:960px)and (min-width:1440px) {

  .c-button--big,
  .shopify-challenge__button {
    padding-left: 20px
  }
}

@media(max-width:960px)and (min-width:1600px) {

  .c-button--big,
  .shopify-challenge__button {
    padding-left: 20px
  }
}

@media(max-width:960px)and (min-width:480px) {

  .c-button--big,
  .shopify-challenge__button {
    padding-right: 20px
  }
}

@media(max-width:960px)and (min-width:1440px) {

  .c-button--big,
  .shopify-challenge__button {
    padding-right: 20px
  }
}

@media(max-width:960px)and (min-width:1600px) {

  .c-button--big,
  .shopify-challenge__button {
    padding-right: 20px
  }
}

.c-button--full {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%
}

@media(min-width:480px) {
  .c-button--full {
    padding-left: 20px
  }
}

@media(min-width:1440px) {
  .c-button--full {
    padding-left: 20px
  }
}

@media(min-width:1600px) {
  .c-button--full {
    padding-left: 20px
  }
}

@media(min-width:480px) {
  .c-button--full {
    padding-right: 20px
  }
}

@media(min-width:1440px) {
  .c-button--full {
    padding-right: 20px
  }
}

@media(min-width:1600px) {
  .c-button--full {
    padding-right: 20px
  }
}

.c-button--mid-grey {
  background: #d0d0d0;
  color: #000
}

.c-button--white {
  background: #fff;
  color: #000
}

.c-button--transparent {
  border: 1px solid #000;
  background: transparent;
  color: #000
}

.c-button__loader {
  width: 20px;
  height: 20px;
  margin-left: 15px;
  display: none;
  z-index: 2;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #fff;
  -webkit-animation: c 1s linear infinite;
  animation: c 1s linear infinite
}

@media(min-width:480px) {
  .c-button__loader {
    margin-left: 15px
  }
}

@media(min-width:1440px) {
  .c-button__loader {
    margin-left: 15px
  }
}

@media(min-width:1600px) {
  .c-button__loader {
    margin-left: 15px
  }
}

.go-cart-adding .c-button,
.go-cart-adding .o-page--product .yotpo .write-first-review-button,
.go-cart-adding .o-page--product .yotpo.yotpo-main-widget .write-button,
.go-cart-adding .o-page--product .yotpo.yotpo-main-widget .yotpo-submit,
.go-cart-adding .o-page--product .yotpo .yotpo-modal-dialog .write-button,
.go-cart-adding .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit,
.go-cart-adding .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
.go-cart-adding .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
.go-cart-adding .shopify-challenge__button,
.o-page--product .yotpo .go-cart-adding .write-first-review-button,
.o-page--product .yotpo.yotpo-main-widget .go-cart-adding .write-button,
.o-page--product .yotpo.yotpo-main-widget .go-cart-adding .yotpo-submit,
.o-page--product .yotpo .yotpo-modal-dialog .go-cart-adding .write-button,
.o-page--product .yotpo .yotpo-modal-dialog .go-cart-adding .yotpo-submit,
.p-collection .boost-pfs-filter-tree-v .go-cart-adding .boost-pfs-filter-show-result,
.p-search .boost-pfs-filter-tree-v .go-cart-adding .boost-pfs-filter-show-result {
  cursor: not-allowed;
  pointer-events: none
}

.go-cart-adding .c-button .c-button__loader,
.go-cart-adding .o-page--product .yotpo .write-first-review-button .c-button__loader,
.go-cart-adding .o-page--product .yotpo.yotpo-main-widget .write-button .c-button__loader,
.go-cart-adding .o-page--product .yotpo.yotpo-main-widget .yotpo-submit .c-button__loader,
.go-cart-adding .o-page--product .yotpo .yotpo-modal-dialog .write-button .c-button__loader,
.go-cart-adding .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit .c-button__loader,
.go-cart-adding .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result .c-button__loader,
.go-cart-adding .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result .c-button__loader,
.go-cart-adding .shopify-challenge__button .c-button__loader,
.o-page--product .yotpo .go-cart-adding .write-first-review-button .c-button__loader,
.o-page--product .yotpo.yotpo-main-widget .go-cart-adding .write-button .c-button__loader,
.o-page--product .yotpo.yotpo-main-widget .go-cart-adding .yotpo-submit .c-button__loader,
.o-page--product .yotpo .yotpo-modal-dialog .go-cart-adding .write-button .c-button__loader,
.o-page--product .yotpo .yotpo-modal-dialog .go-cart-adding .yotpo-submit .c-button__loader,
.p-collection .boost-pfs-filter-tree-v .go-cart-adding .boost-pfs-filter-show-result .c-button__loader,
.p-search .boost-pfs-filter-tree-v .go-cart-adding .boost-pfs-filter-show-result .c-button__loader {
  display: inline-block
}

.c-button+.c-button,
.c-button+.shopify-challenge__button,
.o-page--product .yotpo .c-button+.write-first-review-button,
.o-page--product .yotpo .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-first-review-button,
.o-page--product .yotpo .p-collection .boost-pfs-filter-tree-v .write-first-review-button+.boost-pfs-filter-show-result,
.o-page--product .yotpo .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-first-review-button,
.o-page--product .yotpo .p-search .boost-pfs-filter-tree-v .write-first-review-button+.boost-pfs-filter-show-result,
.o-page--product .yotpo .shopify-challenge__button+.write-first-review-button,
.o-page--product .yotpo .write-first-review-button+.c-button,
.o-page--product .yotpo .write-first-review-button+.shopify-challenge__button,
.o-page--product .yotpo .write-first-review-button+.write-first-review-button,
.o-page--product .yotpo.yotpo-main-widget .c-button+.write-button,
.o-page--product .yotpo.yotpo-main-widget .c-button+.yotpo-submit,
.o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
.o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
.o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
.o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
.o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
.o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
.o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
.o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
.o-page--product .yotpo.yotpo-main-widget .shopify-challenge__button+.write-button,
.o-page--product .yotpo.yotpo-main-widget .shopify-challenge__button+.yotpo-submit,
.o-page--product .yotpo.yotpo-main-widget .write-button+.c-button,
.o-page--product .yotpo.yotpo-main-widget .write-button+.shopify-challenge__button,
.o-page--product .yotpo.yotpo-main-widget .write-button+.write-button,
.o-page--product .yotpo.yotpo-main-widget .write-button+.write-first-review-button,
.o-page--product .yotpo.yotpo-main-widget .write-button+.yotpo-submit,
.o-page--product .yotpo.yotpo-main-widget .write-first-review-button+.write-button,
.o-page--product .yotpo.yotpo-main-widget .write-first-review-button+.yotpo-submit,
.o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.c-button,
.o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.shopify-challenge__button,
.o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.write-button,
.o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.write-first-review-button,
.o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.yotpo-submit,
.o-page--product .yotpo .yotpo-modal-dialog .c-button+.write-button,
.o-page--product .yotpo .yotpo-modal-dialog .c-button+.yotpo-submit,
.o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
.o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
.o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
.o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
.o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
.o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
.o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
.o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
.o-page--product .yotpo .yotpo-modal-dialog .shopify-challenge__button+.write-button,
.o-page--product .yotpo .yotpo-modal-dialog .shopify-challenge__button+.yotpo-submit,
.o-page--product .yotpo .yotpo-modal-dialog .write-button+.c-button,
.o-page--product .yotpo .yotpo-modal-dialog .write-button+.shopify-challenge__button,
.o-page--product .yotpo .yotpo-modal-dialog .write-button+.write-button,
.o-page--product .yotpo .yotpo-modal-dialog .write-button+.write-first-review-button,
.o-page--product .yotpo .yotpo-modal-dialog .write-button+.yotpo-submit,
.o-page--product .yotpo .yotpo-modal-dialog .write-first-review-button+.write-button,
.o-page--product .yotpo .yotpo-modal-dialog .write-first-review-button+.yotpo-submit,
.o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.c-button,
.o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.shopify-challenge__button,
.o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.write-button,
.o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.write-first-review-button,
.o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.yotpo-submit,
.p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
.p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.c-button,
.p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.shopify-challenge__button,
.p-collection .boost-pfs-filter-tree-v .c-button+.boost-pfs-filter-show-result,
.p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
.p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
.p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
.p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
.p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
.p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
.p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
.p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
.p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
.p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
.p-collection .boost-pfs-filter-tree-v .shopify-challenge__button+.boost-pfs-filter-show-result,
.p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
.p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.c-button,
.p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.shopify-challenge__button,
.p-search .boost-pfs-filter-tree-v .c-button+.boost-pfs-filter-show-result,
.p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
.p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
.p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
.p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
.p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
.p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
.p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
.p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
.p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
.p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
.p-search .boost-pfs-filter-tree-v .shopify-challenge__button+.boost-pfs-filter-show-result,
.shopify-challenge__button+.c-button,
.shopify-challenge__button+.shopify-challenge__button {
  margin-left: 10px
}

@media(min-width:480px) {

  .c-button+.c-button,
  .c-button+.shopify-challenge__button,
  .o-page--product .yotpo .c-button+.write-first-review-button,
  .o-page--product .yotpo .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .p-collection .boost-pfs-filter-tree-v .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .p-search .boost-pfs-filter-tree-v .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .shopify-challenge__button+.write-first-review-button,
  .o-page--product .yotpo .write-first-review-button+.c-button,
  .o-page--product .yotpo .write-first-review-button+.shopify-challenge__button,
  .o-page--product .yotpo .write-first-review-button+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .c-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .c-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .shopify-challenge__button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .shopify-challenge__button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.c-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.shopify-challenge__button,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .write-first-review-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .write-first-review-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.c-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.shopify-challenge__button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .c-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .c-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .shopify-challenge__button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .shopify-challenge__button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.c-button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.shopify-challenge__button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.write-first-review-button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-first-review-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-first-review-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.c-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.shopify-challenge__button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.write-first-review-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.c-button,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.shopify-challenge__button,
  .p-collection .boost-pfs-filter-tree-v .c-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .shopify-challenge__button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.c-button,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.shopify-challenge__button,
  .p-search .boost-pfs-filter-tree-v .c-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .shopify-challenge__button+.boost-pfs-filter-show-result,
  .shopify-challenge__button+.c-button,
  .shopify-challenge__button+.shopify-challenge__button {
    margin-left: 10px
  }
}

@media(min-width:1440px) {

  .c-button+.c-button,
  .c-button+.shopify-challenge__button,
  .o-page--product .yotpo .c-button+.write-first-review-button,
  .o-page--product .yotpo .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .p-collection .boost-pfs-filter-tree-v .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .p-search .boost-pfs-filter-tree-v .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .shopify-challenge__button+.write-first-review-button,
  .o-page--product .yotpo .write-first-review-button+.c-button,
  .o-page--product .yotpo .write-first-review-button+.shopify-challenge__button,
  .o-page--product .yotpo .write-first-review-button+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .c-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .c-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .shopify-challenge__button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .shopify-challenge__button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.c-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.shopify-challenge__button,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .write-first-review-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .write-first-review-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.c-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.shopify-challenge__button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .c-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .c-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .shopify-challenge__button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .shopify-challenge__button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.c-button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.shopify-challenge__button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.write-first-review-button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-first-review-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-first-review-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.c-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.shopify-challenge__button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.write-first-review-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.c-button,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.shopify-challenge__button,
  .p-collection .boost-pfs-filter-tree-v .c-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .shopify-challenge__button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.c-button,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.shopify-challenge__button,
  .p-search .boost-pfs-filter-tree-v .c-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .shopify-challenge__button+.boost-pfs-filter-show-result,
  .shopify-challenge__button+.c-button,
  .shopify-challenge__button+.shopify-challenge__button {
    margin-left: 10px
  }
}

@media(min-width:1600px) {

  .c-button+.c-button,
  .c-button+.shopify-challenge__button,
  .o-page--product .yotpo .c-button+.write-first-review-button,
  .o-page--product .yotpo .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .p-collection .boost-pfs-filter-tree-v .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .p-search .boost-pfs-filter-tree-v .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .shopify-challenge__button+.write-first-review-button,
  .o-page--product .yotpo .write-first-review-button+.c-button,
  .o-page--product .yotpo .write-first-review-button+.shopify-challenge__button,
  .o-page--product .yotpo .write-first-review-button+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .c-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .c-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .shopify-challenge__button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .shopify-challenge__button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.c-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.shopify-challenge__button,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .write-first-review-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .write-first-review-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.c-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.shopify-challenge__button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .c-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .c-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .shopify-challenge__button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .shopify-challenge__button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.c-button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.shopify-challenge__button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.write-first-review-button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-first-review-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-first-review-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.c-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.shopify-challenge__button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.write-first-review-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.c-button,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.shopify-challenge__button,
  .p-collection .boost-pfs-filter-tree-v .c-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .shopify-challenge__button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.c-button,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.shopify-challenge__button,
  .p-search .boost-pfs-filter-tree-v .c-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .shopify-challenge__button+.boost-pfs-filter-show-result,
  .shopify-challenge__button+.c-button,
  .shopify-challenge__button+.shopify-challenge__button {
    margin-left: 10px
  }
}

@media(max-width:800px) {

  .c-button+.c-button,
  .c-button+.shopify-challenge__button,
  .o-page--product .yotpo .c-button+.write-first-review-button,
  .o-page--product .yotpo .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .p-collection .boost-pfs-filter-tree-v .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .p-search .boost-pfs-filter-tree-v .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .shopify-challenge__button+.write-first-review-button,
  .o-page--product .yotpo .write-first-review-button+.c-button,
  .o-page--product .yotpo .write-first-review-button+.shopify-challenge__button,
  .o-page--product .yotpo .write-first-review-button+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .c-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .c-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .shopify-challenge__button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .shopify-challenge__button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.c-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.shopify-challenge__button,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .write-first-review-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .write-first-review-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.c-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.shopify-challenge__button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .c-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .c-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .shopify-challenge__button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .shopify-challenge__button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.c-button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.shopify-challenge__button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.write-first-review-button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-first-review-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-first-review-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.c-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.shopify-challenge__button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.write-first-review-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.c-button,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.shopify-challenge__button,
  .p-collection .boost-pfs-filter-tree-v .c-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .shopify-challenge__button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.c-button,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.shopify-challenge__button,
  .p-search .boost-pfs-filter-tree-v .c-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .shopify-challenge__button+.boost-pfs-filter-show-result,
  .shopify-challenge__button+.c-button,
  .shopify-challenge__button+.shopify-challenge__button {
    margin-top: 10px;
    margin-left: 0
  }
}

@media(max-width:800px)and (min-width:480px) {

  .c-button+.c-button,
  .c-button+.shopify-challenge__button,
  .o-page--product .yotpo .c-button+.write-first-review-button,
  .o-page--product .yotpo .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .p-collection .boost-pfs-filter-tree-v .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .p-search .boost-pfs-filter-tree-v .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .shopify-challenge__button+.write-first-review-button,
  .o-page--product .yotpo .write-first-review-button+.c-button,
  .o-page--product .yotpo .write-first-review-button+.shopify-challenge__button,
  .o-page--product .yotpo .write-first-review-button+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .c-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .c-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .shopify-challenge__button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .shopify-challenge__button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.c-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.shopify-challenge__button,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .write-first-review-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .write-first-review-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.c-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.shopify-challenge__button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .c-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .c-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .shopify-challenge__button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .shopify-challenge__button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.c-button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.shopify-challenge__button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.write-first-review-button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-first-review-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-first-review-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.c-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.shopify-challenge__button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.write-first-review-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.c-button,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.shopify-challenge__button,
  .p-collection .boost-pfs-filter-tree-v .c-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .shopify-challenge__button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.c-button,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.shopify-challenge__button,
  .p-search .boost-pfs-filter-tree-v .c-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .shopify-challenge__button+.boost-pfs-filter-show-result,
  .shopify-challenge__button+.c-button,
  .shopify-challenge__button+.shopify-challenge__button {
    margin-top: 10px
  }
}

@media(max-width:800px)and (min-width:1440px) {

  .c-button+.c-button,
  .c-button+.shopify-challenge__button,
  .o-page--product .yotpo .c-button+.write-first-review-button,
  .o-page--product .yotpo .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .p-collection .boost-pfs-filter-tree-v .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .p-search .boost-pfs-filter-tree-v .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .shopify-challenge__button+.write-first-review-button,
  .o-page--product .yotpo .write-first-review-button+.c-button,
  .o-page--product .yotpo .write-first-review-button+.shopify-challenge__button,
  .o-page--product .yotpo .write-first-review-button+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .c-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .c-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .shopify-challenge__button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .shopify-challenge__button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.c-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.shopify-challenge__button,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .write-first-review-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .write-first-review-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.c-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.shopify-challenge__button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .c-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .c-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .shopify-challenge__button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .shopify-challenge__button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.c-button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.shopify-challenge__button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.write-first-review-button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-first-review-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-first-review-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.c-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.shopify-challenge__button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.write-first-review-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.c-button,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.shopify-challenge__button,
  .p-collection .boost-pfs-filter-tree-v .c-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .shopify-challenge__button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.c-button,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.shopify-challenge__button,
  .p-search .boost-pfs-filter-tree-v .c-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .shopify-challenge__button+.boost-pfs-filter-show-result,
  .shopify-challenge__button+.c-button,
  .shopify-challenge__button+.shopify-challenge__button {
    margin-top: 10px
  }
}

@media(max-width:800px)and (min-width:1600px) {

  .c-button+.c-button,
  .c-button+.shopify-challenge__button,
  .o-page--product .yotpo .c-button+.write-first-review-button,
  .o-page--product .yotpo .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .p-collection .boost-pfs-filter-tree-v .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .p-search .boost-pfs-filter-tree-v .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .shopify-challenge__button+.write-first-review-button,
  .o-page--product .yotpo .write-first-review-button+.c-button,
  .o-page--product .yotpo .write-first-review-button+.shopify-challenge__button,
  .o-page--product .yotpo .write-first-review-button+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .c-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .c-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .shopify-challenge__button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .shopify-challenge__button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.c-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.shopify-challenge__button,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .write-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .write-first-review-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .write-first-review-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.c-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.shopify-challenge__button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .c-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .c-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .shopify-challenge__button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .shopify-challenge__button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.c-button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.shopify-challenge__button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.write-first-review-button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-first-review-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .write-first-review-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.c-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.shopify-challenge__button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.write-first-review-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.c-button,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.shopify-challenge__button,
  .p-collection .boost-pfs-filter-tree-v .c-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .shopify-challenge__button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.c-button,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.shopify-challenge__button,
  .p-search .boost-pfs-filter-tree-v .c-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .shopify-challenge__button+.boost-pfs-filter-show-result,
  .shopify-challenge__button+.c-button,
  .shopify-challenge__button+.shopify-challenge__button {
    margin-top: 10px
  }
}

.c-cookie-message {
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(min-width:480px) {
  .c-cookie-message {
    padding-top: 15px
  }
}

@media(min-width:1440px) {
  .c-cookie-message {
    padding-top: 15px
  }
}

@media(min-width:1600px) {
  .c-cookie-message {
    padding-top: 15px
  }
}

@media(min-width:480px) {
  .c-cookie-message {
    padding-bottom: 15px
  }
}

@media(min-width:1440px) {
  .c-cookie-message {
    padding-bottom: 15px
  }
}

@media(min-width:1600px) {
  .c-cookie-message {
    padding-bottom: 15px
  }
}

@media(max-width:800px) {
  .c-cookie-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
  }
}

.c-cookie-message__paragraph {
  padding-right: 25px;
  color: #fff
}

@media(min-width:480px) {
  .c-cookie-message__paragraph {
    padding-right: calc(.52083vw + 22.5px)
  }
}

@media(min-width:1440px) {
  .c-cookie-message__paragraph {
    padding-right: 30px
  }
}

@media(min-width:1600px) {
  .c-cookie-message__paragraph {
    padding-right: 30px
  }
}

@media(max-width:800px) {
  .c-cookie-message__paragraph {
    padding-bottom: 15px;
    padding-right: 0
  }
}

@media(max-width:800px)and (min-width:480px) {
  .c-cookie-message__paragraph {
    padding-bottom: 15px
  }
}

@media(max-width:800px)and (min-width:1440px) {
  .c-cookie-message__paragraph {
    padding-bottom: 15px
  }
}

@media(max-width:800px)and (min-width:1600px) {
  .c-cookie-message__paragraph {
    padding-bottom: 15px
  }
}

.c-cookie-message__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media(max-width:800px) {
  .c-cookie-message__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
  }
}

.c-footer {
  color: #fff
}

.c-footer__logo-bar {
  height: 70px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border-bottom: 1px solid #fff
}

.c-footer__logo-bar .u-icon--logo {
  font-size: 220px;
  margin-right: 50px
}

@media(min-width:480px) {
  .c-footer__logo-bar .u-icon--logo {
    margin-right: calc(2.60417vw + 37.5px)
  }
}

@media(min-width:1440px) {
  .c-footer__logo-bar .u-icon--logo {
    margin-right: 75px
  }
}

@media(min-width:1600px) {
  .c-footer__logo-bar .u-icon--logo {
    margin-right: 75px
  }
}

.c-footer__scroller {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  -webkit-animation: a 10s linear infinite;
  animation: a 10s linear infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  will-change: transform
}

.c-footer__content {
  padding-left: 4.1666666667%;
  padding-right: 4.1666666667%
  
}

.c-footer__info-nav-wrapper {
  padding-top: 50px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #444
}

@media(min-width:480px) {
  .c-footer__info-nav-wrapper {
    padding-top: calc(2.60417vw + 37.5px)
  }
}

@media(min-width:1440px) {
  .c-footer__info-nav-wrapper {
    padding-top: 75px
  }
}

@media(min-width:1600px) {
  .c-footer__info-nav-wrapper {
    padding-top: 75px
  }
}

@media(min-width:480px) {
  .c-footer__info-nav-wrapper {
    padding-bottom: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {
  .c-footer__info-nav-wrapper {
    padding-bottom: 35px
  }
}

@media(min-width:1600px) {
  .c-footer__info-nav-wrapper {
    padding-bottom: 35px
  }
}

@media(max-width:800px) {
  .c-footer__info-nav-wrapper {
    padding-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media(max-width:800px)and (min-width:480px) {
  .c-footer__info-nav-wrapper {
    padding-top: calc(1.04167vw + 20px)
  }
}

@media(max-width:800px)and (min-width:1440px) {
  .c-footer__info-nav-wrapper {
    padding-top: 35px
  }
}

@media(max-width:800px)and (min-width:1600px) {
  .c-footer__info-nav-wrapper {
    padding-top: 35px
  }
}

.c-footer__info .u-icon--logo-small {
  margin-bottom: 20px;
  font-size: 25px
}

@media(min-width:480px) {
  .c-footer__info .u-icon--logo-small {
    margin-bottom: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .c-footer__info .u-icon--logo-small {
    margin-bottom: 25px
  }
}

@media(min-width:1600px) {
  .c-footer__info .u-icon--logo-small {
    margin-bottom: 25px
  }
}

@media(min-width:480px) {
  .c-footer__info .u-icon--logo-small {
    font-size: calc(.52083vw + 22.5px)
  }
}

@media(min-width:1440px) {
  .c-footer__info .u-icon--logo-small {
    font-size: 30px
  }
}

@media(min-width:1600px) {
  .c-footer__info .u-icon--logo-small {
    font-size: 30px
  }
}

.c-footer__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media(max-width:800px) {
  .c-footer__navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.c-footer__navigation nav {
  min-width: 227px;
  margin-right: 25px
}

@media(min-width:480px) {
  .c-footer__navigation nav {
    margin-right: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {
  .c-footer__navigation nav {
    margin-right: 35px
  }
}

@media(min-width:1600px) {
  .c-footer__navigation nav {
    margin-right: 35px
  }
}

.c-footer__navigation nav:last-child {
  margin-right: 0
}

@media(max-width:800px) {
  .c-footer__navigation nav:last-child {
    margin-bottom: 0
  }
}

@media(max-width:800px) {
  .c-footer__navigation nav {
    margin-bottom: 25px;
    margin-right: 0
  }
}

@media(max-width:800px)and (min-width:480px) {
  .c-footer__navigation nav {
    margin-bottom: calc(1.04167vw + 20px)
  }
}

@media(max-width:800px)and (min-width:1440px) {
  .c-footer__navigation nav {
    margin-bottom: 35px
  }
}

@media(max-width:800px)and (min-width:1600px) {
  .c-footer__navigation nav {
    margin-bottom: 35px
  }
}

.c-footer__navigation nav h3 {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #444
}

@media(min-width:480px) {
  .c-footer__navigation nav h3 {
    padding-bottom: 5px
  }
}

@media(min-width:1440px) {
  .c-footer__navigation nav h3 {
    padding-bottom: 5px
  }
}

@media(min-width:1600px) {
  .c-footer__navigation nav h3 {
    padding-bottom: 5px
  }
}

@media(min-width:480px) {
  .c-footer__navigation nav h3 {
    margin-bottom: 10px
  }
}

@media(min-width:1440px) {
  .c-footer__navigation nav h3 {
    margin-bottom: 10px
  }
}

@media(min-width:1600px) {
  .c-footer__navigation nav h3 {
    margin-bottom: 10px
  }
}

.c-footer__navigation nav a {
  margin-bottom: 10px;
  display: block
}

@media(min-width:480px) {
  .c-footer__navigation nav a {
    margin-bottom: 10px
  }
}

@media(min-width:1440px) {
  .c-footer__navigation nav a {
    margin-bottom: 10px
  }
}

@media(min-width:1600px) {
  .c-footer__navigation nav a {
    margin-bottom: 10px
  }
}

.c-footer__navigation nav a:last-child {
  margin-bottom: 0
}

.c-footer__navigation-title {
  color:rgb(243, 240, 240)
}

.c-footer__navigation nav a {
  color:rgb(199, 193, 193);
  text-decoration: none; /* Optional: removes underline */
}

.c-footer__navigation nav a:hover {
  color: #fff; /* Slightly lighter on hover */
}


.c-footer__impressum {
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #d0d0d0
}

@media(min-width:480px) {
  .c-footer__impressum {
    padding-top: 10px
  }
}

@media(min-width:1440px) {
  .c-footer__impressum {
    padding-top: 10px
  }
}

@media(min-width:1600px) {
  .c-footer__impressum {
    padding-top: 10px
  }
}

@media(min-width:480px) {
  .c-footer__impressum {
    padding-bottom: 10px
  }
}

@media(min-width:1440px) {
  .c-footer__impressum {
    padding-bottom: 10px
  }
}

@media(min-width:1600px) {
  .c-footer__impressum {
    padding-bottom: 10px
  }
}

@media(max-width:800px) {
  .c-footer__impressum {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media(max-width:800px) {
  .c-footer__impressum :first-child {
    margin-bottom: 10px
  }
}

@media(max-width:800px)and (min-width:480px) {
  .c-footer__impressum :first-child {
    margin-bottom: 10px
  }
}

@media(max-width:800px)and (min-width:1440px) {
  .c-footer__impressum :first-child {
    margin-bottom: 10px
  }
}

@media(max-width:800px)and (min-width:1600px) {
  .c-footer__impressum :first-child {
    margin-bottom: 10px
  }
}

.c-footer__company-info {
  color: #d0d0d0
}

.c-footer__company-info p:first-of-type {
  margin-bottom: 10px
}

@media(min-width:480px) {
  .c-footer__company-info p:first-of-type {
    margin-bottom: 10px
  }
}

@media(min-width:1440px) {
  .c-footer__company-info p:first-of-type {
    margin-bottom: 10px
  }
}

@media(min-width:1600px) {
  .c-footer__company-info p:first-of-type {
    margin-bottom: 10px
  }
}

.c-footer__cards {
  margin-top: 20px;
  margin-bottom: 0
}

@media(min-width:480px) {
  .c-footer__cards {
    margin-top: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .c-footer__cards {
    margin-top: 25px
  }
}

@media(min-width:1600px) {
  .c-footer__cards {
    margin-top: 25px
  }
}

@media(max-width:800px) {
  .c-footer__cards {
    margin-bottom: 20px
  }
}

@media(max-width:800px)and (min-width:480px) {
  .c-footer__cards {
    margin-bottom: calc(.52083vw + 17.5px)
  }
}

@media(max-width:800px)and (min-width:1440px) {
  .c-footer__cards {
    margin-bottom: 25px
  }
}

@media(max-width:800px)and (min-width:1600px) {
  .c-footer__cards {
    margin-bottom: 25px
  }
}

.c-footer__cards .u-icon {
  font-size: 20px
}

@media(min-width:480px) {
  .c-footer__cards .u-icon {
    font-size: 20px
  }
}

@media(min-width:1440px) {
  .c-footer__cards .u-icon {
    font-size: 20px
  }
}

@media(min-width:1600px) {
  .c-footer__cards .u-icon {
    font-size: 20px
  }
}

.c-footer__selling-points {
  padding-top: 25px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #444
}

@media(min-width:480px) {
  .c-footer__selling-points {
    padding-top: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {
  .c-footer__selling-points {
    padding-top: 35px
  }
}

@media(min-width:1600px) {
  .c-footer__selling-points {
    padding-top: 35px
  }
}

@media(min-width:480px) {
  .c-footer__selling-points {
    padding-bottom: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {
  .c-footer__selling-points {
    padding-bottom: 35px
  }
}

@media(min-width:1600px) {
  .c-footer__selling-points {
    padding-bottom: 35px
  }
}

@media(max-width:800px) {
  .c-footer__selling-points {
    padding-bottom: 20px
  }
}

@media(max-width:800px)and (min-width:480px) {
  .c-footer__selling-points {
    padding-bottom: calc(.52083vw + 17.5px)
  }
}

@media(max-width:800px)and (min-width:1440px) {
  .c-footer__selling-points {
    padding-bottom: 25px
  }
}

@media(max-width:800px)and (min-width:1600px) {
  .c-footer__selling-points {
    padding-bottom: 25px
  }
}

@media(max-width:480px) {
  .c-footer__selling-points {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.c-footer__sell-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #d0d0d0
}

@media(max-width:480px) {
  .c-footer__sell-point {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}

@media(max-width:800px) {
  .c-footer__sell-point {
    margin-bottom: 10px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }
}

@media(max-width:800px)and (min-width:480px) {
  .c-footer__sell-point {
    margin-bottom: 10px
  }
}

@media(max-width:800px)and (min-width:1440px) {
  .c-footer__sell-point {
    margin-bottom: 10px
  }
}

@media(max-width:800px)and (min-width:1600px) {
  .c-footer__sell-point {
    margin-bottom: 10px
  }
}

.c-footer__sell-point h2 {
  padding-left: 10px;
  max-width: 180px
}

@media(min-width:480px) {
  .c-footer__sell-point h2 {
    padding-left: 10px
  }
}

@media(min-width:1440px) {
  .c-footer__sell-point h2 {
    padding-left: 10px
  }
}

@media(min-width:1600px) {
  .c-footer__sell-point h2 {
    padding-left: 10px
  }
}

.c-footer__sell-point-image {
  -ms-flex-preferred-size: 44px;
  flex-basis: 44px;
  height: 44px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  border: 1px solid #444;
  position: relative
}

@-webkit-keyframes a {
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@keyframes a {
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

.c-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f5f5f5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

.c-loader__inner {
  width: 40px;
  height: 5px;
  display: block;
  background-color: #000;
  -webkit-animation: b .8s cubic-bezier(0, 0, .03, .9) infinite;
  animation: b .8s cubic-bezier(0, 0, .03, .9) infinite
}

@media(min-width:480px) {
  .c-loader__inner {
    width: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .c-loader__inner {
    width: 50px
  }
}

@media(min-width:1600px) {
  .c-loader__inner {
    width: 50px
  }
}

@media(min-width:480px) {
  .c-loader__inner {
    height: 5px
  }
}

@media(min-width:1440px) {
  .c-loader__inner {
    height: 5px
  }
}

@media(min-width:1600px) {
  .c-loader__inner {
    height: 5px
  }
}

.c-loader--small .c-loader__inner {
  width: 20px
}

@media(min-width:480px) {
  .c-loader--small .c-loader__inner {
    width: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .c-loader--small .c-loader__inner {
    width: 25px
  }
}

@media(min-width:1600px) {
  .c-loader--small .c-loader__inner {
    width: 25px
  }
}

.c-loader--black {
  background: #000
}

.c-loader--black .c-loader__inner,
.c-loader--white {
  background: #fff
}

.c-loader--transparent {
  background: transparent
}

@-webkit-keyframes b {

  0%,
  44%,
  88.1%,
  to {
    -webkit-transform-origin: left;
    transform-origin: left
  }

  0%,
  88%,
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }

  44.1%,
  88% {
    -webkit-transform-origin: right;
    transform-origin: right
  }

  33%,
  44% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes b {

  0%,
  44%,
  88.1%,
  to {
    -webkit-transform-origin: left;
    transform-origin: left
  }

  0%,
  88%,
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }

  44.1%,
  88% {
    -webkit-transform-origin: right;
    transform-origin: right
  }

  33%,
  44% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.js-lazy-load.loaded+.c-loader,
.js-lazy-load.loaded .c-loader {
  opacity: 0;
  visibility: hidden
}

.c-mobile-navigation__header {
  position: relative
}

.c-mobile-navigation__header a {
  padding-left: 15px;
  padding-right: 40px;
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f5f5f5
}

@media(min-width:480px) {
  .c-mobile-navigation__header a {
    padding-left: 15px
  }
}

@media(min-width:1440px) {
  .c-mobile-navigation__header a {
    padding-left: 15px
  }
}

@media(min-width:1600px) {
  .c-mobile-navigation__header a {
    padding-left: 15px
  }
}

@media(min-width:480px) {
  .c-mobile-navigation__header a {
    padding-right: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .c-mobile-navigation__header a {
    padding-right: 50px
  }
}

@media(min-width:1600px) {
  .c-mobile-navigation__header a {
    padding-right: 50px
  }
}

.c-mobile-navigation__header a .u-icon--account {
  margin-right: 10px;
  font-size: 12px
}

@media(min-width:480px) {
  .c-mobile-navigation__header a .u-icon--account {
    margin-right: 10px
  }
}

@media(min-width:1440px) {
  .c-mobile-navigation__header a .u-icon--account {
    margin-right: 10px
  }
}

@media(min-width:1600px) {
  .c-mobile-navigation__header a .u-icon--account {
    margin-right: 10px
  }
}

.c-mobile-navigation__menu-close {
  border: none;
  margin: 0;
  outline: none;
  outline: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  width: auto;
  background: transparent;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  padding: 0 15px 0 0;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.c-mobile-navigation__menu-close:active,
.c-mobile-navigation__menu-close:focus,
.c-mobile-navigation__menu-close:hover {
  outline: none
}

@media(min-width:480px) {
  .c-mobile-navigation__menu-close {
    padding-right: 15px
  }
}

@media(min-width:1440px) {
  .c-mobile-navigation__menu-close {
    padding-right: 15px
  }
}

@media(min-width:1600px) {
  .c-mobile-navigation__menu-close {
    padding-right: 15px
  }
}

@media(min-width:480px) {
  .c-mobile-navigation__menu-close {
    width: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .c-mobile-navigation__menu-close {
    width: 50px
  }
}

@media(min-width:1600px) {
  .c-mobile-navigation__menu-close {
    width: 50px
  }
}

.c-mobile-navigation__menu-close .u-icon--close {
  font-size: 13px
}

.c-mobile-navigation__content {
  position: absolute;
  top: 57px;
  left: 0;
  width: 100%;
  height: calc(100% - 57px);
  overflow: hidden;
  overflow-y: scroll
}

.c-mobile-navigation__menu li {
  border-bottom: 1px solid #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.c-mobile-navigation__menu li a {
  padding-left: 15px;
  padding-right: 15px;
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0
}

@media(min-width:480px) {
  .c-mobile-navigation__menu li a {
    padding-left: 15px
  }
}

@media(min-width:1440px) {
  .c-mobile-navigation__menu li a {
    padding-left: 15px
  }
}

@media(min-width:1600px) {
  .c-mobile-navigation__menu li a {
    padding-left: 15px
  }
}

@media(min-width:480px) {
  .c-mobile-navigation__menu li a {
    padding-right: 15px
  }
}

@media(min-width:1440px) {
  .c-mobile-navigation__menu li a {
    padding-right: 15px
  }
}

@media(min-width:1600px) {
  .c-mobile-navigation__menu li a {
    padding-right: 15px
  }
}

.c-mobile-navigation__menu li button {
  border: none;
  margin: 0;
  outline: none;
  outline: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  width: auto;
  background: transparent;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  padding: 0 15px 0 0;
  font-size: 5px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.c-mobile-navigation__menu li button:active,
.c-mobile-navigation__menu li button:focus,
.c-mobile-navigation__menu li button:hover {
  outline: none
}

@media(min-width:480px) {
  .c-mobile-navigation__menu li button {
    padding-right: 15px
  }
}

@media(min-width:1440px) {
  .c-mobile-navigation__menu li button {
    padding-right: 15px
  }
}

@media(min-width:1600px) {
  .c-mobile-navigation__menu li button {
    padding-right: 15px
  }
}

@media(min-width:480px) {
  .c-mobile-navigation__menu li button {
    width: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .c-mobile-navigation__menu li button {
    width: 50px
  }
}

@media(min-width:1600px) {
  .c-mobile-navigation__menu li button {
    width: 50px
  }
}

.c-mobile-navigation__dropdown {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 57px;
  right: -100%;
  width: 100%;
  height: calc(100% - 57px);
  overflow: hidden;
  overflow-y: scroll;
  background: #fff;
  display: block;
  z-index: 2;
  -webkit-transition: all .3s cubic-bezier(.55, .085, .68, .53);
  transition: all .3s cubic-bezier(.55, .085, .68, .53)
}

.c-mobile-navigation__dropdown.is-active {
  right: 0
}

.c-mobile-navigation__standard-nav ul {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 57px;
  right: -100%;
  width: 100%;
  height: calc(100% - 57px);
  overflow: hidden;
  overflow-y: scroll;
  background: #fff;
  display: block;
  z-index: 2;
  -webkit-transition: all .3s cubic-bezier(.55, .085, .68, .53);
  transition: all .3s cubic-bezier(.55, .085, .68, .53)
}

.c-mobile-navigation__standard-nav ul.is-active {
  right: 0
}

.c-mobile-navigation__dropdown-back-link .u-icon {
  margin-right: 10px;
  font-size: 5px
}

@media(min-width:480px) {
  .c-mobile-navigation__dropdown-back-link .u-icon {
    margin-right: 10px
  }
}

@media(min-width:1440px) {
  .c-mobile-navigation__dropdown-back-link .u-icon {
    margin-right: 10px
  }
}

@media(min-width:1600px) {
  .c-mobile-navigation__dropdown-back-link .u-icon {
    margin-right: 10px
  }
}

.c-navigation {
  height: 100px;
  padding-left: 4.1666666667%;
  padding-right: 4.1666666667%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative
}

@media(max-width:1140px) {
  .c-navigation {
    display: none
  }
}

.c-navigation__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  height: 100%
}

.c-navigation__logo {
  margin-right: 40px;
  font-size: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media(min-width:480px) {
  .c-navigation__logo {
    margin-right: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .c-navigation__logo {
    margin-right: 50px
  }
}

@media(min-width:1600px) {
  .c-navigation__logo {
    margin-right: 50px
  }
}

@media(max-width:1280px) {
  .c-navigation__logo {
    margin-right: 25px;
    font-size: 200px
  }
}

@media(max-width:1280px)and (min-width:480px) {
  .c-navigation__logo {
    margin-right: calc(1.04167vw + 20px)
  }
}

@media(max-width:1280px)and (min-width:1440px) {
  .c-navigation__logo {
    margin-right: 35px
  }
}

@media(max-width:1280px)and (min-width:1600px) {
  .c-navigation__logo {
    margin-right: 35px
  }
}

.c-navigation__menu {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0
}

.c-navigation__menu,
.c-navigation__menu>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}

@media(hover:none) {
  .is-navigation-js-enabled .c-navigation__menu>li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .is-navigation-js-enabled .c-navigation__menu>li:active>a {
    color: #7c7c7c;
    -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
    transition: all .2s cubic-bezier(.55, .085, .68, .53)
  }

  .is-navigation-js-enabled .c-navigation__menu>li:active>a .u-icon {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
  }

  .is-navigation-js-enabled .c-navigation__menu>li:active .c-navigation__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
  }

  .is-navigation-js-enabled .c-navigation__menu>li:active .c-navigation__dropdown-wrapper>ul {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .2s;
    transition-delay: .2s
  }
}

@media(-ms-high-contrast:active),
(hover:hover),
all and (-ms-high-contrast:none) {
  .is-navigation-js-enabled .c-navigation__menu>li:hover>a {
    color: #7c7c7c;
    -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
    transition: all .2s cubic-bezier(.55, .085, .68, .53)
  }

  .is-navigation-js-enabled .c-navigation__menu>li:hover>a .u-icon {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
  }

  .is-navigation-js-enabled .c-navigation__menu>li:hover .c-navigation__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
  }

  .is-navigation-js-enabled .c-navigation__menu>li:hover .c-navigation__dropdown-wrapper>ul {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .2s;
    transition-delay: .2s
  }
}

.c-navigation__menu>li>a {
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%
}

@media(min-width:480px) {
  .c-navigation__menu>li>a {
    padding-left: 15px
  }
}

@media(min-width:1440px) {
  .c-navigation__menu>li>a {
    padding-left: 15px
  }
}

@media(min-width:1600px) {
  .c-navigation__menu>li>a {
    padding-left: 15px
  }
}

@media(min-width:480px) {
  .c-navigation__menu>li>a {
    padding-right: 15px
  }
}

@media(min-width:1440px) {
  .c-navigation__menu>li>a {
    padding-right: 15px
  }
}

@media(min-width:1600px) {
  .c-navigation__menu>li>a {
    padding-right: 15px
  }
}

@media(max-width:1280px) {
  .c-navigation__menu>li>a {
    padding-left: 10px;
    padding-right: 10px
  }
}

@media(max-width:1280px)and (min-width:480px) {
  .c-navigation__menu>li>a {
    padding-left: 10px
  }
}

@media(max-width:1280px)and (min-width:1440px) {
  .c-navigation__menu>li>a {
    padding-left: 10px
  }
}

@media(max-width:1280px)and (min-width:1600px) {
  .c-navigation__menu>li>a {
    padding-left: 10px
  }
}

@media(max-width:1280px)and (min-width:480px) {
  .c-navigation__menu>li>a {
    padding-right: 10px
  }
}

@media(max-width:1280px)and (min-width:1440px) {
  .c-navigation__menu>li>a {
    padding-right: 10px
  }
}

@media(max-width:1280px)and (min-width:1600px) {
  .c-navigation__menu>li>a {
    padding-right: 10px
  }
}

.c-navigation__menu>li>a .u-icon {
  font-size: 6px;
  margin-left: 5px;
  pointer-events: none;
  height: auto;
  -webkit-transition: all .3s cubic-bezier(.55, .085, .68, .53);
  transition: all .3s cubic-bezier(.55, .085, .68, .53)
}

@media(min-width:480px) {
  .c-navigation__menu>li>a .u-icon {
    margin-left: 5px
  }
}

@media(min-width:1440px) {
  .c-navigation__menu>li>a .u-icon {
    margin-left: 5px
  }
}

@media(min-width:1600px) {
  .c-navigation__menu>li>a .u-icon {
    margin-left: 5px
  }
}

.c-navigation__dropdown-underlay {
  background: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  z-index: -1;
  -webkit-transition: height .3s cubic-bezier(.455, .03, .515, .955);
  transition: height .3s cubic-bezier(.455, .03, .515, .955)
}

.c-navigation__dropdown,
.c-navigation__dropdown-underlay {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%
}

.c-navigation__dropdown {
  padding-bottom: 40px;
  padding-left: 4.1666666667%;
  padding-right: 4.1666666667%;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  pointer-events: none
}

@media(min-width:480px) {
  .c-navigation__dropdown {
    padding-bottom: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .c-navigation__dropdown {
    padding-bottom: 50px
  }
}

@media(min-width:1600px) {
  .c-navigation__dropdown {
    padding-bottom: 50px
  }
}

.slide-up .c-navigation__dropdown {
  opacity: 0;
  visibility: hidden;
  pointer-events: none
}

.c-navigation__dropdown-wrapper {
  margin-left: -12.5px;
  margin-right: -12.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.c-navigation__dropdown-wrapper>ul {
  padding-left: 12.5px;
  padding-right: 12.5px;
  width: 20%;
  opacity: 0;
  -webkit-transform: translateY(5%);
  transform: translateY(5%);
  -webkit-transition: all .3s cubic-bezier(.55, .085, .68, .53);
  transition: all .3s cubic-bezier(.55, .085, .68, .53)
}

.c-navigation__dropdown-wrapper>ul a {
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

@media(hover:none) {
  .c-navigation__dropdown-wrapper>ul a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .c-navigation__dropdown-wrapper>ul a:active {
    color: #7c7c7c
  }
}

@media(-ms-high-contrast:active),
(hover:hover),
all and (-ms-high-contrast:none) {
  .c-navigation__dropdown-wrapper>ul a:hover {
    color: #7c7c7c
  }
}

.c-navigation__featured-nav>li {
  margin-bottom: 25px;
  line-height: 1
}

@media(min-width:480px) {
  .c-navigation__featured-nav>li {
    margin-bottom: calc(.52083vw + 22.5px)
  }
}

@media(min-width:1440px) {
  .c-navigation__featured-nav>li {
    margin-bottom: 30px
  }
}

@media(min-width:1600px) {
  .c-navigation__featured-nav>li {
    margin-bottom: 30px
  }
}

.c-navigation__featured-nav>li:last-child {
  margin-bottom: 0
}

.c-navigation__featured-nav>li>a {
  display: block;
  position: relative
}

.c-navigation__featured-nav>li>a:after {
  height: 1px;
  content: "";
  position: absolute;
  top: 120%;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .2)
}

.c-navigation__standard-nav--expanded {
  max-height: 420px;
  margin-left: -12.5px;
  margin-right: -12.5px;
  margin-bottom: -25px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start
}

.c-navigation__standard-nav--expanded>li {
  margin-bottom: 20px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  width: 33.3333333333%
}

@media(min-width:480px) {
  .c-navigation__standard-nav--expanded>li {
    margin-bottom: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .c-navigation__standard-nav--expanded>li {
    margin-bottom: 25px
  }
}

@media(min-width:1600px) {
  .c-navigation__standard-nav--expanded>li {
    margin-bottom: 25px
  }
}

.c-navigation__standard-nav>li {
  line-height: 1
}

.c-navigation__standard-nav>li>a {
  display: block;
  position: relative
}

.c-navigation__standard-nav>li>a:after {
  height: 1px;
  content: "";
  position: absolute;
  top: 120%;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .2)
}

.c-navigation__standard-nav>li>ul {
  padding-top: 15px
}

@media(min-width:480px) {
  .c-navigation__standard-nav>li>ul {
    padding-top: 15px
  }
}

@media(min-width:1440px) {
  .c-navigation__standard-nav>li>ul {
    padding-top: 15px
  }
}

@media(min-width:1600px) {
  .c-navigation__standard-nav>li>ul {
    padding-top: 15px
  }
}

.c-navigation__standard-nav>li>ul>li {
  margin-bottom: 10px;
  line-height: 1
}

@media(min-width:480px) {
  .c-navigation__standard-nav>li>ul>li {
    margin-bottom: 10px
  }
}

@media(min-width:1440px) {
  .c-navigation__standard-nav>li>ul>li {
    margin-bottom: 10px
  }
}

@media(min-width:1600px) {
  .c-navigation__standard-nav>li>ul>li {
    margin-bottom: 10px
  }
}

.c-navigation__standard-nav>li>ul>li:last-child {
  margin-bottom: 0
}

.c-navigation__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.c-navigation__actions a,
.c-navigation__actions li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c-navigation__actions a .u-icon--cart,
.c-navigation__actions li .u-icon--cart {
  font-size: 1.3em
}

.c-navigation__actions li:not(:last-child) {
  margin-right: 20px
}

@media(min-width:480px) {
  .c-navigation__actions li:not(:last-child) {
    margin-right: 20px
  }
}

@media(min-width:1440px) {
  .c-navigation__actions li:not(:last-child) {
    margin-right: 20px
  }
}

@media(min-width:1600px) {
  .c-navigation__actions li:not(:last-child) {
    margin-right: 20px
  }
}

.c-navigation__cart-trigger {
  position: relative
}

.c-navigation__cart-trigger span {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  line-height: 1;
  background: #000;
  border-radius: 100%;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c-navigation__cart-trigger span.is-hidden {
  display: none
}

.c-navigation__cart-trigger span.u-b4 {
  line-height: 1
}

.c-navigation-mobile {
  height: 58px;
  padding-left: 4.1666666667%;
  padding-right: 4.1666666667%;
  background: #fff;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media(max-width:1140px) {
  .c-navigation-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.c-navigation-mobile__menu-trigger {
  font-size: 17px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.c-navigation-mobile__logo,
.c-navigation-mobile__menu-trigger a,
.c-navigation-mobile__menu-trigger li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.c-navigation-mobile__logo {
  font-size: 190px
}

.c-navigation-mobile__actions {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.c-navigation-mobile__actions a,
.c-navigation-mobile__actions li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c-navigation-mobile__actions a .u-icon--search,
.c-navigation-mobile__actions li .u-icon--search {
  font-size: 1em
}

@media(max-width:800px) {

  .c-navigation-mobile__actions a .u-icon--search,
  .c-navigation-mobile__actions li .u-icon--search {
    font-size: 1.15em
  }
}

.c-navigation-mobile__actions a .u-icon--cart,
.c-navigation-mobile__actions li .u-icon--cart {
  font-size: 1.2em
}

@media(max-width:800px) {

  .c-navigation-mobile__actions a .u-icon--cart,
  .c-navigation-mobile__actions li .u-icon--cart {
    font-size: 1.3em
  }
}

.c-navigation-mobile__actions li:not(:last-child) {
  margin-right: 15px
}

@media(min-width:480px) {
  .c-navigation-mobile__actions li:not(:last-child) {
    margin-right: 15px
  }
}

@media(min-width:1440px) {
  .c-navigation-mobile__actions li:not(:last-child) {
    margin-right: 15px
  }
}

@media(min-width:1600px) {
  .c-navigation-mobile__actions li:not(:last-child) {
    margin-right: 15px
  }
}

.c-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.c-pagination li {
  height: 100%
}

.c-pagination a,
.c-pagination span {
  padding-left: 10px;
  padding-right: 10px;
  display: block
}

@media(min-width:480px) {

  .c-pagination a,
  .c-pagination span {
    padding-left: 10px
  }
}

@media(min-width:1440px) {

  .c-pagination a,
  .c-pagination span {
    padding-left: 10px
  }
}

@media(min-width:1600px) {

  .c-pagination a,
  .c-pagination span {
    padding-left: 10px
  }
}

@media(min-width:480px) {

  .c-pagination a,
  .c-pagination span {
    padding-right: 10px
  }
}

@media(min-width:1440px) {

  .c-pagination a,
  .c-pagination span {
    padding-right: 10px
  }
}

@media(min-width:1600px) {

  .c-pagination a,
  .c-pagination span {
    padding-right: 10px
  }
}

.c-pagination a.is-active,
.c-pagination span.is-active {
  background: #000;
  color: #fff
}

.c-pagination a {
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

@media(hover:none) {
  .c-pagination a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .c-pagination a:active {
    background: #f5f5f5
  }
}

@media(-ms-high-contrast:active),
(hover:hover),
all and (-ms-high-contrast:none) {
  .c-pagination a:hover {
    background: #f5f5f5
  }
}

.c-pagination .u-icon {
  font-size: .45em
}

.c-slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c-slider-pagination.swiper-pagination-lock {
  display: none
}

.c-slider-pagination__bullet {
  margin-left: 8px;
  margin-right: 8px;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  background: transparent;
  display: block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  cursor: pointer;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

.c-slider-pagination__bullet.is-active {
  background-color: #fff
}

.c-slider-pagination--black .c-slider-pagination__bullet {
  border-color: #d0d0d0
}

.c-slider-pagination--black .c-slider-pagination__bullet.is-active {
  background-color: #000;
  border-color: #000
}

.c-slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.c-slider-navigation .c-arrow-button:first-child,
.c-slider-navigation .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-left-arrow-thin:first-child,
.c-slider-navigation .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-right-arrow-thin:first-child,
.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .c-slider-navigation .yotpo-icon-left-arrow-thin:first-child,
.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .c-slider-navigation .yotpo-icon-right-arrow-thin:first-child {
  margin-right: 5px
}

@media(min-width:480px) {

  .c-slider-navigation .c-arrow-button:first-child,
  .c-slider-navigation .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-left-arrow-thin:first-child,
  .c-slider-navigation .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-right-arrow-thin:first-child,
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .c-slider-navigation .yotpo-icon-left-arrow-thin:first-child,
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .c-slider-navigation .yotpo-icon-right-arrow-thin:first-child {
    margin-right: 5px
  }
}

@media(min-width:1440px) {

  .c-slider-navigation .c-arrow-button:first-child,
  .c-slider-navigation .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-left-arrow-thin:first-child,
  .c-slider-navigation .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-right-arrow-thin:first-child,
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .c-slider-navigation .yotpo-icon-left-arrow-thin:first-child,
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .c-slider-navigation .yotpo-icon-right-arrow-thin:first-child {
    margin-right: 5px
  }
}

@media(min-width:1600px) {

  .c-slider-navigation .c-arrow-button:first-child,
  .c-slider-navigation .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-left-arrow-thin:first-child,
  .c-slider-navigation .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-right-arrow-thin:first-child,
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .c-slider-navigation .yotpo-icon-left-arrow-thin:first-child,
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .c-slider-navigation .yotpo-icon-right-arrow-thin:first-child {
    margin-right: 5px
  }
}

.c-arrow-button,
.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-left-arrow-thin,
.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-right-arrow-thin {
  width: 50px;
  height: 34px;
  border: 1px solid #d0d0d0;
  font-size: .35em;
  color: #000;
  background-color: #fff;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  outline: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

@media(hover:none) {

  .c-arrow-button,
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-left-arrow-thin,
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-right-arrow-thin {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .c-arrow-button:active,
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-left-arrow-thin:active,
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-right-arrow-thin:active {
    background-color: #000;
    border-color: #000;
    color: #fff
  }
}

@media(-ms-high-contrast:active),
(hover:hover),
all and (-ms-high-contrast:none) {

  .c-arrow-button:hover,
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-left-arrow-thin:hover,
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-right-arrow-thin:hover {
    background-color: #000;
    border-color: #000;
    color: #fff
  }
}

.c-arrow-button:disabled,
.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-left-arrow-thin:disabled,
.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-right-arrow-thin:disabled {
  opacity: .3;
  pointer-events: none;
  cursor: not-allowed
}

.c-arrow-button.is-disabled,
.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .is-disabled.yotpo-icon-left-arrow-thin,
.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .is-disabled.yotpo-icon-right-arrow-thin {
  opacity: .3;
  pointer-events: none
}

.c-arrow-button--transparent-white {
  color: #d0d0d0;
  background-color: transparent
}

@media(hover:none) {
  .c-arrow-button--transparent-white {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .c-arrow-button--transparent-white:active {
    background-color: #fff;
    border-color: #fff;
    color: #000
  }
}

@media(-ms-high-contrast:active),
(hover:hover),
all and (-ms-high-contrast:none) {
  .c-arrow-button--transparent-white:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000
  }
}

.c-arrow-button--transparent-gray {
  color: #000;
  background-color: transparent
}

@media(hover:none) {
  .c-arrow-button--transparent-gray {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .c-arrow-button--transparent-gray:active {
    background-color: #fff;
    border-color: #fff;
    color: #000
  }
}

@media(-ms-high-contrast:active),
(hover:hover),
all and (-ms-high-contrast:none) {
  .c-arrow-button--transparent-gray:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000
  }
}

.c-underline-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.c-underline-link:after {
  height: 1px;
  content: "";
  width: 100%;
  display: block;
  background-color: currentColor;
  position: absolute;
  top: 100%;
  left: 0
}

.c-product-card__inner {
  display: block
  
}

@media(hover:none) {
  .c-product-card__inner {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .c-product-card__inner:active .c-product-card__details {
    opacity: 1;
    visibility: visible
  }
}

@media(-ms-high-contrast:active),
(hover:hover),
all and (-ms-high-contrast:none) {
  .c-product-card__inner:hover .c-product-card__details {
    opacity: 1;
    visibility: visible
  }
}

.c-product-card__image {
  margin-bottom: 10px;
  position: relative;
  background: #f5f5f5
}

@media(min-width:480px) {
  .c-product-card__image {
    margin-bottom: 10px
  }
}

@media(min-width:1440px) {
  .c-product-card__image {
    margin-bottom: 10px
  }
}

@media(min-width:1600px) {
  .c-product-card__image {
    margin-bottom: 10px
  }
}

.c-product-card__details {
  padding: 5px 20px;
  bottom: 10px;
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  opacity: 0;
  visibility: hidden;
  background: #000;
  color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
  white-space: nowrap
}

@media(min-width:480px) {
  .c-product-card__details {
    padding-top: 5px
  }
}

@media(min-width:1440px) {
  .c-product-card__details {
    padding-top: 5px
  }
}

@media(min-width:1600px) {
  .c-product-card__details {
    padding-top: 5px
  }
}

@media(min-width:480px) {
  .c-product-card__details {
    padding-bottom: 5px
  }
}

@media(min-width:1440px) {
  .c-product-card__details {
    padding-bottom: 5px
  }
}

@media(min-width:1600px) {
  .c-product-card__details {
    padding-bottom: 5px
  }
}

@media(min-width:480px) {
  .c-product-card__details {
    padding-left: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .c-product-card__details {
    padding-left: 25px
  }
}

@media(min-width:1600px) {
  .c-product-card__details {
    padding-left: 25px
  }
}

@media(min-width:480px) {
  .c-product-card__details {
    padding-right: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .c-product-card__details {
    padding-right: 25px
  }
}

@media(min-width:1600px) {
  .c-product-card__details {
    padding-right: 25px
  }
}

@media(min-width:480px) {
  .c-product-card__details {
    bottom: 10px
  }
}

@media(min-width:1440px) {
  .c-product-card__details {
    bottom: 10px
  }
}

@media(min-width:1600px) {
  .c-product-card__details {
    bottom: 10px
  }
}

.c-product-card__badge-wrapper {
  top: 10px;
  left: 10px;
  right: 10px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(min-width:480px) {
  .c-product-card__badge-wrapper {
    top: 10px
  }
}

@media(min-width:1440px) {
  .c-product-card__badge-wrapper {
    top: 10px
  }
}

@media(min-width:1600px) {
  .c-product-card__badge-wrapper {
    top: 10px
  }
}

@media(min-width:480px) {
  .c-product-card__badge-wrapper {
    left: 10px
  }
}

@media(min-width:1440px) {
  .c-product-card__badge-wrapper {
    left: 10px
  }
}

@media(min-width:1600px) {
  .c-product-card__badge-wrapper {
    left: 10px
  }
}

@media(min-width:480px) {
  .c-product-card__badge-wrapper {
    right: 10px
  }
}

@media(min-width:1440px) {
  .c-product-card__badge-wrapper {
    right: 10px
  }
}

@media(min-width:1600px) {
  .c-product-card__badge-wrapper {
    right: 10px
  }
}

.c-product-card__badges,
.c-product-card__discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.c-product-card__badges:only-child {
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.c-product-card__vendor {
  margin-bottom: 5px;
  color: #7c7c7c
}

@media(min-width:480px) {
  .c-product-card__vendor {
    margin-bottom: 5px
  }
}

@media(min-width:1440px) {
  .c-product-card__vendor {
    margin-bottom: 5px
  }
}

@media(min-width:1600px) {
  .c-product-card__vendor {
    margin-bottom: 5px
  }
}

.c-product-card__title {
  margin-bottom: 10px;
  max-width: 225px
}

@media(min-width:480px) {
  .c-product-card__title {
    margin-bottom: 10px
  }
}

@media(min-width:1440px) {
  .c-product-card__title {
    margin-bottom: 10px
  }
}

@media(min-width:1600px) {
  .c-product-card__title {
    margin-bottom: 10px
  }
}

@media(max-width:960px) {
  .c-product-card__title {
    max-width: 300px
  }
}

.c-product-card--wide .c-product-card__title {
  max-width: 300px
}

.c-product-card__color-option-size {
  margin-bottom: 10px;
  color: #7c7c7c
}

@media(min-width:480px) {
  .c-product-card__color-option-size {
    margin-bottom: 10px
  }
}

@media(min-width:1440px) {
  .c-product-card__color-option-size {
    margin-bottom: 10px
  }
}

@media(min-width:1600px) {
  .c-product-card__color-option-size {
    margin-bottom: 10px
  }
}

.c-product-card__price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

.c-product-card__compare-at-price {
  margin-left: 5px;
  color: #7c7c7c;
  -webkit-text-decoration: line-through;
  text-decoration: line-through
}

@media(min-width:480px) {
  .c-product-card__compare-at-price {
    margin-left: 5px
  }
}

@media(min-width:1440px) {
  .c-product-card__compare-at-price {
    margin-left: 5px
  }
}

@media(min-width:1600px) {
  .c-product-card__compare-at-price {
    margin-left: 5px
  }
}

.c-badge {
  padding: 5px;
  border: 1px solid #000;
  background: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1
}

@media(min-width:480px) {
  .c-badge {
    padding: 5px
  }
}

@media(min-width:1440px) {
  .c-badge {
    padding: 5px
  }
}

@media(min-width:1600px) {
  .c-badge {
    padding: 5px
  }
}

.c-badge.u-b4 {
  line-height: 1
}

.c-badge--mid-grey-transparent {
  background: transparent;
  border-color: #d0d0d0;
  color: #000
}

.c-badge--red {
  background: #e50c34;
  border-color: #e50c34;
  color: #fff
}

.c-badge--red-transparent {
  background: transparent;
  border-color: #e50c34;
  color: #e50c34
}

.c-badge--grey {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #444
}

.c-badge--big {
  padding-left: 10px;
  padding-right: 10px
}

@media(min-width:480px) {
  .c-badge--big {
    padding-left: 10px
  }
}

@media(min-width:1440px) {
  .c-badge--big {
    padding-left: 10px
  }
}

@media(min-width:1600px) {
  .c-badge--big {
    padding-left: 10px
  }
}

@media(min-width:480px) {
  .c-badge--big {
    padding-right: 10px
  }
}

@media(min-width:1440px) {
  .c-badge--big {
    padding-right: 10px
  }
}

@media(min-width:1600px) {
  .c-badge--big {
    padding-right: 10px
  }
}

.c-badge--small {
  padding-top: 0;
  padding-bottom: 0
}

.c-badge+.c-badge {
  margin-left: 5px
}

@media(min-width:480px) {
  .c-badge+.c-badge {
    margin-left: 5px
  }
}

@media(min-width:1440px) {
  .c-badge+.c-badge {
    margin-left: 5px
  }
}

@media(min-width:1600px) {
  .c-badge+.c-badge {
    margin-left: 5px
  }
}

.c-badge+.c-badge--big {
  margin-left: 15px
}

@media(min-width:480px) {
  .c-badge+.c-badge--big {
    margin-left: 15px
  }
}

@media(min-width:1440px) {
  .c-badge+.c-badge--big {
    margin-left: 15px
  }
}

@media(min-width:1600px) {
  .c-badge+.c-badge--big {
    margin-left: 15px
  }
}

.c-badge.is-hidden+.c-badge,
.c-badge.is-hidden+.c-badge--big {
  margin-left: 0
}

.c-announcement-bar {
  height: 40px;
  padding-left: 4.1666666667%;
  padding-right: 4.1666666667%;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c-breadcrumbs li {
  color: #444;
  display: inline;
  text-transform: capitalize
}

.c-breadcrumbs li:before {
  margin-left: 10px;
  margin-right: 10px;
  width: 4px;
  height: 8px;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #d0d0d0;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0IiBoZWlnaHQ9IjgiIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNEMEQwRDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTS43NjMgNy41TDAgNi42NzUgMi40NzQgNCAwIDEuMzI1Ljc2My41IDQgNCAuNzYzIDcuNXoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==")
}

@media(min-width:480px) {
  .c-breadcrumbs li:before {
    margin-left: 10px
  }
}

@media(min-width:1440px) {
  .c-breadcrumbs li:before {
    margin-left: 10px
  }
}

@media(min-width:1600px) {
  .c-breadcrumbs li:before {
    margin-left: 10px
  }
}

@media(min-width:480px) {
  .c-breadcrumbs li:before {
    margin-right: 10px
  }
}

@media(min-width:1440px) {
  .c-breadcrumbs li:before {
    margin-right: 10px
  }
}

@media(min-width:1600px) {
  .c-breadcrumbs li:before {
    margin-right: 10px
  }
}

.c-breadcrumbs li:first-child:before {
  display: none
}

.c-breadcrumbs a {
  color: #444;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

.c-orders-table__header {
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #444
}

@media(min-width:480px) {
  .c-orders-table__header {
    padding-bottom: 10px
  }
}

@media(min-width:1440px) {
  .c-orders-table__header {
    padding-bottom: 10px
  }
}

@media(min-width:1600px) {
  .c-orders-table__header {
    padding-bottom: 10px
  }
}

@media(min-width:480px) {
  .c-orders-table__header {
    padding-left: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {
  .c-orders-table__header {
    padding-left: 40px
  }
}

@media(min-width:1600px) {
  .c-orders-table__header {
    padding-left: 40px
  }
}

@media(min-width:480px) {
  .c-orders-table__header {
    padding-right: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {
  .c-orders-table__header {
    padding-right: 40px
  }
}

@media(min-width:1600px) {
  .c-orders-table__header {
    padding-right: 40px
  }
}

@media(max-width:800px) {
  .c-orders-table__header {
    display: none
  }
}

@media(max-width:800px) {
  .c-orders-table__body {
    margin-left: -4.5454545455%;
    margin-right: -4.5454545455%
  }
}

.c-orders-table__row {
  padding: 20px 30px;
  margin-top: -1px;
  border: 1px solid #d0d0d0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

@media(min-width:480px) {
  .c-orders-table__row {
    padding-top: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .c-orders-table__row {
    padding-top: 25px
  }
}

@media(min-width:1600px) {
  .c-orders-table__row {
    padding-top: 25px
  }
}

@media(min-width:480px) {
  .c-orders-table__row {
    padding-bottom: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .c-orders-table__row {
    padding-bottom: 25px
  }
}

@media(min-width:1600px) {
  .c-orders-table__row {
    padding-bottom: 25px
  }
}

@media(min-width:480px) {
  .c-orders-table__row {
    padding-left: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {
  .c-orders-table__row {
    padding-left: 40px
  }
}

@media(min-width:1600px) {
  .c-orders-table__row {
    padding-left: 40px
  }
}

@media(min-width:480px) {
  .c-orders-table__row {
    padding-right: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {
  .c-orders-table__row {
    padding-right: 40px
  }
}

@media(min-width:1600px) {
  .c-orders-table__row {
    padding-right: 40px
  }
}

.c-orders-table__row:first-child {
  margin-top: 0
}

@media(hover:none) {
  .c-orders-table__row {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .c-orders-table__row:active {
    background: #000;
    color: #fff
  }

  .c-orders-table__row:active .c-badge {
    border-color: #fff;
    background: #fff;
    color: #000
  }
}

@media(-ms-high-contrast:active),
(hover:hover),
all and (-ms-high-contrast:none) {
  .c-orders-table__row:hover {
    background: #000;
    color: #fff
  }

  .c-orders-table__row:hover .c-badge {
    border-color: #fff;
    background: #fff;
    color: #000
  }
}

@media(max-width:800px) {
  .c-orders-table__row {
    padding: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media(max-width:800px)and (min-width:480px) {
  .c-orders-table__row {
    padding-top: 15px
  }
}

@media(max-width:800px)and (min-width:1440px) {
  .c-orders-table__row {
    padding-top: 15px
  }
}

@media(max-width:800px)and (min-width:1600px) {
  .c-orders-table__row {
    padding-top: 15px
  }
}

@media(max-width:800px)and (min-width:480px) {
  .c-orders-table__row {
    padding-bottom: 15px
  }
}

@media(max-width:800px)and (min-width:1440px) {
  .c-orders-table__row {
    padding-bottom: 15px
  }
}

@media(max-width:800px)and (min-width:1600px) {
  .c-orders-table__row {
    padding-bottom: 15px
  }
}

@media(max-width:800px)and (min-width:480px) {
  .c-orders-table__row {
    padding-left: 15px
  }
}

@media(max-width:800px)and (min-width:1440px) {
  .c-orders-table__row {
    padding-left: 15px
  }
}

@media(max-width:800px)and (min-width:1600px) {
  .c-orders-table__row {
    padding-left: 15px
  }
}

@media(max-width:800px)and (min-width:480px) {
  .c-orders-table__row {
    padding-right: 15px
  }
}

@media(max-width:800px)and (min-width:1440px) {
  .c-orders-table__row {
    padding-right: 15px
  }
}

@media(max-width:800px)and (min-width:1600px) {
  .c-orders-table__row {
    padding-right: 15px
  }
}

.c-orders-table__column {
  padding-right: 10px;
  width: 25%
}

@media(min-width:480px) {
  .c-orders-table__column {
    padding-right: 10px
  }
}

@media(min-width:1440px) {
  .c-orders-table__column {
    padding-right: 10px
  }
}

@media(min-width:1600px) {
  .c-orders-table__column {
    padding-right: 10px
  }
}

.c-orders-table__column:last-child {
  padding-right: 0
}

.c-orders-table__column:before {
  margin-bottom: 5px;
  font-size: 11px;
  font-family: Ekstra, sans-serif;
  line-height: 120%;
  letter-spacing: .01em;
  font-weight: 600;
  text-transform: uppercase;
  content: attr(data-label);
  color: #444;
  display: none
}

@media(min-width:480px) {
  .c-orders-table__column:before {
    margin-bottom: 5px
  }
}

@media(min-width:1440px) {
  .c-orders-table__column:before {
    margin-bottom: 5px
  }
}

@media(min-width:1600px) {
  .c-orders-table__column:before {
    margin-bottom: 5px
  }
}

@media(min-width:480px) {
  .c-orders-table__column:before {
    font-size: calc(.10417vw + 10.5px)
  }
}

@media(min-width:1440px) {
  .c-orders-table__column:before {
    font-size: 12px
  }
}

@media(min-width:1600px) {
  .c-orders-table__column:before {
    font-size: 12px
  }
}

@media(max-width:800px) {
  .c-orders-table__column {
    width: 33.3333333333%
  }

  .c-orders-table__column:before {
    display: block
  }

  .c-orders-table__column:first-child {
    margin-bottom: 25px
  }
}

@media(max-width:800px)and (min-width:480px) {
  .c-orders-table__column:first-child {
    margin-bottom: calc(.52083vw + 22.5px)
  }
}

@media(max-width:800px)and (min-width:1440px) {
  .c-orders-table__column:first-child {
    margin-bottom: 30px
  }
}

@media(max-width:800px)and (min-width:1600px) {
  .c-orders-table__column:first-child {
    margin-bottom: 30px
  }
}

@media(max-width:800px) {
  .c-orders-table__column:nth-child(2) {
    margin-bottom: 25px;
    width: 66.6666666667%
  }
}

@media(max-width:800px)and (min-width:480px) {
  .c-orders-table__column:nth-child(2) {
    margin-bottom: calc(.52083vw + 22.5px)
  }
}

@media(max-width:800px)and (min-width:1440px) {
  .c-orders-table__column:nth-child(2) {
    margin-bottom: 30px
  }
}

@media(max-width:800px)and (min-width:1600px) {
  .c-orders-table__column:nth-child(2) {
    margin-bottom: 30px
  }
}

@media(max-width:800px) {
  .c-orders-table .c-badge {
    padding-top: 0;
    padding-bottom: 0
  }
}

.c-single-order-table__header {
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #444
}

@media(min-width:480px) {
  .c-single-order-table__header {
    padding-bottom: 10px
  }
}

@media(min-width:1440px) {
  .c-single-order-table__header {
    padding-bottom: 10px
  }
}

@media(min-width:1600px) {
  .c-single-order-table__header {
    padding-bottom: 10px
  }
}

@media(min-width:480px) {
  .c-single-order-table__header {
    padding-left: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {
  .c-single-order-table__header {
    padding-left: 40px
  }
}

@media(min-width:1600px) {
  .c-single-order-table__header {
    padding-left: 40px
  }
}

@media(min-width:480px) {
  .c-single-order-table__header {
    padding-right: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {
  .c-single-order-table__header {
    padding-right: 40px
  }
}

@media(min-width:1600px) {
  .c-single-order-table__header {
    padding-right: 40px
  }
}

@media(max-width:960px) {
  .c-single-order-table__header {
    display: none
  }
}

@media(max-width:960px) {
  .c-single-order-table__body {
    margin-left: -4.5454545455%;
    margin-right: -4.5454545455%
  }
}

.c-single-order-table__row {
  padding: 25px 30px;
  margin-top: -1px;
  border: 1px solid #d0d0d0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  background: #fff
}

@media(min-width:480px) {
  .c-single-order-table__row {
    padding-top: calc(.52083vw + 22.5px)
  }
}

@media(min-width:1440px) {
  .c-single-order-table__row {
    padding-top: 30px
  }
}

@media(min-width:1600px) {
  .c-single-order-table__row {
    padding-top: 30px
  }
}

@media(min-width:480px) {
  .c-single-order-table__row {
    padding-bottom: calc(.52083vw + 22.5px)
  }
}

@media(min-width:1440px) {
  .c-single-order-table__row {
    padding-bottom: 30px
  }
}

@media(min-width:1600px) {
  .c-single-order-table__row {
    padding-bottom: 30px
  }
}

@media(min-width:480px) {
  .c-single-order-table__row {
    padding-left: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {
  .c-single-order-table__row {
    padding-left: 40px
  }
}

@media(min-width:1600px) {
  .c-single-order-table__row {
    padding-left: 40px
  }
}

@media(min-width:480px) {
  .c-single-order-table__row {
    padding-right: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {
  .c-single-order-table__row {
    padding-right: 40px
  }
}

@media(min-width:1600px) {
  .c-single-order-table__row {
    padding-right: 40px
  }
}

.c-single-order-table__row:first-child {
  margin-top: 0
}

@media(max-width:960px) {
  .c-single-order-table__row {
    padding: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-single-order-table__row {
    padding-top: 15px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-single-order-table__row {
    padding-top: 15px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-single-order-table__row {
    padding-top: 15px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-single-order-table__row {
    padding-bottom: 15px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-single-order-table__row {
    padding-bottom: 15px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-single-order-table__row {
    padding-bottom: 15px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-single-order-table__row {
    padding-left: 15px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-single-order-table__row {
    padding-left: 15px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-single-order-table__row {
    padding-left: 15px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-single-order-table__row {
    padding-right: 15px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-single-order-table__row {
    padding-right: 15px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-single-order-table__row {
    padding-right: 15px
  }
}

.c-single-order-table__column {
  padding-right: 10px;
  width: 15%
}

@media(min-width:480px) {
  .c-single-order-table__column {
    padding-right: 10px
  }
}

@media(min-width:1440px) {
  .c-single-order-table__column {
    padding-right: 10px
  }
}

@media(min-width:1600px) {
  .c-single-order-table__column {
    padding-right: 10px
  }
}

.c-single-order-table__column:first-child:not(:only-child) {
  width: 40%
}

.c-single-order-table__column:last-child {
  padding-right: 0
}

.c-single-order-table__column:nth-child(4) {
  text-align: center
}

.c-single-order-table__column--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.c-single-order-table__column--full {
  width: 100%
}

.c-single-order-table__column:before {
  margin-bottom: 5px;
  font-size: 11px;
  font-family: Ekstra, sans-serif;
  line-height: 120%;
  letter-spacing: .01em;
  font-weight: 600;
  text-transform: uppercase;
  content: attr(data-label);
  color: #444;
  display: none;
  width: 100%
}

@media(min-width:480px) {
  .c-single-order-table__column:before {
    margin-bottom: 5px
  }
}

@media(min-width:1440px) {
  .c-single-order-table__column:before {
    margin-bottom: 5px
  }
}

@media(min-width:1600px) {
  .c-single-order-table__column:before {
    margin-bottom: 5px
  }
}

@media(min-width:480px) {
  .c-single-order-table__column:before {
    font-size: calc(.10417vw + 10.5px)
  }
}

@media(min-width:1440px) {
  .c-single-order-table__column:before {
    font-size: 12px
  }
}

@media(min-width:1600px) {
  .c-single-order-table__column:before {
    font-size: 12px
  }
}

@media(max-width:960px) {
  .c-single-order-table__column {
    margin-bottom: 25px;
    width: 50%
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-single-order-table__column {
    margin-bottom: calc(.52083vw + 22.5px)
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-single-order-table__column {
    margin-bottom: 30px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-single-order-table__column {
    margin-bottom: 30px
  }
}

@media(max-width:960px) {
  .c-single-order-table__column:before {
    display: block
  }
}

@media(max-width:960px) {
  .c-single-order-table__column:first-child:not(:only-child) {
    width: 100%;
    padding-right: 0
  }
}

@media(max-width:960px) {
  .c-single-order-table__column:nth-child(3) {
    text-align: right;
    padding-right: 0
  }
}

@media(max-width:960px) {
  .c-single-order-table__column:nth-child(4) {
    text-align: left
  }
}

@media(max-width:960px) {
  .c-single-order-table__column:nth-last-child(-n+2) {
    margin-bottom: 0
  }
}

@media(max-width:960px) {
  .c-single-order-table__column--flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media(max-width:960px) {
  .c-single-order-table__column--full {
    width: 100%
  }
}

.c-single-order-table__product-image-wrapper {
  -ms-flex-preferred-size: 50px;
  flex-basis: 50px;
  height: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  position: relative;
  background-color: #f5f5f5
}

.c-single-order-table__product-image {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%
}

.c-single-order-table__product-image img,
.c-single-order-table__product-image picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.c-single-order-table__product-details {
  margin-left: 15px;
  max-width: 320px
}

@media(min-width:480px) {
  .c-single-order-table__product-details {
    margin-left: 15px
  }
}

@media(min-width:1440px) {
  .c-single-order-table__product-details {
    margin-left: 15px
  }
}

@media(min-width:1600px) {
  .c-single-order-table__product-details {
    margin-left: 15px
  }
}

@media(max-width:960px) {
  .c-single-order-table__product-details {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
  }
}

.c-single-order-table__product-details a,
.c-single-order-table__product-details p {
  margin-bottom: 10px
}

@media(min-width:480px) {

  .c-single-order-table__product-details a,
  .c-single-order-table__product-details p {
    margin-bottom: 10px
  }
}

@media(min-width:1440px) {

  .c-single-order-table__product-details a,
  .c-single-order-table__product-details p {
    margin-bottom: 10px
  }
}

@media(min-width:1600px) {

  .c-single-order-table__product-details a,
  .c-single-order-table__product-details p {
    margin-bottom: 10px
  }
}

.c-single-order-table__product-details a:last-child,
.c-single-order-table__product-details a:only-child,
.c-single-order-table__product-details p:last-child,
.c-single-order-table__product-details p:only-child {
  margin-bottom: 0
}

.c-single-order-table__product-details a {
  display: inline-block;
  -webkit-text-decoration: underline;
  text-decoration: underline
}

.c-single-order-table__total {
  max-width: 320px;
  margin-left: auto
}

@media(max-width:960px) {
  .c-single-order-table__total {
    max-width: 100%
  }
}

.c-single-order-table__total-row {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(min-width:480px) {
  .c-single-order-table__total-row {
    margin-bottom: 10px
  }
}

@media(min-width:1440px) {
  .c-single-order-table__total-row {
    margin-bottom: 10px
  }
}

@media(min-width:1600px) {
  .c-single-order-table__total-row {
    margin-bottom: 10px
  }
}

.c-single-order-table__total-row:last-child {
  padding-top: 15px;
  border-top: 1px solid #d0d0d0;
  margin-bottom: 0
}

@media(min-width:480px) {
  .c-single-order-table__total-row:last-child {
    padding-top: 15px
  }
}

@media(min-width:1440px) {
  .c-single-order-table__total-row:last-child {
    padding-top: 15px
  }
}

@media(min-width:1600px) {
  .c-single-order-table__total-row:last-child {
    padding-top: 15px
  }
}

.c-addresses-table__header {
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #444
}

@media(min-width:480px) {
  .c-addresses-table__header {
    padding-bottom: 10px
  }
}

@media(min-width:1440px) {
  .c-addresses-table__header {
    padding-bottom: 10px
  }
}

@media(min-width:1600px) {
  .c-addresses-table__header {
    padding-bottom: 10px
  }
}

@media(min-width:480px) {
  .c-addresses-table__header {
    padding-left: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {
  .c-addresses-table__header {
    padding-left: 40px
  }
}

@media(min-width:1600px) {
  .c-addresses-table__header {
    padding-left: 40px
  }
}

@media(min-width:480px) {
  .c-addresses-table__header {
    padding-right: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {
  .c-addresses-table__header {
    padding-right: 40px
  }
}

@media(min-width:1600px) {
  .c-addresses-table__header {
    padding-right: 40px
  }
}

@media(max-width:960px) {
  .c-addresses-table__header {
    display: none
  }
}

@media(max-width:960px) {
  .c-addresses-table__body {
    margin-left: -4.5454545455%;
    margin-right: -4.5454545455%
  }
}

.c-addresses-table__row {
  margin-top: -1px;
  border: 1px solid #d0d0d0;
  width: 100%;
  background: #fff
}

.c-addresses-table__row:first-child {
  margin-top: 0
}

.c-addresses-table__row-table {
  padding: 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%
}

@media(min-width:480px) {
  .c-addresses-table__row-table {
    padding-top: calc(.52083vw + 22.5px)
  }
}

@media(min-width:1440px) {
  .c-addresses-table__row-table {
    padding-top: 30px
  }
}

@media(min-width:1600px) {
  .c-addresses-table__row-table {
    padding-top: 30px
  }
}

@media(min-width:480px) {
  .c-addresses-table__row-table {
    padding-bottom: calc(.52083vw + 22.5px)
  }
}

@media(min-width:1440px) {
  .c-addresses-table__row-table {
    padding-bottom: 30px
  }
}

@media(min-width:1600px) {
  .c-addresses-table__row-table {
    padding-bottom: 30px
  }
}

@media(min-width:480px) {
  .c-addresses-table__row-table {
    padding-left: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {
  .c-addresses-table__row-table {
    padding-left: 40px
  }
}

@media(min-width:1600px) {
  .c-addresses-table__row-table {
    padding-left: 40px
  }
}

@media(min-width:480px) {
  .c-addresses-table__row-table {
    padding-right: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {
  .c-addresses-table__row-table {
    padding-right: 40px
  }
}

@media(min-width:1600px) {
  .c-addresses-table__row-table {
    padding-right: 40px
  }
}

@media(max-width:960px) {
  .c-addresses-table__row-table {
    padding: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-addresses-table__row-table {
    padding-top: 15px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-addresses-table__row-table {
    padding-top: 15px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-addresses-table__row-table {
    padding-top: 15px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-addresses-table__row-table {
    padding-bottom: 15px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-addresses-table__row-table {
    padding-bottom: 15px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-addresses-table__row-table {
    padding-bottom: 15px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-addresses-table__row-table {
    padding-left: 15px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-addresses-table__row-table {
    padding-left: 15px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-addresses-table__row-table {
    padding-left: 15px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-addresses-table__row-table {
    padding-right: 15px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-addresses-table__row-table {
    padding-right: 15px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-addresses-table__row-table {
    padding-right: 15px
  }
}

.c-addresses-table__row-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  height: 0
}

.c-addresses-table__column {
  padding-right: 10px;
  width: 18%
}

@media(min-width:480px) {
  .c-addresses-table__column {
    padding-right: 10px
  }
}

@media(min-width:1440px) {
  .c-addresses-table__column {
    padding-right: 10px
  }
}

@media(min-width:1600px) {
  .c-addresses-table__column {
    padding-right: 10px
  }
}

.c-addresses-table__column:last-child {
  padding-right: 0;
  width: 10%
}

@media(max-width:960px) {
  .c-addresses-table__column:last-child {
    width: 50%
  }
}

.c-addresses-table__column--full {
  width: 100%
}

.c-addresses-table__column:before {
  margin-bottom: 5px;
  font-size: 11px;
  font-family: Ekstra, sans-serif;
  line-height: 120%;
  letter-spacing: .01em;
  font-weight: 600;
  text-transform: uppercase;
  content: attr(data-label);
  color: #444;
  display: none
}

@media(min-width:480px) {
  .c-addresses-table__column:before {
    margin-bottom: 5px
  }
}

@media(min-width:1440px) {
  .c-addresses-table__column:before {
    margin-bottom: 5px
  }
}

@media(min-width:1600px) {
  .c-addresses-table__column:before {
    margin-bottom: 5px
  }
}

@media(min-width:480px) {
  .c-addresses-table__column:before {
    font-size: calc(.10417vw + 10.5px)
  }
}

@media(min-width:1440px) {
  .c-addresses-table__column:before {
    font-size: 12px
  }
}

@media(min-width:1600px) {
  .c-addresses-table__column:before {
    font-size: 12px
  }
}

@media(max-width:960px) {
  .c-addresses-table__column {
    margin-bottom: 25px;
    width: 50%
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-addresses-table__column {
    margin-bottom: calc(.52083vw + 22.5px)
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-addresses-table__column {
    margin-bottom: 30px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-addresses-table__column {
    margin-bottom: 30px
  }
}

@media(max-width:960px) {
  .c-addresses-table__column:before {
    display: block
  }
}

@media(max-width:960px) {
  .c-addresses-table__column:last-child:before {
    display: none
  }
}

@media(max-width:960px) {
  .c-addresses-table__column:nth-last-child(-n+2) {
    margin-bottom: 0
  }
}

@media(max-width:960px) {
  .c-addresses-table__column:nth-child(2n) {
    text-align: right;
    padding-right: 0
  }
}

.c-addresses-table__edit-address {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}

@media(min-width:480px) {
  .c-addresses-table__edit-address {
    padding-top: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {
  .c-addresses-table__edit-address {
    padding-top: 40px
  }
}

@media(min-width:1600px) {
  .c-addresses-table__edit-address {
    padding-top: 40px
  }
}

@media(min-width:480px) {
  .c-addresses-table__edit-address {
    padding-bottom: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {
  .c-addresses-table__edit-address {
    padding-bottom: 40px
  }
}

@media(min-width:1600px) {
  .c-addresses-table__edit-address {
    padding-bottom: 40px
  }
}

@media(max-width:960px) {
  .c-addresses-table__edit-address {
    padding-left: 4.1666666667%;
    padding-right: 4.1666666667%
  }
}

.c-addresses-table__edit-address-title {
  margin-bottom: 40px
}

@media(min-width:480px) {
  .c-addresses-table__edit-address-title {
    margin-bottom: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .c-addresses-table__edit-address-title {
    margin-bottom: 50px
  }
}

@media(min-width:1600px) {
  .c-addresses-table__edit-address-title {
    margin-bottom: 50px
  }
}

.c-addresses-table .c-badge {
  margin-top: 10px
}

@media(min-width:480px) {
  .c-addresses-table .c-badge {
    margin-top: 10px
  }
}

@media(min-width:1440px) {
  .c-addresses-table .c-badge {
    margin-top: 10px
  }
}

@media(min-width:1600px) {
  .c-addresses-table .c-badge {
    margin-top: 10px
  }
}

@media(max-width:1140px) {
  .c-addresses-table .c-action-button {
    margin-bottom: 10px
  }
}

@media(max-width:1140px)and (min-width:480px) {
  .c-addresses-table .c-action-button {
    margin-bottom: 10px
  }
}

@media(max-width:1140px)and (min-width:1440px) {
  .c-addresses-table .c-action-button {
    margin-bottom: 10px
  }
}

@media(max-width:1140px)and (min-width:1600px) {
  .c-addresses-table .c-action-button {
    margin-bottom: 10px
  }
}

@media(max-width:1140px) {
  .c-addresses-table .c-action-button:last-child {
    margin-bottom: 0
  }
}

@media(max-width:960px) {
  .c-addresses-table .c-action-button {
    margin-bottom: 0
  }
}

.c-arrow-link-left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

.c-arrow-link-left .u-icon {
  margin-right: 10px;
  font-size: .4em
}

@media(min-width:480px) {
  .c-arrow-link-left .u-icon {
    margin-right: 10px
  }
}

@media(min-width:1440px) {
  .c-arrow-link-left .u-icon {
    margin-right: 10px
  }
}

@media(min-width:1600px) {
  .c-arrow-link-left .u-icon {
    margin-right: 10px
  }
}

.c-arrow-link-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

.c-arrow-link-right .u-icon {
  margin-left: 10px;
  font-size: .4em
}

@media(min-width:480px) {
  .c-arrow-link-right .u-icon {
    margin-left: 10px
  }
}

@media(min-width:1440px) {
  .c-arrow-link-right .u-icon {
    margin-left: 10px
  }
}

@media(min-width:1600px) {
  .c-arrow-link-right .u-icon {
    margin-left: 10px
  }
}

.c-form {
  display: block;
  width: 100%
}

.c-form--columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.c-form__fieldset {
  padding: 0;
  margin: 0 0 20px;
  border-width: 0
}

@media(min-width:480px) {
  .c-form__fieldset {
    margin-bottom: 20px
  }
}

@media(min-width:1440px) {
  .c-form__fieldset {
    margin-bottom: 20px
  }
}

@media(min-width:1600px) {
  .c-form__fieldset {
    margin-bottom: 20px
  }
}

.c-form__fieldset:last-child,
.c-form__fieldset:last-of-type {
  margin-bottom: 0
}

.c-form__fieldset--column {
  padding-left: 20px;
  padding-right: 20px;
  width: 50%
}

@media(min-width:480px) {
  .c-form__fieldset--column {
    padding-left: 20px
  }
}

@media(min-width:1440px) {
  .c-form__fieldset--column {
    padding-left: 20px
  }
}

@media(min-width:1600px) {
  .c-form__fieldset--column {
    padding-left: 20px
  }
}

@media(min-width:480px) {
  .c-form__fieldset--column {
    padding-right: 20px
  }
}

@media(min-width:1440px) {
  .c-form__fieldset--column {
    padding-right: 20px
  }
}

@media(min-width:1600px) {
  .c-form__fieldset--column {
    padding-right: 20px
  }
}

@media(max-width:960px) {
  .c-form__fieldset--column {
    width: 100%;
    padding: 0
  }
}

.c-form__fieldset--column-extended {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%
}

@media(min-width:480px) {
  .c-form__fieldset--column-extended {
    padding-left: 20px
  }
}

@media(min-width:1440px) {
  .c-form__fieldset--column-extended {
    padding-left: 20px
  }
}

@media(min-width:1600px) {
  .c-form__fieldset--column-extended {
    padding-left: 20px
  }
}

@media(min-width:480px) {
  .c-form__fieldset--column-extended {
    padding-right: 20px
  }
}

@media(min-width:1440px) {
  .c-form__fieldset--column-extended {
    padding-right: 20px
  }
}

@media(min-width:1600px) {
  .c-form__fieldset--column-extended {
    padding-right: 20px
  }
}

@media(max-width:960px) {
  .c-form__fieldset--column-extended {
    padding: 0
  }
}

.c-form__fieldset--small {
  margin-bottom: 15px
}

@media(min-width:480px) {
  .c-form__fieldset--small {
    margin-bottom: 15px
  }
}

@media(min-width:1440px) {
  .c-form__fieldset--small {
    margin-bottom: 15px
  }
}

@media(min-width:1600px) {
  .c-form__fieldset--small {
    margin-bottom: 15px
  }
}

.c-form__label,
.c-form__legend {
  display: block;
  margin: 0 0 5px;
  color: #444;
  cursor: pointer
}

@media(min-width:480px) {

  .c-form__label,
  .c-form__legend {
    margin-bottom: 5px
  }
}

@media(min-width:1440px) {

  .c-form__label,
  .c-form__legend {
    margin-bottom: 5px
  }
}

@media(min-width:1600px) {

  .c-form__label,
  .c-form__legend {
    margin-bottom: 5px
  }
}

.c-form__label--flex,
.c-form__legend--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.c-form__label--hidden,
.c-form__legend--hidden {
  display: none
}

.c-form__input {
  height: 35px;
  display: block;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  border: 1px solid #d0d0d0;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  font-size: 13px;
  font-family: Ekstra, sans-serif;
  line-height: 140%;
  letter-spacing: normal;
  font-weight: 500;
  color: #000;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
  -webkit-appearance: none;
  -moz-appearance: none
}

@media(min-width:480px) {
  .c-form__input {
    height: calc(1.04167vw + 30px)
  }
}

@media(min-width:1440px) {
  .c-form__input {
    height: 45px
  }
}

@media(min-width:1600px) {
  .c-form__input {
    height: 45px
  }
}

@media(min-width:480px) {
  .c-form__input {
    padding-left: 20px
  }
}

@media(min-width:1440px) {
  .c-form__input {
    padding-left: 20px
  }
}

@media(min-width:1600px) {
  .c-form__input {
    padding-left: 20px
  }
}

@media(min-width:480px) {
  .c-form__input {
    padding-right: 20px
  }
}

@media(min-width:1440px) {
  .c-form__input {
    padding-right: 20px
  }
}

@media(min-width:1600px) {
  .c-form__input {
    padding-right: 20px
  }
}

@media(min-width:480px) {
  .c-form__input {
    font-size: 13px
  }
}

@media(min-width:1440px) {
  .c-form__input {
    font-size: 13px
  }
}

@media(min-width:1600px) {
  .c-form__input {
    font-size: 13px
  }
}

@media(max-width:960px) {
  .c-form__input {
    padding-left: 15px;
    padding-right: 15px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-form__input {
    padding-left: 15px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-form__input {
    padding-left: 15px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-form__input {
    padding-left: 15px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-form__input {
    padding-right: 15px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-form__input {
    padding-right: 15px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-form__input {
    padding-right: 15px
  }
}

@media(hover:none) {
  .c-form__input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .c-form__input:active {
    outline: 0;
    border-color: #000
  }
}

@media(-ms-high-contrast:active),
(hover:hover),
all and (-ms-high-contrast:none) {
  .c-form__input:hover {
    outline: 0;
    border-color: #000
  }
}

.c-form__input:focus {
  outline: 0;
  border-color: #000
}

.c-form__input:disabled {
  outline: 0;
  background-color: #f5f5f5;
  color: #d0d0d0
}

.c-form__input::-webkit-input-placeholder {
  color: #7c7c7c;
  opacity: 1
}

.c-form__input::-moz-placeholder {
  color: #7c7c7c;
  opacity: 1
}

.c-form__input:-ms-input-placeholder {
  color: #7c7c7c;
  opacity: 1
}

.c-form__input::-ms-input-placeholder {
  color: #7c7c7c;
  opacity: 1
}

.c-form__input::placeholder {
  color: #7c7c7c;
  opacity: 1
}

.c-form__input:-ms-input-placeholder {
  color: #7c7c7c
}

.c-form__input::-ms-input-placeholder {
  color: #7c7c7c
}

.c-form__input:disabled::-webkit-input-placeholder {
  color: #d0d0d0;
  opacity: 1
}

.c-form__input:disabled::-moz-placeholder {
  color: #d0d0d0;
  opacity: 1
}

.c-form__input:disabled:-ms-input-placeholder {
  color: #d0d0d0;
  opacity: 1
}

.c-form__input:disabled::-ms-input-placeholder {
  color: #d0d0d0;
  opacity: 1
}

.c-form__input:disabled::placeholder {
  color: #d0d0d0;
  opacity: 1
}

.c-form__input:disabled:-ms-input-placeholder {
  color: #d0d0d0
}

.c-form__input:disabled::-ms-input-placeholder {
  color: #d0d0d0
}

.c-form__input--error {
  border-color: #e50c34
}

.c-form__input--password {
  padding-right: 50px
}

@media(min-width:480px) {
  .c-form__input--password {
    padding-right: calc(2.60417vw + 37.5px)
  }
}

@media(min-width:1440px) {
  .c-form__input--password {
    padding-right: 75px
  }
}

@media(min-width:1600px) {
  .c-form__input--password {
    padding-right: 75px
  }
}

.c-form__input--search {
  padding-right: 75px;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-left: 0
}

@media(min-width:480px) {
  .c-form__input--search {
    padding-right: calc(2.60417vw + 62.5px)
  }
}

@media(min-width:1440px) {
  .c-form__input--search {
    padding-right: 100px
  }
}

@media(min-width:1600px) {
  .c-form__input--search {
    padding-right: 100px
  }
}

.c-form__input--textarea {
  min-height: 120px;
  height: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
  resize: none
}

@media(min-width:480px) {
  .c-form__input--textarea {
    padding-top: 20px
  }
}

@media(min-width:1440px) {
  .c-form__input--textarea {
    padding-top: 20px
  }
}

@media(min-width:1600px) {
  .c-form__input--textarea {
    padding-top: 20px
  }
}

@media(min-width:480px) {
  .c-form__input--textarea {
    padding-bottom: 20px
  }
}

@media(min-width:1440px) {
  .c-form__input--textarea {
    padding-bottom: 20px
  }
}

@media(min-width:1600px) {
  .c-form__input--textarea {
    padding-bottom: 20px
  }
}

.c-form__checkbox,
.c-form__radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}

.c-form__checkbox-wrapper {
  margin-bottom: 20px
}

@media(min-width:480px) {
  .c-form__checkbox-wrapper {
    margin-bottom: 20px
  }
}

@media(min-width:1440px) {
  .c-form__checkbox-wrapper {
    margin-bottom: 20px
  }
}

@media(min-width:1600px) {
  .c-form__checkbox-wrapper {
    margin-bottom: 20px
  }
}

.c-form__checkbox-wrapper:last-child {
  margin-bottom: 0
}

.c-form__radio-wrapper {
  margin-bottom: 20px
}

@media(min-width:480px) {
  .c-form__radio-wrapper {
    margin-bottom: 20px
  }
}

@media(min-width:1440px) {
  .c-form__radio-wrapper {
    margin-bottom: 20px
  }
}

@media(min-width:1600px) {
  .c-form__radio-wrapper {
    margin-bottom: 20px
  }
}

.c-form__radio-wrapper:last-child {
  margin-bottom: 0
}

.c-form__checkbox-label:after,
.c-form__checkbox-label:before,
.c-form__radio-label:after,
.c-form__radio-label:before {
  line-height: 1
}

.c-form__checkbox+.c-form__checkbox-label {
  padding-left: 25px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #444
}

@media(min-width:480px) {
  .c-form__checkbox+.c-form__checkbox-label {
    padding-left: calc(.52083vw + 22.5px)
  }
}

@media(min-width:1440px) {
  .c-form__checkbox+.c-form__checkbox-label {
    padding-left: 30px
  }
}

@media(min-width:1600px) {
  .c-form__checkbox+.c-form__checkbox-label {
    padding-left: 30px
  }
}

.c-form__checkbox+.c-form__checkbox-label:after,
.c-form__checkbox+.c-form__checkbox-label:before {
  width: 1.35em;
  height: 1.35em;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 0;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

.c-form__checkbox+.c-form__checkbox-label:before {
  content: "";
  background-color: #fff;
  border: 1px solid #d0d0d0
}

.c-form__checkbox+.c-form__checkbox-label:after {
  content: "";
  -webkit-transform: scale(0);
  transform: scale(0);
  background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0idS1pY29uIHUtaWNvbi0tY2hlY2siIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDUxNS41NTYgNTE1LjU1NiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMjc0LjIyNmwxNzYuNTQ5IDE3Ni44ODZMNTE1LjU1NiAxMTIuNDRsLTQ4LjY3LTQ3Ljk5Ny0yOTAuMzM3IDI5MEw0Ny45OTYgMjI1Ljg5MXoiLz48L3N2Zz4=");
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat
}

@media(hover:none) {
  .c-form__checkbox {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .c-form__checkbox:active:checked+.c-form__checkbox-label:before,
  .c-form__checkbox:active:not(:checked)+.c-form__checkbox-label:before {
    outline: 0;
    border-color: #000
  }
}

@media(-ms-high-contrast:active),
(hover:hover),
all and (-ms-high-contrast:none) {

  .c-form__checkbox:hover:checked+.c-form__checkbox-label:before,
  .c-form__checkbox:hover:not(:checked)+.c-form__checkbox-label:before {
    outline: 0;
    border-color: #000
  }
}

.c-form__checkbox:focus:checked+.c-form__checkbox-label:before,
.c-form__checkbox:focus:not(:checked)+.c-form__checkbox-label:before {
  outline: 0;
  border-color: #000
}

.c-form__checkbox:checked+.c-form__checkbox-label:before {
  outline: 0;
  border-color: #000;
  background-color: #000
}

.c-form__checkbox:checked+.c-form__checkbox-label:after {
  -webkit-transform: scale(.6);
  transform: scale(.6)
}

.c-form__checkbox:disabled+.c-form__checkbox-label {
  color: #444
}

.c-form__checkbox:disabled:checked+.c-form__checkbox-label:before,
.c-form__checkbox:disabled:not(:checked)+.c-form__checkbox-label:before {
  border-color: #d0d0d0;
  background-color: #fff
}

.c-form__checkbox:disabled:checked+.c-form__checkbox-label:after {
  opacity: .5
}

.c-form__errors {
  margin-bottom: 30px;
  color: #e50c34
}

@media(min-width:480px) {
  .c-form__errors {
    margin-bottom: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {
  .c-form__errors {
    margin-bottom: 40px
  }
}

@media(min-width:1600px) {
  .c-form__errors {
    margin-bottom: 40px
  }
}

.c-form__error-message {
  margin-bottom: 10px
}

@media(min-width:480px) {
  .c-form__error-message {
    margin-bottom: 10px
  }
}

@media(min-width:1440px) {
  .c-form__error-message {
    margin-bottom: 10px
  }
}

@media(min-width:1600px) {
  .c-form__error-message {
    margin-bottom: 10px
  }
}

.c-form__errors-list li {
  margin-bottom: 5px
}

@media(min-width:480px) {
  .c-form__errors-list li {
    margin-bottom: 5px
  }
}

@media(min-width:1440px) {
  .c-form__errors-list li {
    margin-bottom: 5px
  }
}

@media(min-width:1600px) {
  .c-form__errors-list li {
    margin-bottom: 5px
  }
}

.c-form__errors-list li:last-child {
  margin-bottom: 0
}

.c-form__success {
  margin-bottom: 30px
}

@media(min-width:480px) {
  .c-form__success {
    margin-bottom: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {
  .c-form__success {
    margin-bottom: 40px
  }
}

@media(min-width:1600px) {
  .c-form__success {
    margin-bottom: 40px
  }
}

.c-form__success:last-child {
  margin-bottom: 0
}

.c-form__validation-message {
  margin-top: 5px;
  color: #e50c34
}

@media(min-width:480px) {
  .c-form__validation-message {
    margin-top: 5px
  }
}

@media(min-width:1440px) {
  .c-form__validation-message {
    margin-top: 5px
  }
}

@media(min-width:1600px) {
  .c-form__validation-message {
    margin-top: 5px
  }
}

.c-form__password-wrapper {
  position: relative
}

.c-form__password-toggle {
  font-size: 22px;
  width: 50px;
  opacity: .3;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

@media(min-width:480px) {
  .c-form__password-toggle {
    width: calc(2.60417vw + 37.5px)
  }
}

@media(min-width:1440px) {
  .c-form__password-toggle {
    width: 75px
  }
}

@media(min-width:1600px) {
  .c-form__password-toggle {
    width: 75px
  }
}

@media(hover:none) {
  .c-form__password-toggle {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .c-form__password-toggle:active {
    opacity: .6
  }
}

@media(-ms-high-contrast:active),
(hover:hover),
all and (-ms-high-contrast:none) {
  .c-form__password-toggle:hover {
    opacity: .6
  }
}

@media(max-width:800px) {
  .c-form__password-toggle {
    font-size: 16px
  }
}

.has-password-visible .c-form__password-toggle {
  opacity: 1
}

.c-form__search-wrapper {
  position: relative
}

.c-form__search-actions {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.c-form__search-reset,
.c-form__search-submit {
  border: none;
  color: #000;
  background-color: transparent;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  outline: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

.c-form__search-reset {
  margin-right: 15px;
  display: none
}

@media(min-width:480px) {
  .c-form__search-reset {
    margin-right: 15px
  }
}

@media(min-width:1440px) {
  .c-form__search-reset {
    margin-right: 15px
  }
}

@media(min-width:1600px) {
  .c-form__search-reset {
    margin-right: 15px
  }
}

.c-form__search-reset.is-active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.c-form__search-submit {
  font-size: 1.1em
}

.c-action-button {
  width: 40px;
  height: 40px;
  font-size: 15px;
  border: 1px solid #d0d0d0;
  color: #000;
  background-color: #fff;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  outline: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

@media(hover:none) {
  .c-action-button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .c-action-button:active {
    background-color: #000;
    border-color: #000;
    color: #fff
  }
}

@media(-ms-high-contrast:active),
(hover:hover),
all and (-ms-high-contrast:none) {
  .c-action-button:hover {
    background-color: #000;
    border-color: #000;
    color: #fff
  }
}

.c-action-button:disabled {
  opacity: .3;
  pointer-events: none;
  cursor: not-allowed
}

.c-action-button.is-disabled {
  opacity: .5;
  pointer-events: none;
  cursor: not-allowed
}

.c-action-button+.c-action-button {
  margin-left: 10px
}

@media(min-width:480px) {
  .c-action-button+.c-action-button {
    margin-left: 10px
  }
}

@media(min-width:1440px) {
  .c-action-button+.c-action-button {
    margin-left: 10px
  }
}

@media(min-width:1600px) {
  .c-action-button+.c-action-button {
    margin-left: 10px
  }
}

.c-faq {
  margin-bottom: 50px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto
}

@media(min-width:480px) {
  .c-faq {
    margin-bottom: calc(2.60417vw + 37.5px)
  }
}

@media(min-width:1440px) {
  .c-faq {
    margin-bottom: 75px
  }
}

@media(min-width:1600px) {
  .c-faq {
    margin-bottom: 75px
  }
}

.c-faq:last-child {
  margin-bottom: 0
}

.c-faq__title {
  margin-bottom: 15px
}

@media(min-width:480px) {
  .c-faq__title {
    margin-bottom: 15px
  }
}

@media(min-width:1440px) {
  .c-faq__title {
    margin-bottom: 15px
  }
}

@media(min-width:1600px) {
  .c-faq__title {
    margin-bottom: 15px
  }
}

.c-accordion__single {
  border-bottom: 1px solid #d0d0d0
}

.c-accordion__single:first-child {
  border-top: 1px solid #d0d0d0
}

.c-accordion__header {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 30px;
  position: relative;
  cursor: pointer
}

@media(min-width:480px) {
  .c-accordion__header {
    padding-top: calc(.52083vw + 22.5px)
  }
}

@media(min-width:1440px) {
  .c-accordion__header {
    padding-top: 30px
  }
}

@media(min-width:1600px) {
  .c-accordion__header {
    padding-top: 30px
  }
}

@media(min-width:480px) {
  .c-accordion__header {
    padding-bottom: calc(.52083vw + 22.5px)
  }
}

@media(min-width:1440px) {
  .c-accordion__header {
    padding-bottom: 30px
  }
}

@media(min-width:1600px) {
  .c-accordion__header {
    padding-bottom: 30px
  }
}

@media(min-width:480px) {
  .c-accordion__header {
    padding-right: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {
  .c-accordion__header {
    padding-right: 40px
  }
}

@media(min-width:1600px) {
  .c-accordion__header {
    padding-right: 40px
  }
}

.c-accordion--small .c-accordion__header {
  padding-top: 20px;
  padding-bottom: 20px
}

@media(min-width:480px) {
  .c-accordion--small .c-accordion__header {
    padding-top: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .c-accordion--small .c-accordion__header {
    padding-top: 25px
  }
}

@media(min-width:1600px) {
  .c-accordion--small .c-accordion__header {
    padding-top: 25px
  }
}

@media(min-width:480px) {
  .c-accordion--small .c-accordion__header {
    padding-bottom: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .c-accordion--small .c-accordion__header {
    padding-bottom: 25px
  }
}

@media(min-width:1600px) {
  .c-accordion--small .c-accordion__header {
    padding-bottom: 25px
  }
}

.c-accordion__indicator {
  width: 10px;
  height: 10px;
  right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media(min-width:480px) {
  .c-accordion__indicator {
    right: 15px
  }
}

@media(min-width:1440px) {
  .c-accordion__indicator {
    right: 15px
  }
}

@media(min-width:1600px) {
  .c-accordion__indicator {
    right: 15px
  }
}

.c-accordion__indicator:after,
.c-accordion__indicator:before {
  content: "";
  position: absolute;
  background-color: #000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

.c-accordion__indicator:before {
  height: 10px;
  width: 2px
}

@media(min-width:480px) {
  .c-accordion__indicator:before {
    height: 10px
  }
}

@media(min-width:1440px) {
  .c-accordion__indicator:before {
    height: 10px
  }
}

@media(min-width:1600px) {
  .c-accordion__indicator:before {
    height: 10px
  }
}

.c-accordion__indicator:after {
  height: 2px;
  width: 10px
}

@media(min-width:480px) {
  .c-accordion__indicator:after {
    width: 10px
  }
}

@media(min-width:1440px) {
  .c-accordion__indicator:after {
    width: 10px
  }
}

@media(min-width:1600px) {
  .c-accordion__indicator:after {
    width: 10px
  }
}

.is-opened .c-accordion__indicator:before {
  -webkit-transform: translate(-50%, -50%) scaleY(0);
  transform: translate(-50%, -50%) scaleY(0)
}

.c-accordion__panel-inner {
  padding-bottom: 25px;
  max-width: 660px;
  color: #444
}

@media(min-width:480px) {
  .c-accordion__panel-inner {
    padding-bottom: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {
  .c-accordion__panel-inner {
    padding-bottom: 35px
  }
}

@media(min-width:1600px) {
  .c-accordion__panel-inner {
    padding-bottom: 35px
  }
}

.c-accordion__panel-inner p {
  margin-bottom: 20px
}

@media(min-width:480px) {
  .c-accordion__panel-inner p {
    margin-bottom: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .c-accordion__panel-inner p {
    margin-bottom: 25px
  }
}

@media(min-width:1600px) {
  .c-accordion__panel-inner p {
    margin-bottom: 25px
  }
}

.c-accordion__panel-inner p:last-child {
  margin-bottom: 0
}

.c-contact-form {
  max-width: 480px;
  margin: 0 auto
}

.c-contact-form__intro {
  margin-bottom: 40px;
  color: #444
}

@media(min-width:480px) {
  .c-contact-form__intro {
    margin-bottom: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .c-contact-form__intro {
    margin-bottom: 50px
  }
}

@media(min-width:1600px) {
  .c-contact-form__intro {
    margin-bottom: 50px
  }
}

.c-cart-table__header {
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #444
}

@media(min-width:480px) {
  .c-cart-table__header {
    padding-bottom: 10px
  }
}

@media(min-width:1440px) {
  .c-cart-table__header {
    padding-bottom: 10px
  }
}

@media(min-width:1600px) {
  .c-cart-table__header {
    padding-bottom: 10px
  }
}

@media(min-width:480px) {
  .c-cart-table__header {
    padding-left: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .c-cart-table__header {
    padding-left: 50px
  }
}

@media(min-width:1600px) {
  .c-cart-table__header {
    padding-left: 50px
  }
}

@media(min-width:480px) {
  .c-cart-table__header {
    padding-right: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .c-cart-table__header {
    padding-right: 50px
  }
}

@media(min-width:1600px) {
  .c-cart-table__header {
    padding-right: 50px
  }
}

@media(max-width:960px) {
  .c-cart-table__header {
    display: none
  }
}

@media(max-width:960px) {
  .c-cart-table__body {
    margin-left: -4.5454545455%;
    margin-right: -4.5454545455%
  }
}

.c-cart-table__row {
  padding: 25px 40px;
  margin-top: -1px;
  border: 1px solid #d0d0d0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: #fff;
  position: relative
}

@media(min-width:480px) {
  .c-cart-table__row {
    padding-top: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {
  .c-cart-table__row {
    padding-top: 35px
  }
}

@media(min-width:1600px) {
  .c-cart-table__row {
    padding-top: 35px
  }
}

@media(min-width:480px) {
  .c-cart-table__row {
    padding-bottom: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {
  .c-cart-table__row {
    padding-bottom: 35px
  }
}

@media(min-width:1600px) {
  .c-cart-table__row {
    padding-bottom: 35px
  }
}

@media(min-width:480px) {
  .c-cart-table__row {
    padding-left: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .c-cart-table__row {
    padding-left: 50px
  }
}

@media(min-width:1600px) {
  .c-cart-table__row {
    padding-left: 50px
  }
}

@media(min-width:480px) {
  .c-cart-table__row {
    padding-right: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .c-cart-table__row {
    padding-right: 50px
  }
}

@media(min-width:1600px) {
  .c-cart-table__row {
    padding-right: 50px
  }
}

.c-cart-table__row:first-child {
  margin-top: 0
}

@media(max-width:960px) {
  .c-cart-table__row {
    padding: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-cart-table__row {
    padding-top: 15px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-cart-table__row {
    padding-top: 15px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-cart-table__row {
    padding-top: 15px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-cart-table__row {
    padding-bottom: 15px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-cart-table__row {
    padding-bottom: 15px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-cart-table__row {
    padding-bottom: 15px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-cart-table__row {
    padding-left: 15px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-cart-table__row {
    padding-left: 15px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-cart-table__row {
    padding-left: 15px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-cart-table__row {
    padding-right: 15px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-cart-table__row {
    padding-right: 15px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-cart-table__row {
    padding-right: 15px
  }
}

.c-cart-table__column {
  padding-right: 10px;
  width: 15%
}

@media(min-width:480px) {
  .c-cart-table__column {
    padding-right: 10px
  }
}

@media(min-width:1440px) {
  .c-cart-table__column {
    padding-right: 10px
  }
}

@media(min-width:1600px) {
  .c-cart-table__column {
    padding-right: 10px
  }
}

.c-cart-table__column:first-child:not(:only-child) {
  width: 50%
}

.c-cart-table__column:last-child {
  padding-right: 0;
  width: 5%
}

.c-cart-table__column:nth-child(3),
.c-cart-table__column:nth-child(4) {
  text-align: center
}

.c-cart-table__column--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.c-cart-table__column:before {
  margin-bottom: 5px;
  font-size: 11px;
  font-family: Ekstra, sans-serif;
  line-height: 120%;
  letter-spacing: .01em;
  font-weight: 600;
  text-transform: uppercase;
  content: attr(data-label);
  color: #444;
  display: none;
  width: 100%
}

@media(min-width:480px) {
  .c-cart-table__column:before {
    margin-bottom: 5px
  }
}

@media(min-width:1440px) {
  .c-cart-table__column:before {
    margin-bottom: 5px
  }
}

@media(min-width:1600px) {
  .c-cart-table__column:before {
    margin-bottom: 5px
  }
}

@media(min-width:480px) {
  .c-cart-table__column:before {
    font-size: calc(.10417vw + 10.5px)
  }
}

@media(min-width:1440px) {
  .c-cart-table__column:before {
    font-size: 12px
  }
}

@media(min-width:1600px) {
  .c-cart-table__column:before {
    font-size: 12px
  }
}

@media(max-width:960px) {
  .c-cart-table__column {
    margin-bottom: 25px;
    width: 50%
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-cart-table__column {
    margin-bottom: calc(.52083vw + 22.5px)
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-cart-table__column {
    margin-bottom: 30px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-cart-table__column {
    margin-bottom: 30px
  }
}

@media(max-width:960px) {
  .c-cart-table__column:before {
    display: block
  }
}

@media(max-width:960px) {
  .c-cart-table__column:first-child:not(:only-child) {
    width: 100%;
    padding-right: 0
  }
}

@media(max-width:960px) {
  .c-cart-table__column:last-child {
    width: 50%
  }
}

@media(max-width:960px) {
  .c-cart-table__column:nth-child(3) {
    text-align: right;
    padding-right: 0
  }
}

@media(max-width:960px) {
  .c-cart-table__column:nth-child(4) {
    text-align: left
  }
}

@media(max-width:960px) {
  .c-cart-table__column:nth-last-child(-n+2) {
    margin-bottom: 0
  }
}

@media(max-width:960px) {
  .c-cart-table__column--flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.c-cart-table__image-wrapper {
  -ms-flex-preferred-size: 125px;
  flex-basis: 125px;
  height: 125px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  position: relative;
  background-color: #f5f5f5
}

@media(max-width:960px) {
  .c-cart-table__image-wrapper {
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    height: 50px
  }
}

.c-cart-table__details {
  margin-left: 20px;
  max-width: 1600px
}

@media(min-width:480px) {
  .c-cart-table__details {
    margin-left: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .c-cart-table__details {
    margin-left: 25px
  }
}

@media(min-width:1600px) {
  .c-cart-table__details {
    margin-left: 25px
  }
}

@media(max-width:960px) {
  .c-cart-table__details {
    margin-left: 10px;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-cart-table__details {
    margin-left: 10px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-cart-table__details {
    margin-left: 10px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-cart-table__details {
    margin-left: 10px
  }
}

.c-cart-table__details a {
  margin-bottom: 5px;
  display: inline-block
}

@media(min-width:480px) {
  .c-cart-table__details a {
    margin-bottom: 5px
  }
}

@media(min-width:1440px) {
  .c-cart-table__details a {
    margin-bottom: 5px
  }
}

@media(min-width:1600px) {
  .c-cart-table__details a {
    margin-bottom: 5px
  }
}

.c-cart-table__details a:last-child,
.c-cart-table__details a:only-child {
  margin-bottom: 0
}

.c-cart-table__details p,
.c-cart-table__details ul {
  margin-bottom: 10px;
  color: #7c7c7c
}

@media(min-width:480px) {

  .c-cart-table__details p,
  .c-cart-table__details ul {
    margin-bottom: 10px
  }
}

@media(min-width:1440px) {

  .c-cart-table__details p,
  .c-cart-table__details ul {
    margin-bottom: 10px
  }
}

@media(min-width:1600px) {

  .c-cart-table__details p,
  .c-cart-table__details ul {
    margin-bottom: 10px
  }
}

.c-cart-table__details p:last-child,
.c-cart-table__details p:only-child,
.c-cart-table__details ul:last-child,
.c-cart-table__details ul:only-child {
  margin-bottom: 0
}

.c-cart-table__details span {
  color: #7c7c7c
}

@media(max-width:960px) {
  .c-cart-table__variant {
    display: none
  }
}

.c-cart-table__mobile-variant {
  display: none
}

@media(max-width:960px) {
  .c-cart-table__mobile-variant {
    display: block
  }
}

.c-cart-table__price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

.c-cart-table__compare-at-price {
  margin-left: 5px;
  color: #7c7c7c;
  -webkit-text-decoration: line-through;
  text-decoration: line-through
}

@media(min-width:480px) {
  .c-cart-table__compare-at-price {
    margin-left: 5px
  }
}

@media(min-width:1440px) {
  .c-cart-table__compare-at-price {
    margin-left: 5px
  }
}

@media(min-width:1600px) {
  .c-cart-table__compare-at-price {
    margin-left: 5px
  }
}

.c-cart-table__remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 1em
}

@media(max-width:960px) {
  .c-cart-table__remove {
    padding: 5px;
    top: 10px;
    right: 10px;
    font-size: .75em;
    position: absolute
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-cart-table__remove {
    padding: 5px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-cart-table__remove {
    padding: 5px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-cart-table__remove {
    padding: 5px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-cart-table__remove {
    top: 10px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-cart-table__remove {
    top: 10px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-cart-table__remove {
    top: 10px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-cart-table__remove {
    right: 10px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-cart-table__remove {
    right: 10px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-cart-table__remove {
    right: 10px
  }
}

.c-cart-table .c-quantity-stepper {
  margin-left: auto;
  margin-right: auto
}

@media(max-width:960px) {
  .c-cart-table .c-quantity-stepper {
    width: 120px;
    height: 30px;
    margin-right: 0;
    border: none
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-cart-table .c-quantity-stepper {
    height: calc(1.04167vw + 25px)
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-cart-table .c-quantity-stepper {
    height: 40px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-cart-table .c-quantity-stepper {
    height: 40px
  }
}

@media(max-width:960px) {
  .c-cart-table .c-quantity-stepper__button {
    padding-left: 10px;
    padding-right: 10px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-cart-table .c-quantity-stepper__button {
    padding-left: 10px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-cart-table .c-quantity-stepper__button {
    padding-left: 10px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-cart-table .c-quantity-stepper__button {
    padding-left: 10px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-cart-table .c-quantity-stepper__button {
    padding-right: 10px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-cart-table .c-quantity-stepper__button {
    padding-right: 10px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-cart-table .c-quantity-stepper__button {
    padding-right: 10px
  }
}

.c-quantity-stepper {
  width: 150px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000
}

@media(min-width:480px) {
  .c-quantity-stepper {
    height: calc(1.04167vw + 30px)
  }
}

@media(min-width:1440px) {
  .c-quantity-stepper {
    height: 45px
  }
}

@media(min-width:1600px) {
  .c-quantity-stepper {
    height: 45px
  }
}

@media(max-width:960px) {
  .c-quantity-stepper {
    width: 120px
  }
}

.c-quantity-stepper__button {
  border: none;
  color: #000;
  background-color: transparent;
  padding: 0 20px;
  margin: 0;
  outline: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  outline: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

@media(min-width:480px) {
  .c-quantity-stepper__button {
    padding-left: 20px
  }
}

@media(min-width:1440px) {
  .c-quantity-stepper__button {
    padding-left: 20px
  }
}

@media(min-width:1600px) {
  .c-quantity-stepper__button {
    padding-left: 20px
  }
}

@media(min-width:480px) {
  .c-quantity-stepper__button {
    padding-right: 20px
  }
}

@media(min-width:1440px) {
  .c-quantity-stepper__button {
    padding-right: 20px
  }
}

@media(min-width:1600px) {
  .c-quantity-stepper__button {
    padding-right: 20px
  }
}

.c-quantity-stepper__button:disabled {
  opacity: .3;
  cursor: not-allowed
}

@media(max-width:960px) {
  .c-quantity-stepper__button {
    padding-left: 15px;
    padding-right: 15px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-quantity-stepper__button {
    padding-left: 15px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-quantity-stepper__button {
    padding-left: 15px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-quantity-stepper__button {
    padding-left: 15px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-quantity-stepper__button {
    padding-right: 15px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-quantity-stepper__button {
    padding-right: 15px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-quantity-stepper__button {
    padding-right: 15px
  }
}

.c-quantity-stepper__value {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  border: none;
  outline: none;
  background: transparent
}

.c-quantity-stepper__value:disabled {
  opacity: .3;
  cursor: not-allowed
}

.c-quantity-stepper .u-icon {
  font-size: 8px
}

.c-product-form__fieldset {
  border-bottom: 1px solid #7c7c7c
}

.c-product-form__fieldset:first-child .c-product-form__legend {
  padding-top: 0
}

.c-product-form__fieldset:last-of-type {
  border-bottom: 0
}

.c-product-form__legend {
  padding-top: 20px;
  margin-bottom: 15px;
  color: #444
}

@media(min-width:480px) {
  .c-product-form__legend {
    padding-top: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .c-product-form__legend {
    padding-top: 25px
  }
}

@media(min-width:1600px) {
  .c-product-form__legend {
    padding-top: 25px
  }
}

@media(min-width:480px) {
  .c-product-form__legend {
    margin-bottom: 15px
  }
}

@media(min-width:1440px) {
  .c-product-form__legend {
    margin-bottom: 15px
  }
}

@media(min-width:1600px) {
  .c-product-form__legend {
    margin-bottom: 15px
  }
}

.c-product-form__options-container {
  margin-left: -5px;
  margin-right: -5px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media(min-width:480px) {
  .c-product-form__options-container {
    padding-bottom: 15px
  }
}

@media(min-width:1440px) {
  .c-product-form__options-container {
    padding-bottom: 15px
  }
}

@media(min-width:1600px) {
  .c-product-form__options-container {
    padding-bottom: 15px
  }
}

.c-product-form__option {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px
}

@media(min-width:480px) {
  .c-product-form__option {
    margin-bottom: 10px
  }
}

@media(min-width:1440px) {
  .c-product-form__option {
    margin-bottom: 10px
  }
}

@media(min-width:1600px) {
  .c-product-form__option {
    margin-bottom: 10px
  }
}

.c-product-form__option-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}

.c-product-form__option-input:checked+.c-product-form__option-label {
  color: #000;
  border-color: #000
}

.c-product-form__option-input:checked+.c-product-form__color-option-label:after,
.c-product-form__option-input:checked+.c-product-form__color-option-label:before {
  opacity: 1
}

.c-product-form__option-label {
  padding: 5px 10px;
  border: 1px solid #d0d0d0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  color: #7c7c7c;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

@media(min-width:480px) {
  .c-product-form__option-label {
    padding-top: 5px
  }
}

@media(min-width:1440px) {
  .c-product-form__option-label {
    padding-top: 5px
  }
}

@media(min-width:1600px) {
  .c-product-form__option-label {
    padding-top: 5px
  }
}

@media(min-width:480px) {
  .c-product-form__option-label {
    padding-bottom: 5px
  }
}

@media(min-width:1440px) {
  .c-product-form__option-label {
    padding-bottom: 5px
  }
}

@media(min-width:1600px) {
  .c-product-form__option-label {
    padding-bottom: 5px
  }
}

@media(min-width:480px) {
  .c-product-form__option-label {
    padding-left: 10px
  }
}

@media(min-width:1440px) {
  .c-product-form__option-label {
    padding-left: 10px
  }
}

@media(min-width:1600px) {
  .c-product-form__option-label {
    padding-left: 10px
  }
}

@media(min-width:480px) {
  .c-product-form__option-label {
    padding-right: 10px
  }
}

@media(min-width:1440px) {
  .c-product-form__option-label {
    padding-right: 10px
  }
}

@media(min-width:1600px) {
  .c-product-form__option-label {
    padding-right: 10px
  }
}

.c-product-form__color-option-label {
  width: 30px;
  height: 30px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

.c-product-form__color-option-label:after,
.c-product-form__color-option-label:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 100%;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
  opacity: 0
}

.c-product-form__color-option-label:before {
  background-color: transparent;
  border: 1px solid #000;
  z-index: 1
}

.c-product-form__color-option-label:after {
  content: "";
  background-color: transparent;
  border: 3px solid #fff
}

@media(hover:none) {
  .c-product-form__color-option-label {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .c-product-form__color-option-label:active .c-product-form__color-option-tooltip {
    opacity: 1;
    visibility: visible
  }
}

@media(-ms-high-contrast:active),
(hover:hover),
all and (-ms-high-contrast:none) {
  .c-product-form__color-option-label:hover .c-product-form__color-option-tooltip {
    opacity: 1;
    visibility: visible
  }
}

.c-product-form__color-option-label--white {
  -webkit-box-shadow: inset 0 0 0 1px #d0d0d0;
  box-shadow: inset 0 0 0 1px #d0d0d0
}

.c-product-form__color-option-tooltip {
  padding: 5px;
  position: absolute;
  left: 50%;
  bottom: 110%;
  background-color: #000;
  color: #fff;
  width: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
  white-space: nowrap;
  z-index: 1
}

@media(min-width:480px) {
  .c-product-form__color-option-tooltip {
    padding-top: 5px
  }
}

@media(min-width:1440px) {
  .c-product-form__color-option-tooltip {
    padding-top: 5px
  }
}

@media(min-width:1600px) {
  .c-product-form__color-option-tooltip {
    padding-top: 5px
  }
}

@media(min-width:480px) {
  .c-product-form__color-option-tooltip {
    padding-bottom: 5px
  }
}

@media(min-width:1440px) {
  .c-product-form__color-option-tooltip {
    padding-bottom: 5px
  }
}

@media(min-width:1600px) {
  .c-product-form__color-option-tooltip {
    padding-bottom: 5px
  }
}

@media(min-width:480px) {
  .c-product-form__color-option-tooltip {
    padding-left: 5px
  }
}

@media(min-width:1440px) {
  .c-product-form__color-option-tooltip {
    padding-left: 5px
  }
}

@media(min-width:1600px) {
  .c-product-form__color-option-tooltip {
    padding-left: 5px
  }
}

@media(min-width:480px) {
  .c-product-form__color-option-tooltip {
    padding-right: 5px
  }
}

@media(min-width:1440px) {
  .c-product-form__color-option-tooltip {
    padding-right: 5px
  }
}

@media(min-width:1600px) {
  .c-product-form__color-option-tooltip {
    padding-right: 5px
  }
}

.c-product-form__master-select {
  display: none
}

.c-product-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.c-product-form__quantity-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

.c-product-form__atc-wrapper {
  padding-left: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0
}

@media(min-width:480px) {
  .c-product-form__atc-wrapper {
    padding-left: 10px
  }
}

@media(min-width:1440px) {
  .c-product-form__atc-wrapper {
    padding-left: 10px
  }
}

@media(min-width:1600px) {
  .c-product-form__atc-wrapper {
    padding-left: 10px
  }
}

.c-oos-form {
  padding-top: 30px
}

@media(min-width:480px) {
  .c-oos-form {
    padding-top: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {
  .c-oos-form {
    padding-top: 40px
  }
}

@media(min-width:1600px) {
  .c-oos-form {
    padding-top: 40px
  }
}

.c-oos-form__inner {
  padding: 40px;
  background: #f5f5f5
}

@media(min-width:480px) {
  .c-oos-form__inner {
    padding: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .c-oos-form__inner {
    padding: 50px
  }
}

@media(min-width:1600px) {
  .c-oos-form__inner {
    padding: 50px
  }
}

@media(max-width:960px) {
  .c-oos-form__inner {
    padding: 20px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-oos-form__inner {
    padding: calc(.52083vw + 17.5px)
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-oos-form__inner {
    padding: 25px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-oos-form__inner {
    padding: 25px
  }
}

.c-oos-form__message {
  margin-bottom: 20px
}

@media(min-width:480px) {
  .c-oos-form__message {
    margin-bottom: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .c-oos-form__message {
    margin-bottom: 25px
  }
}

@media(min-width:1600px) {
  .c-oos-form__message {
    margin-bottom: 25px
  }
}

.c-oos-form__message:last-child {
  margin-bottom: 0
}

.c-product-card-small__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.c-product-card-small__image {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  position: relative;
  background: #f5f5f5
}

@media(min-width:480px) {
  .c-product-card-small__image {
    -ms-flex-preferred-size: calc(5.20833vw + 75px);
    flex-basis: calc(5.20833vw + 75px)
  }
}

@media(min-width:1440px) {
  .c-product-card-small__image {
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px
  }
}

@media(min-width:1600px) {
  .c-product-card-small__image {
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px
  }
}

.c-product-card-small__content {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0
}

@media(min-width:480px) {
  .c-product-card-small__content {
    padding-left: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .c-product-card-small__content {
    padding-left: 25px
  }
}

@media(min-width:1600px) {
  .c-product-card-small__content {
    padding-left: 25px
  }
}

@media(max-width:800px) {
  .c-product-card-small__content {
    padding-left: 15px
  }
}

@media(max-width:800px)and (min-width:480px) {
  .c-product-card-small__content {
    padding-left: 15px
  }
}

@media(max-width:800px)and (min-width:1440px) {
  .c-product-card-small__content {
    padding-left: 15px
  }
}

@media(max-width:800px)and (min-width:1600px) {
  .c-product-card-small__content {
    padding-left: 15px
  }
}

.c-product-card-small__vendor {
  margin-bottom: 5px;
  color: #7c7c7c
}

@media(min-width:480px) {
  .c-product-card-small__vendor {
    margin-bottom: 5px
  }
}

@media(min-width:1440px) {
  .c-product-card-small__vendor {
    margin-bottom: 5px
  }
}

@media(min-width:1600px) {
  .c-product-card-small__vendor {
    margin-bottom: 5px
  }
}

.c-product-card-small__title {
  margin-bottom: 15px
}

@media(min-width:480px) {
  .c-product-card-small__title {
    margin-bottom: 15px
  }
}

@media(min-width:1440px) {
  .c-product-card-small__title {
    margin-bottom: 15px
  }
}

@media(min-width:1600px) {
  .c-product-card-small__title {
    margin-bottom: 15px
  }
}

.c-product-card-small__price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

.c-product-card-small__compare-at-price {
  margin-left: 5px;
  color: #7c7c7c;
  -webkit-text-decoration: line-through;
  text-decoration: line-through
}

@media(min-width:480px) {
  .c-product-card-small__compare-at-price {
    margin-left: 5px
  }
}

@media(min-width:1440px) {
  .c-product-card-small__compare-at-price {
    margin-left: 5px
  }
}

@media(min-width:1600px) {
  .c-product-card-small__compare-at-price {
    margin-left: 5px
  }
}

.c-product-gallery__main {
  margin-bottom: 10px;
  border: 1px solid #7c7c7c;
  background: #f5f5f5;
  position: relative
}

.c-product-gallery__main .c-slider-navigation {
  bottom: 10px;
  right: 10px;
  position: absolute;
  z-index: 1
}

@media(min-width:480px) {
  .c-product-gallery__main .c-slider-navigation {
    bottom: 10px
  }
}

@media(min-width:1440px) {
  .c-product-gallery__main .c-slider-navigation {
    bottom: 10px
  }
}

@media(min-width:1600px) {
  .c-product-gallery__main .c-slider-navigation {
    bottom: 10px
  }
}

@media(min-width:480px) {
  .c-product-gallery__main .c-slider-navigation {
    right: 10px
  }
}

@media(min-width:1440px) {
  .c-product-gallery__main .c-slider-navigation {
    right: 10px
  }
}

@media(min-width:1600px) {
  .c-product-gallery__main .c-slider-navigation {
    right: 10px
  }
}

.c-product-gallery__main-single {
  position: relative;
  background: #f5f5f5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.c-product-gallery__main-single.swiper-slide {
  height: auto
}

.c-product-gallery__main-video {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c-product-gallery__thumbs {
  margin-left: -5px;
  margin-right: -5px
}

.c-product-gallery__thumbs-single {
  padding-left: 5px;
  padding-right: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.c-product-gallery__thumbs-image {
  border: 1px solid transparent;
  position: relative;
  background: #f5f5f5;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
  cursor: pointer
}

.swiper-slide-thumb-active .c-product-gallery__thumbs-image {
  border-color: #7c7c7c
}

.c-product-gallery__thumbs-video-cta {
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, .7);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media(min-width:480px) {
  .c-product-gallery__thumbs-video-cta {
    width: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .c-product-gallery__thumbs-video-cta {
    width: 25px
  }
}

@media(min-width:1600px) {
  .c-product-gallery__thumbs-video-cta {
    width: 25px
  }
}

@media(min-width:480px) {
  .c-product-gallery__thumbs-video-cta {
    height: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .c-product-gallery__thumbs-video-cta {
    height: 25px
  }
}

@media(min-width:1600px) {
  .c-product-gallery__thumbs-video-cta {
    height: 25px
  }
}

.c-product-gallery__thumbs-video-cta .u-icon {
  font-size: .4em;
  color: #fff
}

.c-product-gallery__controls .c-slider-pagination {
  padding-top: 20px
}

@media(min-width:480px) {
  .c-product-gallery__controls .c-slider-pagination {
    padding-top: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .c-product-gallery__controls .c-slider-pagination {
    padding-top: 25px
  }
}

@media(min-width:1600px) {
  .c-product-gallery__controls .c-slider-pagination {
    padding-top: 25px
  }
}

.c-search-drawer {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative
}

@media(max-width:1140px) {
  .c-search-drawer {
    height: 58px
  }
}

.c-search-drawer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}

@media(max-width:1140px) {
  .c-search-drawer__left {
    display: none
  }
}

.c-search-drawer__logo {
  font-size: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media(max-width:1280px) {
  .c-search-drawer__logo {
    font-size: 200px
  }
}

.c-search-drawer__center {
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0
}

@media(min-width:480px) {
  .c-search-drawer__center {
    padding-left: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .c-search-drawer__center {
    padding-left: 50px
  }
}

@media(min-width:1600px) {
  .c-search-drawer__center {
    padding-left: 50px
  }
}

@media(min-width:480px) {
  .c-search-drawer__center {
    padding-right: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .c-search-drawer__center {
    padding-right: 50px
  }
}

@media(min-width:1600px) {
  .c-search-drawer__center {
    padding-right: 50px
  }
}

@media(max-width:1140px) {
  .c-search-drawer__center {
    padding-left: 0
  }
}

.c-search-drawer__center .c-form {
  max-width: 920px
}

.c-search-drawer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}

.c-search-drawer__right button {
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  outline: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  width: auto;
  background: transparent;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit
}

.c-search-drawer__right button:active,
.c-search-drawer__right button:focus,
.c-search-drawer__right button:hover {
  outline: none
}

.c-search-drawer__overlay {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2250;
  background-color: rgba(0, 0, 0, .7);
  -webkit-transition: all .3s cubic-bezier(.55, .085, .68, .53);
  transition: all .3s cubic-bezier(.55, .085, .68, .53);
  opacity: 0;
  visibility: hidden
}

.is-search-drawer-open .c-search-drawer__overlay {
  opacity: 1;
  visibility: visible
}

.c-predictive-search {
  padding-top: 5px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: block;
  background: #fff;
  z-index: 2750
}

@media(min-width:480px) {
  .c-predictive-search {
    padding-top: 5px
  }
}

@media(min-width:1440px) {
  .c-predictive-search {
    padding-top: 5px
  }
}

@media(min-width:1600px) {
  .c-predictive-search {
    padding-top: 5px
  }
}

@media(max-width:1140px) {
  .c-predictive-search {
    padding-top: 0;
    width: 100vw;
    -webkit-transform: translateX(-4.1666666667%);
    transform: translateX(-4.1666666667%)
  }
}

.c-predictive-search__inner {
  border: 1px solid #d0d0d0
}

@media(max-width:1140px) {
  .c-predictive-search__inner {
    border: none
  }
}

.c-predictive-search__results {
  padding: 25px
}

@media(min-width:480px) {
  .c-predictive-search__results {
    padding: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {
  .c-predictive-search__results {
    padding: 35px
  }
}

@media(min-width:1600px) {
  .c-predictive-search__results {
    padding: 35px
  }
}

@media(max-width:1140px) {
  .c-predictive-search__results {
    padding-left: 4.1666666667%;
    padding-right: 4.1666666667%
  }
}

.c-predictive-search__header {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d0d0d0
}

@media(min-width:480px) {
  .c-predictive-search__header {
    padding-bottom: 5px
  }
}

@media(min-width:1440px) {
  .c-predictive-search__header {
    padding-bottom: 5px
  }
}

@media(min-width:1600px) {
  .c-predictive-search__header {
    padding-bottom: 5px
  }
}

@media(min-width:480px) {
  .c-predictive-search__header {
    margin-bottom: 15px
  }
}

@media(min-width:1440px) {
  .c-predictive-search__header {
    margin-bottom: 15px
  }
}

@media(min-width:1600px) {
  .c-predictive-search__header {
    margin-bottom: 15px
  }
}

.c-predictive-search__content .c-predictive-search-product {
  margin-bottom: 10px
}

@media(min-width:480px) {
  .c-predictive-search__content .c-predictive-search-product {
    margin-bottom: 10px
  }
}

@media(min-width:1440px) {
  .c-predictive-search__content .c-predictive-search-product {
    margin-bottom: 10px
  }
}

@media(min-width:1600px) {
  .c-predictive-search__content .c-predictive-search-product {
    margin-bottom: 10px
  }
}

@media(max-width:1140px) {
  .c-predictive-search__content .c-predictive-search-product {
    margin-bottom: 15px
  }
}

@media(max-width:1140px)and (min-width:480px) {
  .c-predictive-search__content .c-predictive-search-product {
    margin-bottom: 15px
  }
}

@media(max-width:1140px)and (min-width:1440px) {
  .c-predictive-search__content .c-predictive-search-product {
    margin-bottom: 15px
  }
}

@media(max-width:1140px)and (min-width:1600px) {
  .c-predictive-search__content .c-predictive-search-product {
    margin-bottom: 15px
  }
}

.c-predictive-search__content .c-predictive-search-product:last-child {
  margin-bottom: 0
}

@media(max-width:1140px) {
  .c-predictive-search__content .c-predictive-search-product:last-child {
    margin-bottom: 0
  }
}

.c-predictive-search__footer {
  padding: 15px 25px;
  border-top: 1px solid #d0d0d0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(min-width:480px) {
  .c-predictive-search__footer {
    padding-top: 15px
  }
}

@media(min-width:1440px) {
  .c-predictive-search__footer {
    padding-top: 15px
  }
}

@media(min-width:1600px) {
  .c-predictive-search__footer {
    padding-top: 15px
  }
}

@media(min-width:480px) {
  .c-predictive-search__footer {
    padding-bottom: 15px
  }
}

@media(min-width:1440px) {
  .c-predictive-search__footer {
    padding-bottom: 15px
  }
}

@media(min-width:1600px) {
  .c-predictive-search__footer {
    padding-bottom: 15px
  }
}

@media(min-width:480px) {
  .c-predictive-search__footer {
    padding-left: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {
  .c-predictive-search__footer {
    padding-left: 35px
  }
}

@media(min-width:1600px) {
  .c-predictive-search__footer {
    padding-left: 35px
  }
}

@media(min-width:480px) {
  .c-predictive-search__footer {
    padding-right: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {
  .c-predictive-search__footer {
    padding-right: 35px
  }
}

@media(min-width:1600px) {
  .c-predictive-search__footer {
    padding-right: 35px
  }
}

@media(max-width:1140px) {
  .c-predictive-search__footer {
    padding-left: 4.1666666667%;
    padding-right: 4.1666666667%
  }
}

.c-predictive-search__footer span:first-child {
  padding-right: 15px
}

@media(min-width:480px) {
  .c-predictive-search__footer span:first-child {
    padding-right: 15px
  }
}

@media(min-width:1440px) {
  .c-predictive-search__footer span:first-child {
    padding-right: 15px
  }
}

@media(min-width:1600px) {
  .c-predictive-search__footer span:first-child {
    padding-right: 15px
  }
}

.c-predictive-search__footer span:last-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

.c-predictive-search-product__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media(max-width:1140px) {
  .c-predictive-search-product__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.c-predictive-search-product__image {
  -ms-flex-preferred-size: 75px;
  flex-basis: 75px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  position: relative;
  background: #f5f5f5
}

@media(min-width:480px) {
  .c-predictive-search-product__image {
    -ms-flex-preferred-size: calc(2.60417vw + 62.5px);
    flex-basis: calc(2.60417vw + 62.5px)
  }
}

@media(min-width:1440px) {
  .c-predictive-search-product__image {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px
  }
}

@media(min-width:1600px) {
  .c-predictive-search-product__image {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px
  }
}

.c-predictive-search-product__content {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0
}

@media(min-width:480px) {
  .c-predictive-search-product__content {
    padding-left: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .c-predictive-search-product__content {
    padding-left: 25px
  }
}

@media(min-width:1600px) {
  .c-predictive-search-product__content {
    padding-left: 25px
  }
}

@media(max-width:800px) {
  .c-predictive-search-product__content {
    padding-left: 15px
  }
}

@media(max-width:800px)and (min-width:480px) {
  .c-predictive-search-product__content {
    padding-left: 15px
  }
}

@media(max-width:800px)and (min-width:1440px) {
  .c-predictive-search-product__content {
    padding-left: 15px
  }
}

@media(max-width:800px)and (min-width:1600px) {
  .c-predictive-search-product__content {
    padding-left: 15px
  }
}

.c-predictive-search-product__vendor {
  margin-bottom: 5px;
  color: #7c7c7c
}

@media(min-width:480px) {
  .c-predictive-search-product__vendor {
    margin-bottom: 5px
  }
}

@media(min-width:1440px) {
  .c-predictive-search-product__vendor {
    margin-bottom: 5px
  }
}

@media(min-width:1600px) {
  .c-predictive-search-product__vendor {
    margin-bottom: 5px
  }
}

.c-predictive-search-product__title {
  margin-bottom: 10px
}

@media(min-width:480px) {
  .c-predictive-search-product__title {
    margin-bottom: 10px
  }
}

@media(min-width:1440px) {
  .c-predictive-search-product__title {
    margin-bottom: 10px
  }
}

@media(min-width:1600px) {
  .c-predictive-search-product__title {
    margin-bottom: 10px
  }
}

.c-predictive-search-product__price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

.c-predictive-search-product__compare-at-price {
  margin-left: 5px;
  color: #7c7c7c;
  -webkit-text-decoration: line-through;
  text-decoration: line-through
}

@media(min-width:480px) {
  .c-predictive-search-product__compare-at-price {
    margin-left: 5px
  }
}

@media(min-width:1440px) {
  .c-predictive-search-product__compare-at-price {
    margin-left: 5px
  }
}

@media(min-width:1600px) {
  .c-predictive-search-product__compare-at-price {
    margin-left: 5px
  }
}

.c-image-hero-module__content {
  margin-left: -7.5px;
  margin-right: -7.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media(max-width:960px) {
  .c-image-hero-module__content {
    display: block;
    margin-left: 0;
    margin-right: 0
  }
}

.c-image-hero-module__content--full {
  margin-left: 0;
  margin-right: 0;
  display: block
}

.c-image-hero-module__single {
  padding-left: 7.5px;
  padding-right: 7.5px;
  width: 50%
}

@media(max-width:960px) {
  .c-image-hero-module__single {
    width: 100%;
    padding-left: 0;
    padding-right: 0
  }

  .c-image-hero-module__single:not(:first-child) {
    margin-top: 10px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-image-hero-module__single:not(:first-child) {
    margin-top: 10px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-image-hero-module__single:not(:first-child) {
    margin-top: 10px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-image-hero-module__single:not(:first-child) {
    margin-top: 10px
  }
}

.c-image-hero-module__content--full .c-image-hero-module__single {
  padding-left: 0;
  padding-right: 0;
  width: 100%
}

.c-image-hero-module__single-inner {
  height: 0;
  padding-bottom: 77.1929824561%;
  position: relative;
  display: block
}

@media(min-width:1600px) {
  .c-image-hero-module__single-inner {
    padding-bottom: 87.0175438596%
  }
}

@media(max-width:960px) {
  .c-image-hero-module__single-inner {
    padding-bottom: 93.3333333333%
  }
}

.c-image-hero-module__content--full .c-image-hero-module__single-inner {
  padding-bottom: 38.1944444444%
}

@media(min-width:1600px) {
  .c-image-hero-module__content--full .c-image-hero-module__single-inner {
    padding-bottom: 43.0555555556%
  }
}

@media(max-width:960px) {
  .c-image-hero-module__content--full .c-image-hero-module__single-inner {
    padding-bottom: 93.3333333333%
  }
}

.c-image-hero-module__single-content {
  left: 15px;
  right: 15px;
  bottom: 15px;
  padding: 20px 25px;
  position: absolute;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1
}

@media(min-width:480px) {
  .c-image-hero-module__single-content {
    left: 15px
  }
}

@media(min-width:1440px) {
  .c-image-hero-module__single-content {
    left: 15px
  }
}

@media(min-width:1600px) {
  .c-image-hero-module__single-content {
    left: 15px
  }
}

@media(min-width:480px) {
  .c-image-hero-module__single-content {
    right: 15px
  }
}

@media(min-width:1440px) {
  .c-image-hero-module__single-content {
    right: 15px
  }
}

@media(min-width:1600px) {
  .c-image-hero-module__single-content {
    right: 15px
  }
}

@media(min-width:480px) {
  .c-image-hero-module__single-content {
    bottom: 15px
  }
}

@media(min-width:1440px) {
  .c-image-hero-module__single-content {
    bottom: 15px
  }
}

@media(min-width:1600px) {
  .c-image-hero-module__single-content {
    bottom: 15px
  }
}

@media(min-width:480px) {
  .c-image-hero-module__single-content {
    padding-top: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .c-image-hero-module__single-content {
    padding-top: 25px
  }
}

@media(min-width:1600px) {
  .c-image-hero-module__single-content {
    padding-top: 25px
  }
}

@media(min-width:480px) {
  .c-image-hero-module__single-content {
    padding-bottom: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .c-image-hero-module__single-content {
    padding-bottom: 25px
  }
}

@media(min-width:1600px) {
  .c-image-hero-module__single-content {
    padding-bottom: 25px
  }
}

@media(min-width:480px) {
  .c-image-hero-module__single-content {
    padding-left: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {
  .c-image-hero-module__single-content {
    padding-left: 35px
  }
}

@media(min-width:1600px) {
  .c-image-hero-module__single-content {
    padding-left: 35px
  }
}

@media(min-width:480px) {
  .c-image-hero-module__single-content {
    padding-right: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {
  .c-image-hero-module__single-content {
    padding-right: 35px
  }
}

@media(min-width:1600px) {
  .c-image-hero-module__single-content {
    padding-right: 35px
  }
}

@media(max-width:960px) {
  .c-image-hero-module__single-content {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-image-hero-module__single-content {
    left: 10px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-image-hero-module__single-content {
    left: 10px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-image-hero-module__single-content {
    left: 10px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-image-hero-module__single-content {
    right: 10px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-image-hero-module__single-content {
    right: 10px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-image-hero-module__single-content {
    right: 10px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-image-hero-module__single-content {
    bottom: 10px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-image-hero-module__single-content {
    bottom: 10px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-image-hero-module__single-content {
    bottom: 10px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-image-hero-module__single-content {
    padding-top: 15px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-image-hero-module__single-content {
    padding-top: 15px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-image-hero-module__single-content {
    padding-top: 15px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-image-hero-module__single-content {
    padding-bottom: 15px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-image-hero-module__single-content {
    padding-bottom: 15px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-image-hero-module__single-content {
    padding-bottom: 15px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-image-hero-module__single-content {
    padding-left: 15px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-image-hero-module__single-content {
    padding-left: 15px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-image-hero-module__single-content {
    padding-left: 15px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-image-hero-module__single-content {
    padding-right: 15px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-image-hero-module__single-content {
    padding-right: 15px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-image-hero-module__single-content {
    padding-right: 15px
  }
}

.c-image-hero-module__single-title {
  max-width: 200px
}

@media(max-width:960px) {
  .c-image-hero-module__single-title {
    margin-bottom: 5px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .c-image-hero-module__single-title {
    margin-bottom: 5px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .c-image-hero-module__single-title {
    margin-bottom: 5px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .c-image-hero-module__single-title {
    margin-bottom: 5px
  }
}

.c-image-hero-module__single-right {
  text-align: right
}

@media(max-width:960px) {
  .c-image-hero-module__single-right {
    text-align: center
  }
}

.c-image-hero-module__single-subtitle {
  margin-bottom: 5px;
  color: #7c7c7c
}

@media(min-width:480px) {
  .c-image-hero-module__single-subtitle {
    margin-bottom: 5px
  }
}

@media(min-width:1440px) {
  .c-image-hero-module__single-subtitle {
    margin-bottom: 5px
  }
}

@media(min-width:1600px) {
  .c-image-hero-module__single-subtitle {
    margin-bottom: 5px
  }
}

@media(max-width:960px) {
  .c-image-hero-module__single-subtitle {
    margin-bottom: 2px
  }
}

.c-image-hero-slider-module__single-image {
  height: 0;
  display: block;
  width: 100%;
  padding-bottom: 42.8472222222%;
  position: relative
}

@media(max-width:480px) {
  .c-image-hero-slider-module__single-image {
    padding-bottom: 93.3333333333%
  }
}

.c-image-hero-slider-module__single-content {
  padding: 20px 4.1666666667%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(min-width:480px) {
  .c-image-hero-slider-module__single-content {
    padding-top: 20px
  }
}

@media(min-width:1440px) {
  .c-image-hero-slider-module__single-content {
    padding-top: 20px
  }
}

@media(min-width:1600px) {
  .c-image-hero-slider-module__single-content {
    padding-top: 20px
  }
}

@media(min-width:480px) {
  .c-image-hero-slider-module__single-content {
    padding-bottom: 20px
  }
}

@media(min-width:1440px) {
  .c-image-hero-slider-module__single-content {
    padding-bottom: 20px
  }
}

@media(min-width:1600px) {
  .c-image-hero-slider-module__single-content {
    padding-bottom: 20px
  }
}

@media(max-width:800px) {
  .c-image-hero-slider-module__single-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media(max-width:800px) {
  .c-image-hero-slider-module__single-title {
    margin-bottom: 5px
  }
}

@media(max-width:800px)and (min-width:480px) {
  .c-image-hero-slider-module__single-title {
    margin-bottom: 5px
  }
}

@media(max-width:800px)and (min-width:1440px) {
  .c-image-hero-slider-module__single-title {
    margin-bottom: 5px
  }
}

@media(max-width:800px)and (min-width:1600px) {
  .c-image-hero-slider-module__single-title {
    margin-bottom: 5px
  }
}

.c-image-hero-slider-module__single-right {
  text-align: right
}

@media(max-width:800px) {
  .c-image-hero-slider-module__single-right {
    text-align: center
  }
}

.c-image-hero-slider-module__single-subtitle {
  margin-bottom: 5px;
  color: #7c7c7c
}

@media(min-width:480px) {
  .c-image-hero-slider-module__single-subtitle {
    margin-bottom: 5px
  }
}

@media(min-width:1440px) {
  .c-image-hero-slider-module__single-subtitle {
    margin-bottom: 5px
  }
}

@media(min-width:1600px) {
  .c-image-hero-slider-module__single-subtitle {
    margin-bottom: 5px
  }
}

@media(max-width:800px) {
  .c-image-hero-slider-module__single-subtitle {
    margin-bottom: 2px
  }
}

.c-image-hero-slider-module__controls {
  height: 0;
  display: block;
  width: 100%;
  padding-bottom: 42.8472222222%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none
}

@media(max-width:480px) {
  .c-image-hero-slider-module__controls {
    padding-bottom: 93.3333333333%
  }
}

.c-image-hero-slider-module .c-slider-pagination {
  bottom: 20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: all
}

@media(min-width:480px) {
  .c-image-hero-slider-module .c-slider-pagination {
    bottom: 20px
  }
}

@media(min-width:1440px) {
  .c-image-hero-slider-module .c-slider-pagination {
    bottom: 20px
  }
}

@media(min-width:1600px) {
  .c-image-hero-slider-module .c-slider-pagination {
    bottom: 20px
  }
}

@media(max-width:480px) {
  .c-image-hero-slider-module .c-slider-pagination {
    z-index: 2
  }
}

.c-image-hero-slider-module .c-slider-navigation {
  bottom: 10px;
  position: absolute;
  right: 4.1666666667%;
  z-index: 1;
  pointer-events: all
}

@media(min-width:480px) {
  .c-image-hero-slider-module .c-slider-navigation {
    bottom: 10px
  }
}

@media(min-width:1440px) {
  .c-image-hero-slider-module .c-slider-navigation {
    bottom: 10px
  }
}

@media(min-width:1600px) {
  .c-image-hero-slider-module .c-slider-navigation {
    bottom: 10px
  }
}

@media(max-width:480px) {
  .c-image-hero-slider-module .c-slider-navigation {
    left: 4.1666666667%;
    right: 4.1666666667%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.c-logo-slider-module {
  padding-top: 40px;
  padding-bottom: 40px
}

@media(min-width:480px) {
  .c-logo-slider-module {
    padding-top: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .c-logo-slider-module {
    padding-top: 50px
  }
}

@media(min-width:1600px) {
  .c-logo-slider-module {
    padding-top: 50px
  }
}

@media(min-width:480px) {
  .c-logo-slider-module {
    padding-bottom: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .c-logo-slider-module {
    padding-bottom: 50px
  }
}

@media(min-width:1600px) {
  .c-logo-slider-module {
    padding-bottom: 50px
  }
}

.c-logo-slider-module__header {
  padding-bottom: 25px;
  color: #fff
}

@media(min-width:480px) {
  .c-logo-slider-module__header {
    padding-bottom: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {
  .c-logo-slider-module__header {
    padding-bottom: 35px
  }
}

@media(min-width:1600px) {
  .c-logo-slider-module__header {
    padding-bottom: 35px
  }
}

.c-logo-slider-module__content {
  padding-left: 82px;
  padding-right: 82px
}

@media(max-width:1140px) {
  .c-logo-slider-module__content {
    padding-left: 0;
    padding-right: 0
  }
}

@media(max-width:480px) {
  .c-logo-slider-module__content {
    margin-left: 0;
    margin-right: 0
  }
}

.c-logo-slider-module__single {
  padding-left: 38px;
  padding-right: 38px
}

.c-logo-slider-module__logo {
  display: block;
  height: 0;
  padding-bottom: 50%;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative
}

.c-logo-slider-module .c-slider-pagination {
  margin-top: 25px
}

@media(min-width:480px) {
  .c-logo-slider-module .c-slider-pagination {
    margin-top: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {
  .c-logo-slider-module .c-slider-pagination {
    margin-top: 35px
  }
}

@media(min-width:1600px) {
  .c-logo-slider-module .c-slider-pagination {
    margin-top: 35px
  }
}

.c-logo-slider-module .swiper-wrapper:hover>:not(:hover) {
  opacity: .5
}

.c-logo-slider-module .swiper-wrapper>* {
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

.c-content-block-module {
  padding-top: 50px;
  padding-bottom: 50px
}

@media(min-width:480px) {
  .c-content-block-module {
    padding-top: calc(2.60417vw + 37.5px)
  }
}

@media(min-width:1440px) {
  .c-content-block-module {
    padding-top: 75px
  }
}

@media(min-width:1600px) {
  .c-content-block-module {
    padding-top: 75px
  }
}

@media(min-width:480px) {
  .c-content-block-module {
    padding-bottom: calc(2.60417vw + 37.5px)
  }
}

@media(min-width:1440px) {
  .c-content-block-module {
    padding-bottom: 75px
  }
}

@media(min-width:1600px) {
  .c-content-block-module {
    padding-bottom: 75px
  }
}

.c-content-block-module__title {
  max-width: 640px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto
}

@media(min-width:480px) {
  .c-content-block-module__title {
    margin-bottom: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .c-content-block-module__title {
    margin-bottom: 25px
  }
}

@media(min-width:1600px) {
  .c-content-block-module__title {
    margin-bottom: 25px
  }
}

.c-content-block-module__content {
  max-width: 640px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto
}

@media(min-width:480px) {
  .c-content-block-module__content {
    margin-bottom: 15px
  }
}

@media(min-width:1440px) {
  .c-content-block-module__content {
    margin-bottom: 15px
  }
}

@media(min-width:1600px) {
  .c-content-block-module__content {
    margin-bottom: 15px
  }
}

.c-content-block-module__content p:not(:last-child) {
  margin-bottom: 20px
}

@media(min-width:480px) {
  .c-content-block-module__content p:not(:last-child) {
    margin-bottom: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .c-content-block-module__content p:not(:last-child) {
    margin-bottom: 25px
  }
}

@media(min-width:1600px) {
  .c-content-block-module__content p:not(:last-child) {
    margin-bottom: 25px
  }
}

.c-collection-list-module {
  padding-top: 75px;
  padding-bottom: 75px
}

@media(min-width:480px) {
  .c-collection-list-module {
    padding-top: calc(2.60417vw + 62.5px)
  }
}

@media(min-width:1440px) {
  .c-collection-list-module {
    padding-top: 100px
  }
}

@media(min-width:1600px) {
  .c-collection-list-module {
    padding-top: 100px
  }
}

@media(min-width:480px) {
  .c-collection-list-module {
    padding-bottom: calc(2.60417vw + 62.5px)
  }
}

@media(min-width:1440px) {
  .c-collection-list-module {
    padding-bottom: 100px
  }
}

@media(min-width:1600px) {
  .c-collection-list-module {
    padding-bottom: 100px
  }
}

.c-collection-list-module__header {
  margin-bottom: 25px
}

@media(min-width:480px) {
  .c-collection-list-module__header {
    margin-bottom: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {
  .c-collection-list-module__header {
    margin-bottom: 35px
  }
}

@media(min-width:1600px) {
  .c-collection-list-module__header {
    margin-bottom: 35px
  }
}

.c-collection-list-module__content {
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-bottom: -35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media(max-width:800px) {
  .c-collection-list-module__content {
    margin-bottom: -25px
  }
}

.c-collection-list-module__single {
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 35px;
  width: 33.3333333333%
}

@media(max-width:800px) {
  .c-collection-list-module__single {
    margin-bottom: 25px;
    width: 50%
  }
}

.c-collection-list-module__content--full .c-collection-list-module__single {
  width: 20%
}

@media(max-width:1140px) {
  .c-collection-list-module__content--full .c-collection-list-module__single {
    width: 25%
  }
}

@media(max-width:800px) {
  .c-collection-list-module__content--full .c-collection-list-module__single {
    width: 50%
  }
}

.c-collection-list-module__single-inner {
  display: block
}

.c-collection-list-module__single-image {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative
}

@media(min-width:480px) {
  .c-collection-list-module__single-image {
    margin-bottom: 10px
  }
}

@media(min-width:1440px) {
  .c-collection-list-module__single-image {
    margin-bottom: 10px
  }
}

@media(min-width:1600px) {
  .c-collection-list-module__single-image {
    margin-bottom: 10px
  }
}

.c-featured-promotion-module {
  padding-top: 75px;
  padding-bottom: 75px;
  color: #fff
}

@media(min-width:480px) {
  .c-featured-promotion-module {
    padding-top: calc(2.60417vw + 62.5px)
  }
}

@media(min-width:1440px) {
  .c-featured-promotion-module {
    padding-top: 100px
  }
}

@media(min-width:1600px) {
  .c-featured-promotion-module {
    padding-top: 100px
  }
}

@media(min-width:480px) {
  .c-featured-promotion-module {
    padding-bottom: calc(2.60417vw + 62.5px)
  }
}

@media(min-width:1440px) {
  .c-featured-promotion-module {
    padding-bottom: 100px
  }
}

@media(min-width:1600px) {
  .c-featured-promotion-module {
    padding-bottom: 100px
  }
}

.c-featured-promotion-module__header {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(min-width:480px) {
  .c-featured-promotion-module__header {
    margin-bottom: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {
  .c-featured-promotion-module__header {
    margin-bottom: 35px
  }
}

@media(min-width:1600px) {
  .c-featured-promotion-module__header {
    margin-bottom: 35px
  }
}

.c-featured-promotion-module__content {
  margin-left: -7.5px;
  margin-right: -7.5px
}

.c-featured-promotion-module__single {
  padding-left: 7.5px;
  padding-right: 7.5px
}

.c-featured-promotion-module__single-inner {
  display: block
}

.c-featured-promotion-module__single-image {
  margin-bottom: 20px;
  display: block;
  height: 0;
  padding-bottom: 100%;
  position: relative
}

@media(min-width:480px) {
  .c-featured-promotion-module__single-image {
    margin-bottom: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .c-featured-promotion-module__single-image {
    margin-bottom: 25px
  }
}

@media(min-width:1600px) {
  .c-featured-promotion-module__single-image {
    margin-bottom: 25px
  }
}

.c-featured-promotion-module__single-title {
  margin-bottom: 5px
}

@media(min-width:480px) {
  .c-featured-promotion-module__single-title {
    margin-bottom: 5px
  }
}

@media(min-width:1440px) {
  .c-featured-promotion-module__single-title {
    margin-bottom: 5px
  }
}

@media(min-width:1600px) {
  .c-featured-promotion-module__single-title {
    margin-bottom: 5px
  }
}

.c-featured-promotion-module__single-title:last-child {
  margin-bottom: 0
}

.c-featured-promotion-module__controls {
  display: none
}

.c-featured-promotion-module__controls.is-active {
  display: block
}

.c-featured-promotion-module__mobile-controls {
  display: none
}

.c-featured-promotion-module__mobile-controls.is-active {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media(min-width:480px) {
  .c-featured-promotion-module__mobile-controls.is-active {
    padding-top: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .c-featured-promotion-module__mobile-controls.is-active {
    padding-top: 50px
  }
}

@media(min-width:1600px) {
  .c-featured-promotion-module__mobile-controls.is-active {
    padding-top: 50px
  }
}

.c-featured-products-module {
  padding-top: 75px;
  padding-bottom: 75px
}

@media(min-width:480px) {
  .c-featured-products-module {
    padding-top: calc(2.60417vw + 62.5px)
  }
}

@media(min-width:1440px) {
  .c-featured-products-module {
    padding-top: 100px
  }
}

@media(min-width:1600px) {
  .c-featured-products-module {
    padding-top: 100px
  }
}

@media(min-width:480px) {
  .c-featured-products-module {
    padding-bottom: calc(2.60417vw + 62.5px)
  }
}

@media(min-width:1440px) {
  .c-featured-products-module {
    padding-bottom: 100px
  }
}

@media(min-width:1600px) {
  .c-featured-products-module {
    padding-bottom: 100px
  }
}

.c-featured-products-module--no-padding-top {
  padding-top: 0
}

.c-featured-products-module--no-padding-bottom {
  padding-bottom: 0
}

.c-featured-products-module--smaller-padding-top {
  padding-top: 45px
}

@media(min-width:480px) {
  .c-featured-products-module--smaller-padding-top {
    padding-top: calc(1.5625vw + 37.5px)
  }
}

@media(min-width:1440px) {
  .c-featured-products-module--smaller-padding-top {
    padding-top: 60px
  }
}

@media(min-width:1600px) {
  .c-featured-products-module--smaller-padding-top {
    padding-top: 60px
  }
}

.c-featured-products-module--smaller-padding-bottom {
  padding-bottom: 45px
}

@media(min-width:480px) {
  .c-featured-products-module--smaller-padding-bottom {
    padding-bottom: calc(1.5625vw + 37.5px)
  }
}

@media(min-width:1440px) {
  .c-featured-products-module--smaller-padding-bottom {
    padding-bottom: 60px
  }
}

@media(min-width:1600px) {
  .c-featured-products-module--smaller-padding-bottom {
    padding-bottom: 60px
  }
}

.c-featured-products-module--border-top {
  border-top: 1px solid #d0d0d0
}

.c-featured-products-module--border-bottom {
  border-bottom: 1px solid #d0d0d0
}

.c-featured-products-module__header {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(min-width:480px) {
  .c-featured-products-module__header {
    margin-bottom: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {
  .c-featured-products-module__header {
    margin-bottom: 35px
  }
}

@media(min-width:1600px) {
  .c-featured-products-module__header {
    margin-bottom: 35px
  }
}

.c-featured-products-module__content {
  margin-left: -7.5px;
  margin-right: -7.5px
}

.c-featured-products-module__content .c-product-card {
  padding-left: 7.5px;
  padding-right: 7.5px
}

.c-featured-products-module__content .swiper-grid .c-product-card {
  padding-bottom: 35px
}

.c-featured-products-module__controls {
  display: none
}

.c-featured-products-module__controls.is-active {
  display: block
}

.c-featured-products-module__mobile-controls {
  display: none
}

.c-featured-products-module__mobile-controls.is-active {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media(min-width:480px) {
  .c-featured-products-module__mobile-controls.is-active {
    padding-top: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .c-featured-products-module__mobile-controls.is-active {
    padding-top: 50px
  }
}

@media(min-width:1600px) {
  .c-featured-products-module__mobile-controls.is-active {
    padding-top: 50px
  }
}

.c-featured-products-module__cta {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media(min-width:480px) {
  .c-featured-products-module__cta {
    margin-top: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .c-featured-products-module__cta {
    margin-top: 50px
  }
}

@media(min-width:1600px) {
  .c-featured-products-module__cta {
    margin-top: 50px
  }
}

.c-featured-products-module__cta--rows {
  margin-top: 15px
}

@media(min-width:480px) {
  .c-featured-products-module__cta--rows {
    margin-top: 15px
  }
}

@media(min-width:1440px) {
  .c-featured-products-module__cta--rows {
    margin-top: 15px
  }
}

@media(min-width:1600px) {
  .c-featured-products-module__cta--rows {
    margin-top: 15px
  }
}

.c-featured-brands-module {
  padding-top: 50px;
  padding-bottom: 50px
}

@media(min-width:480px) {
  .c-featured-brands-module {
    padding-top: calc(2.60417vw + 37.5px)
  }
}

@media(min-width:1440px) {
  .c-featured-brands-module {
    padding-top: 75px
  }
}

@media(min-width:1600px) {
  .c-featured-brands-module {
    padding-top: 75px
  }
}

@media(min-width:480px) {
  .c-featured-brands-module {
    padding-bottom: calc(2.60417vw + 37.5px)
  }
}

@media(min-width:1440px) {
  .c-featured-brands-module {
    padding-bottom: 75px
  }
}

@media(min-width:1600px) {
  .c-featured-brands-module {
    padding-bottom: 75px
  }
}

.c-featured-brands-module__header {
  padding-bottom: 25px;
  color: #fff
}

@media(min-width:480px) {
  .c-featured-brands-module__header {
    padding-bottom: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {
  .c-featured-brands-module__header {
    padding-bottom: 35px
  }
}

@media(min-width:1600px) {
  .c-featured-brands-module__header {
    padding-bottom: 35px
  }
}

.c-featured-brands-module__content {
  padding-left: 82px;
  padding-right: 82px
}

@media(max-width:1140px) {
  .c-featured-brands-module__content {
    padding-left: 0;
    padding-right: 0
  }
}

@media(max-width:480px) {
  .c-featured-brands-module__content {
    margin-left: 0;
    margin-right: 0
  }
}

.c-featured-brands-module__single {
  padding-left: 38px;
  padding-right: 38px
}

.c-featured-brands-module__logo {
  display: block;
  height: 0;
  padding-bottom: 50%;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative
}

.c-featured-brands-module .c-slider-pagination {
  margin-top: 25px
}

@media(min-width:480px) {
  .c-featured-brands-module .c-slider-pagination {
    margin-top: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {
  .c-featured-brands-module .c-slider-pagination {
    margin-top: 35px
  }
}

@media(min-width:1600px) {
  .c-featured-brands-module .c-slider-pagination {
    margin-top: 35px
  }
}

.c-featured-brands-module .swiper-wrapper:hover>:not(:hover) {
  opacity: .5
}

.c-featured-brands-module .swiper-wrapper>* {
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

.c-brand-list-module {
  padding-top: 50px;
  padding-bottom: 75px
}

@media(min-width:480px) {
  .c-brand-list-module {
    padding-top: calc(2.60417vw + 37.5px)
  }
}

@media(min-width:1440px) {
  .c-brand-list-module {
    padding-top: 75px
  }
}

@media(min-width:1600px) {
  .c-brand-list-module {
    padding-top: 75px
  }
}

@media(min-width:480px) {
  .c-brand-list-module {
    padding-bottom: calc(2.60417vw + 62.5px)
  }
}

@media(min-width:1440px) {
  .c-brand-list-module {
    padding-bottom: 100px
  }
}

@media(min-width:1600px) {
  .c-brand-list-module {
    padding-bottom: 100px
  }
}

.c-brand-list-module__header {
  padding-bottom: 25px
}

@media(min-width:480px) {
  .c-brand-list-module__header {
    padding-bottom: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {
  .c-brand-list-module__header {
    padding-bottom: 35px
  }
}

@media(min-width:1600px) {
  .c-brand-list-module__header {
    padding-bottom: 35px
  }
}

.c-brand-list-module__navigation {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all .3s cubic-bezier(.55, .085, .68, .53);
  transition: all .3s cubic-bezier(.55, .085, .68, .53)
}

@media(max-width:800px) {
  .c-brand-list-module__navigation {
    margin-left: -4.5454545455%;
    margin-right: -4.5454545455%;
    background-color: #f5f5f5;
    overflow-x: scroll;
    position: sticky;
    top: 58px;
    -ms-overflow-style: none;
    scrollbar-width: none
  }

  .announcement-bar-enabled .c-brand-list-module__navigation {
    top: 98px
  }

  .slide-up .c-brand-list-module__navigation {
    top: 0
  }

  .c-brand-list-module__navigation::-webkit-scrollbar {
    display: none
  }

  .c-brand-list-module__navigation.slide-up {
    top: 0
  }
}

.c-brand-list-module__navigation a {
  margin-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block
}

@media(min-width:480px) {
  .c-brand-list-module__navigation a {
    margin-right: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {
  .c-brand-list-module__navigation a {
    margin-right: 40px
  }
}

@media(min-width:1600px) {
  .c-brand-list-module__navigation a {
    margin-right: 40px
  }
}

@media(min-width:480px) {
  .c-brand-list-module__navigation a {
    padding-top: 10px
  }
}

@media(min-width:1440px) {
  .c-brand-list-module__navigation a {
    padding-top: 10px
  }
}

@media(min-width:1600px) {
  .c-brand-list-module__navigation a {
    padding-top: 10px
  }
}

@media(min-width:480px) {
  .c-brand-list-module__navigation a {
    padding-bottom: 10px
  }
}

@media(min-width:1440px) {
  .c-brand-list-module__navigation a {
    padding-bottom: 10px
  }
}

@media(min-width:1600px) {
  .c-brand-list-module__navigation a {
    padding-bottom: 10px
  }
}

.c-brand-list-module__navigation a:last-child {
  margin-right: 0
}

@media(max-width:800px) {
  .c-brand-list-module__navigation a {
    height: 40px;
    padding: 0 10px;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.c-brand-list-module__index {
  padding-top: 45px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d0d0d0
}

@media(min-width:480px) {
  .c-brand-list-module__index {
    padding-top: calc(1.5625vw + 37.5px)
  }
}

@media(min-width:1440px) {
  .c-brand-list-module__index {
    padding-top: 60px
  }
}

@media(min-width:1600px) {
  .c-brand-list-module__index {
    padding-top: 60px
  }
}

@media(min-width:480px) {
  .c-brand-list-module__index {
    padding-bottom: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .c-brand-list-module__index {
    padding-bottom: 50px
  }
}

@media(min-width:1600px) {
  .c-brand-list-module__index {
    padding-bottom: 50px
  }
}

.c-brand-list-module__vendors {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.c-brand-list-module__vendors a {
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%
}

@media(min-width:480px) {
  .c-brand-list-module__vendors a {
    margin-bottom: 10px
  }
}

@media(min-width:1440px) {
  .c-brand-list-module__vendors a {
    margin-bottom: 10px
  }
}

@media(min-width:1600px) {
  .c-brand-list-module__vendors a {
    margin-bottom: 10px
  }
}

@media(max-width:800px) {
  .c-brand-list-module__vendors a {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }
}

@media(max-width:480px) {
  .c-brand-list-module__vendors a {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

.c-brand-list-module__index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.c-brand-list-module__drop-cap {
  margin-right: 45px;
  min-width: 50px;
  font-size: 45px;
  line-height: .75
}

@media(min-width:480px) {
  .c-brand-list-module__drop-cap {
    margin-right: calc(1.5625vw + 37.5px)
  }
}

@media(min-width:1440px) {
  .c-brand-list-module__drop-cap {
    margin-right: 60px
  }
}

@media(min-width:1600px) {
  .c-brand-list-module__drop-cap {
    margin-right: 60px
  }
}

@media(min-width:480px) {
  .c-brand-list-module__drop-cap {
    min-width: calc(2.60417vw + 37.5px)
  }
}

@media(min-width:1440px) {
  .c-brand-list-module__drop-cap {
    min-width: 75px
  }
}

@media(min-width:1600px) {
  .c-brand-list-module__drop-cap {
    min-width: 75px
  }
}

@media(min-width:480px) {
  .c-brand-list-module__drop-cap {
    font-size: calc(2.60417vw + 32.5px)
  }
}

@media(min-width:1440px) {
  .c-brand-list-module__drop-cap {
    font-size: 70px
  }
}

@media(min-width:1600px) {
  .c-brand-list-module__drop-cap {
    font-size: 70px
  }
}

@media(max-width:800px) {
  .c-brand-list-module__drop-cap {
    margin-right: 20px
  }
}

.c-reviews-header-module {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(min-width:480px) {
  .c-reviews-header-module {
    margin-bottom: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {
  .c-reviews-header-module {
    margin-bottom: 35px
  }
}

@media(min-width:1600px) {
  .c-reviews-header-module {
    margin-bottom: 35px
  }
}

.c-store-reviews-module {
  padding-top: 75px;
  padding-bottom: 75px
}

@media(min-width:480px) {
  .c-store-reviews-module {
    padding-top: calc(2.60417vw + 62.5px)
  }
}

@media(min-width:1440px) {
  .c-store-reviews-module {
    padding-top: 100px
  }
}

@media(min-width:1600px) {
  .c-store-reviews-module {
    padding-top: 100px
  }
}

@media(min-width:480px) {
  .c-store-reviews-module {
    padding-bottom: calc(2.60417vw + 62.5px)
  }
}

@media(min-width:1440px) {
  .c-store-reviews-module {
    padding-bottom: 100px
  }
}

@media(min-width:1600px) {
  .c-store-reviews-module {
    padding-bottom: 100px
  }
}

.c-store-reviews-module__title {
  padding-bottom: 25px
}

@media(min-width:480px) {
  .c-store-reviews-module__title {
    padding-bottom: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {
  .c-store-reviews-module__title {
    padding-bottom: 35px
  }
}

@media(min-width:1600px) {
  .c-store-reviews-module__title {
    padding-bottom: 35px
  }
}

.p-account {
  padding-bottom: 75px
}

@media(min-width:480px) {
  .p-account {
    padding-bottom: calc(2.60417vw + 62.5px)
  }
}

@media(min-width:1440px) {
  .p-account {
    padding-bottom: 100px
  }
}

@media(min-width:1600px) {
  .p-account {
    padding-bottom: 100px
  }
}

.p-account__header {
  padding-top: 40px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media(min-width:480px) {
  .p-account__header {
    padding-top: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .p-account__header {
    padding-top: 50px
  }
}

@media(min-width:1600px) {
  .p-account__header {
    padding-top: 50px
  }
}

@media(min-width:480px) {
  .p-account__header {
    padding-bottom: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {
  .p-account__header {
    padding-bottom: 35px
  }
}

@media(min-width:1600px) {
  .p-account__header {
    padding-bottom: 35px
  }
}

@media(max-width:1140px) {
  .p-account__header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.p-account__header-left {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0
}

@media(max-width:1140px) {
  .p-account__header-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 50%
  }
}

.p-account__header-center .c-breadcrumbs {
  margin-bottom: 20px
}

@media(min-width:480px) {
  .p-account__header-center .c-breadcrumbs {
    margin-bottom: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .p-account__header-center .c-breadcrumbs {
    margin-bottom: 25px
  }
}

@media(min-width:1600px) {
  .p-account__header-center .c-breadcrumbs {
    margin-bottom: 25px
  }
}

@media(max-width:1140px) {
  .p-account__header-center {
    padding-top: 40px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%
  }
}

@media(max-width:1140px)and (min-width:480px) {
  .p-account__header-center {
    padding-top: calc(1.04167vw + 35px)
  }
}

@media(max-width:1140px)and (min-width:1440px) {
  .p-account__header-center {
    padding-top: 50px
  }
}

@media(max-width:1140px)and (min-width:1600px) {
  .p-account__header-center {
    padding-top: 50px
  }
}

@media(max-width:1140px) {
  .p-account__header-center--no-space {
    padding-top: 0
  }
}

.p-account__header-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  text-align: right
}

@media(max-width:1140px) {
  .p-account__header-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 50%
  }
}

.p-account__header-subtitle {
  padding-top: 15px;
  color: #444
}

@media(min-width:480px) {
  .p-account__header-subtitle {
    padding-top: 15px
  }
}

@media(min-width:1440px) {
  .p-account__header-subtitle {
    padding-top: 15px
  }
}

@media(min-width:1600px) {
  .p-account__header-subtitle {
    padding-top: 15px
  }
}

.p-account__dashboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media(max-width:1140px) {
  .p-account__dashboard {
    display: block
  }
}

.p-account__dashboard-left {
  width: 72.7272727273%
}

@media(max-width:1140px) {
  .p-account__dashboard-left {
    margin-bottom: 50px;
    width: 100%
  }
}

@media(max-width:1140px)and (min-width:480px) {
  .p-account__dashboard-left {
    margin-bottom: calc(2.60417vw + 37.5px)
  }
}

@media(max-width:1140px)and (min-width:1440px) {
  .p-account__dashboard-left {
    margin-bottom: 75px
  }
}

@media(max-width:1140px)and (min-width:1600px) {
  .p-account__dashboard-left {
    margin-bottom: 75px
  }
}

.p-account__dashboard-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  padding-left: 4.5454545455%
}

@media(max-width:1140px) {
  .p-account__dashboard-right {
    padding-left: 0;
    width: 100%
  }
}

.p-account__dashboard-title {
  margin-bottom: 20px
}

@media(min-width:480px) {
  .p-account__dashboard-title {
    margin-bottom: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .p-account__dashboard-title {
    margin-bottom: 25px
  }
}

@media(min-width:1600px) {
  .p-account__dashboard-title {
    margin-bottom: 25px
  }
}

@media(max-width:1140px) {
  .p-account__dashboard-title {
    text-align: center
  }
}

.p-account__dashboard-no-orders {
  padding: 50px;
  border: 2px dashed #444;
  background-color: #fff
}

@media(min-width:480px) {
  .p-account__dashboard-no-orders {
    padding: calc(2.60417vw + 37.5px)
  }
}

@media(min-width:1440px) {
  .p-account__dashboard-no-orders {
    padding: 75px
  }
}

@media(min-width:1600px) {
  .p-account__dashboard-no-orders {
    padding: 75px
  }
}

.p-account__dashboard-no-orders p {
  margin-bottom: 30px;
  color: #444
}

@media(min-width:480px) {
  .p-account__dashboard-no-orders p {
    margin-bottom: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {
  .p-account__dashboard-no-orders p {
    margin-bottom: 40px
  }
}

@media(min-width:1600px) {
  .p-account__dashboard-no-orders p {
    margin-bottom: 40px
  }
}

.p-account__dashboard-default-address {
  margin-bottom: 30px;
  color: #444
}

@media(min-width:480px) {
  .p-account__dashboard-default-address {
    margin-bottom: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {
  .p-account__dashboard-default-address {
    margin-bottom: 40px
  }
}

@media(min-width:1600px) {
  .p-account__dashboard-default-address {
    margin-bottom: 40px
  }
}

@media(max-width:1140px) {
  .p-account__dashboard-default-address {
    text-align: center
  }
}

.p-account__dashboard-pagination {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media(min-width:480px) {
  .p-account__dashboard-pagination {
    margin-top: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {
  .p-account__dashboard-pagination {
    margin-top: 40px
  }
}

@media(min-width:1600px) {
  .p-account__dashboard-pagination {
    margin-top: 40px
  }
}

.p-account__addresses-pagination {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media(min-width:480px) {
  .p-account__addresses-pagination {
    margin-top: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {
  .p-account__addresses-pagination {
    margin-top: 40px
  }
}

@media(min-width:1600px) {
  .p-account__addresses-pagination {
    margin-top: 40px
  }
}

.p-account__add-new-address-cta {
  padding-top: 30px
}

@media(min-width:480px) {
  .p-account__add-new-address-cta {
    padding-top: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {
  .p-account__add-new-address-cta {
    padding-top: 40px
  }
}

@media(min-width:1600px) {
  .p-account__add-new-address-cta {
    padding-top: 40px
  }
}

.p-account__add-new-address-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  height: 0
}

.p-account__add-new-address-content .c-form {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}

.p-account__add-new-address-title {
  padding-top: 30px;
  margin-bottom: 40px
}

@media(min-width:480px) {
  .p-account__add-new-address-title {
    padding-top: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {
  .p-account__add-new-address-title {
    padding-top: 40px
  }
}

@media(min-width:1600px) {
  .p-account__add-new-address-title {
    padding-top: 40px
  }
}

@media(min-width:480px) {
  .p-account__add-new-address-title {
    margin-bottom: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .p-account__add-new-address-title {
    margin-bottom: 50px
  }
}

@media(min-width:1600px) {
  .p-account__add-new-address-title {
    margin-bottom: 50px
  }
}

.p-account__order-details {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

@media(min-width:480px) {
  .p-account__order-details {
    padding-top: calc(2.60417vw + 37.5px)
  }
}

@media(min-width:1440px) {
  .p-account__order-details {
    padding-top: 75px
  }
}

@media(min-width:1600px) {
  .p-account__order-details {
    padding-top: 75px
  }
}

@media(max-width:960px) {
  .p-account__order-details {
    padding-top: 30px;
    display: block
  }
}

@media(max-width:960px)and (min-width:480px) {
  .p-account__order-details {
    padding-top: calc(1.04167vw + 25px)
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .p-account__order-details {
    padding-top: 40px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .p-account__order-details {
    padding-top: 40px
  }
}

.p-account__order-details-single {
  margin-right: 100px
}

@media(min-width:480px) {
  .p-account__order-details-single {
    margin-right: calc(5.20833vw + 75px)
  }
}

@media(min-width:1440px) {
  .p-account__order-details-single {
    margin-right: 150px
  }
}

@media(min-width:1600px) {
  .p-account__order-details-single {
    margin-right: 150px
  }
}

.p-account__order-details-single h3 {
  margin-bottom: 20px;
  color: #444
}

@media(min-width:480px) {
  .p-account__order-details-single h3 {
    margin-bottom: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .p-account__order-details-single h3 {
    margin-bottom: 25px
  }
}

@media(min-width:1600px) {
  .p-account__order-details-single h3 {
    margin-bottom: 25px
  }
}

.p-account__order-details-single p {
  margin-bottom: 30px
}

@media(min-width:480px) {
  .p-account__order-details-single p {
    margin-bottom: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {
  .p-account__order-details-single p {
    margin-bottom: 40px
  }
}

@media(min-width:1600px) {
  .p-account__order-details-single p {
    margin-bottom: 40px
  }
}

.p-account__order-details-single h4 {
  margin-bottom: 10px
}

@media(min-width:480px) {
  .p-account__order-details-single h4 {
    margin-bottom: 10px
  }
}

@media(min-width:1440px) {
  .p-account__order-details-single h4 {
    margin-bottom: 10px
  }
}

@media(min-width:1600px) {
  .p-account__order-details-single h4 {
    margin-bottom: 10px
  }
}

.p-account__order-details-single:last-child {
  margin-right: 0
}

@media(max-width:960px) {
  .p-account__order-details-single {
    margin-bottom: 30px;
    margin-right: 0
  }
}

@media(max-width:960px)and (min-width:480px) {
  .p-account__order-details-single {
    margin-bottom: calc(1.04167vw + 25px)
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .p-account__order-details-single {
    margin-bottom: 40px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .p-account__order-details-single {
    margin-bottom: 40px
  }
}

@media(max-width:960px) {
  .p-account__order-details-single:last-child {
    margin-bottom: 0
  }
}

.p-account__divider {
  padding-top: 40px;
  padding-bottom: 40px
}

@media(min-width:480px) {
  .p-account__divider {
    padding-top: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .p-account__divider {
    padding-top: 50px
  }
}

@media(min-width:1600px) {
  .p-account__divider {
    padding-top: 50px
  }
}

@media(min-width:480px) {
  .p-account__divider {
    padding-bottom: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .p-account__divider {
    padding-bottom: 50px
  }
}

@media(min-width:1600px) {
  .p-account__divider {
    padding-bottom: 50px
  }
}

.p-account__divider i {
  height: 1px;
  display: block;
  width: 100%;
  background-color: #d0d0d0
}

.p-account__form,
.p-account__register-cta {
  max-width: 480px;
  margin: 0 auto
}

.p-account__register-cta-title {
  margin-bottom: 25px
}

@media(min-width:480px) {
  .p-account__register-cta-title {
    margin-bottom: calc(.52083vw + 22.5px)
  }
}

@media(min-width:1440px) {
  .p-account__register-cta-title {
    margin-bottom: 30px
  }
}

@media(min-width:1600px) {
  .p-account__register-cta-title {
    margin-bottom: 30px
  }
}

.p-account .is-hidden {
  display: none
}

.shopify-challenge__container {
  padding-top: 75px;
  padding-bottom: 75px;
  max-width: 480px
}

@media(min-width:480px) {
  .shopify-challenge__container {
    padding-top: calc(2.60417vw + 62.5px)
  }
}

@media(min-width:1440px) {
  .shopify-challenge__container {
    padding-top: 100px
  }
}

@media(min-width:1600px) {
  .shopify-challenge__container {
    padding-top: 100px
  }
}

@media(min-width:480px) {
  .shopify-challenge__container {
    padding-bottom: calc(2.60417vw + 62.5px)
  }
}

@media(min-width:1440px) {
  .shopify-challenge__container {
    padding-bottom: 100px
  }
}

@media(min-width:1600px) {
  .shopify-challenge__container {
    padding-bottom: 100px
  }
}

.shopify-challenge__container .g-recaptcha {
  margin-bottom: 25px;
  margin-top: 0;
  overflow: hidden
}

@media(min-width:480px) {
  .shopify-challenge__container .g-recaptcha {
    margin-bottom: calc(.52083vw + 22.5px)
  }
}

@media(min-width:1440px) {
  .shopify-challenge__container .g-recaptcha {
    margin-bottom: 30px
  }
}

@media(min-width:1600px) {
  .shopify-challenge__container .g-recaptcha {
    margin-bottom: 30px
  }
}

.shopify-challenge__message {
  margin-bottom: 25px;
  font-size: 15px;
  font-family: Ekstra, sans-serif;
  line-height: 115%;
  letter-spacing: normal
}

@media(min-width:480px) {
  .shopify-challenge__message {
    margin-bottom: calc(.52083vw + 22.5px)
  }
}

@media(min-width:1440px) {
  .shopify-challenge__message {
    margin-bottom: 30px
  }
}

@media(min-width:1600px) {
  .shopify-challenge__message {
    margin-bottom: 30px
  }
}

@media(min-width:480px) {
  .shopify-challenge__message {
    font-size: calc(.3125vw + 13.5px)
  }
}

@media(min-width:1440px) {
  .shopify-challenge__message {
    font-size: 18px
  }
}

@media(min-width:1600px) {
  .shopify-challenge__message {
    font-size: 18px
  }
}

.shopify-challenge__error {
  margin-bottom: 25px;
  font-weight: 600;
  text-transform: uppercase;
  color: #e50c34
}

@media(min-width:480px) {
  .shopify-challenge__error {
    margin-bottom: calc(.52083vw + 22.5px)
  }
}

@media(min-width:1440px) {
  .shopify-challenge__error {
    margin-bottom: 30px
  }
}

@media(min-width:1600px) {
  .shopify-challenge__error {
    margin-bottom: 30px
  }
}

.shopify-challenge__button {
  font-weight: 600;
  text-transform: uppercase
}

.p-default {
  padding-bottom: 75px
}

@media(min-width:480px) {
  .p-default {
    padding-bottom: calc(2.60417vw + 62.5px)
  }
}

@media(min-width:1440px) {
  .p-default {
    padding-bottom: 100px
  }
}

@media(min-width:1600px) {
  .p-default {
    padding-bottom: 100px
  }
}

@media(max-width:960px) {
  .p-default {
    padding-bottom: 50px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .p-default {
    padding-bottom: calc(2.60417vw + 37.5px)
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .p-default {
    padding-bottom: 75px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .p-default {
    padding-bottom: 75px
  }
}

.p-default__header {
  padding-top: 75px;
  padding-bottom: 50px
}

@media(min-width:480px) {
  .p-default__header {
    padding-top: calc(2.60417vw + 62.5px)
  }
}

@media(min-width:1440px) {
  .p-default__header {
    padding-top: 100px
  }
}

@media(min-width:1600px) {
  .p-default__header {
    padding-top: 100px
  }
}

@media(min-width:480px) {
  .p-default__header {
    padding-bottom: calc(2.60417vw + 37.5px)
  }
}

@media(min-width:1440px) {
  .p-default__header {
    padding-bottom: 75px
  }
}

@media(min-width:1600px) {
  .p-default__header {
    padding-bottom: 75px
  }
}

@media(max-width:960px) {
  .p-default__header {
    padding-top: 50px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .p-default__header {
    padding-top: calc(2.60417vw + 37.5px)
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .p-default__header {
    padding-top: 75px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .p-default__header {
    padding-top: 75px
  }
}

.p-default__subtitle {
  padding-top: 20px;
  color: #444
}

@media(min-width:480px) {
  .p-default__subtitle {
    padding-top: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .p-default__subtitle {
    padding-top: 25px
  }
}

@media(min-width:1600px) {
  .p-default__subtitle {
    padding-top: 25px
  }
}

.p-product__header {
  padding-top: 40px;
  padding-bottom: 20px
}

@media(min-width:480px) {
  .p-product__header {
    padding-top: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .p-product__header {
    padding-top: 50px
  }
}

@media(min-width:1600px) {
  .p-product__header {
    padding-top: 50px
  }
}

@media(min-width:480px) {
  .p-product__header {
    padding-bottom: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .p-product__header {
    padding-bottom: 25px
  }
}

@media(min-width:1600px) {
  .p-product__header {
    padding-bottom: 25px
  }
}

@media(max-width:960px) {
  .p-product__header {
    display: none
  }
}

.p-product__mobile-header {
  padding-top: 25px;
  padding-bottom: 20px;
  display: none
}

@media(min-width:480px) {
  .p-product__mobile-header {
    padding-top: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {
  .p-product__mobile-header {
    padding-top: 35px
  }
}

@media(min-width:1600px) {
  .p-product__mobile-header {
    padding-top: 35px
  }
}

@media(min-width:480px) {
  .p-product__mobile-header {
    padding-bottom: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .p-product__mobile-header {
    padding-bottom: 25px
  }
}

@media(min-width:1600px) {
  .p-product__mobile-header {
    padding-bottom: 25px
  }
}

@media(max-width:960px) {
  .p-product__mobile-header {
    display: block
  }
}

.p-product__mobile-header .c-breadcrumbs {
  margin-bottom: 25px;
  text-align: center
}

@media(min-width:480px) {
  .p-product__mobile-header .c-breadcrumbs {
    margin-bottom: calc(.52083vw + 22.5px)
  }
}

@media(min-width:1440px) {
  .p-product__mobile-header .c-breadcrumbs {
    margin-bottom: 30px
  }
}

@media(min-width:1600px) {
  .p-product__mobile-header .c-breadcrumbs {
    margin-bottom: 30px
  }
}

.p-product__mobile-vendor {
  margin-bottom: 10px;
  color: #7c7c7c;
  display: block
}

@media(min-width:480px) {
  .p-product__mobile-vendor {
    margin-bottom: 10px
  }
}

@media(min-width:1440px) {
  .p-product__mobile-vendor {
    margin-bottom: 10px
  }
}

@media(min-width:1600px) {
  .p-product__mobile-vendor {
    margin-bottom: 10px
  }
}

.p-product__mobile-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto
}

.p-product__mobile-title {
  margin-top: 10px;
  margin-bottom: 10px
}

@media(min-width:480px) {
  .p-product__mobile-title {
    margin-top: 10px
  }
}

@media(min-width:1440px) {
  .p-product__mobile-title {
    margin-top: 10px
  }
}

@media(min-width:1600px) {
  .p-product__mobile-title {
    margin-top: 10px
  }
}

@media(min-width:480px) {
  .p-product__mobile-title {
    margin-bottom: 10px
  }
}

@media(min-width:1440px) {
  .p-product__mobile-title {
    margin-bottom: 10px
  }
}

@media(min-width:1600px) {
  .p-product__mobile-title {
    margin-bottom: 10px
  }
}

.p-product__mobile-price-wrapper {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

@media(min-width:480px) {
  .p-product__mobile-price-wrapper {
    margin-bottom: 10px
  }
}

@media(min-width:1440px) {
  .p-product__mobile-price-wrapper {
    margin-bottom: 10px
  }
}

@media(min-width:1600px) {
  .p-product__mobile-price-wrapper {
    margin-bottom: 10px
  }
}

.p-product__mobile-barcode {
  color: #7c7c7c
}

.p-product__mobile-low-stock {
  margin-top: 15px
}

@media(min-width:480px) {
  .p-product__mobile-low-stock {
    margin-top: 15px
  }
}

@media(min-width:1440px) {
  .p-product__mobile-low-stock {
    margin-top: 15px
  }
}

@media(min-width:1600px) {
  .p-product__mobile-low-stock {
    margin-top: 15px
  }
}

.p-product__content {
  padding-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media(min-width:480px) {
  .p-product__content {
    padding-bottom: calc(2.60417vw + 62.5px)
  }
}

@media(min-width:1440px) {
  .p-product__content {
    padding-bottom: 100px
  }
}

@media(min-width:1600px) {
  .p-product__content {
    padding-bottom: 100px
  }
}

@media(max-width:960px) {
  .p-product__content {
    display: block
  }
}

.p-product__gallery {
  padding-right: 20px;
  width: 50%
}

@media(min-width:480px) {
  .p-product__gallery {
    padding-right: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .p-product__gallery {
    padding-right: 25px
  }
}

@media(min-width:1600px) {
  .p-product__gallery {
    padding-right: 25px
  }
}

@media(max-width:960px) {
  .p-product__gallery {
    padding-right: 0;
    width: 100%
  }
}

.p-product__main {
  padding-left: 20px;
  width: 50%
}

@media(min-width:480px) {
  .p-product__main {
    padding-left: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .p-product__main {
    padding-left: 25px
  }
}

@media(min-width:1600px) {
  .p-product__main {
    padding-left: 25px
  }
}

@media(max-width:960px) {
  .p-product__main {
    padding-left: 0;
    width: 100%
  }
}

.p-product__eyebrow {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(min-width:480px) {
  .p-product__eyebrow {
    margin-bottom: 15px
  }
}

@media(min-width:1440px) {
  .p-product__eyebrow {
    margin-bottom: 15px
  }
}

@media(min-width:1600px) {
  .p-product__eyebrow {
    margin-bottom: 15px
  }
}

@media(max-width:960px) {
  .p-product__eyebrow {
    display: none
  }
}

.p-product__vendor {
  color: #7c7c7c
}

@media(max-width:1140px) {
  .p-product__vendor {
    margin-bottom: 15px
  }
}

@media(max-width:1140px)and (min-width:480px) {
  .p-product__vendor {
    margin-bottom: 15px
  }
}

@media(max-width:1140px)and (min-width:1440px) {
  .p-product__vendor {
    margin-bottom: 15px
  }
}

@media(max-width:1140px)and (min-width:1600px) {
  .p-product__vendor {
    margin-bottom: 15px
  }
}

@media(max-width:960px) {
  .p-product__vendor {
    display: none
  }
}

.p-product__badges {
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto
}

@media(min-width:480px) {
  .p-product__badges {
    padding-left: 15px
  }
}

@media(min-width:1440px) {
  .p-product__badges {
    padding-left: 15px
  }
}

@media(min-width:1600px) {
  .p-product__badges {
    padding-left: 15px
  }
}

@media(max-width:1140px) {
  .p-product__badges {
    width: 100%;
    padding-left: 0
  }
}

@media(max-width:960px) {
  .p-product__badges {
    display: none
  }
}

.p-product__title {
  margin-bottom: 10px
}

@media(min-width:480px) {
  .p-product__title {
    margin-bottom: 10px
  }
}

@media(min-width:1440px) {
  .p-product__title {
    margin-bottom: 10px
  }
}

@media(min-width:1600px) {
  .p-product__title {
    margin-bottom: 10px
  }
}

@media(max-width:960px) {
  .p-product__title {
    display: none
  }
}

.p-product__price-wrapper {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

@media(min-width:480px) {
  .p-product__price-wrapper {
    margin-bottom: 15px
  }
}

@media(min-width:1440px) {
  .p-product__price-wrapper {
    margin-bottom: 15px
  }
}

@media(min-width:1600px) {
  .p-product__price-wrapper {
    margin-bottom: 15px
  }
}

@media(max-width:960px) {
  .p-product__price-wrapper {
    display: none
  }
}

.p-product__compare-at-price {
  margin-left: 10px;
  color: #7c7c7c;
  -webkit-text-decoration: line-through;
  text-decoration: line-through
}

@media(min-width:480px) {
  .p-product__compare-at-price {
    margin-left: 10px
  }
}

@media(min-width:1440px) {
  .p-product__compare-at-price {
    margin-left: 10px
  }
}

@media(min-width:1600px) {
  .p-product__compare-at-price {
    margin-left: 10px
  }
}

.p-product__compare-at-price:empty {
  display: none
}

.p-product__barcode {
  margin-bottom: 15px;
  color: #7c7c7c
}

@media(min-width:480px) {
  .p-product__barcode {
    margin-bottom: 15px
  }
}

@media(min-width:1440px) {
  .p-product__barcode {
    margin-bottom: 15px
  }
}

@media(min-width:1600px) {
  .p-product__barcode {
    margin-bottom: 15px
  }
}

@media(max-width:960px) {
  .p-product__barcode {
    display: none
  }
}

@media(max-width:960px) {
  .p-product__low-stock {
    display: none !important
  }
}

.p-product__description {
  margin-top: 25px
}

@media(min-width:480px) {
  .p-product__description {
    margin-top: calc(.52083vw + 22.5px)
  }
}

@media(min-width:1440px) {
  .p-product__description {
    margin-top: 30px
  }
}

@media(min-width:1600px) {
  .p-product__description {
    margin-top: 30px
  }
}

.p-product__description.is-active .p-product__description-read-more {
  margin-top: 15px
}

@media(min-width:480px) {
  .p-product__description.is-active .p-product__description-read-more {
    margin-top: 15px
  }
}

@media(min-width:1440px) {
  .p-product__description.is-active .p-product__description-read-more {
    margin-top: 15px
  }
}

@media(min-width:1600px) {
  .p-product__description.is-active .p-product__description-read-more {
    margin-top: 15px
  }
}

.p-product__description.is-active .p-product__description-read-more:before {
  opacity: 0;
  visibility: hidden
}

.p-product__description-text {
  color: #444
}

.p-product__description-text.has-read-more {
  height: 90px;
  overflow: hidden
}

.p-product__description-read-more {
  position: relative;
  display: block;
  -webkit-transition: all .3s cubic-bezier(.55, .085, .68, .53);
  transition: all .3s cubic-bezier(.55, .085, .68, .53)
}

.p-product__description-read-more:before {
  height: 30px;
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  -webkit-transition: all .3s cubic-bezier(.55, .085, .68, .53);
  transition: all .3s cubic-bezier(.55, .085, .68, .53);
  background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 98.8%, 0)), color-stop(59.9%, hsla(0, 0%, 98.8%, .8)), to(#fcfcfc));
  background: linear-gradient(180deg, hsla(0, 0%, 98.8%, 0), hsla(0, 0%, 98.8%, .8) 59.9%, #fcfcfc)
}

@media(min-width:480px) {
  .p-product__description-read-more:before {
    height: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {
  .p-product__description-read-more:before {
    height: 40px
  }
}

@media(min-width:1600px) {
  .p-product__description-read-more:before {
    height: 40px
  }
}

.p-product__form {
  margin-top: 25px
}

@media(min-width:480px) {
  .p-product__form {
    margin-top: calc(.52083vw + 22.5px)
  }
}

@media(min-width:1440px) {
  .p-product__form {
    margin-top: 30px
  }
}

@media(min-width:1600px) {
  .p-product__form {
    margin-top: 30px
  }
}

.p-product__footnote {
  padding-top: 15px;
  color: #7c7c7c
}

@media(min-width:480px) {
  .p-product__footnote {
    padding-top: 15px
  }
}

@media(min-width:1440px) {
  .p-product__footnote {
    padding-top: 15px
  }
}

@media(min-width:1600px) {
  .p-product__footnote {
    padding-top: 15px
  }
}

.p-product__related-items {
  padding-top: 45px
}

@media(min-width:480px) {
  .p-product__related-items {
    padding-top: calc(1.5625vw + 37.5px)
  }
}

@media(min-width:1440px) {
  .p-product__related-items {
    padding-top: 60px
  }
}

@media(min-width:1600px) {
  .p-product__related-items {
    padding-top: 60px
  }
}

.p-product__related-items-title {
  margin-bottom: 15px
}

@media(min-width:480px) {
  .p-product__related-items-title {
    margin-bottom: 15px
  }
}

@media(min-width:1440px) {
  .p-product__related-items-title {
    margin-bottom: 15px
  }
}

@media(min-width:1600px) {
  .p-product__related-items-title {
    margin-bottom: 15px
  }
}

.p-product__related-items-content .c-product-card-small {
  margin-bottom: 10px
}

@media(min-width:480px) {
  .p-product__related-items-content .c-product-card-small {
    margin-bottom: 10px
  }
}

@media(min-width:1440px) {
  .p-product__related-items-content .c-product-card-small {
    margin-bottom: 10px
  }
}

@media(min-width:1600px) {
  .p-product__related-items-content .c-product-card-small {
    margin-bottom: 10px
  }
}

.p-product__related-items-content .c-product-card-small:last-child {
  margin-bottom: 0
}

.p-product__details {
  padding-top: 45px
}

@media(min-width:480px) {
  .p-product__details {
    padding-top: calc(1.5625vw + 37.5px)
  }
}

@media(min-width:1440px) {
  .p-product__details {
    padding-top: 60px
  }
}

@media(min-width:1600px) {
  .p-product__details {
    padding-top: 60px
  }
}

.p-product__details-title {
  margin-bottom: 15px
}

@media(min-width:480px) {
  .p-product__details-title {
    margin-bottom: 15px
  }
}

@media(min-width:1440px) {
  .p-product__details-title {
    margin-bottom: 15px
  }
}

@media(min-width:1600px) {
  .p-product__details-title {
    margin-bottom: 15px
  }
}

.p-product__mobile-sticky-bar {
  padding: 10px 4.1666666667%;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 2;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
  display: none
}

@media(min-width:480px) {
  .p-product__mobile-sticky-bar {
    padding-top: 10px
  }
}

@media(min-width:1440px) {
  .p-product__mobile-sticky-bar {
    padding-top: 10px
  }
}

@media(min-width:1600px) {
  .p-product__mobile-sticky-bar {
    padding-top: 10px
  }
}

@media(min-width:480px) {
  .p-product__mobile-sticky-bar {
    padding-bottom: 10px
  }
}

@media(min-width:1440px) {
  .p-product__mobile-sticky-bar {
    padding-bottom: 10px
  }
}

@media(min-width:1600px) {
  .p-product__mobile-sticky-bar {
    padding-bottom: 10px
  }
}

@media(max-width:960px) {
  .p-product__mobile-sticky-bar {
    display: block
  }
}

.p-product__mobile-sticky-bar.is-hidden {
  opacity: 0;
  visibility: hidden
}

.p-product .is-hidden {
  display: none
}

.p-cart {
  padding-bottom: 75px
}

@media(min-width:480px) {
  .p-cart {
    padding-bottom: calc(2.60417vw + 62.5px)
  }
}

@media(min-width:1440px) {
  .p-cart {
    padding-bottom: 100px
  }
}

@media(min-width:1600px) {
  .p-cart {
    padding-bottom: 100px
  }
}

.p-cart__header {
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media(min-width:480px) {
  .p-cart__header {
    padding-top: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .p-cart__header {
    padding-top: 50px
  }
}

@media(min-width:1600px) {
  .p-cart__header {
    padding-top: 50px
  }
}

@media(min-width:480px) {
  .p-cart__header {
    padding-bottom: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .p-cart__header {
    padding-bottom: 50px
  }
}

@media(min-width:1600px) {
  .p-cart__header {
    padding-bottom: 50px
  }
}

@media(max-width:1140px) {
  .p-cart__header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.p-cart__header-left {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0
}

@media(max-width:1140px) {
  .p-cart__header-left {
    width: 100%;
    text-align: center
  }
}

@media(max-width:1140px) {
  .p-cart__header-center {
    padding-top: 40px;
    width: 100%
  }
}

@media(max-width:1140px)and (min-width:480px) {
  .p-cart__header-center {
    padding-top: calc(1.04167vw + 35px)
  }
}

@media(max-width:1140px)and (min-width:1440px) {
  .p-cart__header-center {
    padding-top: 50px
  }
}

@media(max-width:1140px)and (min-width:1600px) {
  .p-cart__header-center {
    padding-top: 50px
  }
}

.p-cart__header-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0
}

@media(max-width:1140px) {
  .p-cart__header-right {
    display: none
  }
}

.p-cart__footer {
  padding-top: 25px
}

@media(min-width:480px) {
  .p-cart__footer {
    padding-top: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {
  .p-cart__footer {
    padding-top: 35px
  }
}

@media(min-width:1600px) {
  .p-cart__footer {
    padding-top: 35px
  }
}

.p-cart__total {
  max-width: 1600px;
  margin-left: auto
}

@media(max-width:960px) {
  .p-cart__total {
    max-width: 100%
  }
}

.p-cart__total-row {
  margin-bottom: 15px
}

@media(min-width:480px) {
  .p-cart__total-row {
    margin-bottom: 15px
  }
}

@media(min-width:1440px) {
  .p-cart__total-row {
    margin-bottom: 15px
  }
}

@media(min-width:1600px) {
  .p-cart__total-row {
    margin-bottom: 15px
  }
}

.p-cart__total-row--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.p-cart__total-row--divide {
  padding-top: 25px
}

@media(min-width:480px) {
  .p-cart__total-row--divide {
    padding-top: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {
  .p-cart__total-row--divide {
    padding-top: 35px
  }
}

@media(min-width:1600px) {
  .p-cart__total-row--divide {
    padding-top: 35px
  }
}

.p-cart__total-row:last-child {
  margin-bottom: 0
}

.p-cart__empty {
  padding-top: 75px
}

@media(min-width:480px) {
  .p-cart__empty {
    padding-top: calc(2.60417vw + 62.5px)
  }
}

@media(min-width:1440px) {
  .p-cart__empty {
    padding-top: 100px
  }
}

@media(min-width:1600px) {
  .p-cart__empty {
    padding-top: 100px
  }
}

.p-cart__empty-title {
  margin-bottom: 20px
}

@media(min-width:480px) {
  .p-cart__empty-title {
    margin-bottom: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .p-cart__empty-title {
    margin-bottom: 25px
  }
}

@media(min-width:1600px) {
  .p-cart__empty-title {
    margin-bottom: 25px
  }
}

.p-cart__empty-subtitle {
  margin-bottom: 40px
}

@media(min-width:480px) {
  .p-cart__empty-subtitle {
    margin-bottom: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .p-cart__empty-subtitle {
    margin-bottom: 50px
  }
}

@media(min-width:1600px) {
  .p-cart__empty-subtitle {
    margin-bottom: 50px
  }
}

.p-collection {
  padding-bottom: 40px
}

@media(min-width:480px) {
  .p-collection {
    padding-bottom: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .p-collection {
    padding-bottom: 50px
  }
}

@media(min-width:1600px) {
  .p-collection {
    padding-bottom: 50px
  }
}

.p-collection__image-wrapper {
  padding-top: 40px
}

@media(min-width:480px) {
  .p-collection__image-wrapper {
    padding-top: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .p-collection__image-wrapper {
    padding-top: 50px
  }
}

@media(min-width:1600px) {
  .p-collection__image-wrapper {
    padding-top: 50px
  }
}

.p-collection__image {
  height: 0;
  display: block;
  width: 100%;
  padding-bottom: 25%;
  position: relative
}

.p-collection__content,
.p-collection__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.p-collection__header {
  padding-top: 40px;
  padding-bottom: 25px
}

@media(min-width:480px) {
  .p-collection__header {
    padding-top: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .p-collection__header {
    padding-top: 50px
  }
}

@media(min-width:1600px) {
  .p-collection__header {
    padding-top: 50px
  }
}

@media(min-width:480px) {
  .p-collection__header {
    padding-bottom: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {
  .p-collection__header {
    padding-bottom: 35px
  }
}

@media(min-width:1600px) {
  .p-collection__header {
    padding-bottom: 35px
  }
}

@media(max-width:1140px) {
  .p-collection__header {
    padding-bottom: 40px;
    text-align: center
  }
}

@media(max-width:1140px)and (min-width:480px) {
  .p-collection__header {
    padding-bottom: calc(1.04167vw + 35px)
  }
}

@media(max-width:1140px)and (min-width:1440px) {
  .p-collection__header {
    padding-bottom: 50px
  }
}

@media(max-width:1140px)and (min-width:1600px) {
  .p-collection__header {
    padding-bottom: 50px
  }
}

.p-collection__header .c-breadcrumbs {
  margin-bottom: 20px
}

@media(min-width:480px) {
  .p-collection__header .c-breadcrumbs {
    margin-bottom: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .p-collection__header .c-breadcrumbs {
    margin-bottom: 25px
  }
}

@media(min-width:1600px) {
  .p-collection__header .c-breadcrumbs {
    margin-bottom: 25px
  }
}

@media(max-width:1140px) {
  .p-collection__header .c-breadcrumbs {
    margin-bottom: 30px
  }
}

@media(max-width:1140px)and (min-width:480px) {
  .p-collection__header .c-breadcrumbs {
    margin-bottom: calc(1.04167vw + 25px)
  }
}

@media(max-width:1140px)and (min-width:1440px) {
  .p-collection__header .c-breadcrumbs {
    margin-bottom: 40px
  }
}

@media(max-width:1140px)and (min-width:1600px) {
  .p-collection__header .c-breadcrumbs {
    margin-bottom: 40px
  }
}

.p-collection__mobile-count {
  padding-top: 15px;
  display: none
}

@media(min-width:480px) {
  .p-collection__mobile-count {
    padding-top: 15px
  }
}

@media(min-width:1440px) {
  .p-collection__mobile-count {
    padding-top: 15px
  }
}

@media(min-width:1600px) {
  .p-collection__mobile-count {
    padding-top: 15px
  }
}

@media(max-width:1140px) {
  .p-collection__mobile-count {
    display: block
  }
}

.p-collection__sidebar {
  -ms-flex-preferred-size: 270px;
  flex-basis: 270px;
  padding-right: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

@media(min-width:480px) {
  .p-collection__sidebar {
    padding-right: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .p-collection__sidebar {
    padding-right: 50px
  }
}

@media(min-width:1600px) {
  .p-collection__sidebar {
    padding-right: 50px
  }
}

@media(max-width:1140px) {
  .p-collection__sidebar {
    display: none
  }
}

.p-collection__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0
}

.p-collection__product-grid {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -100px;
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media(max-width:1140px) {
  .p-collection__product-grid {
    margin-top: -80px;
    padding-top: 80px
  }
}

.announcement-bar-enabled .p-collection__product-grid {
  margin-top: -140px;
  padding-top: 140px
}

@media(max-width:1140px) {
  .announcement-bar-enabled .p-collection__product-grid {
    margin-top: -120px;
    padding-top: 120px
  }
}

@media(max-width:960px) {
  .p-collection__product-grid {
    margin-left: -5px;
    margin-right: -5px
  }
}

.p-collection__product-grid .c-product-card {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
  width: 25%
}

@media(min-width:480px) {
  .p-collection__product-grid .c-product-card {
    margin-bottom: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .p-collection__product-grid .c-product-card {
    margin-bottom: 50px
  }
}

@media(min-width:1600px) {
  .p-collection__product-grid .c-product-card {
    margin-bottom: 50px
  }
}

@media(max-width:1140px) {
  .p-collection__product-grid .c-product-card {
    width: 33.3333333333%
  }
}

@media(max-width:960px) {
  .p-collection__product-grid .c-product-card {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 30px;
    width: 50%
  }
}

@media(max-width:960px)and (min-width:480px) {
  .p-collection__product-grid .c-product-card {
    margin-bottom: calc(1.04167vw + 25px)
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .p-collection__product-grid .c-product-card {
    margin-bottom: 40px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .p-collection__product-grid .c-product-card {
    margin-bottom: 40px
  }
}

.p-collection__product-grid--extended .c-product-card {
  width: 20%
}

@media(max-width:1280px) {
  .p-collection__product-grid--extended .c-product-card {
    width: 25%
  }
}

@media(max-width:1140px) {
  .p-collection__product-grid--extended .c-product-card {
    width: 33.3333333333%
  }
}

@media(max-width:960px) {
  .p-collection__product-grid--extended .c-product-card {
    width: 50%
  }
}

.p-collection__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.p-collection__action-bar {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(min-width:480px) {
  .p-collection__action-bar {
    padding-bottom: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .p-collection__action-bar {
    padding-bottom: 25px
  }
}

@media(min-width:1600px) {
  .p-collection__action-bar {
    padding-bottom: 25px
  }
}

@media(max-width:1140px) {
  .p-collection__action-bar {
    display: none
  }
}

.p-collection__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.p-collection__sort-label {
  margin-right: 10px
}

@media(min-width:480px) {
  .p-collection__sort-label {
    margin-right: 10px
  }
}

@media(min-width:1440px) {
  .p-collection__sort-label {
    margin-right: 10px
  }
}

@media(min-width:1600px) {
  .p-collection__sort-label {
    margin-right: 10px
  }
}

.p-collection__mobile-action-bar {
  padding-bottom: 20px;
  margin-left: -5px;
  margin-right: -5px;
  display: none
}

@media(min-width:480px) {
  .p-collection__mobile-action-bar {
    padding-bottom: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .p-collection__mobile-action-bar {
    padding-bottom: 25px
  }
}

@media(min-width:1600px) {
  .p-collection__mobile-action-bar {
    padding-bottom: 25px
  }
}

@media(max-width:1140px) {
  .p-collection__mobile-action-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.p-collection__mobile-sort {
  padding-left: 5px;
  padding-right: 5px;
  width: 50%
}

.p-collection__mobile-sort--full {
  width: 100%
}

.p-collection__mobile-filters {
  padding-left: 5px;
  padding-right: 5px;
  width: 50%
}

.p-404 {
  padding-top: 75px;
  padding-bottom: 75px
}

@media(min-width:480px) {
  .p-404 {
    padding-top: calc(2.60417vw + 62.5px)
  }
}

@media(min-width:1440px) {
  .p-404 {
    padding-top: 100px
  }
}

@media(min-width:1600px) {
  .p-404 {
    padding-top: 100px
  }
}

@media(min-width:480px) {
  .p-404 {
    padding-bottom: calc(2.60417vw + 62.5px)
  }
}

@media(min-width:1440px) {
  .p-404 {
    padding-bottom: 100px
  }
}

@media(min-width:1600px) {
  .p-404 {
    padding-bottom: 100px
  }
}

.p-404__title {
  margin-bottom: 15px
}

@media(min-width:480px) {
  .p-404__title {
    margin-bottom: 15px
  }
}

@media(min-width:1440px) {
  .p-404__title {
    margin-bottom: 15px
  }
}

@media(min-width:1600px) {
  .p-404__title {
    margin-bottom: 15px
  }
}

.p-404__subtitle {
  margin-bottom: 15px
}

@media(min-width:480px) {
  .p-404__subtitle {
    margin-bottom: 15px
  }
}

@media(min-width:1440px) {
  .p-404__subtitle {
    margin-bottom: 15px
  }
}

@media(min-width:1600px) {
  .p-404__subtitle {
    margin-bottom: 15px
  }
}

.p-404__description {
  margin-bottom: 25px;
  color: #444
}

@media(min-width:480px) {
  .p-404__description {
    margin-bottom: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {
  .p-404__description {
    margin-bottom: 35px
  }
}

@media(min-width:1600px) {
  .p-404__description {
    margin-bottom: 35px
  }
}

.p-search {
  padding-bottom: 40px
}

@media(min-width:480px) {
  .p-search {
    padding-bottom: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .p-search {
    padding-bottom: 50px
  }
}

@media(min-width:1600px) {
  .p-search {
    padding-bottom: 50px
  }
}

.p-search__header {
  padding-top: 75px;
  padding-bottom: 50px
}

@media(min-width:480px) {
  .p-search__header {
    padding-top: calc(2.60417vw + 62.5px)
  }
}

@media(min-width:1440px) {
  .p-search__header {
    padding-top: 100px
  }
}

@media(min-width:1600px) {
  .p-search__header {
    padding-top: 100px
  }
}

@media(min-width:480px) {
  .p-search__header {
    padding-bottom: calc(2.60417vw + 37.5px)
  }
}

@media(min-width:1440px) {
  .p-search__header {
    padding-bottom: 75px
  }
}

@media(min-width:1600px) {
  .p-search__header {
    padding-bottom: 75px
  }
}

@media(max-width:960px) {
  .p-search__header {
    padding-top: 50px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .p-search__header {
    padding-top: calc(2.60417vw + 37.5px)
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .p-search__header {
    padding-top: 75px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .p-search__header {
    padding-top: 75px
  }
}

.p-search__title>span {
  display: inline
}

.p-search__subtitle {
  padding-top: 20px;
  color: #444
}

@media(min-width:480px) {
  .p-search__subtitle {
    padding-top: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .p-search__subtitle {
    padding-top: 25px
  }
}

@media(min-width:1600px) {
  .p-search__subtitle {
    padding-top: 25px
  }
}

.p-search__form {
  max-width: 840px;
  padding-top: 40px;
  margin-left: auto;
  margin-right: auto
}

@media(min-width:480px) {
  .p-search__form {
    padding-top: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .p-search__form {
    padding-top: 50px
  }
}

@media(min-width:1600px) {
  .p-search__form {
    padding-top: 50px
  }
}

.p-search__product-grid {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media(max-width:960px) {
  .p-search__product-grid {
    margin-left: -5px;
    margin-right: -5px
  }
}

.p-search__product-grid .c-product-card {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
  width: 20%
}

@media(min-width:480px) {
  .p-search__product-grid .c-product-card {
    margin-bottom: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .p-search__product-grid .c-product-card {
    margin-bottom: 50px
  }
}

@media(min-width:1600px) {
  .p-search__product-grid .c-product-card {
    margin-bottom: 50px
  }
}

@media(max-width:1280px) {
  .p-search__product-grid .c-product-card {
    width: 25%
  }
}

@media(max-width:1140px) {
  .p-search__product-grid .c-product-card {
    width: 33.3333333333%
  }
}

@media(max-width:960px) {
  .p-search__product-grid .c-product-card {
    padding-left: 5px;
    padding-right: 5px;
    width: 50%
  }
}

.p-search__pagination {
  padding-top: 20px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media(min-width:480px) {
  .p-search__pagination {
    padding-top: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .p-search__pagination {
    padding-top: 25px
  }
}

@media(min-width:1600px) {
  .p-search__pagination {
    padding-top: 25px
  }
}

@media(min-width:480px) {
  .p-search__pagination {
    padding-bottom: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .p-search__pagination {
    padding-bottom: 50px
  }
}

@media(min-width:1600px) {
  .p-search__pagination {
    padding-bottom: 50px
  }
}

.p-password {
  padding-top: 75px;
  padding-bottom: 75px
}

@media(min-width:480px) {
  .p-password {
    padding-top: calc(2.60417vw + 62.5px)
  }
}

@media(min-width:1440px) {
  .p-password {
    padding-top: 100px
  }
}

@media(min-width:1600px) {
  .p-password {
    padding-top: 100px
  }
}

@media(min-width:480px) {
  .p-password {
    padding-bottom: calc(2.60417vw + 62.5px)
  }
}

@media(min-width:1440px) {
  .p-password {
    padding-bottom: 100px
  }
}

@media(min-width:1600px) {
  .p-password {
    padding-bottom: 100px
  }
}

@media(max-width:960px) {
  .p-password {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .p-password {
    padding-top: calc(2.60417vw + 37.5px)
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .p-password {
    padding-top: 75px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .p-password {
    padding-top: 75px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .p-password {
    padding-bottom: calc(2.60417vw + 37.5px)
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .p-password {
    padding-bottom: 75px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .p-password {
    padding-bottom: 75px
  }
}

.p-password__header {
  margin-bottom: 40px
}

@media(min-width:480px) {
  .p-password__header {
    margin-bottom: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .p-password__header {
    margin-bottom: 50px
  }
}

@media(min-width:1600px) {
  .p-password__header {
    margin-bottom: 50px
  }
}

.p-password__header span {
  font-size: 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media(max-width:1140px) {
  .p-password__header span {
    font-size: 208px
  }
}

@media(max-width:800px) {
  .p-password__header span {
    font-size: 160px
  }
}

.p-password__content {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto
}

.p-password a {
  -webkit-text-decoration: underline;
  text-decoration: underline
}

.o-page .shopify-policy__container {
  padding-bottom: 75px;
  max-width: 100%;
  padding-top: 0;
  margin: 0
}

@media(min-width:480px) {
  .o-page .shopify-policy__container {
    padding-bottom: calc(2.60417vw + 62.5px)
  }
}

@media(min-width:1440px) {
  .o-page .shopify-policy__container {
    padding-bottom: 100px
  }
}

@media(min-width:1600px) {
  .o-page .shopify-policy__container {
    padding-bottom: 100px
  }
}

@media(max-width:1140px) {
  .o-page .shopify-policy__container {
    padding-bottom: 50px
  }
}

@media(max-width:1140px)and (min-width:480px) {
  .o-page .shopify-policy__container {
    padding-bottom: calc(2.60417vw + 37.5px)
  }
}

@media(max-width:1140px)and (min-width:1440px) {
  .o-page .shopify-policy__container {
    padding-bottom: 75px
  }
}

@media(max-width:1140px)and (min-width:1600px) {
  .o-page .shopify-policy__container {
    padding-bottom: 75px
  }
}

.o-page .shopify-policy__title {
  padding-top: 75px;
  padding-bottom: 50px
}

@media(min-width:480px) {
  .o-page .shopify-policy__title {
    padding-top: calc(2.60417vw + 62.5px)
  }
}

@media(min-width:1440px) {
  .o-page .shopify-policy__title {
    padding-top: 100px
  }
}

@media(min-width:1600px) {
  .o-page .shopify-policy__title {
    padding-top: 100px
  }
}

@media(min-width:480px) {
  .o-page .shopify-policy__title {
    padding-bottom: calc(2.60417vw + 37.5px)
  }
}

@media(min-width:1440px) {
  .o-page .shopify-policy__title {
    padding-bottom: 75px
  }
}

@media(min-width:1600px) {
  .o-page .shopify-policy__title {
    padding-bottom: 75px
  }
}

@media(max-width:1140px) {
  .o-page .shopify-policy__title {
    padding-top: 50px
  }
}

@media(max-width:1140px)and (min-width:480px) {
  .o-page .shopify-policy__title {
    padding-top: calc(2.60417vw + 37.5px)
  }
}

@media(max-width:1140px)and (min-width:1440px) {
  .o-page .shopify-policy__title {
    padding-top: 75px
  }
}

@media(max-width:1140px)and (min-width:1600px) {
  .o-page .shopify-policy__title {
    padding-top: 75px
  }
}

.o-page .shopify-policy__title h1 {
  font-size: 28px;
  font-family: Morion, sans-serif;
  line-height: 120%;
  letter-spacing: -.02em;
  text-align: center;
  font-weight: 300
}

@media(min-width:480px) {
  .o-page .shopify-policy__title h1 {
    font-size: calc(2.29167vw + 17px)
  }
}

@media(min-width:1440px) {
  .o-page .shopify-policy__title h1 {
    font-size: 50px
  }
}

@media(min-width:1600px) {
  .o-page .shopify-policy__title h1 {
    font-size: 50px
  }
}

.u-icon {
  display: inline-block;
  width: 1em;
  height: 100%;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor
}

.u-a5 {
  font-size: 60px;
  font-family: Ekstra, sans-serif;
  line-height: 100%;
  letter-spacing: normal
}

@media(min-width:480px) {
  .u-a5 {
    font-size: calc(8.33333vw + 20px)
  }
}

@media(min-width:1440px) {
  .u-a5 {
    font-size: 140px
  }
}

@media(min-width:1600px) {
  .u-a5 {
    font-size: 140px
  }
}

.u-a4 {
  font-size: 28px;
  font-family: Morion, sans-serif;
  line-height: 120%;
  letter-spacing: -.02em
}

@media(min-width:480px) {
  .u-a4 {
    font-size: calc(2.29167vw + 17px)
  }
}

@media(min-width:1440px) {
  .u-a4 {
    font-size: 50px
  }
}

@media(min-width:1600px) {
  .u-a4 {
    font-size: 50px
  }
}

.u-a3 {
  font-size: 28px;
  font-family: Ekstra, sans-serif;
  line-height: 125%;
  letter-spacing: normal
}

@media(min-width:480px) {
  .u-a3 {
    font-size: calc(1.04167vw + 23px)
  }
}

@media(min-width:1440px) {
  .u-a3 {
    font-size: 38px
  }
}

@media(min-width:1600px) {
  .u-a3 {
    font-size: 38px
  }
}

.u-a3-alt {
  font-size: 28px;
  font-family: Morion, sans-serif;
  line-height: 125%;
  letter-spacing: normal
}

@media(min-width:480px) {
  .u-a3-alt {
    font-size: calc(1.04167vw + 23px)
  }
}

@media(min-width:1440px) {
  .u-a3-alt {
    font-size: 38px
  }
}

@media(min-width:1600px) {
  .u-a3-alt {
    font-size: 38px
  }
}

.u-a2 {
  font-size: 22px;
  font-family: Morion, sans-serif;
  line-height: 130%;
  letter-spacing: .01em
}

@media(min-width:480px) {
  .u-a2 {
    font-size: calc(.20833vw + 21px)
  }
}

@media(min-width:1440px) {
  .u-a2 {
    font-size: 24px
  }
}

@media(min-width:1600px) {
  .u-a2 {
    font-size: 24px
  }
}

.u-a2-alt {
  font-size: 18px;
  font-family: Ekstra, sans-serif;
  line-height: 130%;
  letter-spacing: .01em
}

@media(min-width:480px) {
  .u-a2-alt {
    font-size: calc(.20833vw + 17px)
  }
}

@media(min-width:1440px) {
  .u-a2-alt {
    font-size: 20px
  }
}

@media(min-width:1600px) {
  .u-a2-alt {
    font-size: 20px
  }
}

.u-a1 {
  font-size: 15px;
  font-family: Ekstra, sans-serif;
  line-height: 115%;
  letter-spacing: normal
}

@media(min-width:480px) {
  .u-a1 {
    font-size: calc(.3125vw + 13.5px)
  }
}

@media(min-width:1440px) {
  .u-a1 {
    font-size: 18px
  }
}

@media(min-width:1600px) {
  .u-a1 {
    font-size: 18px
  }
}

.u-b0 {
  font-size: 14px;
  font-family: Ekstra, sans-serif;
  line-height: 145%;
  letter-spacing: normal
}

@media(min-width:480px) {
  .u-b0 {
    font-size: calc(.20833vw + 13px)
  }
}

@media(min-width:1440px) {
  .u-b0 {
    font-size: 16px
  }
}

@media(min-width:1600px) {
  .u-b0 {
    font-size: 16px
  }
}

.u-b1 {
  font-size: 13px;
  font-family: Ekstra, sans-serif;
  line-height: 140%;
  letter-spacing: normal
}

@media(min-width:480px) {
  .u-b1 {
    font-size: 13px
  }
}

@media(min-width:1440px) {
  .u-b1 {
    font-size: 13px
  }
}

@media(min-width:1600px) {
  .u-b1 {
    font-size: 13px
  }
}

.u-b2 {
  font-size: 12px;
  font-family: Ekstra, sans-serif;
  line-height: 140%;
  letter-spacing: normal
}

@media(min-width:480px) {
  .u-b2 {
    font-size: calc(.10417vw + 11.5px)
  }
}

@media(min-width:1440px) {
  .u-b2 {
    font-size: 13px
  }
}

@media(min-width:1600px) {
  .u-b2 {
    font-size: 13px
  }
}

.u-b3 {
  font-size: 11px;
  font-family: Ekstra, sans-serif;
  line-height: 120%;
  letter-spacing: .01em
}

@media(min-width:480px) {
  .u-b3 {
    font-size: calc(.10417vw + 10.5px)
  }
}

@media(min-width:1440px) {
  .u-b3 {
    font-size: 12px
  }
}

@media(min-width:1600px) {
  .u-b3 {
    font-size: 12px
  }
}

.u-b4 {
  font-size: 9px;
  font-family: Ekstra, sans-serif;
  line-height: 110%;
  letter-spacing: .02em
}

@media(min-width:480px) {
  .u-b4 {
    font-size: 9px
  }
}

@media(min-width:1440px) {
  .u-b4 {
    font-size: 9px
  }
}

@media(min-width:1600px) {
  .u-b4 {
    font-size: 9px
  }
}

.u-uppercase {
  text-transform: uppercase
}

.u-capitalize {
  text-transform: capitalize
}

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

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

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

.u-underline {
  -webkit-text-decoration: underline;
  text-decoration: underline
}

.u-fw-300,
.u-fw-light {
  font-weight: 300
}

.u-fw-500,
.u-fw-medium {
  font-weight: 500
}

.u-fw-600,
.u-fw-semi-bold {
  font-weight: 600
}

.u-responsive-media {
  position: relative
}

.u-responsive-media__container {
  display: block;
  position: relative;
  min-height: 1px;
  width: 100%;
  height: 0;
  overflow: hidden
}

.u-responsive-media__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1) perspective(1000px);
  transform: translate(-50%, -50%) scale(1) perspective(1000px);
  width: 66%;
  height: 66%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  mix-blend-mode: multiply
}

.u-responsive-picture {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.u-responsive-picture img,
.u-responsive-picture picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.u-responsive-video {
  width: 100%;
  position: relative
}

.u-responsive-video__container {
  display: block;
  position: relative;
  min-height: 1px;
  width: 100%;
  height: 0;
  overflow: hidden
}

.u-responsive-video__container embed,
.u-responsive-video__container iframe,
.u-responsive-video__container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.u-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%
}

.u-embed-container embed,
.u-embed-container iframe,
.u-embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.u-hidden {
  display: none
}

.u-invisible {
  visibility: hidden
}

.rte,
.u-content-editor {
  max-width: 840px;
  margin: 0 auto
}

.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6,
.u-content-editor h2,
.u-content-editor h3,
.u-content-editor h4,
.u-content-editor h5,
.u-content-editor h6 {
  margin-bottom: 20px
}

@media(min-width:480px) {

  .rte h2,
  .rte h3,
  .rte h4,
  .rte h5,
  .rte h6,
  .u-content-editor h2,
  .u-content-editor h3,
  .u-content-editor h4,
  .u-content-editor h5,
  .u-content-editor h6 {
    margin-bottom: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {

  .rte h2,
  .rte h3,
  .rte h4,
  .rte h5,
  .rte h6,
  .u-content-editor h2,
  .u-content-editor h3,
  .u-content-editor h4,
  .u-content-editor h5,
  .u-content-editor h6 {
    margin-bottom: 25px
  }
}

@media(min-width:1600px) {

  .rte h2,
  .rte h3,
  .rte h4,
  .rte h5,
  .rte h6,
  .u-content-editor h2,
  .u-content-editor h3,
  .u-content-editor h4,
  .u-content-editor h5,
  .u-content-editor h6 {
    margin-bottom: 25px
  }
}

.rte h2:last-child,
.rte h3:last-child,
.rte h4:last-child,
.rte h5:last-child,
.rte h6:last-child,
.u-content-editor h2:last-child,
.u-content-editor h3:last-child,
.u-content-editor h4:last-child,
.u-content-editor h5:last-child,
.u-content-editor h6:last-child {
  margin-bottom: 0
}

.rte h2+h2,
.rte h2+h3,
.rte h2+h4,
.rte h2+h5,
.rte h3+h2,
.rte h3+h3,
.rte h3+h4,
.rte h3+h5,
.rte h4+h2,
.rte h4+h3,
.rte h4+h4,
.rte h4+h5,
.rte h5+h2,
.rte h5+h3,
.rte h5+h4,
.rte h5+h5,
.rte h6+h2,
.rte h6+h3,
.rte h6+h4,
.rte h6+h5,
.u-content-editor h2+h2,
.u-content-editor h2+h3,
.u-content-editor h2+h4,
.u-content-editor h2+h5,
.u-content-editor h3+h2,
.u-content-editor h3+h3,
.u-content-editor h3+h4,
.u-content-editor h3+h5,
.u-content-editor h4+h2,
.u-content-editor h4+h3,
.u-content-editor h4+h4,
.u-content-editor h4+h5,
.u-content-editor h5+h2,
.u-content-editor h5+h3,
.u-content-editor h5+h4,
.u-content-editor h5+h5,
.u-content-editor h6+h2,
.u-content-editor h6+h3,
.u-content-editor h6+h4,
.u-content-editor h6+h5 {
  margin-top: 40px
}

@media(min-width:480px) {

  .rte h2+h2,
  .rte h2+h3,
  .rte h2+h4,
  .rte h2+h5,
  .rte h3+h2,
  .rte h3+h3,
  .rte h3+h4,
  .rte h3+h5,
  .rte h4+h2,
  .rte h4+h3,
  .rte h4+h4,
  .rte h4+h5,
  .rte h5+h2,
  .rte h5+h3,
  .rte h5+h4,
  .rte h5+h5,
  .rte h6+h2,
  .rte h6+h3,
  .rte h6+h4,
  .rte h6+h5,
  .u-content-editor h2+h2,
  .u-content-editor h2+h3,
  .u-content-editor h2+h4,
  .u-content-editor h2+h5,
  .u-content-editor h3+h2,
  .u-content-editor h3+h3,
  .u-content-editor h3+h4,
  .u-content-editor h3+h5,
  .u-content-editor h4+h2,
  .u-content-editor h4+h3,
  .u-content-editor h4+h4,
  .u-content-editor h4+h5,
  .u-content-editor h5+h2,
  .u-content-editor h5+h3,
  .u-content-editor h5+h4,
  .u-content-editor h5+h5,
  .u-content-editor h6+h2,
  .u-content-editor h6+h3,
  .u-content-editor h6+h4,
  .u-content-editor h6+h5 {
    margin-top: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {

  .rte h2+h2,
  .rte h2+h3,
  .rte h2+h4,
  .rte h2+h5,
  .rte h3+h2,
  .rte h3+h3,
  .rte h3+h4,
  .rte h3+h5,
  .rte h4+h2,
  .rte h4+h3,
  .rte h4+h4,
  .rte h4+h5,
  .rte h5+h2,
  .rte h5+h3,
  .rte h5+h4,
  .rte h5+h5,
  .rte h6+h2,
  .rte h6+h3,
  .rte h6+h4,
  .rte h6+h5,
  .u-content-editor h2+h2,
  .u-content-editor h2+h3,
  .u-content-editor h2+h4,
  .u-content-editor h2+h5,
  .u-content-editor h3+h2,
  .u-content-editor h3+h3,
  .u-content-editor h3+h4,
  .u-content-editor h3+h5,
  .u-content-editor h4+h2,
  .u-content-editor h4+h3,
  .u-content-editor h4+h4,
  .u-content-editor h4+h5,
  .u-content-editor h5+h2,
  .u-content-editor h5+h3,
  .u-content-editor h5+h4,
  .u-content-editor h5+h5,
  .u-content-editor h6+h2,
  .u-content-editor h6+h3,
  .u-content-editor h6+h4,
  .u-content-editor h6+h5 {
    margin-top: 50px
  }
}

@media(min-width:1600px) {

  .rte h2+h2,
  .rte h2+h3,
  .rte h2+h4,
  .rte h2+h5,
  .rte h3+h2,
  .rte h3+h3,
  .rte h3+h4,
  .rte h3+h5,
  .rte h4+h2,
  .rte h4+h3,
  .rte h4+h4,
  .rte h4+h5,
  .rte h5+h2,
  .rte h5+h3,
  .rte h5+h4,
  .rte h5+h5,
  .rte h6+h2,
  .rte h6+h3,
  .rte h6+h4,
  .rte h6+h5,
  .u-content-editor h2+h2,
  .u-content-editor h2+h3,
  .u-content-editor h2+h4,
  .u-content-editor h2+h5,
  .u-content-editor h3+h2,
  .u-content-editor h3+h3,
  .u-content-editor h3+h4,
  .u-content-editor h3+h5,
  .u-content-editor h4+h2,
  .u-content-editor h4+h3,
  .u-content-editor h4+h4,
  .u-content-editor h4+h5,
  .u-content-editor h5+h2,
  .u-content-editor h5+h3,
  .u-content-editor h5+h4,
  .u-content-editor h5+h5,
  .u-content-editor h6+h2,
  .u-content-editor h6+h3,
  .u-content-editor h6+h4,
  .u-content-editor h6+h5 {
    margin-top: 50px
  }
}

.rte h2+h6,
.rte h3+h6,
.rte h4+h6,
.rte h5+h6,
.rte h6+h6,
.u-content-editor h2+h6,
.u-content-editor h3+h6,
.u-content-editor h4+h6,
.u-content-editor h5+h6,
.u-content-editor h6+h6 {
  margin-top: 0
}

.rte ol,
.rte p,
.rte table,
.rte ul,
.u-content-editor ol,
.u-content-editor p,
.u-content-editor table,
.u-content-editor ul {
  margin-bottom: 20px;
  font-size: 13px;
  font-family: Ekstra, sans-serif;
  line-height: 140%;
  letter-spacing: normal;
  color: #444
}

@media(min-width:480px) {

  .rte ol,
  .rte p,
  .rte table,
  .rte ul,
  .u-content-editor ol,
  .u-content-editor p,
  .u-content-editor table,
  .u-content-editor ul {
    margin-bottom: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {

  .rte ol,
  .rte p,
  .rte table,
  .rte ul,
  .u-content-editor ol,
  .u-content-editor p,
  .u-content-editor table,
  .u-content-editor ul {
    margin-bottom: 25px
  }
}

@media(min-width:1600px) {

  .rte ol,
  .rte p,
  .rte table,
  .rte ul,
  .u-content-editor ol,
  .u-content-editor p,
  .u-content-editor table,
  .u-content-editor ul {
    margin-bottom: 25px
  }
}

@media(min-width:480px) {

  .rte ol,
  .rte p,
  .rte table,
  .rte ul,
  .u-content-editor ol,
  .u-content-editor p,
  .u-content-editor table,
  .u-content-editor ul {
    font-size: 13px
  }
}

@media(min-width:1440px) {

  .rte ol,
  .rte p,
  .rte table,
  .rte ul,
  .u-content-editor ol,
  .u-content-editor p,
  .u-content-editor table,
  .u-content-editor ul {
    font-size: 13px
  }
}

@media(min-width:1600px) {

  .rte ol,
  .rte p,
  .rte table,
  .rte ul,
  .u-content-editor ol,
  .u-content-editor p,
  .u-content-editor table,
  .u-content-editor ul {
    font-size: 13px
  }
}

.rte ol:last-child,
.rte p:last-child,
.rte table:last-child,
.rte ul:last-child,
.u-content-editor ol:last-child,
.u-content-editor p:last-child,
.u-content-editor table:last-child,
.u-content-editor ul:last-child {
  margin-bottom: 0
}

.rte ol+h2,
.rte ol+h3,
.rte ol+h4,
.rte ol+h5,
.rte p+h2,
.rte p+h3,
.rte p+h4,
.rte p+h5,
.rte table+h2,
.rte table+h3,
.rte table+h4,
.rte table+h5,
.rte ul+h2,
.rte ul+h3,
.rte ul+h4,
.rte ul+h5,
.u-content-editor ol+h2,
.u-content-editor ol+h3,
.u-content-editor ol+h4,
.u-content-editor ol+h5,
.u-content-editor p+h2,
.u-content-editor p+h3,
.u-content-editor p+h4,
.u-content-editor p+h5,
.u-content-editor table+h2,
.u-content-editor table+h3,
.u-content-editor table+h4,
.u-content-editor table+h5,
.u-content-editor ul+h2,
.u-content-editor ul+h3,
.u-content-editor ul+h4,
.u-content-editor ul+h5 {
  margin-top: 50px
}

@media(min-width:480px) {

  .rte ol+h2,
  .rte ol+h3,
  .rte ol+h4,
  .rte ol+h5,
  .rte p+h2,
  .rte p+h3,
  .rte p+h4,
  .rte p+h5,
  .rte table+h2,
  .rte table+h3,
  .rte table+h4,
  .rte table+h5,
  .rte ul+h2,
  .rte ul+h3,
  .rte ul+h4,
  .rte ul+h5,
  .u-content-editor ol+h2,
  .u-content-editor ol+h3,
  .u-content-editor ol+h4,
  .u-content-editor ol+h5,
  .u-content-editor p+h2,
  .u-content-editor p+h3,
  .u-content-editor p+h4,
  .u-content-editor p+h5,
  .u-content-editor table+h2,
  .u-content-editor table+h3,
  .u-content-editor table+h4,
  .u-content-editor table+h5,
  .u-content-editor ul+h2,
  .u-content-editor ul+h3,
  .u-content-editor ul+h4,
  .u-content-editor ul+h5 {
    margin-top: calc(2.60417vw + 37.5px)
  }
}

@media(min-width:1440px) {

  .rte ol+h2,
  .rte ol+h3,
  .rte ol+h4,
  .rte ol+h5,
  .rte p+h2,
  .rte p+h3,
  .rte p+h4,
  .rte p+h5,
  .rte table+h2,
  .rte table+h3,
  .rte table+h4,
  .rte table+h5,
  .rte ul+h2,
  .rte ul+h3,
  .rte ul+h4,
  .rte ul+h5,
  .u-content-editor ol+h2,
  .u-content-editor ol+h3,
  .u-content-editor ol+h4,
  .u-content-editor ol+h5,
  .u-content-editor p+h2,
  .u-content-editor p+h3,
  .u-content-editor p+h4,
  .u-content-editor p+h5,
  .u-content-editor table+h2,
  .u-content-editor table+h3,
  .u-content-editor table+h4,
  .u-content-editor table+h5,
  .u-content-editor ul+h2,
  .u-content-editor ul+h3,
  .u-content-editor ul+h4,
  .u-content-editor ul+h5 {
    margin-top: 75px
  }
}

@media(min-width:1600px) {

  .rte ol+h2,
  .rte ol+h3,
  .rte ol+h4,
  .rte ol+h5,
  .rte p+h2,
  .rte p+h3,
  .rte p+h4,
  .rte p+h5,
  .rte table+h2,
  .rte table+h3,
  .rte table+h4,
  .rte table+h5,
  .rte ul+h2,
  .rte ul+h3,
  .rte ul+h4,
  .rte ul+h5,
  .u-content-editor ol+h2,
  .u-content-editor ol+h3,
  .u-content-editor ol+h4,
  .u-content-editor ol+h5,
  .u-content-editor p+h2,
  .u-content-editor p+h3,
  .u-content-editor p+h4,
  .u-content-editor p+h5,
  .u-content-editor table+h2,
  .u-content-editor table+h3,
  .u-content-editor table+h4,
  .u-content-editor table+h5,
  .u-content-editor ul+h2,
  .u-content-editor ul+h3,
  .u-content-editor ul+h4,
  .u-content-editor ul+h5 {
    margin-top: 75px
  }
}

.rte ol+h6,
.rte p+h6,
.rte table+h6,
.rte ul+h6,
.u-content-editor ol+h6,
.u-content-editor p+h6,
.u-content-editor table+h6,
.u-content-editor ul+h6 {
  margin-top: 20px
}

@media(min-width:480px) {

  .rte ol+h6,
  .rte p+h6,
  .rte table+h6,
  .rte ul+h6,
  .u-content-editor ol+h6,
  .u-content-editor p+h6,
  .u-content-editor table+h6,
  .u-content-editor ul+h6 {
    margin-top: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {

  .rte ol+h6,
  .rte p+h6,
  .rte table+h6,
  .rte ul+h6,
  .u-content-editor ol+h6,
  .u-content-editor p+h6,
  .u-content-editor table+h6,
  .u-content-editor ul+h6 {
    margin-top: 25px
  }
}

@media(min-width:1600px) {

  .rte ol+h6,
  .rte p+h6,
  .rte table+h6,
  .rte ul+h6,
  .u-content-editor ol+h6,
  .u-content-editor p+h6,
  .u-content-editor table+h6,
  .u-content-editor ul+h6 {
    margin-top: 25px
  }
}

.rte ol img,
.rte p img,
.rte table img,
.rte ul img,
.u-content-editor ol img,
.u-content-editor p img,
.u-content-editor table img,
.u-content-editor ul img {
  margin-bottom: 40px
}

@media(min-width:480px) {

  .rte ol img,
  .rte p img,
  .rte table img,
  .rte ul img,
  .u-content-editor ol img,
  .u-content-editor p img,
  .u-content-editor table img,
  .u-content-editor ul img {
    margin-bottom: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {

  .rte ol img,
  .rte p img,
  .rte table img,
  .rte ul img,
  .u-content-editor ol img,
  .u-content-editor p img,
  .u-content-editor table img,
  .u-content-editor ul img {
    margin-bottom: 50px
  }
}

@media(min-width:1600px) {

  .rte ol img,
  .rte p img,
  .rte table img,
  .rte ul img,
  .u-content-editor ol img,
  .u-content-editor p img,
  .u-content-editor table img,
  .u-content-editor ul img {
    margin-bottom: 50px
  }
}

.rte ol+h3,
.rte ul+h3,
.u-content-editor ol+h3,
.u-content-editor ul+h3 {
  margin-top: 50px
}

@media(min-width:480px) {

  .rte ol+h3,
  .rte ul+h3,
  .u-content-editor ol+h3,
  .u-content-editor ul+h3 {
    margin-top: calc(2.60417vw + 37.5px)
  }
}

@media(min-width:1440px) {

  .rte ol+h3,
  .rte ul+h3,
  .u-content-editor ol+h3,
  .u-content-editor ul+h3 {
    margin-top: 75px
  }
}

@media(min-width:1600px) {

  .rte ol+h3,
  .rte ul+h3,
  .u-content-editor ol+h3,
  .u-content-editor ul+h3 {
    margin-top: 75px
  }
}

.rte ul,
.u-content-editor ul {
  padding-left: 20px;
  list-style: none
}

@media(min-width:480px) {

  .rte ul,
  .u-content-editor ul {
    padding-left: 20px
  }
}

@media(min-width:1440px) {

  .rte ul,
  .u-content-editor ul {
    padding-left: 20px
  }
}

@media(min-width:1600px) {

  .rte ul,
  .u-content-editor ul {
    padding-left: 20px
  }
}

.rte ul li,
.u-content-editor ul li {
  text-indent: -20px
}

.rte ul li:before,
.u-content-editor ul li:before {
  width: 7px;
  height: 7px;
  margin-right: 13px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-color: #000
}

.rte ol,
.u-content-editor ol {
  padding-left: 20px;
  counter-reset: a;
  list-style: none
}

@media(min-width:480px) {

  .rte ol,
  .u-content-editor ol {
    padding-left: 20px
  }
}

@media(min-width:1440px) {

  .rte ol,
  .u-content-editor ol {
    padding-left: 20px
  }
}

@media(min-width:1600px) {

  .rte ol,
  .u-content-editor ol {
    padding-left: 20px
  }
}

.rte ol li,
.u-content-editor ol li {
  text-indent: -20px
}

.rte ol li:before,
.u-content-editor ol li:before {
  min-width: 20px;
  font-size: 12px;
  font-family: Ekstra, sans-serif;
  line-height: 140%;
  letter-spacing: normal;
  font-weight: 600;
  content: counter(a) ".";
  counter-increment: a;
  display: inline-block;
  text-indent: 0;
  color: #000
}

@media(min-width:480px) {

  .rte ol li:before,
  .u-content-editor ol li:before {
    min-width: 20px
  }
}

@media(min-width:1440px) {

  .rte ol li:before,
  .u-content-editor ol li:before {
    min-width: 20px
  }
}

@media(min-width:1600px) {

  .rte ol li:before,
  .u-content-editor ol li:before {
    min-width: 20px
  }
}

@media(min-width:480px) {

  .rte ol li:before,
  .u-content-editor ol li:before {
    font-size: calc(.10417vw + 11.5px)
  }
}

@media(min-width:1440px) {

  .rte ol li:before,
  .u-content-editor ol li:before {
    font-size: 13px
  }
}

@media(min-width:1600px) {

  .rte ol li:before,
  .u-content-editor ol li:before {
    font-size: 13px
  }
}

.rte li,
.u-content-editor li {
  margin-bottom: 10px
}

@media(min-width:480px) {

  .rte li,
  .u-content-editor li {
    margin-bottom: 10px
  }
}

@media(min-width:1440px) {

  .rte li,
  .u-content-editor li {
    margin-bottom: 10px
  }
}

@media(min-width:1600px) {

  .rte li,
  .u-content-editor li {
    margin-bottom: 10px
  }
}

.rte li:last-child,
.u-content-editor li:last-child {
  margin-bottom: 0
}

.rte h2,
.u-content-editor h2 {
  margin-bottom: 40px;
  font-size: 15px;
  font-family: Ekstra, sans-serif;
  line-height: 115%;
  letter-spacing: normal
}

@media(min-width:480px) {

  .rte h2,
  .u-content-editor h2 {
    margin-bottom: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {

  .rte h2,
  .u-content-editor h2 {
    margin-bottom: 50px
  }
}

@media(min-width:1600px) {

  .rte h2,
  .u-content-editor h2 {
    margin-bottom: 50px
  }
}

@media(min-width:480px) {

  .rte h2,
  .u-content-editor h2 {
    font-size: calc(.3125vw + 13.5px)
  }
}

@media(min-width:1440px) {

  .rte h2,
  .u-content-editor h2 {
    font-size: 18px
  }
}

@media(min-width:1600px) {

  .rte h2,
  .u-content-editor h2 {
    font-size: 18px
  }
}

.rte h3,
.u-content-editor h3 {
  font-size: 15px;
  font-family: Ekstra, sans-serif;
  line-height: 115%;
  letter-spacing: normal;
  text-transform: uppercase
}

@media(min-width:480px) {

  .rte h3,
  .u-content-editor h3 {
    font-size: calc(.3125vw + 13.5px)
  }
}

@media(min-width:1440px) {

  .rte h3,
  .u-content-editor h3 {
    font-size: 18px
  }
}

@media(min-width:1600px) {

  .rte h3,
  .u-content-editor h3 {
    font-size: 18px
  }
}

.rte h6,
.u-content-editor h6 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
  height: 25px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff
}

@media(min-width:480px) {

  .rte h6,
  .u-content-editor h6 {
    padding-left: 10px
  }
}

@media(min-width:1440px) {

  .rte h6,
  .u-content-editor h6 {
    padding-left: 10px
  }
}

@media(min-width:1600px) {

  .rte h6,
  .u-content-editor h6 {
    padding-left: 10px
  }
}

@media(min-width:480px) {

  .rte h6,
  .u-content-editor h6 {
    padding-right: 10px
  }
}

@media(min-width:1440px) {

  .rte h6,
  .u-content-editor h6 {
    padding-right: 10px
  }
}

@media(min-width:1600px) {

  .rte h6,
  .u-content-editor h6 {
    padding-right: 10px
  }
}

@media(min-width:480px) {

  .rte h6,
  .u-content-editor h6 {
    margin-bottom: 15px
  }
}

@media(min-width:1440px) {

  .rte h6,
  .u-content-editor h6 {
    margin-bottom: 15px
  }
}

@media(min-width:1600px) {

  .rte h6,
  .u-content-editor h6 {
    margin-bottom: 15px
  }
}

@media(min-width:480px) {

  .rte h6,
  .u-content-editor h6 {
    height: calc(.52083vw + 22.5px)
  }
}

@media(min-width:1440px) {

  .rte h6,
  .u-content-editor h6 {
    height: 30px
  }
}

@media(min-width:1600px) {

  .rte h6,
  .u-content-editor h6 {
    height: 30px
  }
}

.rte a,
.u-content-editor a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  word-break: break-all
}

.rte blockquote,
.u-content-editor blockquote {
  padding: 40px
}

@media(min-width:480px) {

  .rte blockquote,
  .u-content-editor blockquote {
    padding: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {

  .rte blockquote,
  .u-content-editor blockquote {
    padding: 50px
  }
}

@media(min-width:1600px) {

  .rte blockquote,
  .u-content-editor blockquote {
    padding: 50px
  }
}

.rte--alt,
.u-content-editor--alt {
  padding-bottom: 20px
}

@media(min-width:480px) {

  .rte--alt,
  .u-content-editor--alt {
    padding-bottom: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {

  .rte--alt,
  .u-content-editor--alt {
    padding-bottom: 25px
  }
}

@media(min-width:1600px) {

  .rte--alt,
  .u-content-editor--alt {
    padding-bottom: 25px
  }
}

.rte--alt h2,
.rte--alt h3,
.rte--alt h4,
.rte--alt h5,
.rte--alt h6,
.u-content-editor--alt h2,
.u-content-editor--alt h3,
.u-content-editor--alt h4,
.u-content-editor--alt h5,
.u-content-editor--alt h6 {
  margin-bottom: 25px;
  font-size: 15px;
  font-family: Ekstra, sans-serif;
  line-height: 115%;
  letter-spacing: normal;
  font-weight: 500
}

@media(min-width:480px) {

  .rte--alt h2,
  .rte--alt h3,
  .rte--alt h4,
  .rte--alt h5,
  .rte--alt h6,
  .u-content-editor--alt h2,
  .u-content-editor--alt h3,
  .u-content-editor--alt h4,
  .u-content-editor--alt h5,
  .u-content-editor--alt h6 {
    margin-bottom: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {

  .rte--alt h2,
  .rte--alt h3,
  .rte--alt h4,
  .rte--alt h5,
  .rte--alt h6,
  .u-content-editor--alt h2,
  .u-content-editor--alt h3,
  .u-content-editor--alt h4,
  .u-content-editor--alt h5,
  .u-content-editor--alt h6 {
    margin-bottom: 35px
  }
}

@media(min-width:1600px) {

  .rte--alt h2,
  .rte--alt h3,
  .rte--alt h4,
  .rte--alt h5,
  .rte--alt h6,
  .u-content-editor--alt h2,
  .u-content-editor--alt h3,
  .u-content-editor--alt h4,
  .u-content-editor--alt h5,
  .u-content-editor--alt h6 {
    margin-bottom: 35px
  }
}

@media(min-width:480px) {

  .rte--alt h2,
  .rte--alt h3,
  .rte--alt h4,
  .rte--alt h5,
  .rte--alt h6,
  .u-content-editor--alt h2,
  .u-content-editor--alt h3,
  .u-content-editor--alt h4,
  .u-content-editor--alt h5,
  .u-content-editor--alt h6 {
    font-size: calc(.3125vw + 13.5px)
  }
}

@media(min-width:1440px) {

  .rte--alt h2,
  .rte--alt h3,
  .rte--alt h4,
  .rte--alt h5,
  .rte--alt h6,
  .u-content-editor--alt h2,
  .u-content-editor--alt h3,
  .u-content-editor--alt h4,
  .u-content-editor--alt h5,
  .u-content-editor--alt h6 {
    font-size: 18px
  }
}

@media(min-width:1600px) {

  .rte--alt h2,
  .rte--alt h3,
  .rte--alt h4,
  .rte--alt h5,
  .rte--alt h6,
  .u-content-editor--alt h2,
  .u-content-editor--alt h3,
  .u-content-editor--alt h4,
  .u-content-editor--alt h5,
  .u-content-editor--alt h6 {
    font-size: 18px
  }
}

.rte table,
.u-content-editor table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all
}

:root {
  --swiper-theme-color: #007aff
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
  height: 100%;
  width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
  width: 100%;
  height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center
}

.swiper-grid>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.js-accordion-panel {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  height: 0
}

.is-opened .js-accordion-panel {
  height: auto
}

.swiper-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.swiper-container {
  overflow: hidden
}

.ss-main {
  font-size: 13px;
  font-family: Ekstra, sans-serif;
  line-height: 140%;
  letter-spacing: normal;
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  width: 100%
}

@media(min-width:480px) {
  .ss-main {
    font-size: 13px
  }
}

@media(min-width:1440px) {
  .ss-main {
    font-size: 13px
  }
}

@media(min-width:1600px) {
  .ss-main {
    font-size: 13px
  }
}

.ss-single-selected {
  height: 35px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #d0d0d0;
  border-radius: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

@media(min-width:480px) {
  .ss-single-selected {
    height: calc(1.04167vw + 30px)
  }
}

@media(min-width:1440px) {
  .ss-single-selected {
    height: 45px
  }
}

@media(min-width:1600px) {
  .ss-single-selected {
    height: 45px
  }
}

@media(min-width:480px) {
  .ss-single-selected {
    padding-left: 20px
  }
}

@media(min-width:1440px) {
  .ss-single-selected {
    padding-left: 20px
  }
}

@media(min-width:1600px) {
  .ss-single-selected {
    padding-left: 20px
  }
}

@media(min-width:480px) {
  .ss-single-selected {
    padding-right: 20px
  }
}

@media(min-width:1440px) {
  .ss-single-selected {
    padding-right: 20px
  }
}

@media(min-width:1600px) {
  .ss-single-selected {
    padding-right: 20px
  }
}

@media(hover:none) {
  .ss-single-selected {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .ss-single-selected:active {
    border-color: #000
  }
}

@media(-ms-high-contrast:active),
(hover:hover),
all and (-ms-high-contrast:none) {
  .ss-single-selected:hover {
    border-color: #000
  }
}

@media(max-width:960px) {
  .ss-single-selected {
    padding-left: 15px;
    padding-right: 15px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .ss-single-selected {
    padding-left: 15px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .ss-single-selected {
    padding-left: 15px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .ss-single-selected {
    padding-left: 15px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .ss-single-selected {
    padding-right: 15px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .ss-single-selected {
    padding-right: 15px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .ss-single-selected {
    padding-right: 15px
  }
}

.ss-single-selected.ss-disabled {
  background-color: #f5f5f5;
  cursor: not-allowed
}

.ss-single-selected.ss-open-above {
  border-color: #000;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.ss-single-selected.ss-open-below {
  border-color: #000;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.ss-main--transparent .ss-single-selected {
  height: 20px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0
}

@media(min-width:480px) {
  .ss-main--transparent .ss-single-selected {
    height: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .ss-main--transparent .ss-single-selected {
    height: 25px
  }
}

@media(min-width:1600px) {
  .ss-main--transparent .ss-single-selected {
    height: 25px
  }
}

.ss-main--small .ss-single-selected {
  height: 40px;
  padding-left: 10px;
  padding-right: 10px
}

@media(min-width:480px) {
  .ss-main--small .ss-single-selected {
    height: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .ss-main--small .ss-single-selected {
    height: 50px
  }
}

@media(min-width:1600px) {
  .ss-main--small .ss-single-selected {
    height: 50px
  }
}

@media(min-width:480px) {
  .ss-main--small .ss-single-selected {
    padding-left: 10px
  }
}

@media(min-width:1440px) {
  .ss-main--small .ss-single-selected {
    padding-left: 10px
  }
}

@media(min-width:1600px) {
  .ss-main--small .ss-single-selected {
    padding-left: 10px
  }
}

@media(min-width:480px) {
  .ss-main--small .ss-single-selected {
    padding-right: 10px
  }
}

@media(min-width:1440px) {
  .ss-main--small .ss-single-selected {
    padding-right: 10px
  }
}

@media(min-width:1600px) {
  .ss-main--small .ss-single-selected {
    padding-right: 10px
  }
}

@media(max-width:960px) {
  .ss-main--small .ss-single-selected {
    padding-left: 10px;
    padding-right: 10px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .ss-main--small .ss-single-selected {
    padding-left: 10px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .ss-main--small .ss-single-selected {
    padding-left: 10px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .ss-main--small .ss-single-selected {
    padding-left: 10px
  }
}

@media(max-width:960px)and (min-width:480px) {
  .ss-main--small .ss-single-selected {
    padding-right: 10px
  }
}

@media(max-width:960px)and (min-width:1440px) {
  .ss-main--small .ss-single-selected {
    padding-right: 10px
  }
}

@media(max-width:960px)and (min-width:1600px) {
  .ss-main--small .ss-single-selected {
    padding-right: 10px
  }
}

.ss-single-selected .placeholder {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: left;
  width: 100%;
  line-height: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ss-single-selected .placeholder,
.ss-single-selected .placeholder * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.ss-single-selected .placeholder * {
  width: auto
}

.ss-single-selected .placeholder .ss-disabled {
  color: #d0d0d0
}

.ss-main--transparent .ss-single-selected .placeholder {
  margin-right: 10px
}

@media(min-width:480px) {
  .ss-main--transparent .ss-single-selected .placeholder {
    margin-right: 10px
  }
}

@media(min-width:1440px) {
  .ss-main--transparent .ss-single-selected .placeholder {
    margin-right: 10px
  }
}

@media(min-width:1600px) {
  .ss-main--transparent .ss-single-selected .placeholder {
    margin-right: 10px
  }
}

.ss-single-selected .ss-deselect.ss-hide {
  display: none
}

.ss-single-selected .ss-arrow {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}

@media(min-width:480px) {
  .ss-single-selected .ss-arrow {
    margin-left: 10px
  }
}

@media(min-width:1440px) {
  .ss-single-selected .ss-arrow {
    margin-left: 10px
  }
}

@media(min-width:1600px) {
  .ss-single-selected .ss-arrow {
    margin-left: 10px
  }
}

.ss-single-selected .ss-arrow span {
  width: 11px;
  height: 7px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxbDQuNSA0LjVMMTAgMSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuNSIvPjwvc3ZnPg==");
  display: block;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat
}

.ss-single-selected .ss-arrow span.arrow-up {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.ss-single-selected .ss-arrow span.arrow-down {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}

.ss-main--transparent .ss-single-selected .ss-arrow span {
  width: 8px;
  height: 5px
}

.ss-content {
  margin-top: -1px;
  min-width: 200px;
  border: 1px solid #000;
  border-radius: 0;
  background-color: #fff;
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1010;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0)
}

.ss-content.ss-open {
  display: block;
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1)
}

.ss-main--right .ss-content {
  right: 0
}

.ss-content .ss-search {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

@media(min-width:480px) {
  .ss-content .ss-search {
    padding: 10px
  }
}

@media(min-width:1440px) {
  .ss-content .ss-search {
    padding: 10px
  }
}

@media(min-width:1600px) {
  .ss-content .ss-search {
    padding: 10px
  }
}

.ss-content .ss-search.ss-hide,
.ss-content .ss-search.ss-hide input {
  height: 0;
  opacity: 0;
  padding: 0;
  margin: 0
}

.ss-content .ss-search input {
  height: 30px;
  border: 1px solid #d0d0d0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  padding: 0 10px;
  margin: 0;
  border-radius: 0;
  background-color: #fff;
  outline: 0;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

@media(min-width:480px) {
  .ss-content .ss-search input {
    height: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {
  .ss-content .ss-search input {
    height: 40px
  }
}

@media(min-width:1600px) {
  .ss-content .ss-search input {
    height: 40px
  }
}

@media(min-width:480px) {
  .ss-content .ss-search input {
    padding-left: 10px
  }
}

@media(min-width:1440px) {
  .ss-content .ss-search input {
    padding-left: 10px
  }
}

@media(min-width:1600px) {
  .ss-content .ss-search input {
    padding-left: 10px
  }
}

@media(min-width:480px) {
  .ss-content .ss-search input {
    padding-right: 10px
  }
}

@media(min-width:1440px) {
  .ss-content .ss-search input {
    padding-right: 10px
  }
}

@media(min-width:1600px) {
  .ss-content .ss-search input {
    padding-right: 10px
  }
}

.ss-content .ss-search input::-webkit-input-placeholder {
  color: #7c7c7c;
  vertical-align: middle
}

.ss-content .ss-search input::-moz-placeholder {
  color: #7c7c7c;
  vertical-align: middle
}

.ss-content .ss-search input:-ms-input-placeholder {
  color: #7c7c7c;
  vertical-align: middle
}

.ss-content .ss-search input::-ms-input-placeholder {
  color: #7c7c7c;
  vertical-align: middle
}

.ss-content .ss-search input::placeholder {
  color: #7c7c7c;
  vertical-align: middle
}

@media(hover:none) {
  .ss-content .ss-search input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .ss-content .ss-search input:active {
    outline: 0;
    border-color: #000
  }
}

@media(-ms-high-contrast:active),
(hover:hover),
all and (-ms-high-contrast:none) {
  .ss-content .ss-search input:hover {
    outline: 0;
    border-color: #000
  }
}

.ss-content .ss-search input:focus {
  border-color: #000
}

.ss-content .ss-list {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left
}

.ss-content .ss-list .ss-option {
  padding: 10px 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

@media(min-width:480px) {
  .ss-content .ss-list .ss-option {
    padding-top: 10px
  }
}

@media(min-width:1440px) {
  .ss-content .ss-list .ss-option {
    padding-top: 10px
  }
}

@media(min-width:1600px) {
  .ss-content .ss-list .ss-option {
    padding-top: 10px
  }
}

@media(min-width:480px) {
  .ss-content .ss-list .ss-option {
    padding-bottom: 10px
  }
}

@media(min-width:1440px) {
  .ss-content .ss-list .ss-option {
    padding-bottom: 10px
  }
}

@media(min-width:1600px) {
  .ss-content .ss-list .ss-option {
    padding-bottom: 10px
  }
}

@media(min-width:480px) {
  .ss-content .ss-list .ss-option {
    padding-left: 20px
  }
}

@media(min-width:1440px) {
  .ss-content .ss-list .ss-option {
    padding-left: 20px
  }
}

@media(min-width:1600px) {
  .ss-content .ss-list .ss-option {
    padding-left: 20px
  }
}

@media(min-width:480px) {
  .ss-content .ss-list .ss-option {
    padding-right: 20px
  }
}

@media(min-width:1440px) {
  .ss-content .ss-list .ss-option {
    padding-right: 20px
  }
}

@media(min-width:1600px) {
  .ss-content .ss-list .ss-option {
    padding-right: 20px
  }
}

@media(hover:none) {
  .ss-content .ss-list .ss-option {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .ss-content .ss-list .ss-option:active {
    color: #fff;
    background-color: #000
  }
}

@media(-ms-high-contrast:active),
(hover:hover),
all and (-ms-high-contrast:none) {
  .ss-content .ss-list .ss-option:hover {
    color: #fff;
    background-color: #000
  }
}

.ss-content .ss-list .ss-option.ss-highlighted {
  color: #fff;
  background-color: #000
}

.ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  color: #d0d0d0;
  background-color: #f5f5f5
}

.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected {
  color: red;
  background-color: red
}

.ss-content .ss-list .ss-option.ss-hide {
  display: none
}

.ss-content .ss-list .ss-option .ss-search-highlight {
  background-color: red
}

.simplebar-track.simplebar-vertical {
  width: 2px;
  background: #d0d0d0
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  background-color: #000;
  border-radius: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1
}

.simplebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.go-cart__modal {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  z-index: 3050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: #000;
  color: #fff;
  -webkit-transition: all .3s cubic-bezier(.55, .085, .68, .53);
  transition: all .3s cubic-bezier(.55, .085, .68, .53);
  -webkit-transform: translateY(-101%);
  transform: translateY(-101%);
  visibility: hidden
}

.go-cart__modal.is-open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible
}

.go-cart__modal--fail {
  background-color: #e50c34
}

.go-cart__overlay {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3030;
  background-color: rgba(0, 0, 0, .7);
  -webkit-transition: all .3s cubic-bezier(.55, .085, .68, .53);
  transition: all .3s cubic-bezier(.55, .085, .68, .53);
  opacity: 0;
  visibility: hidden
}

.go-cart__overlay.is-open {
  opacity: 1;
  visibility: visible
}

.go-cart__drawer {
  max-width: 480px;
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  right: 0;
  z-index: 3040;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all .3s cubic-bezier(.55, .085, .68, .53);
  transition: all .3s cubic-bezier(.55, .085, .68, .53);
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

.go-cart__drawer.is-open {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.go-cart__trigger {
  position: relative;
  cursor: pointer
}

.go-cart-modal {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.go-cart-modal,
.go-cart-modal__close {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.go-cart-modal__close {
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  outline: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  width: auto;
  background: transparent;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  top: 20px;
  right: 4.1666666667%;
  position: absolute;
  line-height: 0;
  cursor: pointer;
  z-index: 3010
}

.go-cart-modal__close:active,
.go-cart-modal__close:focus,
.go-cart-modal__close:hover {
  outline: none
}

@media(min-width:480px) {
  .go-cart-modal__close {
    top: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .go-cart-modal__close {
    top: 25px
  }
}

@media(min-width:1600px) {
  .go-cart-modal__close {
    top: 25px
  }
}

.go-cart-modal__content {
  width: 100%;
  padding: 20px 12.5%;
  text-align: center
}

@media(min-width:480px) {
  .go-cart-modal__content {
    padding-top: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .go-cart-modal__content {
    padding-top: 25px
  }
}

@media(min-width:1600px) {
  .go-cart-modal__content {
    padding-top: 25px
  }
}

@media(min-width:480px) {
  .go-cart-modal__content {
    padding-bottom: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .go-cart-modal__content {
    padding-bottom: 25px
  }
}

@media(min-width:1600px) {
  .go-cart-modal__content {
    padding-bottom: 25px
  }
}

@media(max-width:1140px) {
  .go-cart-modal__content {
    padding-left: 10.4166666667%;
    padding-right: 10.4166666667%
  }
}

.go-cart-drawer {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}


/*Monstar Starts*/
/* Fully hide the Go Cart drawer, including when open */
.go-cart__drawer,
.go-cart__drawer.is-open
.go-cart__overlay js-go-cart-overlay is-open{
  display: none !important;
  visibility: hidden !important;
  transform: translateX(100%) !important;
  opacity: 0 !important;
  width: 0 !important;
  max-width: 0 !important;
}

/* Hide Go Cart drawer */
.go-cart__drawer,
.go-cart__drawer.is-open {
  display: none !important;
  visibility: hidden !important;
  transform: translateX(100%) !important;
  opacity: 0 !important;
  width: 0 !important;
  max-width: 0 !important;
}

/* Hide Go Cart overlay background */
.go-cart__overlay,
.go-cart__overlay.is-open,
.js-go-cart-overlay,
.js-go-cart-overlay.is-open {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}







/*Monster Ends*/




.go-cart-drawer__loader {
  position: absolute;
  top: 0;
  left: 0;
  background: hsla(0, 0%, 48.6%, .75);
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s cubic-bezier(.55, .085, .68, .53);
  transition: all .3s cubic-bezier(.55, .085, .68, .53)
}

.go-cart-loading .go-cart-drawer__loader {
  opacity: 1;
  visibility: visible
}

.go-cart-drawer__loader i {
  width: 40px;
  height: 40px;
  display: block;
  z-index: 2;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #fff;
  -webkit-animation: c 1s linear infinite;
  animation: c 1s linear infinite
}

.go-cart-drawer__header {
  padding: 20px 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(min-width:480px) {
  .go-cart-drawer__header {
    padding-top: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .go-cart-drawer__header {
    padding-top: 25px
  }
}

@media(min-width:1600px) {
  .go-cart-drawer__header {
    padding-top: 25px
  }
}

@media(min-width:480px) {
  .go-cart-drawer__header {
    padding-bottom: 10px
  }
}

@media(min-width:1440px) {
  .go-cart-drawer__header {
    padding-bottom: 10px
  }
}

@media(min-width:1600px) {
  .go-cart-drawer__header {
    padding-bottom: 10px
  }
}

@media(min-width:480px) {
  .go-cart-drawer__header {
    padding-left: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .go-cart-drawer__header {
    padding-left: 25px
  }
}

@media(min-width:1600px) {
  .go-cart-drawer__header {
    padding-left: 25px
  }
}

@media(min-width:480px) {
  .go-cart-drawer__header {
    padding-right: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .go-cart-drawer__header {
    padding-right: 25px
  }
}

@media(min-width:1600px) {
  .go-cart-drawer__header {
    padding-right: 25px
  }
}

.go-cart-drawer__close {
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  outline: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  width: auto;
  background: transparent;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit
}

.go-cart-drawer__close:active,
.go-cart-drawer__close:focus,
.go-cart-drawer__close:hover {
  outline: none
}

.go-cart-drawer__empty {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media(min-width:480px) {
  .go-cart-drawer__empty {
    padding-left: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .go-cart-drawer__empty {
    padding-left: 25px
  }
}

@media(min-width:1600px) {
  .go-cart-drawer__empty {
    padding-left: 25px
  }
}

@media(min-width:480px) {
  .go-cart-drawer__empty {
    padding-right: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .go-cart-drawer__empty {
    padding-right: 25px
  }
}

@media(min-width:1600px) {
  .go-cart-drawer__empty {
    padding-right: 25px
  }
}

.go-cart-drawer__empty p {
  margin-bottom: 25px
}

@media(min-width:480px) {
  .go-cart-drawer__empty p {
    margin-bottom: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {
  .go-cart-drawer__empty p {
    margin-bottom: 35px
  }
}

@media(min-width:1600px) {
  .go-cart-drawer__empty p {
    margin-bottom: 35px
  }
}

.go-cart-drawer__content {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  overflow: hidden;
  overflow-y: scroll
}

@media(min-width:480px) {
  .go-cart-drawer__content {
    padding-left: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .go-cart-drawer__content {
    padding-left: 25px
  }
}

@media(min-width:1600px) {
  .go-cart-drawer__content {
    padding-left: 25px
  }
}

@media(min-width:480px) {
  .go-cart-drawer__content {
    padding-right: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .go-cart-drawer__content {
    padding-right: 25px
  }
}

@media(min-width:1600px) {
  .go-cart-drawer__content {
    padding-right: 25px
  }
}

.go-cart-drawer__footer {
  padding: 15px 20px 20px;
  border-top: 1px solid #d0d0d0
}

@media(min-width:480px) {
  .go-cart-drawer__footer {
    padding-top: 15px
  }
}

@media(min-width:1440px) {
  .go-cart-drawer__footer {
    padding-top: 15px
  }
}

@media(min-width:1600px) {
  .go-cart-drawer__footer {
    padding-top: 15px
  }
}

@media(min-width:480px) {
  .go-cart-drawer__footer {
    padding-bottom: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .go-cart-drawer__footer {
    padding-bottom: 25px
  }
}

@media(min-width:1600px) {
  .go-cart-drawer__footer {
    padding-bottom: 25px
  }
}

@media(min-width:480px) {
  .go-cart-drawer__footer {
    padding-left: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .go-cart-drawer__footer {
    padding-left: 25px
  }
}

@media(min-width:1600px) {
  .go-cart-drawer__footer {
    padding-left: 25px
  }
}

@media(min-width:480px) {
  .go-cart-drawer__footer {
    padding-right: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .go-cart-drawer__footer {
    padding-right: 25px
  }
}

@media(min-width:1600px) {
  .go-cart-drawer__footer {
    padding-right: 25px
  }
}

.go-cart-drawer__footer .c-button+.c-button,
.go-cart-drawer__footer .c-button+.shopify-challenge__button,
.go-cart-drawer__footer .o-page--product .yotpo .c-button+.write-first-review-button,
.go-cart-drawer__footer .o-page--product .yotpo .shopify-challenge__button+.write-first-review-button,
.go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.c-button,
.go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.shopify-challenge__button,
.go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.write-first-review-button,
.go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .c-button+.write-button,
.go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .c-button+.yotpo-submit,
.go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .shopify-challenge__button+.write-button,
.go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .shopify-challenge__button+.yotpo-submit,
.go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.c-button,
.go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.shopify-challenge__button,
.go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.write-button,
.go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.write-first-review-button,
.go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.yotpo-submit,
.go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-first-review-button+.write-button,
.go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-first-review-button+.yotpo-submit,
.go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .write-button+.write-button,
.go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .write-button+.yotpo-submit,
.go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .yotpo-submit+.write-button,
.go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .yotpo-submit+.yotpo-submit,
.go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.c-button,
.go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.shopify-challenge__button,
.go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.write-button,
.go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.write-first-review-button,
.go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.yotpo-submit,
.go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .c-button+.write-button,
.go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .c-button+.yotpo-submit,
.go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .shopify-challenge__button+.write-button,
.go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .shopify-challenge__button+.yotpo-submit,
.go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.c-button,
.go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.shopify-challenge__button,
.go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.write-button,
.go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.write-first-review-button,
.go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.yotpo-submit,
.go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-first-review-button+.write-button,
.go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-first-review-button+.yotpo-submit,
.go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.c-button,
.go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.shopify-challenge__button,
.go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.write-button,
.go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.write-first-review-button,
.go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.yotpo-submit,
.go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
.go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.c-button,
.go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.shopify-challenge__button,
.go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .c-button+.boost-pfs-filter-show-result,
.go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
.go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
.go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
.go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
.go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
.go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
.go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
.go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
.go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
.go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
.go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .shopify-challenge__button+.boost-pfs-filter-show-result,
.go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
.go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.c-button,
.go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.shopify-challenge__button,
.go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .c-button+.boost-pfs-filter-show-result,
.go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
.go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
.go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
.go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
.go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
.go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
.go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
.go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
.go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
.go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
.go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .shopify-challenge__button+.boost-pfs-filter-show-result,
.go-cart-drawer__footer .shopify-challenge__button+.c-button,
.go-cart-drawer__footer .shopify-challenge__button+.shopify-challenge__button,
.o-page--product .yotpo .go-cart-drawer__footer .c-button+.write-first-review-button,
.o-page--product .yotpo .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-first-review-button,
.o-page--product .yotpo .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .write-first-review-button+.boost-pfs-filter-show-result,
.o-page--product .yotpo .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-first-review-button,
.o-page--product .yotpo .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .write-first-review-button+.boost-pfs-filter-show-result,
.o-page--product .yotpo .go-cart-drawer__footer .shopify-challenge__button+.write-first-review-button,
.o-page--product .yotpo .go-cart-drawer__footer .write-first-review-button+.c-button,
.o-page--product .yotpo .go-cart-drawer__footer .write-first-review-button+.shopify-challenge__button,
.o-page--product .yotpo .go-cart-drawer__footer .write-first-review-button+.write-first-review-button,
.o-page--product .yotpo .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-first-review-button,
.o-page--product .yotpo .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-first-review-button+.boost-pfs-filter-show-result,
.o-page--product .yotpo .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-first-review-button,
.o-page--product .yotpo .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-first-review-button+.boost-pfs-filter-show-result,
.o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .c-button+.write-button,
.o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .c-button+.yotpo-submit,
.o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
.o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
.o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
.o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
.o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
.o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
.o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
.o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
.o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .shopify-challenge__button+.write-button,
.o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .shopify-challenge__button+.yotpo-submit,
.o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.c-button,
.o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.shopify-challenge__button,
.o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.write-button,
.o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.write-first-review-button,
.o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.yotpo-submit,
.o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-first-review-button+.write-button,
.o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-first-review-button+.yotpo-submit,
.o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-modal-dialog .write-button+.write-button,
.o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-modal-dialog .write-button+.yotpo-submit,
.o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-modal-dialog .yotpo-submit+.write-button,
.o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-modal-dialog .yotpo-submit+.yotpo-submit,
.o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.c-button,
.o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.shopify-challenge__button,
.o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.write-button,
.o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.write-first-review-button,
.o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.yotpo-submit,
.o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-button,
.o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.yotpo-submit,
.o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-button+.boost-pfs-filter-show-result,
.o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .yotpo-submit+.boost-pfs-filter-show-result,
.o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-button,
.o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.yotpo-submit,
.o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-button+.boost-pfs-filter-show-result,
.o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .yotpo-submit+.boost-pfs-filter-show-result,
.o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.write-button,
.o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.yotpo-submit,
.o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.write-button,
.o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.yotpo-submit,
.o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .c-button+.write-button,
.o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .c-button+.yotpo-submit,
.o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
.o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
.o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
.o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
.o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
.o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
.o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
.o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
.o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .shopify-challenge__button+.write-button,
.o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .shopify-challenge__button+.yotpo-submit,
.o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.c-button,
.o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.shopify-challenge__button,
.o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.write-button,
.o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.write-first-review-button,
.o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.yotpo-submit,
.o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-first-review-button+.write-button,
.o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-first-review-button+.yotpo-submit,
.o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.c-button,
.o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.shopify-challenge__button,
.o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.write-button,
.o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.write-first-review-button,
.o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.yotpo-submit,
.o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-button,
.o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.yotpo-submit,
.o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-button+.boost-pfs-filter-show-result,
.o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .yotpo-submit+.boost-pfs-filter-show-result,
.o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-button,
.o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.yotpo-submit,
.o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-button+.boost-pfs-filter-show-result,
.o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .yotpo-submit+.boost-pfs-filter-show-result,
.p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
.p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.c-button,
.p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.shopify-challenge__button,
.p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .c-button+.boost-pfs-filter-show-result,
.p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
.p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
.p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
.p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
.p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
.p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
.p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
.p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
.p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
.p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
.p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .shopify-challenge__button+.boost-pfs-filter-show-result,
.p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
.p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.c-button,
.p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.shopify-challenge__button,
.p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .c-button+.boost-pfs-filter-show-result,
.p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
.p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
.p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
.p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
.p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
.p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
.p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
.p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
.p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
.p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
.p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .shopify-challenge__button+.boost-pfs-filter-show-result {
  margin-top: 10px;
  margin-left: 0
}

@media(min-width:480px) {

  .go-cart-drawer__footer .c-button+.c-button,
  .go-cart-drawer__footer .c-button+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo .c-button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo .shopify-challenge__button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .c-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .c-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .shopify-challenge__button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .shopify-challenge__button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-first-review-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-first-review-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .write-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .write-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .yotpo-submit+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .yotpo-submit+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .c-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .c-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .shopify-challenge__button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .shopify-challenge__button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-first-review-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-first-review-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.yotpo-submit,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.c-button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.shopify-challenge__button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .c-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .shopify-challenge__button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.c-button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.shopify-challenge__button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .c-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .shopify-challenge__button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .shopify-challenge__button+.c-button,
  .go-cart-drawer__footer .shopify-challenge__button+.shopify-challenge__button,
  .o-page--product .yotpo .go-cart-drawer__footer .c-button+.write-first-review-button,
  .o-page--product .yotpo .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .go-cart-drawer__footer .shopify-challenge__button+.write-first-review-button,
  .o-page--product .yotpo .go-cart-drawer__footer .write-first-review-button+.c-button,
  .o-page--product .yotpo .go-cart-drawer__footer .write-first-review-button+.shopify-challenge__button,
  .o-page--product .yotpo .go-cart-drawer__footer .write-first-review-button+.write-first-review-button,
  .o-page--product .yotpo .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .c-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .c-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .shopify-challenge__button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .shopify-challenge__button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.c-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.shopify-challenge__button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-first-review-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-first-review-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-modal-dialog .write-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-modal-dialog .write-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-modal-dialog .yotpo-submit+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-modal-dialog .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.c-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.shopify-challenge__button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .c-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .c-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .shopify-challenge__button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .shopify-challenge__button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.c-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.shopify-challenge__button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.write-first-review-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-first-review-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-first-review-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.c-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.shopify-challenge__button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.write-first-review-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.c-button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.shopify-challenge__button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .c-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .shopify-challenge__button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.c-button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.shopify-challenge__button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .c-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .shopify-challenge__button+.boost-pfs-filter-show-result {
    margin-top: 10px
  }
}

@media(min-width:1440px) {

  .go-cart-drawer__footer .c-button+.c-button,
  .go-cart-drawer__footer .c-button+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo .c-button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo .shopify-challenge__button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .c-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .c-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .shopify-challenge__button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .shopify-challenge__button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-first-review-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-first-review-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .write-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .write-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .yotpo-submit+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .yotpo-submit+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .c-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .c-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .shopify-challenge__button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .shopify-challenge__button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-first-review-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-first-review-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.yotpo-submit,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.c-button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.shopify-challenge__button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .c-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .shopify-challenge__button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.c-button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.shopify-challenge__button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .c-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .shopify-challenge__button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .shopify-challenge__button+.c-button,
  .go-cart-drawer__footer .shopify-challenge__button+.shopify-challenge__button,
  .o-page--product .yotpo .go-cart-drawer__footer .c-button+.write-first-review-button,
  .o-page--product .yotpo .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .go-cart-drawer__footer .shopify-challenge__button+.write-first-review-button,
  .o-page--product .yotpo .go-cart-drawer__footer .write-first-review-button+.c-button,
  .o-page--product .yotpo .go-cart-drawer__footer .write-first-review-button+.shopify-challenge__button,
  .o-page--product .yotpo .go-cart-drawer__footer .write-first-review-button+.write-first-review-button,
  .o-page--product .yotpo .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .c-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .c-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .shopify-challenge__button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .shopify-challenge__button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.c-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.shopify-challenge__button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-first-review-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-first-review-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-modal-dialog .write-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-modal-dialog .write-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-modal-dialog .yotpo-submit+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-modal-dialog .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.c-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.shopify-challenge__button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .c-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .c-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .shopify-challenge__button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .shopify-challenge__button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.c-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.shopify-challenge__button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.write-first-review-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-first-review-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-first-review-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.c-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.shopify-challenge__button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.write-first-review-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.c-button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.shopify-challenge__button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .c-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .shopify-challenge__button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.c-button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.shopify-challenge__button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .c-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .shopify-challenge__button+.boost-pfs-filter-show-result {
    margin-top: 10px
  }
}

@media(min-width:1600px) {

  .go-cart-drawer__footer .c-button+.c-button,
  .go-cart-drawer__footer .c-button+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo .c-button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo .shopify-challenge__button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .c-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .c-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .shopify-challenge__button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .shopify-challenge__button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-first-review-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-first-review-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .write-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .write-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .yotpo-submit+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .yotpo-submit+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .c-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .c-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .shopify-challenge__button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .shopify-challenge__button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-first-review-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-first-review-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.yotpo-submit,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.c-button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.shopify-challenge__button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .c-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .shopify-challenge__button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.c-button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.shopify-challenge__button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .c-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .shopify-challenge__button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .shopify-challenge__button+.c-button,
  .go-cart-drawer__footer .shopify-challenge__button+.shopify-challenge__button,
  .o-page--product .yotpo .go-cart-drawer__footer .c-button+.write-first-review-button,
  .o-page--product .yotpo .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .go-cart-drawer__footer .shopify-challenge__button+.write-first-review-button,
  .o-page--product .yotpo .go-cart-drawer__footer .write-first-review-button+.c-button,
  .o-page--product .yotpo .go-cart-drawer__footer .write-first-review-button+.shopify-challenge__button,
  .o-page--product .yotpo .go-cart-drawer__footer .write-first-review-button+.write-first-review-button,
  .o-page--product .yotpo .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .c-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .c-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .shopify-challenge__button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .shopify-challenge__button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.c-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.shopify-challenge__button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-first-review-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-first-review-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-modal-dialog .write-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-modal-dialog .write-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-modal-dialog .yotpo-submit+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-modal-dialog .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.c-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.shopify-challenge__button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .c-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .c-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .shopify-challenge__button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .shopify-challenge__button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.c-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.shopify-challenge__button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.write-first-review-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-first-review-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-first-review-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.c-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.shopify-challenge__button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.write-first-review-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.c-button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.shopify-challenge__button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .c-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .shopify-challenge__button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.c-button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.shopify-challenge__button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .c-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .shopify-challenge__button+.boost-pfs-filter-show-result {
    margin-top: 10px
  }
}

@media(max-width:800px) {

  .go-cart-drawer__footer .c-button+.c-button,
  .go-cart-drawer__footer .c-button+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo .c-button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo .shopify-challenge__button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .c-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .c-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .shopify-challenge__button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .shopify-challenge__button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-first-review-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-first-review-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .write-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .write-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .yotpo-submit+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .yotpo-submit+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .c-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .c-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .shopify-challenge__button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .shopify-challenge__button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-first-review-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-first-review-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.yotpo-submit,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.c-button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.shopify-challenge__button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .c-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .shopify-challenge__button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.c-button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.shopify-challenge__button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .c-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .shopify-challenge__button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .shopify-challenge__button+.c-button,
  .go-cart-drawer__footer .shopify-challenge__button+.shopify-challenge__button,
  .o-page--product .yotpo .go-cart-drawer__footer .c-button+.write-first-review-button,
  .o-page--product .yotpo .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .go-cart-drawer__footer .shopify-challenge__button+.write-first-review-button,
  .o-page--product .yotpo .go-cart-drawer__footer .write-first-review-button+.c-button,
  .o-page--product .yotpo .go-cart-drawer__footer .write-first-review-button+.shopify-challenge__button,
  .o-page--product .yotpo .go-cart-drawer__footer .write-first-review-button+.write-first-review-button,
  .o-page--product .yotpo .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .c-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .c-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .shopify-challenge__button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .shopify-challenge__button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.c-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.shopify-challenge__button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-first-review-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-first-review-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-modal-dialog .write-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-modal-dialog .write-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-modal-dialog .yotpo-submit+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-modal-dialog .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.c-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.shopify-challenge__button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .c-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .c-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .shopify-challenge__button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .shopify-challenge__button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.c-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.shopify-challenge__button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.write-first-review-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-first-review-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-first-review-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.c-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.shopify-challenge__button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.write-first-review-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.c-button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.shopify-challenge__button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .c-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .shopify-challenge__button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.c-button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.shopify-challenge__button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .c-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .shopify-challenge__button+.boost-pfs-filter-show-result {
    margin-top: 10px;
    margin-left: 0
  }
}

@media(max-width:800px)and (min-width:480px) {

  .go-cart-drawer__footer .c-button+.c-button,
  .go-cart-drawer__footer .c-button+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo .c-button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo .shopify-challenge__button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .c-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .c-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .shopify-challenge__button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .shopify-challenge__button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-first-review-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-first-review-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .write-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .write-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .yotpo-submit+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .yotpo-submit+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .c-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .c-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .shopify-challenge__button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .shopify-challenge__button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-first-review-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-first-review-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.yotpo-submit,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.c-button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.shopify-challenge__button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .c-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .shopify-challenge__button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.c-button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.shopify-challenge__button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .c-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .shopify-challenge__button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .shopify-challenge__button+.c-button,
  .go-cart-drawer__footer .shopify-challenge__button+.shopify-challenge__button,
  .o-page--product .yotpo .go-cart-drawer__footer .c-button+.write-first-review-button,
  .o-page--product .yotpo .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .go-cart-drawer__footer .shopify-challenge__button+.write-first-review-button,
  .o-page--product .yotpo .go-cart-drawer__footer .write-first-review-button+.c-button,
  .o-page--product .yotpo .go-cart-drawer__footer .write-first-review-button+.shopify-challenge__button,
  .o-page--product .yotpo .go-cart-drawer__footer .write-first-review-button+.write-first-review-button,
  .o-page--product .yotpo .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .c-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .c-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .shopify-challenge__button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .shopify-challenge__button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.c-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.shopify-challenge__button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-first-review-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-first-review-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-modal-dialog .write-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-modal-dialog .write-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-modal-dialog .yotpo-submit+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-modal-dialog .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.c-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.shopify-challenge__button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .c-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .c-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .shopify-challenge__button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .shopify-challenge__button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.c-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.shopify-challenge__button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.write-first-review-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-first-review-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-first-review-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.c-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.shopify-challenge__button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.write-first-review-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.c-button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.shopify-challenge__button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .c-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .shopify-challenge__button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.c-button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.shopify-challenge__button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .c-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .shopify-challenge__button+.boost-pfs-filter-show-result {
    margin-top: 10px
  }
}

@media(max-width:800px)and (min-width:1440px) {

  .go-cart-drawer__footer .c-button+.c-button,
  .go-cart-drawer__footer .c-button+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo .c-button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo .shopify-challenge__button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .c-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .c-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .shopify-challenge__button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .shopify-challenge__button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-first-review-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-first-review-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .write-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .write-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .yotpo-submit+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .yotpo-submit+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .c-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .c-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .shopify-challenge__button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .shopify-challenge__button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-first-review-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-first-review-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.yotpo-submit,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.c-button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.shopify-challenge__button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .c-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .shopify-challenge__button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.c-button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.shopify-challenge__button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .c-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .shopify-challenge__button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .shopify-challenge__button+.c-button,
  .go-cart-drawer__footer .shopify-challenge__button+.shopify-challenge__button,
  .o-page--product .yotpo .go-cart-drawer__footer .c-button+.write-first-review-button,
  .o-page--product .yotpo .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .go-cart-drawer__footer .shopify-challenge__button+.write-first-review-button,
  .o-page--product .yotpo .go-cart-drawer__footer .write-first-review-button+.c-button,
  .o-page--product .yotpo .go-cart-drawer__footer .write-first-review-button+.shopify-challenge__button,
  .o-page--product .yotpo .go-cart-drawer__footer .write-first-review-button+.write-first-review-button,
  .o-page--product .yotpo .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .c-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .c-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .shopify-challenge__button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .shopify-challenge__button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.c-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.shopify-challenge__button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-first-review-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-first-review-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-modal-dialog .write-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-modal-dialog .write-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-modal-dialog .yotpo-submit+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-modal-dialog .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.c-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.shopify-challenge__button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .c-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .c-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .shopify-challenge__button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .shopify-challenge__button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.c-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.shopify-challenge__button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.write-first-review-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-first-review-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-first-review-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.c-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.shopify-challenge__button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.write-first-review-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.c-button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.shopify-challenge__button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .c-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .shopify-challenge__button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.c-button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.shopify-challenge__button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .c-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .shopify-challenge__button+.boost-pfs-filter-show-result {
    margin-top: 10px
  }
}

@media(max-width:800px)and (min-width:1600px) {

  .go-cart-drawer__footer .c-button+.c-button,
  .go-cart-drawer__footer .c-button+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo .c-button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo .shopify-challenge__button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .c-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .c-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .shopify-challenge__button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .shopify-challenge__button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-first-review-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-first-review-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .write-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .write-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .yotpo-submit+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .yotpo-submit+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .c-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .c-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .shopify-challenge__button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .shopify-challenge__button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-first-review-button+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-first-review-button+.yotpo-submit,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.c-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.shopify-challenge__button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.write-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.write-first-review-button,
  .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.yotpo-submit,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.c-button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.shopify-challenge__button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .c-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .shopify-challenge__button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.c-button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.shopify-challenge__button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .c-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .shopify-challenge__button+.boost-pfs-filter-show-result,
  .go-cart-drawer__footer .shopify-challenge__button+.c-button,
  .go-cart-drawer__footer .shopify-challenge__button+.shopify-challenge__button,
  .o-page--product .yotpo .go-cart-drawer__footer .c-button+.write-first-review-button,
  .o-page--product .yotpo .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .go-cart-drawer__footer .shopify-challenge__button+.write-first-review-button,
  .o-page--product .yotpo .go-cart-drawer__footer .write-first-review-button+.c-button,
  .o-page--product .yotpo .go-cart-drawer__footer .write-first-review-button+.shopify-challenge__button,
  .o-page--product .yotpo .go-cart-drawer__footer .write-first-review-button+.write-first-review-button,
  .o-page--product .yotpo .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-first-review-button,
  .o-page--product .yotpo .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-first-review-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .c-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .c-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .shopify-challenge__button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .shopify-challenge__button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.c-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.shopify-challenge__button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-first-review-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .write-first-review-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-modal-dialog .write-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-modal-dialog .write-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-modal-dialog .yotpo-submit+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-modal-dialog .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.c-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.shopify-challenge__button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.write-first-review-button,
  .o-page--product .yotpo.yotpo-main-widget .go-cart-drawer__footer .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.yotpo-submit,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .c-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .c-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-collection .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .p-search .boost-pfs-filter-tree-v .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .shopify-challenge__button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .shopify-challenge__button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.c-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.shopify-challenge__button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.write-first-review-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-first-review-button+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .write-first-review-button+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.c-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.shopify-challenge__button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.write-first-review-button,
  .o-page--product .yotpo .yotpo-modal-dialog .go-cart-drawer__footer .yotpo-submit+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .yotpo-submit+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .write-button+.boost-pfs-filter-show-result,
  .o-page--product .yotpo .yotpo-modal-dialog .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.c-button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.shopify-challenge__button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .c-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .p-collection .boost-pfs-filter-tree-v .go-cart-drawer__footer .shopify-challenge__button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.c-button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .boost-pfs-filter-show-result+.shopify-challenge__button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .c-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .boost-pfs-filter-show-result+.write-first-review-button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .write-first-review-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.write-button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .boost-pfs-filter-show-result+.yotpo-submit,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .write-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo.yotpo-main-widget .yotpo-submit+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.write-button,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .boost-pfs-filter-show-result+.yotpo-submit,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .write-button+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit+.boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .go-cart-drawer__footer .shopify-challenge__button+.boost-pfs-filter-show-result {
    margin-top: 10px
  }
}

.go-cart-drawer__subtotal {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(min-width:480px) {
  .go-cart-drawer__subtotal {
    margin-bottom: 10px
  }
}

@media(min-width:1440px) {
  .go-cart-drawer__subtotal {
    margin-bottom: 10px
  }
}

@media(min-width:1600px) {
  .go-cart-drawer__subtotal {
    margin-bottom: 10px
  }
}

.go-cart-drawer__tax-message {
  margin-bottom: 15px;
  color: #7c7c7c
}

@media(min-width:480px) {
  .go-cart-drawer__tax-message {
    margin-bottom: 15px
  }
}

@media(min-width:1440px) {
  .go-cart-drawer__tax-message {
    margin-bottom: 15px
  }
}

@media(min-width:1600px) {
  .go-cart-drawer__tax-message {
    margin-bottom: 15px
  }
}

.go-cart-drawer .is-invisible {
  opacity: 0;
  visibility: hidden
}

.go-cart-drawer .is-hidden {
  display: none
}

.go-cart-item__single {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d0d0d0;
  position: relative;
  -webkit-transition: all .3s cubic-bezier(.55, .085, .68, .53);
  transition: all .3s cubic-bezier(.55, .085, .68, .53)
}

@media(min-width:480px) {
  .go-cart-item__single {
    padding-top: 15px
  }
}

@media(min-width:1440px) {
  .go-cart-item__single {
    padding-top: 15px
  }
}

@media(min-width:1600px) {
  .go-cart-item__single {
    padding-top: 15px
  }
}

@media(min-width:480px) {
  .go-cart-item__single {
    padding-bottom: 15px
  }
}

@media(min-width:1440px) {
  .go-cart-item__single {
    padding-bottom: 15px
  }
}

@media(min-width:1600px) {
  .go-cart-item__single {
    padding-bottom: 15px
  }
}

.go-cart-item__single:last-child:not(:only-child) {
  border-bottom: 0
}

.go-cart-item__info-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.go-cart-item__image {
  -ms-flex-preferred-size: 75px;
  flex-basis: 75px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  background: #f5f5f5
}

.go-cart-item__info {
  padding-left: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media(min-width:480px) {
  .go-cart-item__info {
    padding-left: 15px
  }
}

@media(min-width:1440px) {
  .go-cart-item__info {
    padding-left: 15px
  }
}

@media(min-width:1600px) {
  .go-cart-item__info {
    padding-left: 15px
  }
}

.go-cart-item__title {
  margin-bottom: 5px;
  padding-right: 20px;
  display: block;
  width: 85%
}

@media(min-width:480px) {
  .go-cart-item__title {
    margin-bottom: 5px
  }
}

@media(min-width:1440px) {
  .go-cart-item__title {
    margin-bottom: 5px
  }
}

@media(min-width:1600px) {
  .go-cart-item__title {
    margin-bottom: 5px
  }
}

@media(min-width:480px) {
  .go-cart-item__title {
    padding-right: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .go-cart-item__title {
    padding-right: 25px
  }
}

@media(min-width:1600px) {
  .go-cart-item__title {
    padding-right: 25px
  }
}

.go-cart-item__variant {
  margin-bottom: 10px;
  padding-right: 20px;
  color: #7c7c7c;
  width: 85%
}

@media(min-width:480px) {
  .go-cart-item__variant {
    margin-bottom: 10px
  }
}

@media(min-width:1440px) {
  .go-cart-item__variant {
    margin-bottom: 10px
  }
}

@media(min-width:1600px) {
  .go-cart-item__variant {
    margin-bottom: 10px
  }
}

@media(min-width:480px) {
  .go-cart-item__variant {
    padding-right: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .go-cart-item__variant {
    padding-right: 25px
  }
}

@media(min-width:1600px) {
  .go-cart-item__variant {
    padding-right: 25px
  }
}

.go-cart-item__variant:empty {
  display: none
}

.go-cart-item__info-footer {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.go-cart-item__quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.go-cart-item__quantity-number {
  width: 30px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: transparent;
  text-align: center;
  border: none;
  outline: none;
  border-radius: 0;
  -moz-appearance: textfield;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
  overflow: hidden;
  color: #000
}

@media(min-width:480px) {
  .go-cart-item__quantity-number {
    width: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {
  .go-cart-item__quantity-number {
    width: 40px
  }
}

@media(min-width:1600px) {
  .go-cart-item__quantity-number {
    width: 40px
  }
}

@media(min-width:480px) {
  .go-cart-item__quantity-number {
    height: 20px
  }
}

@media(min-width:1440px) {
  .go-cart-item__quantity-number {
    height: 20px
  }
}

@media(min-width:1600px) {
  .go-cart-item__quantity-number {
    height: 20px
  }
}

.go-cart-item__quantity-number::-webkit-inner-spin-button,
.go-cart-item__quantity-number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  display: none
}

.go-cart-item__quantity-button {
  border: none;
  margin: 0;
  outline: none;
  outline: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  width: auto;
  background: transparent;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  padding: 0 5px;
  height: 100%
}

.go-cart-item__quantity-button:active,
.go-cart-item__quantity-button:focus,
.go-cart-item__quantity-button:hover {
  outline: none
}

@media(min-width:480px) {
  .go-cart-item__quantity-button {
    padding-left: 5px
  }
}

@media(min-width:1440px) {
  .go-cart-item__quantity-button {
    padding-left: 5px
  }
}

@media(min-width:1600px) {
  .go-cart-item__quantity-button {
    padding-left: 5px
  }
}

@media(min-width:480px) {
  .go-cart-item__quantity-button {
    padding-right: 5px
  }
}

@media(min-width:1440px) {
  .go-cart-item__quantity-button {
    padding-right: 5px
  }
}

@media(min-width:1600px) {
  .go-cart-item__quantity-button {
    padding-right: 5px
  }
}

.go-cart-item__quantity-button:disabled {
  opacity: .3;
  cursor: not-allowed
}

.go-cart-item__remove {
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  outline: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  width: auto;
  background: transparent;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-size: .7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 500
}

.go-cart-item__remove:active,
.go-cart-item__remove:focus,
.go-cart-item__remove:hover {
  outline: none
}

@-webkit-keyframes c {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes c {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.p-collection .boost-pfs-filter-message,
.p-search .boost-pfs-filter-message {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-family: Ekstra, sans-serif;
  line-height: 145%;
  letter-spacing: normal;
  text-align: left
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-message,
  .p-search .boost-pfs-filter-message {
    font-size: calc(.20833vw + 13px)
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-message,
  .p-search .boost-pfs-filter-message {
    font-size: 16px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-message,
  .p-search .boost-pfs-filter-message {
    font-size: 16px
  }
}

@media(max-width:960px) {

  .p-collection .boost-pfs-filter-message,
  .p-search .boost-pfs-filter-message {
    padding-left: 5px;
    padding-right: 5px
  }
}

.p-collection .boost-pfs-filter-bottom-pagination-default,
.p-search .boost-pfs-filter-bottom-pagination-default {
  padding-top: 20px;
  padding-bottom: 40px
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-bottom-pagination-default,
  .p-search .boost-pfs-filter-bottom-pagination-default {
    padding-top: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-bottom-pagination-default,
  .p-search .boost-pfs-filter-bottom-pagination-default {
    padding-top: 25px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-bottom-pagination-default,
  .p-search .boost-pfs-filter-bottom-pagination-default {
    padding-top: 25px
  }
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-bottom-pagination-default,
  .p-search .boost-pfs-filter-bottom-pagination-default {
    padding-bottom: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-bottom-pagination-default,
  .p-search .boost-pfs-filter-bottom-pagination-default {
    padding-bottom: 50px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-bottom-pagination-default,
  .p-search .boost-pfs-filter-bottom-pagination-default {
    padding-bottom: 50px
  }
}

.p-collection .boost-pfs-filter-bottom-pagination-default:empty,
.p-search .boost-pfs-filter-bottom-pagination-default:empty {
  display: none !important
}

.p-collection .boost-pfs-filter-bottom-pagination-default>ul,
.p-search .boost-pfs-filter-bottom-pagination-default>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.p-collection .boost-pfs-filter-bottom-pagination-default>ul>li,
.p-search .boost-pfs-filter-bottom-pagination-default>ul>li {
  height: auto;
  width: auto;
  line-height: inherit;
  border-radius: 0;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

.p-collection .boost-pfs-filter-bottom-pagination-default>ul>li:first-child,
.p-collection .boost-pfs-filter-bottom-pagination-default>ul>li:last-child,
.p-search .boost-pfs-filter-bottom-pagination-default>ul>li:first-child,
.p-search .boost-pfs-filter-bottom-pagination-default>ul>li:last-child {
  font-size: inherit;
  border: none;
  margin-left: 0;
  margin-right: 0
}

@media(hover:none) {

  .p-collection .boost-pfs-filter-bottom-pagination-default>ul>li:first-child:not(.boost-pfs-filter-pagination-disabled),
  .p-collection .boost-pfs-filter-bottom-pagination-default>ul>li:last-child:not(.boost-pfs-filter-pagination-disabled),
  .p-search .boost-pfs-filter-bottom-pagination-default>ul>li:first-child:not(.boost-pfs-filter-pagination-disabled),
  .p-search .boost-pfs-filter-bottom-pagination-default>ul>li:last-child:not(.boost-pfs-filter-pagination-disabled) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .p-collection .boost-pfs-filter-bottom-pagination-default>ul>li:first-child:not(.boost-pfs-filter-pagination-disabled):active,
  .p-collection .boost-pfs-filter-bottom-pagination-default>ul>li:last-child:not(.boost-pfs-filter-pagination-disabled):active,
  .p-search .boost-pfs-filter-bottom-pagination-default>ul>li:first-child:not(.boost-pfs-filter-pagination-disabled):active,
  .p-search .boost-pfs-filter-bottom-pagination-default>ul>li:last-child:not(.boost-pfs-filter-pagination-disabled):active {
    background: #f5f5f5;
    text-shadow: none
  }

  .p-collection .boost-pfs-filter-bottom-pagination-default>ul>li:first-child:not(.boost-pfs-filter-pagination-disabled):active a,
  .p-collection .boost-pfs-filter-bottom-pagination-default>ul>li:last-child:not(.boost-pfs-filter-pagination-disabled):active a,
  .p-search .boost-pfs-filter-bottom-pagination-default>ul>li:first-child:not(.boost-pfs-filter-pagination-disabled):active a,
  .p-search .boost-pfs-filter-bottom-pagination-default>ul>li:last-child:not(.boost-pfs-filter-pagination-disabled):active a {
    color: #000
  }
}

@media(-ms-high-contrast:active),
(hover:hover),
all and (-ms-high-contrast:none) {

  .p-collection .boost-pfs-filter-bottom-pagination-default>ul>li:first-child:not(.boost-pfs-filter-pagination-disabled):hover,
  .p-collection .boost-pfs-filter-bottom-pagination-default>ul>li:last-child:not(.boost-pfs-filter-pagination-disabled):hover,
  .p-search .boost-pfs-filter-bottom-pagination-default>ul>li:first-child:not(.boost-pfs-filter-pagination-disabled):hover,
  .p-search .boost-pfs-filter-bottom-pagination-default>ul>li:last-child:not(.boost-pfs-filter-pagination-disabled):hover {
    background: #f5f5f5;
    text-shadow: none
  }

  .p-collection .boost-pfs-filter-bottom-pagination-default>ul>li:first-child:not(.boost-pfs-filter-pagination-disabled):hover a,
  .p-collection .boost-pfs-filter-bottom-pagination-default>ul>li:last-child:not(.boost-pfs-filter-pagination-disabled):hover a,
  .p-search .boost-pfs-filter-bottom-pagination-default>ul>li:first-child:not(.boost-pfs-filter-pagination-disabled):hover a,
  .p-search .boost-pfs-filter-bottom-pagination-default>ul>li:last-child:not(.boost-pfs-filter-pagination-disabled):hover a {
    color: #000
  }
}

.p-collection .boost-pfs-filter-bottom-pagination-default>ul>li a,
.p-collection .boost-pfs-filter-bottom-pagination-default>ul>li span,
.p-search .boost-pfs-filter-bottom-pagination-default>ul>li a,
.p-search .boost-pfs-filter-bottom-pagination-default>ul>li span {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  margin: 0;
  font-weight: 600;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-bottom-pagination-default>ul>li a,
  .p-collection .boost-pfs-filter-bottom-pagination-default>ul>li span,
  .p-search .boost-pfs-filter-bottom-pagination-default>ul>li a,
  .p-search .boost-pfs-filter-bottom-pagination-default>ul>li span {
    padding-left: 10px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-bottom-pagination-default>ul>li a,
  .p-collection .boost-pfs-filter-bottom-pagination-default>ul>li span,
  .p-search .boost-pfs-filter-bottom-pagination-default>ul>li a,
  .p-search .boost-pfs-filter-bottom-pagination-default>ul>li span {
    padding-left: 10px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-bottom-pagination-default>ul>li a,
  .p-collection .boost-pfs-filter-bottom-pagination-default>ul>li span,
  .p-search .boost-pfs-filter-bottom-pagination-default>ul>li a,
  .p-search .boost-pfs-filter-bottom-pagination-default>ul>li span {
    padding-left: 10px
  }
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-bottom-pagination-default>ul>li a,
  .p-collection .boost-pfs-filter-bottom-pagination-default>ul>li span,
  .p-search .boost-pfs-filter-bottom-pagination-default>ul>li a,
  .p-search .boost-pfs-filter-bottom-pagination-default>ul>li span {
    padding-right: 10px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-bottom-pagination-default>ul>li a,
  .p-collection .boost-pfs-filter-bottom-pagination-default>ul>li span,
  .p-search .boost-pfs-filter-bottom-pagination-default>ul>li a,
  .p-search .boost-pfs-filter-bottom-pagination-default>ul>li span {
    padding-right: 10px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-bottom-pagination-default>ul>li a,
  .p-collection .boost-pfs-filter-bottom-pagination-default>ul>li span,
  .p-search .boost-pfs-filter-bottom-pagination-default>ul>li a,
  .p-search .boost-pfs-filter-bottom-pagination-default>ul>li span {
    padding-right: 10px
  }
}

.p-collection .boost-pfs-filter-bottom-pagination-default>ul>li span.boost-pfs-filter-pagination-active,
.p-search .boost-pfs-filter-bottom-pagination-default>ul>li span.boost-pfs-filter-pagination-active {
  background: #000;
  color: #fff;
  text-shadow: none
}

@media(hover:none) {

  .p-collection .boost-pfs-filter-bottom-pagination-default>ul>li a,
  .p-search .boost-pfs-filter-bottom-pagination-default>ul>li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .p-collection .boost-pfs-filter-bottom-pagination-default>ul>li a:active,
  .p-search .boost-pfs-filter-bottom-pagination-default>ul>li a:active {
    background: #f5f5f5;
    text-shadow: none
  }
}

@media(-ms-high-contrast:active),
(hover:hover),
all and (-ms-high-contrast:none) {

  .p-collection .boost-pfs-filter-bottom-pagination-default>ul>li a:hover,
  .p-search .boost-pfs-filter-bottom-pagination-default>ul>li a:hover {
    background: #f5f5f5;
    text-shadow: none
  }
}

.p-collection .boost-pfs-filter-bottom-pagination-default>ul .u-icon,
.p-search .boost-pfs-filter-bottom-pagination-default>ul .u-icon {
  font-size: .45em
}

.p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option,
.p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option {
  margin-bottom: 25px;
  border: none;
  padding: 0
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option {
    margin-bottom: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option {
    margin-bottom: 35px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option {
    margin-bottom: 35px
  }
}

@media(max-width:1140px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option {
    margin-bottom: 0
  }
}

.p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner,
.p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
  max-height: 265px
}

@media(max-width:1140px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    max-height: 80vh;
    margin: 0;
    padding: 0
  }
}

.p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner::-webkit-scrollbar,
.p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner::-webkit-scrollbar {
  width: 2px;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

.p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner::-webkit-scrollbar-thumb,
.p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner::-webkit-scrollbar-thumb {
  background: #000
}

.p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner::-webkit-scrollbar-track,
.p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner::-webkit-scrollbar-track {
  background: #d0d0d0
}

@media(hover:none) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner:active::-webkit-scrollbar,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner:active::-webkit-scrollbar {
    width: 7px
  }
}

@media(-ms-high-contrast:active),
(hover:hover),
all and (-ms-high-contrast:none) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner:hover::-webkit-scrollbar,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner:hover::-webkit-scrollbar {
    width: 7px
  }
}

.p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner ul,
.p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content,
.p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner ul,
.p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content {
  padding: 0
}

.p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner,
.p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
  margin-top: 10px
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    margin-top: 10px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    margin-top: 10px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    margin-top: 10px
  }
}

.p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-amount,
.p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-amount {
  float: none;
  opacity: 1;
  margin: 0
}

.p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount,
.p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount {
  padding-bottom: 10px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount {
    padding-bottom: 10px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount {
    padding-bottom: 10px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount {
    padding-bottom: 10px
  }
}

.p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input,
.p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input {
  height: 30px;
  font-size: 12px;
  font-family: Ekstra, sans-serif;
  line-height: 140%;
  letter-spacing: normal;
  font-weight: 500;
  display: block;
  width: 100%;
  padding: 0 5px;
  margin: 0;
  border: 1px solid #d0d0d0;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #000;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
  -webkit-appearance: none;
  -moz-appearance: none;
  float: none;
  text-align: center
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input {
    height: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input {
    height: 40px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input {
    height: 40px
  }
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input {
    padding-left: 5px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input {
    padding-left: 5px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input {
    padding-left: 5px
  }
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input {
    padding-right: 5px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input {
    padding-right: 5px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input {
    padding-right: 5px
  }
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input {
    font-size: calc(.10417vw + 11.5px)
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input {
    font-size: 13px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input {
    font-size: 13px
  }
}

@media(hover:none) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input:active,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input:active {
    outline: 0;
    border-color: #000
  }
}

@media(-ms-high-contrast:active),
(hover:hover),
all and (-ms-high-contrast:none) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input:hover,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input:hover {
    outline: 0;
    border-color: #000
  }
}

.p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input:focus,
.p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount input:focus {
  outline: 0;
  border-color: #000
}

.p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount .boost-pfs-filter-option-range-amount-split,
.p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount .boost-pfs-filter-option-range-amount-split {
  font-size: 12px;
  width: 25px;
  font-family: Ekstra, sans-serif;
  line-height: 140%;
  letter-spacing: normal;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  float: none;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount .boost-pfs-filter-option-range-amount-split,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount .boost-pfs-filter-option-range-amount-split {
    font-size: calc(.10417vw + 11.5px)
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount .boost-pfs-filter-option-range-amount-split,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount .boost-pfs-filter-option-range-amount-split {
    font-size: 13px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount .boost-pfs-filter-option-range-amount-split,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount .boost-pfs-filter-option-range-amount-split {
    font-size: 13px
  }
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount .boost-pfs-filter-option-range-amount-split,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount .boost-pfs-filter-option-range-amount-split {
    width: calc(.52083vw + 22.5px)
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount .boost-pfs-filter-option-range-amount-split,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount .boost-pfs-filter-option-range-amount-split {
    width: 30px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount .boost-pfs-filter-option-range-amount-split,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount .boost-pfs-filter-option-range-amount-split {
    width: 30px
  }
}

.p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option-title,
.p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #d0d0d0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  line-height: inherit;
  border-top: 0
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option-title,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option-title {
    padding-bottom: 10px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option-title,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option-title {
    padding-bottom: 10px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option-title,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option-title {
    padding-bottom: 10px
  }
}

@media(max-width:1140px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option-title,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option-title {
    padding: 0;
    border-bottom-color: #f5f5f5
  }
}

.p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option-title .boost-pfs-filter-clear,
.p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option-title .boost-pfs-filter-clear-all,
.p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option-title .boost-pfs-filter-clear,
.p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option-title .boost-pfs-filter-clear-all {
  font-size: 11px;
  font-family: Ekstra, sans-serif;
  line-height: 120%;
  letter-spacing: .01em;
  padding: 0;
  float: none;
  margin: 0
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option-title .boost-pfs-filter-clear,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option-title .boost-pfs-filter-clear-all,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option-title .boost-pfs-filter-clear,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option-title .boost-pfs-filter-clear-all {
    font-size: calc(.10417vw + 10.5px)
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option-title .boost-pfs-filter-clear,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option-title .boost-pfs-filter-clear-all,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option-title .boost-pfs-filter-clear,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option-title .boost-pfs-filter-clear-all {
    font-size: 12px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option-title .boost-pfs-filter-clear,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option-title .boost-pfs-filter-clear-all,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option-title .boost-pfs-filter-clear,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option-title .boost-pfs-filter-clear-all {
    font-size: 12px
  }
}

.p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-heading,
.p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-heading {
  font-size: 12px;
  font-family: Ekstra, sans-serif;
  line-height: 140%;
  letter-spacing: normal;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-heading,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-heading {
    font-size: calc(.10417vw + 11.5px)
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-heading,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-heading {
    font-size: 13px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-heading,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-heading {
    font-size: 13px
  }
}

@media(max-width:1140px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-heading,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-heading {
    font-size: 11px;
    font-family: Ekstra, sans-serif;
    line-height: 120%;
    letter-spacing: .01em
  }
}

@media(max-width:1140px)and (min-width:480px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-heading,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-heading {
    font-size: calc(.10417vw + 10.5px)
  }
}

@media(max-width:1140px)and (min-width:1440px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-heading,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-heading {
    font-size: 12px
  }
}

@media(max-width:1140px)and (min-width:1600px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-heading,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-heading {
    font-size: 12px
  }
}

.p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-text,
.p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-text:before,
.p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-text:before {
  width: 10px;
  height: 10px;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMSA2Ij48cGF0aCBkPSJNMTAuNDYgNC40MDhsLS45MiAxLjE4NEw1LjUgMi40NSAxLjQ2IDUuNTkyLjU0IDQuNDA4IDUuNS41NWw0Ljk2IDMuODU4eiIvPjwvc3ZnPg==");
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  border: none;
  margin: 0;
  -webkit-transition: all .3s cubic-bezier(.55, .085, .68, .53);
  transition: all .3s cubic-bezier(.55, .085, .68, .53)
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-text:before,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-text:before {
    margin-right: 10px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-text:before,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-text:before {
    margin-right: 10px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-text:before,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-text:before {
    margin-right: 10px
  }
}

.p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-collapsed .boost-pfs-filter-option-title-text:before,
.p-search .boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-collapsed .boost-pfs-filter-option-title-text:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  border: none;
  margin-bottom: 0
}

.p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items,
.p-search .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items {
  margin-top: 10px
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items {
    margin-top: 10px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items {
    margin-top: 10px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items {
    margin-top: 10px
  }
}

.p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear,
.p-search .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear {
  float: none
}

.p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
.p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result {
  font-size: 11px;
  font-family: Ekstra, sans-serif;
  line-height: 120%;
  letter-spacing: .01em;
  font-weight: 600;
  text-transform: uppercase
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result {
    font-size: calc(.10417vw + 10.5px)
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result {
    font-size: 12px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-show-result,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-show-result {
    font-size: 12px
  }
}

.p-collection .boost-pfs-filter-option-item,
.p-search .boost-pfs-filter-option-item {
  font-size: 11px;
  font-family: Ekstra, sans-serif;
  line-height: 120%;
  letter-spacing: .01em;
  margin: 0;
  padding: 10px 10px 10px 0
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-option-item,
  .p-search .boost-pfs-filter-option-item {
    padding-top: 10px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-option-item,
  .p-search .boost-pfs-filter-option-item {
    padding-top: 10px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-option-item,
  .p-search .boost-pfs-filter-option-item {
    padding-top: 10px
  }
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-option-item,
  .p-search .boost-pfs-filter-option-item {
    padding-bottom: 10px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-option-item,
  .p-search .boost-pfs-filter-option-item {
    padding-bottom: 10px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-option-item,
  .p-search .boost-pfs-filter-option-item {
    padding-bottom: 10px
  }
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-option-item,
  .p-search .boost-pfs-filter-option-item {
    padding-right: 10px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-option-item,
  .p-search .boost-pfs-filter-option-item {
    padding-right: 10px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-option-item,
  .p-search .boost-pfs-filter-option-item {
    padding-right: 10px
  }
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-option-item,
  .p-search .boost-pfs-filter-option-item {
    font-size: calc(.10417vw + 10.5px)
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-option-item,
  .p-search .boost-pfs-filter-option-item {
    font-size: 12px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-option-item,
  .p-search .boost-pfs-filter-option-item {
    font-size: 12px
  }
}

@media(max-width:1140px) {

  .p-collection .boost-pfs-filter-option-item,
  .p-search .boost-pfs-filter-option-item {
    padding: 15px
  }
}

@media(max-width:1140px)and (min-width:480px) {

  .p-collection .boost-pfs-filter-option-item,
  .p-search .boost-pfs-filter-option-item {
    padding-top: 15px
  }
}

@media(max-width:1140px)and (min-width:1440px) {

  .p-collection .boost-pfs-filter-option-item,
  .p-search .boost-pfs-filter-option-item {
    padding-top: 15px
  }
}

@media(max-width:1140px)and (min-width:1600px) {

  .p-collection .boost-pfs-filter-option-item,
  .p-search .boost-pfs-filter-option-item {
    padding-top: 15px
  }
}

@media(max-width:1140px)and (min-width:480px) {

  .p-collection .boost-pfs-filter-option-item,
  .p-search .boost-pfs-filter-option-item {
    padding-bottom: 15px
  }
}

@media(max-width:1140px)and (min-width:1440px) {

  .p-collection .boost-pfs-filter-option-item,
  .p-search .boost-pfs-filter-option-item {
    padding-bottom: 15px
  }
}

@media(max-width:1140px)and (min-width:1600px) {

  .p-collection .boost-pfs-filter-option-item,
  .p-search .boost-pfs-filter-option-item {
    padding-bottom: 15px
  }
}

@media(max-width:1140px)and (min-width:480px) {

  .p-collection .boost-pfs-filter-option-item,
  .p-search .boost-pfs-filter-option-item {
    padding-right: 15px
  }
}

@media(max-width:1140px)and (min-width:1440px) {

  .p-collection .boost-pfs-filter-option-item,
  .p-search .boost-pfs-filter-option-item {
    padding-right: 15px
  }
}

@media(max-width:1140px)and (min-width:1600px) {

  .p-collection .boost-pfs-filter-option-item,
  .p-search .boost-pfs-filter-option-item {
    padding-right: 15px
  }
}

@media(max-width:1140px)and (min-width:480px) {

  .p-collection .boost-pfs-filter-option-item,
  .p-search .boost-pfs-filter-option-item {
    padding-left: 15px
  }
}

@media(max-width:1140px)and (min-width:1440px) {

  .p-collection .boost-pfs-filter-option-item,
  .p-search .boost-pfs-filter-option-item {
    padding-left: 15px
  }
}

@media(max-width:1140px)and (min-width:1600px) {

  .p-collection .boost-pfs-filter-option-item,
  .p-search .boost-pfs-filter-option-item {
    padding-left: 15px
  }
}

.p-collection .boost-pfs-filter-option-item.selected,
.p-search .boost-pfs-filter-option-item.selected {
  font-weight: 500
}

.p-collection .boost-pfs-filter-option-item.selected button,
.p-search .boost-pfs-filter-option-item.selected button {
  color: #000
}

.p-collection .boost-pfs-filter-option-item button,
.p-search .boost-pfs-filter-option-item button {
  color: #444;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

.p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li,
.p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li {
  padding-left: 20px
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li {
    padding-left: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li {
    padding-left: 25px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li {
    padding-left: 25px
  }
}

@media(max-width:1140px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li {
    padding-left: 25px
  }
}

@media(max-width:1140px)and (min-width:480px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li {
    padding-left: calc(.52083vw + 22.5px)
  }
}

@media(max-width:1140px)and (min-width:1440px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li {
    padding-left: 30px
  }
}

@media(max-width:1140px)and (min-width:1600px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li {
    padding-left: 30px
  }
}

.p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li .boost-pfs-check-box,
.p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li .boost-pfs-check-box {
  top: 9px;
  width: 15px;
  height: 15px;
  border: 1px solid #d0d0d0;
  background: 0 0;
  display: inline-block;
  position: absolute;
  left: 0;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li .boost-pfs-check-box,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li .boost-pfs-check-box {
    width: 15px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li .boost-pfs-check-box,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li .boost-pfs-check-box {
    width: 15px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li .boost-pfs-check-box,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li .boost-pfs-check-box {
    width: 15px
  }
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li .boost-pfs-check-box,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li .boost-pfs-check-box {
    height: 15px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li .boost-pfs-check-box,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li .boost-pfs-check-box {
    height: 15px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li .boost-pfs-check-box,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li .boost-pfs-check-box {
    height: 15px
  }
}

@media(max-width:1140px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li .boost-pfs-check-box,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li .boost-pfs-check-box {
    top: 14px
  }
}

.p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li .boost-pfs-check-box:before,
.p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li .boost-pfs-check-box:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0idS1pY29uIHUtaWNvbi0tY2hlY2siIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDUxNS41NTYgNTE1LjU1NiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMjc0LjIyNmwxNzYuNTQ5IDE3Ni44ODZMNTE1LjU1NiAxMTIuNDRsLTQ4LjY3LTQ3Ljk5Ny0yOTAuMzM3IDI5MEw0Ny45OTYgMjI1Ljg5MXoiLz48L3N2Zz4=");
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  border: none;
  -webkit-transform: scale(0);
  transform: scale(0);
  top: 0;
  left: 0;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

.p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li.selected .boost-pfs-check-box,
.p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li.selected .boost-pfs-check-box {
  background-color: #000;
  border-color: #000
}

.p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li.selected .boost-pfs-check-box:before,
.p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li.selected .boost-pfs-check-box:before {
  -webkit-transform: scale(.6);
  transform: scale(.6)
}

.p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-single-list li,
.p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-single-list li button,
.p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-single-list li,
.p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-single-list li button {
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

.p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-single-list li.selected,
.p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-single-list li.selected {
  padding-left: 15px;
  background: #000
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-single-list li.selected,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-single-list li.selected {
    padding-left: 15px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-single-list li.selected,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-single-list li.selected {
    padding-left: 15px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-single-list li.selected,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-single-list li.selected {
    padding-left: 15px
  }
}

.p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-single-list li.selected button,
.p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-single-list li.selected button {
  color: #fff
}

.p-collection .boost-pfs-filter-option-item-list,
.p-search .boost-pfs-filter-option-item-list {
  margin: 0
}

.p-collection .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by,
.p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by,
.p-search .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by,
.p-search .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by {
  margin-bottom: 25px;
  padding: 0;
  margin-top: 0;
  border: none
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by,
  .p-search .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by {
    margin-bottom: calc(1.04167vw + 20px)
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by,
  .p-search .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by {
    margin-bottom: 35px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by,
  .p-collection .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by,
  .p-search .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by,
  .p-search .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by {
    margin-bottom: 35px
  }
}

.p-collection .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item,
.p-search .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item {
  margin-bottom: 0;
  line-height: inherit;
  color: #000
}

.p-collection .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .refine-by-type,
.p-search .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .refine-by-type {
  font-size: 11px;
  font-family: Ekstra, sans-serif;
  line-height: 120%;
  letter-spacing: .01em
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .refine-by-type,
  .p-search .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .refine-by-type {
    font-size: calc(.10417vw + 10.5px)
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .refine-by-type,
  .p-search .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .refine-by-type {
    font-size: 12px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .refine-by-type,
  .p-search .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .refine-by-type {
    font-size: 12px
  }
}

.p-collection .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .refine-by-type .refine-by-option,
.p-search .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .refine-by-type .refine-by-option {
  margin: 0
}

.p-collection .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .refine-by-type .refine-by-value,
.p-search .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .refine-by-type .refine-by-value {
  font-weight: 600
}

.p-collection .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear,
.p-search .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear,
  .p-search .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear {
    padding-top: 10px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear,
  .p-search .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear {
    padding-top: 10px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear,
  .p-search .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear {
    padding-top: 10px
  }
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear,
  .p-search .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear {
    padding-bottom: 10px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear,
  .p-search .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear {
    padding-bottom: 10px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear,
  .p-search .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear {
    padding-bottom: 10px
  }
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear,
  .p-search .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear {
    padding-right: 20px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear,
  .p-search .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear {
    padding-right: 20px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear,
  .p-search .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear {
    padding-right: 20px
  }
}

.p-collection .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:before,
.p-search .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:before {
  top: 10px;
  width: 10px;
  height: 10px;
  margin: 0;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMyAxMyI+PHBhdGggZD0iTTUuNjU3IDYuNUwwIDEyLjE1N2wuNzA3LjcwNyA1LjY1Ny01LjY1NyA1LjY1NyA1LjY1Ny43MDctLjcwN0w3LjA3IDYuNSAxMi43MjguODQzIDEyLjAyLjEzNiA2LjM2NCA1Ljc5My43MDcuMTM2IDAgLjg0MyA1LjY1NyA2LjV6Ii8+PC9zdmc+");
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: none;
  -webkit-transform: none;
  transform: none
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:before,
  .p-search .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:before {
    top: 10px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:before,
  .p-search .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:before {
    top: 10px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:before,
  .p-search .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:before {
    top: 10px
  }
}

.p-collection .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:after,
.p-search .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:after {
  display: none
}

.p-collection .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider,
.p-search .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider {
  margin-top: 20px;
  margin-bottom: 30px;
  height: 2px;
  width: calc(100% - 22px);
  background: #d0d0d0
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider,
  .p-search .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider {
    margin-top: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider,
  .p-search .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider {
    margin-top: 25px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider,
  .p-search .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider {
    margin-top: 25px
  }
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider,
  .p-search .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider {
    margin-bottom: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider,
  .p-search .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider {
    margin-bottom: 40px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider,
  .p-search .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider {
    margin-bottom: 40px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider,
  .p-search .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider {
    width: calc(100% - 1.52778vw)
  }
}

.p-collection .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-pips-horizontal,
.p-search .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-pips-horizontal {
  font-size: 9px;
  font-family: Ekstra, sans-serif;
  line-height: 110%;
  letter-spacing: .02em;
  padding: 10px 0 0;
  top: 0;
  height: auto
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-pips-horizontal,
  .p-search .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-pips-horizontal {
    padding-top: 10px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-pips-horizontal,
  .p-search .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-pips-horizontal {
    padding-top: 10px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-pips-horizontal,
  .p-search .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-pips-horizontal {
    padding-top: 10px
  }
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-pips-horizontal,
  .p-search .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-pips-horizontal {
    font-size: 9px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-pips-horizontal,
  .p-search .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-pips-horizontal {
    font-size: 9px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-pips-horizontal,
  .p-search .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-pips-horizontal {
    font-size: 9px
  }
}

.p-collection .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-connect,
.p-search .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-connect {
  border: 1px solid #000
}

.p-collection .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-handle,
.p-search .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-handle {
  width: 20px;
  height: 20px;
  right: -10px;
  top: -10px;
  border: 1px solid #000
}

.p-collection .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-marker,
.p-search .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-marker {
  width: 1px;
  height: 6px;
  top: -4px
}

.p-collection .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-marker.noUi-marker-large,
.p-search .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-marker.noUi-marker-large {
  border-left: 1px solid #000
}

.p-collection .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-value:before,
.p-search .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-value:before {
  content: "$"
}

.p-collection .boost-pfs-filter-option-range-amount-custom-wrapper,
.p-search .boost-pfs-filter-option-range-amount-custom-wrapper {
  position: relative
}

.p-collection .boost-pfs-filter-option-range-amount-custom-wrapper:before,
.p-search .boost-pfs-filter-option-range-amount-custom-wrapper:before {
  left: 10px;
  font-size: 12px;
  font-family: Ekstra, sans-serif;
  line-height: 140%;
  letter-spacing: normal;
  font-weight: 500;
  color: #000;
  content: "$";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-option-range-amount-custom-wrapper:before,
  .p-search .boost-pfs-filter-option-range-amount-custom-wrapper:before {
    left: 10px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-option-range-amount-custom-wrapper:before,
  .p-search .boost-pfs-filter-option-range-amount-custom-wrapper:before {
    left: 10px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-option-range-amount-custom-wrapper:before,
  .p-search .boost-pfs-filter-option-range-amount-custom-wrapper:before {
    left: 10px
  }
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-option-range-amount-custom-wrapper:before,
  .p-search .boost-pfs-filter-option-range-amount-custom-wrapper:before {
    font-size: calc(.10417vw + 11.5px)
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-option-range-amount-custom-wrapper:before,
  .p-search .boost-pfs-filter-option-range-amount-custom-wrapper:before {
    font-size: 13px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-option-range-amount-custom-wrapper:before,
  .p-search .boost-pfs-filter-option-range-amount-custom-wrapper:before {
    font-size: 13px
  }
}

.p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid,
.p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid,
.p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid,
.p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid {
  margin-top: 10px;
  grid-column-gap: 5px;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  grid-row-gap: 5px;
  row-gap: 5px;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr))
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid {
    margin-top: 10px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid {
    margin-top: 10px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid {
    margin-top: 10px
  }
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px
  }
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid {
    row-gap: 5px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid {
    row-gap: 5px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid {
    row-gap: 5px
  }
}

@media(max-width:1140px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid {
    padding-left: 15px !important;
    padding-right: 15px !important
  }

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid {
    margin-top: 15px
  }
}

@media(max-width:1140px)and (min-width:480px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid {
    margin-top: 15px
  }
}

@media(max-width:1140px)and (min-width:1440px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid {
    margin-top: 15px
  }
}

@media(max-width:1140px)and (min-width:1600px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid {
    margin-top: 15px
  }
}

.p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid li,
.p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid li,
.p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid li,
.p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid li {
  margin: 0;
  padding: 0
}

.p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid li .boost-pfs-filter-option-swatch-image,
.p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid li .boost-pfs-filter-option-swatch-image,
.p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-grid li .boost-pfs-filter-option-swatch-image,
.p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-grid li .boost-pfs-filter-option-swatch-image {
  width: 100%;
  height: 0;
  padding: 0 0 100%;
  -webkit-box-shadow: none;
  box-shadow: none
}

.p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li,
.p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li,
.p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li,
.p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li {
  padding-left: 25px;
  padding-right: 10px;
  margin: 0
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li {
    padding-left: calc(.52083vw + 22.5px)
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li {
    padding-left: 30px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li {
    padding-left: 30px
  }
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li {
    padding-right: 10px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li {
    padding-right: 10px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li {
    padding-right: 10px
  }
}

@media(max-width:1140px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li {
    padding-left: 45px
  }
}

@media(max-width:1140px)and (min-width:480px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li {
    padding-left: calc(1.5625vw + 37.5px)
  }
}

@media(max-width:1140px)and (min-width:1440px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li {
    padding-left: 60px
  }
}

@media(max-width:1140px)and (min-width:1600px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li {
    padding-left: 60px
  }
}

.p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li .boost-pfs-filter-option-swatch-image,
.p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li .boost-pfs-filter-option-swatch-image,
.p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li .boost-pfs-filter-option-swatch-image,
.p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li .boost-pfs-filter-option-swatch-image {
  width: 20px;
  height: 20px;
  top: 7px;
  border: 1px solid #d0d0d0;
  left: 0;
  margin: 0
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li .boost-pfs-filter-option-swatch-image,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li .boost-pfs-filter-option-swatch-image,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li .boost-pfs-filter-option-swatch-image,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li .boost-pfs-filter-option-swatch-image {
    width: 20px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li .boost-pfs-filter-option-swatch-image,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li .boost-pfs-filter-option-swatch-image,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li .boost-pfs-filter-option-swatch-image,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li .boost-pfs-filter-option-swatch-image {
    width: 20px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li .boost-pfs-filter-option-swatch-image,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li .boost-pfs-filter-option-swatch-image,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li .boost-pfs-filter-option-swatch-image,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li .boost-pfs-filter-option-swatch-image {
    width: 20px
  }
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li .boost-pfs-filter-option-swatch-image,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li .boost-pfs-filter-option-swatch-image,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li .boost-pfs-filter-option-swatch-image,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li .boost-pfs-filter-option-swatch-image {
    height: 20px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li .boost-pfs-filter-option-swatch-image,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li .boost-pfs-filter-option-swatch-image,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li .boost-pfs-filter-option-swatch-image,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li .boost-pfs-filter-option-swatch-image {
    height: 20px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li .boost-pfs-filter-option-swatch-image,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li .boost-pfs-filter-option-swatch-image,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li .boost-pfs-filter-option-swatch-image,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li .boost-pfs-filter-option-swatch-image {
    height: 20px
  }
}

@media(max-width:1140px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li .boost-pfs-filter-option-swatch-image,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li .boost-pfs-filter-option-swatch-image,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li .boost-pfs-filter-option-swatch-image,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li .boost-pfs-filter-option-swatch-image {
    left: 15px;
    top: 12px
  }
}

@media(max-width:1140px)and (min-width:480px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li .boost-pfs-filter-option-swatch-image,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li .boost-pfs-filter-option-swatch-image,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li .boost-pfs-filter-option-swatch-image,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li .boost-pfs-filter-option-swatch-image {
    left: 15px
  }
}

@media(max-width:1140px)and (min-width:1440px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li .boost-pfs-filter-option-swatch-image,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li .boost-pfs-filter-option-swatch-image,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li .boost-pfs-filter-option-swatch-image,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li .boost-pfs-filter-option-swatch-image {
    left: 15px
  }
}

@media(max-width:1140px)and (min-width:1600px) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li .boost-pfs-filter-option-swatch-image,
  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li .boost-pfs-filter-option-swatch-image,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li .boost-pfs-filter-option-swatch-image,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li .boost-pfs-filter-option-swatch-image {
    left: 15px
  }
}

.p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li .boost-pfs-filter-option-swatch-image+.boost-pfs-filter-button,
.p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li .boost-pfs-filter-option-swatch-image+.boost-pfs-filter-button,
.p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.circle-list li .boost-pfs-filter-option-swatch-image+.boost-pfs-filter-button,
.p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch.square-list li .boost-pfs-filter-option-swatch-image+.boost-pfs-filter-button {
  margin: 0;
  padding: 0;
  color: #444;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

@media(hover:none) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item:active .boost-pfs-filter-option-swatch-image,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item:active .boost-pfs-filter-option-swatch-image {
    border-color: #d0d0d0 !important
  }

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item:active .boost-pfs-filter-option-swatch-image,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item:active .boost-pfs-filter-option-swatch-image {
    border-width: 1px;
    border-style: solid
  }
}

@media(-ms-high-contrast:active),
(hover:hover),
all and (-ms-high-contrast:none) {

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item:hover .boost-pfs-filter-option-swatch-image,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item:hover .boost-pfs-filter-option-swatch-image {
    border-color: #d0d0d0 !important
  }

  .p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item:hover .boost-pfs-filter-option-swatch-image,
  .p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item:hover .boost-pfs-filter-option-swatch-image {
    border-width: 1px;
    border-style: solid
  }
}

.p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item.selected,
.p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item.selected {
  font-weight: 500
}

.p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item.selected .boost-pfs-filter-option-swatch-image,
.p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item.selected .boost-pfs-filter-option-swatch-image {
  border-color: #000 !important
}

.p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item.selected .boost-pfs-filter-option-swatch-image,
.p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item.selected .boost-pfs-filter-option-swatch-image {
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000
}

.p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item.selected .boost-pfs-filter-option-swatch-image:before,
.p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item.selected .boost-pfs-filter-option-swatch-image:before {
  opacity: 1;
  visibility: visible
}

.p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item.selected .boost-pfs-filter-option-swatch-image+.boost-pfs-filter-button,
.p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item.selected .boost-pfs-filter-option-swatch-image+.boost-pfs-filter-button {
  color: #000
}

.p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item .boost-pfs-filter-option-swatch-image,
.p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item .boost-pfs-filter-option-swatch-image {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
  padding: 0
}

.p-collection .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item .boost-pfs-filter-option-swatch-image:before,
.p-search .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-swatch .boost-pfs-filter-option-item .boost-pfs-filter-option-swatch-image:before {
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border: 2px solid #fff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0idS1pY29uIHUtaWNvbi0tY2hlY2siIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDUxNS41NTYgNTE1LjU1NiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMjc0LjIyNmwxNzYuNTQ5IDE3Ni44ODZMNTE1LjU1NiAxMTIuNDRsLTQ4LjY3LTQ3Ljk5Ny0yOTAuMzM3IDI5MEw0Ny45OTYgMjI1Ljg5MXoiLz48L3N2Zz4=");
  background-size: 50%;
  background-position: 50%;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

.p-collection .boost-pfs-filter-total-product,
.p-search .boost-pfs-filter-total-product {
  line-height: inherit
}

.p-collection .boost-pfs-filter-total-product span,
.p-search .boost-pfs-filter-total-product span {
  margin: 0
}

.p-collection .boost-pfs-filter-custom-sorting.boost-pfs-filter-sort-active button>span:after,
.p-search .boost-pfs-filter-custom-sorting.boost-pfs-filter-sort-active button>span:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.p-collection .boost-pfs-filter-custom-sorting button,
.p-search .boost-pfs-filter-custom-sorting button {
  height: 20px;
  font-size: 11px;
  font-family: Ekstra, sans-serif;
  line-height: 120%;
  letter-spacing: .01em;
  font-weight: 500;
  border-bottom: 1px solid #d0d0d0;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
  padding: 0
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-custom-sorting button,
  .p-search .boost-pfs-filter-custom-sorting button {
    height: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-custom-sorting button,
  .p-search .boost-pfs-filter-custom-sorting button {
    height: 25px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-custom-sorting button,
  .p-search .boost-pfs-filter-custom-sorting button {
    height: 25px
  }
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-custom-sorting button,
  .p-search .boost-pfs-filter-custom-sorting button {
    font-size: calc(.10417vw + 10.5px)
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-custom-sorting button,
  .p-search .boost-pfs-filter-custom-sorting button {
    font-size: 12px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-custom-sorting button,
  .p-search .boost-pfs-filter-custom-sorting button {
    font-size: 12px
  }
}

@media(hover:none) {

  .p-collection .boost-pfs-filter-custom-sorting button,
  .p-search .boost-pfs-filter-custom-sorting button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .p-collection .boost-pfs-filter-custom-sorting button:active,
  .p-search .boost-pfs-filter-custom-sorting button:active {
    border-bottom-color: #000
  }
}

@media(-ms-high-contrast:active),
(hover:hover),
all and (-ms-high-contrast:none) {

  .p-collection .boost-pfs-filter-custom-sorting button:hover,
  .p-search .boost-pfs-filter-custom-sorting button:hover {
    border-bottom-color: #000
  }
}

.p-collection .boost-pfs-filter-custom-sorting button>span,
.p-search .boost-pfs-filter-custom-sorting button>span {
  line-height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.p-collection .boost-pfs-filter-custom-sorting button>span:after,
.p-search .boost-pfs-filter-custom-sorting button>span:after {
  width: 11px;
  height: 7px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxbDQuNSA0LjVMMTAgMSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuNSIvPjwvc3ZnPg==");
  display: block;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  top: 0;
  left: 0
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-custom-sorting button>span:after,
  .p-search .boost-pfs-filter-custom-sorting button>span:after {
    margin-left: 20px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-custom-sorting button>span:after,
  .p-search .boost-pfs-filter-custom-sorting button>span:after {
    margin-left: 20px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-custom-sorting button>span:after,
  .p-search .boost-pfs-filter-custom-sorting button>span:after {
    margin-left: 20px
  }
}

.p-collection .boost-pfs-filter-custom-sorting button>span>span,
.p-search .boost-pfs-filter-custom-sorting button>span>span {
  font-weight: 500
}

@media(max-width:1140px) {

  .p-collection .boost-pfs-filter-custom-sorting button>span>span,
  .p-search .boost-pfs-filter-custom-sorting button>span>span {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    text-align: left
  }
}

.p-collection .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown,
.p-search .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown {
  margin-top: -1px;
  min-width: 220px;
  border: 1px solid #000;
  border-radius: 0;
  background-color: #fff;
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1010;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s
}

@media(max-width:1140px) {

  .p-collection .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown,
  .p-search .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown {
    left: 0
  }
}

.p-collection .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li,
.p-search .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li {
  padding: 0;
  margin: 0
}

.p-collection .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a,
.p-search .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a {
  padding: 10px 20px;
  font-size: 11px;
  font-family: Ekstra, sans-serif;
  line-height: 120%;
  letter-spacing: .01em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
  display: block
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a,
  .p-search .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a {
    padding-top: 10px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a,
  .p-search .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a {
    padding-top: 10px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a,
  .p-search .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a {
    padding-top: 10px
  }
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a,
  .p-search .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a {
    padding-bottom: 10px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a,
  .p-search .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a {
    padding-bottom: 10px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a,
  .p-search .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a {
    padding-bottom: 10px
  }
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a,
  .p-search .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a {
    padding-left: 20px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a,
  .p-search .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a {
    padding-left: 20px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a,
  .p-search .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a {
    padding-left: 20px
  }
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a,
  .p-search .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a {
    padding-right: 20px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a,
  .p-search .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a {
    padding-right: 20px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a,
  .p-search .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a {
    padding-right: 20px
  }
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a,
  .p-search .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a {
    font-size: calc(.10417vw + 10.5px)
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a,
  .p-search .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a {
    font-size: 12px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a,
  .p-search .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a {
    font-size: 12px
  }
}

.p-collection .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a.boost-pfs-filter-sort-item-active,
.p-search .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a.boost-pfs-filter-sort-item-active {
  background-color: #f5f5f5;
  pointer-events: none;
  -webkit-text-decoration: none;
  text-decoration: none
}

@media(hover:none) {

  .p-collection .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a,
  .p-search .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .p-collection .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a:active,
  .p-search .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a:active {
    color: #fff;
    background-color: #000;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}

@media(-ms-high-contrast:active),
(hover:hover),
all and (-ms-high-contrast:none) {

  .p-collection .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a:hover,
  .p-search .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a:hover {
    color: #fff;
    background-color: #000;
    -webkit-text-decoration: none;
    text-decoration: none
  }
}

.p-collection .boost-pfs-filter-product-item-vendor,
.p-search .boost-pfs-filter-product-item-vendor {
  font-size: 12px;
  margin-bottom: 5px;
  font-family: Ekstra, sans-serif;
  line-height: 140%;
  letter-spacing: normal;
  color: #7c7c7c;
  font-weight: 600;
  text-transform: uppercase
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-product-item-vendor,
  .p-search .boost-pfs-filter-product-item-vendor {
    font-size: calc(.10417vw + 11.5px)
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-product-item-vendor,
  .p-search .boost-pfs-filter-product-item-vendor {
    font-size: 13px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-product-item-vendor,
  .p-search .boost-pfs-filter-product-item-vendor {
    font-size: 13px
  }
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-product-item-vendor,
  .p-search .boost-pfs-filter-product-item-vendor {
    margin-bottom: 5px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-product-item-vendor,
  .p-search .boost-pfs-filter-product-item-vendor {
    margin-bottom: 5px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-product-item-vendor,
  .p-search .boost-pfs-filter-product-item-vendor {
    margin-bottom: 5px
  }
}

.p-collection .boost-pfs-filter-product-item-title,
.p-search .boost-pfs-filter-product-item-title {
  font-size: 13px;
  max-width: 225px;
  font-family: Ekstra, sans-serif;
  line-height: 140%;
  letter-spacing: normal;
  font-weight: 500;
  display: block;
  margin: 0 0 10px;
  color: #000
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-product-item-title,
  .p-search .boost-pfs-filter-product-item-title {
    font-size: 13px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-product-item-title,
  .p-search .boost-pfs-filter-product-item-title {
    font-size: 13px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-product-item-title,
  .p-search .boost-pfs-filter-product-item-title {
    font-size: 13px
  }
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-product-item-title,
  .p-search .boost-pfs-filter-product-item-title {
    margin-bottom: 10px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-product-item-title,
  .p-search .boost-pfs-filter-product-item-title {
    margin-bottom: 10px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-product-item-title,
  .p-search .boost-pfs-filter-product-item-title {
    margin-bottom: 10px
  }
}

@media(max-width:960px) {

  .p-collection .boost-pfs-filter-product-item-title,
  .p-search .boost-pfs-filter-product-item-title {
    max-width: 300px
  }
}

@media(hover:none) {

  .p-collection .boost-pfs-filter-product-item-title,
  .p-search .boost-pfs-filter-product-item-title {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .p-collection .boost-pfs-filter-product-item-title:active,
  .p-search .boost-pfs-filter-product-item-title:active {
    -webkit-text-decoration: none;
    text-decoration: none
  }
}

@media(-ms-high-contrast:active),
(hover:hover),
all and (-ms-high-contrast:none) {

  .p-collection .boost-pfs-filter-product-item-title:hover,
  .p-search .boost-pfs-filter-product-item-title:hover {
    -webkit-text-decoration: none;
    text-decoration: none
  }
}

.p-collection .boost-pfs-filter-product-item-price,
.p-search .boost-pfs-filter-product-item-price {
  font-size: 13px;
  font-family: Ekstra, sans-serif;
  line-height: 140%;
  letter-spacing: normal;
  font-weight: 600;
  color: #000;
  padding: 0;
  margin: 0
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-product-item-price,
  .p-search .boost-pfs-filter-product-item-price {
    font-size: 13px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-product-item-price,
  .p-search .boost-pfs-filter-product-item-price {
    font-size: 13px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-product-item-price,
  .p-search .boost-pfs-filter-product-item-price {
    font-size: 13px
  }
}

.p-collection .boost-pfs-filter-product-item-price .boost-pfs-filter-product-item-sale-price,
.p-search .boost-pfs-filter-product-item-price .boost-pfs-filter-product-item-sale-price {
  color: #000
}

.p-collection .boost-pfs-filter-product-item-price s,
.p-search .boost-pfs-filter-product-item-price s {
  margin-left: 5px;
  font-size: 11px;
  font-family: Ekstra, sans-serif;
  line-height: 120%;
  letter-spacing: .01em;
  font-weight: 600;
  color: #7c7c7c;
  -webkit-text-decoration: line-through;
  text-decoration: line-through
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-product-item-price s,
  .p-search .boost-pfs-filter-product-item-price s {
    margin-left: 5px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-product-item-price s,
  .p-search .boost-pfs-filter-product-item-price s {
    margin-left: 5px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-product-item-price s,
  .p-search .boost-pfs-filter-product-item-price s {
    margin-left: 5px
  }
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-product-item-price s,
  .p-search .boost-pfs-filter-product-item-price s {
    font-size: calc(.10417vw + 10.5px)
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-product-item-price s,
  .p-search .boost-pfs-filter-product-item-price s {
    font-size: 12px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-product-item-price s,
  .p-search .boost-pfs-filter-product-item-price s {
    font-size: 12px
  }
}

.p-collection .boost-pfs-filter-product-item-grid .boost-pfs-filter-product-bottom,
.p-search .boost-pfs-filter-product-item-grid .boost-pfs-filter-product-bottom {
  display: block
}

.p-collection .boost-pfs-filter-product-bottom-inner,
.p-search .boost-pfs-filter-product-bottom-inner {
  min-height: auto !important
}

.p-collection .boost-pfs-filter-product-item-image,
.p-search .boost-pfs-filter-product-item-image {
  margin-bottom: 10px;
  position: relative;
  background: #f5f5f5
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-product-item-image,
  .p-search .boost-pfs-filter-product-item-image {
    margin-bottom: 10px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-product-item-image,
  .p-search .boost-pfs-filter-product-item-image {
    margin-bottom: 10px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-product-item-image,
  .p-search .boost-pfs-filter-product-item-image {
    margin-bottom: 10px
  }
}

.p-collection .boost-pfs-filter-product-item-image img.boost-pfs-filter-product-item-main-image,
.p-search .boost-pfs-filter-product-item-image img.boost-pfs-filter-product-item-main-image {
  position: absolute;
  right: auto;
  bottom: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1) perspective(1000px);
  transform: translate(-50%, -50%) scale(1) perspective(1000px);
  width: 66%;
  height: 66%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  mix-blend-mode: multiply
}

.p-collection .boost-pfs-filter-product-item-image-link,
.p-search .boost-pfs-filter-product-item-image-link {
  padding-top: 100% !important
}

.p-collection .boost-pfs-filter-product-item-grid,
.p-search .boost-pfs-filter-product-item-grid {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
  width: 25%;
  display: block
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-product-item-grid,
  .p-search .boost-pfs-filter-product-item-grid {
    margin-bottom: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-product-item-grid,
  .p-search .boost-pfs-filter-product-item-grid {
    margin-bottom: 50px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-product-item-grid,
  .p-search .boost-pfs-filter-product-item-grid {
    margin-bottom: 50px
  }
}

@media(max-width:1140px) {

  .p-collection .boost-pfs-filter-product-item-grid,
  .p-search .boost-pfs-filter-product-item-grid {
    width: 33.3333333333%
  }
}

@media(max-width:960px) {

  .p-collection .boost-pfs-filter-product-item-grid,
  .p-search .boost-pfs-filter-product-item-grid {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 30px;
    width: 50%
  }
}

@media(max-width:960px)and (min-width:480px) {

  .p-collection .boost-pfs-filter-product-item-grid,
  .p-search .boost-pfs-filter-product-item-grid {
    margin-bottom: calc(1.04167vw + 25px)
  }
}

@media(max-width:960px)and (min-width:1440px) {

  .p-collection .boost-pfs-filter-product-item-grid,
  .p-search .boost-pfs-filter-product-item-grid {
    margin-bottom: 40px
  }
}

@media(max-width:960px)and (min-width:1600px) {

  .p-collection .boost-pfs-filter-product-item-grid,
  .p-search .boost-pfs-filter-product-item-grid {
    margin-bottom: 40px
  }
}

.p-collection .boost-pfs-filter-product-item-grid.sold-out .boost-pfs-filter-product-item-label .boost-pfs-filter-label:not(.tag),
.p-search .boost-pfs-filter-product-item-grid.sold-out .boost-pfs-filter-product-item-label .boost-pfs-filter-label:not(.tag) {
  background: #e50c34;
  border-color: #e50c34
}

.p-collection .boost-pfs-filter-product-item-grid .boost-pfs-filter-product-item-inner,
.p-search .boost-pfs-filter-product-item-grid .boost-pfs-filter-product-item-inner {
  display: block;
  height: auto
}

@media(hover:none) {

  .p-collection .boost-pfs-filter-product-item-grid .boost-pfs-filter-product-item-inner,
  .p-search .boost-pfs-filter-product-item-grid .boost-pfs-filter-product-item-inner {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .p-collection .boost-pfs-filter-product-item-grid .boost-pfs-filter-product-item-inner:active .c-product-card__details,
  .p-search .boost-pfs-filter-product-item-grid .boost-pfs-filter-product-item-inner:active .c-product-card__details {
    opacity: 1;
    visibility: visible
  }
}

@media(-ms-high-contrast:active),
(hover:hover),
all and (-ms-high-contrast:none) {

  .p-collection .boost-pfs-filter-product-item-grid .boost-pfs-filter-product-item-inner:hover .c-product-card__details,
  .p-search .boost-pfs-filter-product-item-grid .boost-pfs-filter-product-item-inner:hover .c-product-card__details {
    opacity: 1;
    visibility: visible
  }
}

.p-collection .boost-pfs-filter-product-item,
.p-search .boost-pfs-filter-product-item {
  float: none
}

.p-collection .boost-pfs-filter-product-item-label,
.p-search .boost-pfs-filter-product-item-label {
  padding: 10px
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-product-item-label,
  .p-search .boost-pfs-filter-product-item-label {
    padding: 10px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-product-item-label,
  .p-search .boost-pfs-filter-product-item-label {
    padding: 10px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-product-item-label,
  .p-search .boost-pfs-filter-product-item-label {
    padding: 10px
  }
}

.p-collection .boost-pfs-filter-product-item-label .boost-pfs-filter-label,
.p-search .boost-pfs-filter-product-item-label .boost-pfs-filter-label {
  padding: 5px;
  margin-left: 5px;
  font-size: 9px;
  border: 1px solid #000;
  background: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  font-family: Ekstra, sans-serif;
  letter-spacing: .02em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-product-item-label .boost-pfs-filter-label,
  .p-search .boost-pfs-filter-product-item-label .boost-pfs-filter-label {
    padding: 5px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-product-item-label .boost-pfs-filter-label,
  .p-search .boost-pfs-filter-product-item-label .boost-pfs-filter-label {
    padding: 5px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-product-item-label .boost-pfs-filter-label,
  .p-search .boost-pfs-filter-product-item-label .boost-pfs-filter-label {
    padding: 5px
  }
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-product-item-label .boost-pfs-filter-label,
  .p-search .boost-pfs-filter-product-item-label .boost-pfs-filter-label {
    margin-left: 5px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-product-item-label .boost-pfs-filter-label,
  .p-search .boost-pfs-filter-product-item-label .boost-pfs-filter-label {
    margin-left: 5px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-product-item-label .boost-pfs-filter-label,
  .p-search .boost-pfs-filter-product-item-label .boost-pfs-filter-label {
    margin-left: 5px
  }
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-product-item-label .boost-pfs-filter-label,
  .p-search .boost-pfs-filter-product-item-label .boost-pfs-filter-label {
    font-size: 9px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-product-item-label .boost-pfs-filter-label,
  .p-search .boost-pfs-filter-product-item-label .boost-pfs-filter-label {
    font-size: 9px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-product-item-label .boost-pfs-filter-label,
  .p-search .boost-pfs-filter-product-item-label .boost-pfs-filter-label {
    font-size: 9px
  }
}

.p-collection .boost-pfs-filter-product-item-label .boost-pfs-filter-label:first-child,
.p-search .boost-pfs-filter-product-item-label .boost-pfs-filter-label:first-child {
  margin-left: 0
}

.p-collection .boost-pfs-filter-product-item-label .boost-pfs-filter-label.sale,
.p-search .boost-pfs-filter-product-item-label .boost-pfs-filter-label.sale {
  background: transparent;
  border-color: #e50c34;
  color: #e50c34
}

.p-collection .boost-pfs-filter-top-sorting-mobile,
.p-collection .boost-pfs-filter-tree-mobile-button,
.p-search .boost-pfs-filter-top-sorting-mobile,
.p-search .boost-pfs-filter-tree-mobile-button {
  display: block !important
}

.p-collection .boost-pfs-filter-top-sorting-mobile button,
.p-collection .boost-pfs-filter-tree-mobile-button button,
.p-search .boost-pfs-filter-top-sorting-mobile button,
.p-search .boost-pfs-filter-tree-mobile-button button {
  margin: 0;
  outline: none;
  outline: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  width: auto;
  background: transparent;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  height: 40px;
  padding: 0 10px;
  font-size: 11px;
  font-family: Ekstra, sans-serif;
  line-height: 120%;
  letter-spacing: .01em;
  border: 1px solid #d0d0d0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

.p-collection .boost-pfs-filter-top-sorting-mobile button:active,
.p-collection .boost-pfs-filter-top-sorting-mobile button:focus,
.p-collection .boost-pfs-filter-top-sorting-mobile button:hover,
.p-collection .boost-pfs-filter-tree-mobile-button button:active,
.p-collection .boost-pfs-filter-tree-mobile-button button:focus,
.p-collection .boost-pfs-filter-tree-mobile-button button:hover,
.p-search .boost-pfs-filter-top-sorting-mobile button:active,
.p-search .boost-pfs-filter-top-sorting-mobile button:focus,
.p-search .boost-pfs-filter-top-sorting-mobile button:hover,
.p-search .boost-pfs-filter-tree-mobile-button button:active,
.p-search .boost-pfs-filter-tree-mobile-button button:focus,
.p-search .boost-pfs-filter-tree-mobile-button button:hover {
  outline: none
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-top-sorting-mobile button,
  .p-collection .boost-pfs-filter-tree-mobile-button button,
  .p-search .boost-pfs-filter-top-sorting-mobile button,
  .p-search .boost-pfs-filter-tree-mobile-button button {
    height: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-top-sorting-mobile button,
  .p-collection .boost-pfs-filter-tree-mobile-button button,
  .p-search .boost-pfs-filter-top-sorting-mobile button,
  .p-search .boost-pfs-filter-tree-mobile-button button {
    height: 50px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-top-sorting-mobile button,
  .p-collection .boost-pfs-filter-tree-mobile-button button,
  .p-search .boost-pfs-filter-top-sorting-mobile button,
  .p-search .boost-pfs-filter-tree-mobile-button button {
    height: 50px
  }
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-top-sorting-mobile button,
  .p-collection .boost-pfs-filter-tree-mobile-button button,
  .p-search .boost-pfs-filter-top-sorting-mobile button,
  .p-search .boost-pfs-filter-tree-mobile-button button {
    padding-left: 10px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-top-sorting-mobile button,
  .p-collection .boost-pfs-filter-tree-mobile-button button,
  .p-search .boost-pfs-filter-top-sorting-mobile button,
  .p-search .boost-pfs-filter-tree-mobile-button button {
    padding-left: 10px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-top-sorting-mobile button,
  .p-collection .boost-pfs-filter-tree-mobile-button button,
  .p-search .boost-pfs-filter-top-sorting-mobile button,
  .p-search .boost-pfs-filter-tree-mobile-button button {
    padding-left: 10px
  }
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-top-sorting-mobile button,
  .p-collection .boost-pfs-filter-tree-mobile-button button,
  .p-search .boost-pfs-filter-top-sorting-mobile button,
  .p-search .boost-pfs-filter-tree-mobile-button button {
    padding-right: 10px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-top-sorting-mobile button,
  .p-collection .boost-pfs-filter-tree-mobile-button button,
  .p-search .boost-pfs-filter-top-sorting-mobile button,
  .p-search .boost-pfs-filter-tree-mobile-button button {
    padding-right: 10px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-top-sorting-mobile button,
  .p-collection .boost-pfs-filter-tree-mobile-button button,
  .p-search .boost-pfs-filter-top-sorting-mobile button,
  .p-search .boost-pfs-filter-tree-mobile-button button {
    padding-right: 10px
  }
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-top-sorting-mobile button,
  .p-collection .boost-pfs-filter-tree-mobile-button button,
  .p-search .boost-pfs-filter-top-sorting-mobile button,
  .p-search .boost-pfs-filter-tree-mobile-button button {
    font-size: calc(.10417vw + 10.5px)
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-top-sorting-mobile button,
  .p-collection .boost-pfs-filter-tree-mobile-button button,
  .p-search .boost-pfs-filter-top-sorting-mobile button,
  .p-search .boost-pfs-filter-tree-mobile-button button {
    font-size: 12px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-top-sorting-mobile button,
  .p-collection .boost-pfs-filter-tree-mobile-button button,
  .p-search .boost-pfs-filter-top-sorting-mobile button,
  .p-search .boost-pfs-filter-tree-mobile-button button {
    font-size: 12px
  }
}

@media(hover:none) {

  .p-collection .boost-pfs-filter-top-sorting-mobile button,
  .p-collection .boost-pfs-filter-tree-mobile-button button,
  .p-search .boost-pfs-filter-top-sorting-mobile button,
  .p-search .boost-pfs-filter-tree-mobile-button button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .p-collection .boost-pfs-filter-top-sorting-mobile button:active,
  .p-collection .boost-pfs-filter-tree-mobile-button button:active,
  .p-search .boost-pfs-filter-top-sorting-mobile button:active,
  .p-search .boost-pfs-filter-tree-mobile-button button:active {
    border-color: #000
  }
}

@media(-ms-high-contrast:active),
(hover:hover),
all and (-ms-high-contrast:none) {

  .p-collection .boost-pfs-filter-top-sorting-mobile button:hover,
  .p-collection .boost-pfs-filter-tree-mobile-button button:hover,
  .p-search .boost-pfs-filter-top-sorting-mobile button:hover,
  .p-search .boost-pfs-filter-tree-mobile-button button:hover {
    border-color: #000
  }
}

.p-collection .boost-pfs-filter-custom-filter-button:before,
.p-collection .boost-pfs-filter-tree-mobile-button button:before,
.p-search .boost-pfs-filter-custom-filter-button:before,
.p-search .boost-pfs-filter-tree-mobile-button button:before {
  right: 10px;
  width: 15px;
  height: 15px;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01IC41SDN2MUgwdjFoM3YxaDJ2LTFoOXYtMUg1di0xem0tNSA3aDl2MWgydi0xaDN2LTFoLTN2LTFIOXYxSDB2MXptNS41IDVIMHYtMWg1LjV2LTFoMnYxSDE0djFINy41djFoLTJ2LTF6IiBmaWxsPSIjMDAwIi8+PC9zdmc+)
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-custom-filter-button:before,
  .p-collection .boost-pfs-filter-tree-mobile-button button:before,
  .p-search .boost-pfs-filter-custom-filter-button:before,
  .p-search .boost-pfs-filter-tree-mobile-button button:before {
    right: 10px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-custom-filter-button:before,
  .p-collection .boost-pfs-filter-tree-mobile-button button:before,
  .p-search .boost-pfs-filter-custom-filter-button:before,
  .p-search .boost-pfs-filter-tree-mobile-button button:before {
    right: 10px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-custom-filter-button:before,
  .p-collection .boost-pfs-filter-tree-mobile-button button:before,
  .p-search .boost-pfs-filter-custom-filter-button:before,
  .p-search .boost-pfs-filter-tree-mobile-button button:before {
    right: 10px
  }
}

.p-collection .boost-pfs-filter-top-sorting-mobile,
.p-search .boost-pfs-filter-top-sorting-mobile {
  width: 100%
}

.p-collection .boost-pfs-filter-top-sorting-mobile.boost-pfs-filter-sort-active .boost-pfs-filter-top-sorting-wrapper,
.p-search .boost-pfs-filter-top-sorting-mobile.boost-pfs-filter-sort-active .boost-pfs-filter-top-sorting-wrapper {
  border-color: #000
}

.p-collection .boost-pfs-filter-products,
.p-search .boost-pfs-filter-products {
  width: auto
}

@media(max-width:1140px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-range .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-range .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    padding: 15px;
    margin: 0
  }
}

@media(max-width:1140px)and (min-width:480px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-range .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-range .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    padding-left: 15px
  }
}

@media(max-width:1140px)and (min-width:1440px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-range .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-range .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    padding-left: 15px
  }
}

@media(max-width:1140px)and (min-width:1600px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-range .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-range .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    padding-left: 15px
  }
}

@media(max-width:1140px)and (min-width:480px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-range .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-range .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    padding-right: 15px
  }
}

@media(max-width:1140px)and (min-width:1440px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-range .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-range .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    padding-right: 15px
  }
}

@media(max-width:1140px)and (min-width:1600px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-range .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-range .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    padding-right: 15px
  }
}

@media(max-width:1140px)and (min-width:480px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-range .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-range .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    padding-top: 15px
  }
}

@media(max-width:1140px)and (min-width:1440px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-range .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-range .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    padding-top: 15px
  }
}

@media(max-width:1140px)and (min-width:1600px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-range .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-range .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    padding-top: 15px
  }
}

@media(max-width:1140px)and (min-width:480px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-range .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-range .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    padding-bottom: 15px
  }
}

@media(max-width:1140px)and (min-width:1440px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-range .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-range .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    padding-bottom: 15px
  }
}

@media(max-width:1140px)and (min-width:1600px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-range .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-range .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    padding-bottom: 15px
  }
}

@media(max-width:1140px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-list .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-list .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    padding: 0;
    margin: 0
  }
}

@media(max-width:1140px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-list .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner .boost-pfs-filter-option-item-list-multiple-list,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-list .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner .boost-pfs-filter-option-item-list-multiple-list {
    padding: 0 0 0 15px
  }
}

@media(max-width:1140px)and (min-width:480px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-list .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner .boost-pfs-filter-option-item-list-multiple-list,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-list .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner .boost-pfs-filter-option-item-list-multiple-list {
    padding-left: 15px
  }
}

@media(max-width:1140px)and (min-width:1440px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-list .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner .boost-pfs-filter-option-item-list-multiple-list,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-list .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner .boost-pfs-filter-option-item-list-multiple-list {
    padding-left: 15px
  }
}

@media(max-width:1140px)and (min-width:1600px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-list .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner .boost-pfs-filter-option-item-list-multiple-list,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-list .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner .boost-pfs-filter-option-item-list-multiple-list {
    padding-left: 15px
  }
}

@media(max-width:1140px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-options-wrapper,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-options-wrapper {
    right: 0;
    position: static;
    width: 100%
  }
}

@media(max-width:1140px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title {
    padding: 0;
    border-top: 0;
    display: block
  }

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading {
    height: 57px;
    padding: 0 15px;
    font-weight: 600
  }
}

@media(max-width:1140px)and (min-width:480px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading {
    padding-left: 15px
  }
}

@media(max-width:1140px)and (min-width:1440px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading {
    padding-left: 15px
  }
}

@media(max-width:1140px)and (min-width:1600px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading {
    padding-left: 15px
  }
}

@media(max-width:1140px)and (min-width:480px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading {
    padding-right: 15px
  }
}

@media(max-width:1140px)and (min-width:1440px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading {
    padding-right: 15px
  }
}

@media(max-width:1140px)and (min-width:1600px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading {
    padding-right: 15px
  }
}

@media(max-width:1140px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:after,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:after {
    right: 15px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSIxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMuMDYzIDVMLjQgMS40NWwxLjItLjlMNC45MzggNSAxLjYgOS40NWwtMS4yLS45TDMuMDYzIDV6IiBmaWxsPSIjMDAwIi8+PC9zdmc+);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    border: none;
    width: 5px;
    height: 9px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

@media(max-width:1140px)and (min-width:480px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:after,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:after {
    right: 15px
  }
}

@media(max-width:1140px)and (min-width:1440px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:after,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:after {
    right: 15px
  }
}

@media(max-width:1140px)and (min-width:1600px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:after,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:after {
    right: 15px
  }
}

@media(max-width:1140px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile {
    font-size: 11px;
    font-family: Ekstra, sans-serif;
    line-height: 120%;
    letter-spacing: .01em;
    width: 100%;
    font-weight: 500
  }
}

@media(max-width:1140px)and (min-width:480px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile {
    font-size: calc(.10417vw + 10.5px)
  }
}

@media(max-width:1140px)and (min-width:1440px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile {
    font-size: 12px
  }
}

@media(max-width:1140px)and (min-width:1600px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile {
    font-size: 12px
  }
}

@media(max-width:1140px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile span,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile span {
    padding: 0 15px 15px;
    margin: 0;
    width: 100%;
    color: #444
  }
}

@media(max-width:1140px)and (min-width:480px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile span,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile span {
    padding-left: 15px
  }
}

@media(max-width:1140px)and (min-width:1440px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile span,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile span {
    padding-left: 15px
  }
}

@media(max-width:1140px)and (min-width:1600px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile span,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile span {
    padding-left: 15px
  }
}

@media(max-width:1140px)and (min-width:480px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile span,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile span {
    padding-right: 15px
  }
}

@media(max-width:1140px)and (min-width:1440px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile span,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile span {
    padding-right: 15px
  }
}

@media(max-width:1140px)and (min-width:1600px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile span,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile span {
    padding-right: 15px
  }
}

@media(max-width:1140px)and (min-width:480px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile span,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile span {
    padding-bottom: 15px
  }
}

@media(max-width:1140px)and (min-width:1440px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile span,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile span {
    padding-bottom: 15px
  }
}

@media(max-width:1140px)and (min-width:1600px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile span,
  .p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile span {
    padding-bottom: 15px
  }
}

.p-collection .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items,
.p-search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items {
  padding: 0;
  height: 57px;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none
}

.p-collection .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-middle,
.p-search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-middle {
  font-size: 11px;
  font-family: Ekstra, sans-serif;
  line-height: 120%;
  letter-spacing: .01em;
  text-transform: none;
  padding: 0;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-middle,
  .p-search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-middle {
    font-size: calc(.10417vw + 10.5px)
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-middle,
  .p-search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-middle {
    font-size: 12px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-middle,
  .p-search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-middle {
    font-size: 12px
  }
}

.p-collection .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right,
.p-search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right {
  padding-right: 15px;
  min-width: 65px;
  width: auto
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right,
  .p-search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right {
    padding-right: 15px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right,
  .p-search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right {
    padding-right: 15px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right,
  .p-search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right {
    padding-right: 15px
  }
}

.p-collection .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right button,
.p-search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right button {
  font-size: 11px;
  font-family: Ekstra, sans-serif;
  line-height: 120%;
  letter-spacing: .01em
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right button,
  .p-search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right button {
    font-size: calc(.10417vw + 10.5px)
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right button,
  .p-search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right button {
    font-size: 12px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right button,
  .p-search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right button {
    font-size: 12px
  }
}

.p-collection .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left .boost-pfs-filter-back-btn,
.p-collection .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left a,
.p-search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left .boost-pfs-filter-back-btn,
.p-search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left a {
  margin: 0;
  color: #000;
  font-size: inherit;
  line-height: 1;
  padding: 0;
  background: transparent;
  width: 100%;
  height: 57px;
  display: block;
  cursor: pointer
}

.p-collection .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left .boost-pfs-filter-back-btn:before,
.p-collection .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left a:before,
.p-search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left .boost-pfs-filter-back-btn:before,
.p-search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left a:before {
  left: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSIxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEuOTM3IDVMNC42IDguNTVsLTEuMi45TC4wNjIgNSAzLjQuNTVsMS4yLjlMMS45MzcgNXoiIGZpbGw9IiMwMDAiLz48L3N2Zz4=);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  border: none;
  width: 5px;
  height: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media(min-width:480px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left .boost-pfs-filter-back-btn:before,
  .p-collection .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left a:before,
  .p-search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left .boost-pfs-filter-back-btn:before,
  .p-search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left a:before {
    left: 15px
  }
}

@media(min-width:1440px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left .boost-pfs-filter-back-btn:before,
  .p-collection .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left a:before,
  .p-search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left .boost-pfs-filter-back-btn:before,
  .p-search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left a:before {
    left: 15px
  }
}

@media(min-width:1600px) {

  .p-collection .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left .boost-pfs-filter-back-btn:before,
  .p-collection .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left a:before,
  .p-search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left .boost-pfs-filter-back-btn:before,
  .p-search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left a:before {
    left: 15px
  }
}

.p-collection .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-close,
.p-search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-close {
  background-color: rgba(0, 0, 0, .7)
}

.p-collection .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-close span,
.p-search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-close span {
  width: 60px;
  height: 57px;
  margin: 0;
  cursor: pointer
}

.p-collection .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-close span:before,
.p-search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-close span:before {
  display: none
}

.p-collection .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-close span:after,
.p-search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-close span:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjY1NyA2LjVMMCAxMi4xNTlsLjcwNy43MDcgNS42NTctNS42NTcgNS42NTcgNS42NTcuNzA3LS43MDdMNy4wNyA2LjUgMTIuNzI4Ljg0NCAxMi4wMi4xMzcgNi4zNjQgNS43OTQuNzA3LjEzNyAwIC44NDRsNS42NTcgNS42NTd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
  width: 12px;
  height: 12px;
  display: block;
  background-color: transparent;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.p-collection .boost-pfs-filter-product-item-image,
.p-search .boost-pfs-filter-product-item-image {
  padding: 0
}

.p-collection .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar.boost-pfs-filter-option-swatch .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner,
.p-search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar.boost-pfs-filter-option-swatch .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
  margin: 0;
  width: 100%
}

.p-collection .boost-pfs-filter-mobile-footer,
.p-collection .boost-pfs-filter-mobile-toolbar,
.p-search .boost-pfs-filter-mobile-footer,
.p-search .boost-pfs-filter-mobile-toolbar {
  display: none
}

@media(max-width:1140px) {

  .p-collection .boost-pfs-filter-mobile-footer,
  .p-collection .boost-pfs-filter-mobile-toolbar,
  .p-search .boost-pfs-filter-mobile-footer,
  .p-search .boost-pfs-filter-mobile-toolbar {
    display: block
  }
}

.boost-pfs-minicart-wrapper.boost-pfs-minicart-slide-wrapper,
.p-collection .boost-pfs-minicart-wrapper,
.p-search .boost-pfs-minicart-wrapper {
  display: none
}

.o-page--product .yotpo.yotpo-main-widget {
  padding-bottom: 75px;
  padding-left: 8.3333333333%;
  padding-right: 8.3333333333%;
  position: relative
}

@media(min-width:480px) {
  .o-page--product .yotpo.yotpo-main-widget {
    padding-bottom: calc(2.60417vw + 62.5px)
  }
}

@media(min-width:1440px) {
  .o-page--product .yotpo.yotpo-main-widget {
    padding-bottom: 100px
  }
}

@media(min-width:1600px) {
  .o-page--product .yotpo.yotpo-main-widget {
    padding-bottom: 100px
  }
}

@media(max-width:1140px) {
  .o-page--product .yotpo.yotpo-main-widget {
    padding-left: 4.1666666667%;
    padding-right: 4.1666666667%
  }
}

.o-page--product .yotpo a,
.o-page--product .yotpo div,
.o-page--product .yotpo form,
.o-page--product .yotpo i,
.o-page--product .yotpo img,
.o-page--product .yotpo label,
.o-page--product .yotpo li,
.o-page--product .yotpo p,
.o-page--product .yotpo span,
.o-page--product .yotpo strong,
.o-page--product .yotpo sup,
.o-page--product .yotpo ul {
  font-size: 13px;
  font-family: Ekstra, sans-serif;
  line-height: 140%;
  letter-spacing: normal;
  color: #000
}

@media(min-width:480px) {

  .o-page--product .yotpo a,
  .o-page--product .yotpo div,
  .o-page--product .yotpo form,
  .o-page--product .yotpo i,
  .o-page--product .yotpo img,
  .o-page--product .yotpo label,
  .o-page--product .yotpo li,
  .o-page--product .yotpo p,
  .o-page--product .yotpo span,
  .o-page--product .yotpo strong,
  .o-page--product .yotpo sup,
  .o-page--product .yotpo ul {
    font-size: 13px
  }
}

@media(min-width:1440px) {

  .o-page--product .yotpo a,
  .o-page--product .yotpo div,
  .o-page--product .yotpo form,
  .o-page--product .yotpo i,
  .o-page--product .yotpo img,
  .o-page--product .yotpo label,
  .o-page--product .yotpo li,
  .o-page--product .yotpo p,
  .o-page--product .yotpo span,
  .o-page--product .yotpo strong,
  .o-page--product .yotpo sup,
  .o-page--product .yotpo ul {
    font-size: 13px
  }
}

@media(min-width:1600px) {

  .o-page--product .yotpo a,
  .o-page--product .yotpo div,
  .o-page--product .yotpo form,
  .o-page--product .yotpo i,
  .o-page--product .yotpo img,
  .o-page--product .yotpo label,
  .o-page--product .yotpo li,
  .o-page--product .yotpo p,
  .o-page--product .yotpo span,
  .o-page--product .yotpo strong,
  .o-page--product .yotpo sup,
  .o-page--product .yotpo ul {
    font-size: 13px
  }
}

.o-page--product .yotpo a {
  color: #000 !important
}

@media(hover:none) {
  .o-page--product .yotpo a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .o-page--product .yotpo a:active {
    color: #000 !important
  }
}

@media(-ms-high-contrast:active),
(hover:hover),
all and (-ms-high-contrast:none) {
  .o-page--product .yotpo a:hover {
    color: #000 !important
  }
}

.o-page--product .yotpo .yotpo-label {
  display: none
}

.o-page--product .yotpo .yotpo-small-box {
  padding: 0
}

.o-page--product .yotpo .yotpo-regular-box {
  padding-bottom: 20px;
  padding-top: 0;
  margin: 0;
  border: none
}

@media(min-width:480px) {
  .o-page--product .yotpo .yotpo-regular-box {
    padding-bottom: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .o-page--product .yotpo .yotpo-regular-box {
    padding-bottom: 25px
  }
}

@media(min-width:1600px) {
  .o-page--product .yotpo .yotpo-regular-box {
    padding-bottom: 25px
  }
}

.o-page--product .yotpo .yotpo-comment .yotpo-header,
.o-page--product .yotpo .yotpo-onsite-upload .yotpo-header,
.o-page--product .yotpo .yotpo-question .yotpo-header,
.o-page--product .yotpo .yotpo-review .yotpo-header {
  padding-top: 20px
}

@media(min-width:480px) {

  .o-page--product .yotpo .yotpo-comment .yotpo-header,
  .o-page--product .yotpo .yotpo-onsite-upload .yotpo-header,
  .o-page--product .yotpo .yotpo-question .yotpo-header,
  .o-page--product .yotpo .yotpo-review .yotpo-header {
    padding-top: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {

  .o-page--product .yotpo .yotpo-comment .yotpo-header,
  .o-page--product .yotpo .yotpo-onsite-upload .yotpo-header,
  .o-page--product .yotpo .yotpo-question .yotpo-header,
  .o-page--product .yotpo .yotpo-review .yotpo-header {
    padding-top: 25px
  }
}

@media(min-width:1600px) {

  .o-page--product .yotpo .yotpo-comment .yotpo-header,
  .o-page--product .yotpo .yotpo-onsite-upload .yotpo-header,
  .o-page--product .yotpo .yotpo-question .yotpo-header,
  .o-page--product .yotpo .yotpo-review .yotpo-header {
    padding-top: 25px
  }
}

.o-page--product .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars-and-sum-reviews,
.o-page--product .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-stars-and-sum-reviews {
  float: none
}

.o-page--product .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1,
.o-page--product .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
  align-content: center
}

.o-page--product .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars,
.o-page--product .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-stars {
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 0
}

@media(min-width:480px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-stars {
    padding-right: 10px
  }
}

@media(min-width:1440px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-stars {
    padding-right: 10px
  }
}

@media(min-width:1600px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-stars {
    padding-right: 10px
  }
}

.o-page--product .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-sum-reviews,
.o-page--product .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-sum-reviews {
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.o-page--product .yotpo.yotpo-main-widget .yotpo-bottomline .based-on,
.o-page--product .yotpo .yotpo-modal-dialog .yotpo-bottomline .based-on {
  padding-top: 0
}

.o-page--product .yotpo .yotpo-default-button,
.o-page--product .yotpo input[type=button].yotpo-default-button {
  font-weight: 600 !important
}

.o-page--product .yotpo .yotpo-default-button,
.o-page--product .yotpo input[type=button].yotpo-default-button {
  background: #000
}

.o-page--product .yotpo .yotpo-default-button:hover,
.o-page--product .yotpo input[type=button].yotpo-default-button:hover {
  background: #000 !important
}

.o-page--product .yotpo .primary-color-btn,
.o-page--product .yotpo input[type=button].primary-color-btn {
  font-weight: 600 !important
}

.o-page--product .yotpo.yotpo-main-widget .write-button,
.o-page--product .yotpo.yotpo-main-widget .yotpo-submit,
.o-page--product .yotpo .yotpo-modal-dialog .write-button,
.o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit {
  font-size: 13px;
  font-family: Ekstra, sans-serif;
  line-height: 140%;
  letter-spacing: normal;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
  width: auto
}

@media(min-width:480px) {

  .o-page--product .yotpo.yotpo-main-widget .write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit {
    font-size: 13px
  }
}

@media(min-width:1440px) {

  .o-page--product .yotpo.yotpo-main-widget .write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit {
    font-size: 13px
  }
}

@media(min-width:1600px) {

  .o-page--product .yotpo.yotpo-main-widget .write-button,
  .o-page--product .yotpo.yotpo-main-widget .yotpo-submit,
  .o-page--product .yotpo .yotpo-modal-dialog .write-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-submit {
    font-size: 13px
  }
}

.o-page--product .yotpo .write-first-review-button {
  font-size: 13px;
  font-family: Ekstra, sans-serif;
  line-height: 140%;
  letter-spacing: normal;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
  width: auto
}

@media(min-width:480px) {
  .o-page--product .yotpo .write-first-review-button {
    font-size: 13px
  }
}

@media(min-width:1440px) {
  .o-page--product .yotpo .write-first-review-button {
    font-size: 13px
  }
}

@media(min-width:1600px) {
  .o-page--product .yotpo .write-first-review-button {
    font-size: 13px
  }
}

.o-page--product .yotpo .primary-color-btn:hover,
.o-page--product .yotpo input[type=button].primary-color-btn:hover {
  background: #000 !important
}

.o-page--product .yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon-button-text,
.o-page--product .yotpo .yotpo-modal-dialog .yotpo-icon-btn .yotpo-icon-button-text {
  margin-left: 10px
}

@media(min-width:480px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon-button-text,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-icon-btn .yotpo-icon-button-text {
    margin-left: 10px
  }
}

@media(min-width:1440px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon-button-text,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-icon-btn .yotpo-icon-button-text {
    margin-left: 10px
  }
}

@media(min-width:1600px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon-button-text,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-icon-btn .yotpo-icon-button-text {
    margin-left: 10px
  }
}

.o-page--product .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-review-button,
.o-page--product .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-review-button {
  top: 0
}

.o-page--product .yotpo .yotpo-default-button,
.o-page--product .yotpo input[type=button].yotpo-default-button {
  margin-bottom: 0
}

.o-page--product .yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-empty-state .write-question-button,
.o-page--product .yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-empty-state .write-review-button,
.o-page--product .yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-bottomline.yotpo-bottomline-empty-state .write-question-button,
.o-page--product .yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-bottomline.yotpo-bottomline-empty-state .write-review-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.o-page--product .yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes,
.o-page--product .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes {
  height: auto
}

.o-page--product .yotpo .y-input,
.o-page--product .yotpo input {
  height: 35px;
  display: block;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  border: 1px solid #d0d0d0;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  font-size: 13px;
  font-family: Ekstra, sans-serif;
  line-height: 140%;
  letter-spacing: normal;
  font-weight: 500;
  color: #000;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
  -webkit-appearance: none;
  -moz-appearance: none
}

@media(min-width:480px) {

  .o-page--product .yotpo .y-input,
  .o-page--product .yotpo input {
    height: calc(1.04167vw + 30px)
  }
}

@media(min-width:1440px) {

  .o-page--product .yotpo .y-input,
  .o-page--product .yotpo input {
    height: 45px
  }
}

@media(min-width:1600px) {

  .o-page--product .yotpo .y-input,
  .o-page--product .yotpo input {
    height: 45px
  }
}

@media(min-width:480px) {

  .o-page--product .yotpo .y-input,
  .o-page--product .yotpo input {
    padding-left: 20px
  }
}

@media(min-width:1440px) {

  .o-page--product .yotpo .y-input,
  .o-page--product .yotpo input {
    padding-left: 20px
  }
}

@media(min-width:1600px) {

  .o-page--product .yotpo .y-input,
  .o-page--product .yotpo input {
    padding-left: 20px
  }
}

@media(min-width:480px) {

  .o-page--product .yotpo .y-input,
  .o-page--product .yotpo input {
    padding-right: 20px
  }
}

@media(min-width:1440px) {

  .o-page--product .yotpo .y-input,
  .o-page--product .yotpo input {
    padding-right: 20px
  }
}

@media(min-width:1600px) {

  .o-page--product .yotpo .y-input,
  .o-page--product .yotpo input {
    padding-right: 20px
  }
}

@media(min-width:480px) {

  .o-page--product .yotpo .y-input,
  .o-page--product .yotpo input {
    font-size: 13px
  }
}

@media(min-width:1440px) {

  .o-page--product .yotpo .y-input,
  .o-page--product .yotpo input {
    font-size: 13px
  }
}

@media(min-width:1600px) {

  .o-page--product .yotpo .y-input,
  .o-page--product .yotpo input {
    font-size: 13px
  }
}

@media(max-width:960px) {

  .o-page--product .yotpo .y-input,
  .o-page--product .yotpo input {
    padding-left: 15px;
    padding-right: 15px
  }
}

@media(max-width:960px)and (min-width:480px) {

  .o-page--product .yotpo .y-input,
  .o-page--product .yotpo input {
    padding-left: 15px
  }
}

@media(max-width:960px)and (min-width:1440px) {

  .o-page--product .yotpo .y-input,
  .o-page--product .yotpo input {
    padding-left: 15px
  }
}

@media(max-width:960px)and (min-width:1600px) {

  .o-page--product .yotpo .y-input,
  .o-page--product .yotpo input {
    padding-left: 15px
  }
}

@media(max-width:960px)and (min-width:480px) {

  .o-page--product .yotpo .y-input,
  .o-page--product .yotpo input {
    padding-right: 15px
  }
}

@media(max-width:960px)and (min-width:1440px) {

  .o-page--product .yotpo .y-input,
  .o-page--product .yotpo input {
    padding-right: 15px
  }
}

@media(max-width:960px)and (min-width:1600px) {

  .o-page--product .yotpo .y-input,
  .o-page--product .yotpo input {
    padding-right: 15px
  }
}

@media(hover:none) {

  .o-page--product .yotpo .y-input,
  .o-page--product .yotpo input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .o-page--product .yotpo .y-input:active,
  .o-page--product .yotpo input:active {
    outline: 0;
    border-color: #000
  }
}

@media(-ms-high-contrast:active),
(hover:hover),
all and (-ms-high-contrast:none) {

  .o-page--product .yotpo .y-input:hover,
  .o-page--product .yotpo input:hover {
    outline: 0;
    border-color: #000
  }
}

.o-page--product .yotpo .y-input:focus,
.o-page--product .yotpo input:focus {
  outline: 0;
  border-color: #000
}

.o-page--product .yotpo .y-input:disabled,
.o-page--product .yotpo input:disabled {
  outline: 0;
  background-color: #f5f5f5;
  color: #d0d0d0
}

.o-page--product .yotpo .y-input::-webkit-input-placeholder,
.o-page--product .yotpo input::-webkit-input-placeholder {
  color: #7c7c7c;
  opacity: 1
}

.o-page--product .yotpo .y-input::-moz-placeholder,
.o-page--product .yotpo input::-moz-placeholder {
  color: #7c7c7c;
  opacity: 1
}

.o-page--product .yotpo .y-input:-ms-input-placeholder,
.o-page--product .yotpo input:-ms-input-placeholder {
  color: #7c7c7c;
  opacity: 1
}

.o-page--product .yotpo .y-input::-ms-input-placeholder,
.o-page--product .yotpo input::-ms-input-placeholder {
  color: #7c7c7c;
  opacity: 1
}

.o-page--product .yotpo .y-input::placeholder,
.o-page--product .yotpo input::placeholder {
  color: #7c7c7c;
  opacity: 1
}

.o-page--product .yotpo .y-input:-ms-input-placeholder,
.o-page--product .yotpo input:-ms-input-placeholder {
  color: #7c7c7c
}

.o-page--product .yotpo .y-input::-ms-input-placeholder,
.o-page--product .yotpo input::-ms-input-placeholder {
  color: #7c7c7c
}

.o-page--product .yotpo .y-input:disabled::-webkit-input-placeholder,
.o-page--product .yotpo input:disabled::-webkit-input-placeholder {
  color: #d0d0d0;
  opacity: 1
}

.o-page--product .yotpo .y-input:disabled::-moz-placeholder,
.o-page--product .yotpo input:disabled::-moz-placeholder {
  color: #d0d0d0;
  opacity: 1
}

.o-page--product .yotpo .y-input:disabled:-ms-input-placeholder,
.o-page--product .yotpo input:disabled:-ms-input-placeholder {
  color: #d0d0d0;
  opacity: 1
}

.o-page--product .yotpo .y-input:disabled::-ms-input-placeholder,
.o-page--product .yotpo input:disabled::-ms-input-placeholder {
  color: #d0d0d0;
  opacity: 1
}

.o-page--product .yotpo .y-input:disabled::placeholder,
.o-page--product .yotpo input:disabled::placeholder {
  color: #d0d0d0;
  opacity: 1
}

.o-page--product .yotpo .y-input:disabled:-ms-input-placeholder,
.o-page--product .yotpo input:disabled:-ms-input-placeholder {
  color: #d0d0d0
}

.o-page--product .yotpo .y-input:disabled::-ms-input-placeholder,
.o-page--product .yotpo input:disabled::-ms-input-placeholder {
  color: #d0d0d0
}

.o-page--product .yotpo .form-group .form-element {
  padding: 0;
  margin: 0 0 20px;
  border-width: 0
}

@media(min-width:480px) {
  .o-page--product .yotpo .form-group .form-element {
    margin-bottom: 20px
  }
}

@media(min-width:1440px) {
  .o-page--product .yotpo .form-group .form-element {
    margin-bottom: 20px
  }
}

@media(min-width:1600px) {
  .o-page--product .yotpo .form-group .form-element {
    margin-bottom: 20px
  }
}

.o-page--product .yotpo .form-group .form-element:last-child,
.o-page--product .yotpo .form-group .form-element:last-of-type {
  margin-bottom: 0
}

.o-page--product .yotpo .text-box,
.o-page--product .yotpo .yotpo-text-box {
  min-height: 120px;
  height: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
  resize: none
}

@media(min-width:480px) {

  .o-page--product .yotpo .text-box,
  .o-page--product .yotpo .yotpo-text-box {
    padding-top: 20px
  }
}

@media(min-width:1440px) {

  .o-page--product .yotpo .text-box,
  .o-page--product .yotpo .yotpo-text-box {
    padding-top: 20px
  }
}

@media(min-width:1600px) {

  .o-page--product .yotpo .text-box,
  .o-page--product .yotpo .yotpo-text-box {
    padding-top: 20px
  }
}

@media(min-width:480px) {

  .o-page--product .yotpo .text-box,
  .o-page--product .yotpo .yotpo-text-box {
    padding-bottom: 20px
  }
}

@media(min-width:1440px) {

  .o-page--product .yotpo .text-box,
  .o-page--product .yotpo .yotpo-text-box {
    padding-bottom: 20px
  }
}

@media(min-width:1600px) {

  .o-page--product .yotpo .text-box,
  .o-page--product .yotpo .yotpo-text-box {
    padding-bottom: 20px
  }
}

.o-page--product .yotpo .form-group .form-element .y-label,
.o-page--product .yotpo .y-label,
.o-page--product .yotpo span.y-label {
  display: inline-block;
  margin: 0 0 5px;
  color: #444;
  padding: 0
}

@media(min-width:480px) {

  .o-page--product .yotpo .form-group .form-element .y-label,
  .o-page--product .yotpo .y-label,
  .o-page--product .yotpo span.y-label {
    margin-bottom: 5px
  }
}

@media(min-width:1440px) {

  .o-page--product .yotpo .form-group .form-element .y-label,
  .o-page--product .yotpo .y-label,
  .o-page--product .yotpo span.y-label {
    margin-bottom: 5px
  }
}

@media(min-width:1600px) {

  .o-page--product .yotpo .form-group .form-element .y-label,
  .o-page--product .yotpo .y-label,
  .o-page--product .yotpo span.y-label {
    margin-bottom: 5px
  }
}

.o-page--product .yotpo .write-review .yotpo-footer {
  margin-top: 20px
}

@media(min-width:480px) {
  .o-page--product .yotpo .write-review .yotpo-footer {
    margin-top: 20px
  }
}

@media(min-width:1440px) {
  .o-page--product .yotpo .write-review .yotpo-footer {
    margin-top: 20px
  }
}

@media(min-width:1600px) {
  .o-page--product .yotpo .write-review .yotpo-footer {
    margin-top: 20px
  }
}

.o-page--product .yotpo .write-review .socialize-wrapper .yotpo-or {
  margin-top: 0
}

.o-page--product .yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active {
  font-weight: 600
}

.o-page--product .yotpo .yotpo-nav li {
  margin-right: 15px;
  margin-bottom: 0
}

@media(min-width:480px) {
  .o-page--product .yotpo .yotpo-nav li {
    margin-right: 15px
  }
}

@media(min-width:1440px) {
  .o-page--product .yotpo .yotpo-nav li {
    margin-right: 15px
  }
}

@media(min-width:1600px) {
  .o-page--product .yotpo .yotpo-nav li {
    margin-right: 15px
  }
}

.o-page--product .yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper {
  border-bottom-width: 3px;
  border-bottom-color: #000
}

.o-page--product .yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active span {
  color: #000
}

.o-page--product .yotpo .yotpo-bottomline .yotpo-icon-empty-star,
.o-page--product .yotpo .yotpo-bottomline .yotpo-icon-half-star,
.o-page--product .yotpo .yotpo-bottomline .yotpo-icon-star {
  color: #000;
  line-height: 1
}

.o-page--product .yotpo .font-color-gray {
  color: #7c7c7c
}

.o-page--product .yotpo .yotpo-nav li .yotpo-nav-wrapper {
  min-width: 20px;
  padding-bottom: 5px
}

@media(min-width:480px) {
  .o-page--product .yotpo .yotpo-nav li .yotpo-nav-wrapper {
    padding-bottom: 5px
  }
}

@media(min-width:1440px) {
  .o-page--product .yotpo .yotpo-nav li .yotpo-nav-wrapper {
    padding-bottom: 5px
  }
}

@media(min-width:1600px) {
  .o-page--product .yotpo .yotpo-nav li .yotpo-nav-wrapper {
    padding-bottom: 5px
  }
}

.o-page--product .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile,
.o-page--product .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile,
.o-page--product .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile,
.o-page--product .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  background: #000
}

.o-page--product .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile .yotpo-user-letter,
.o-page--product .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile .yotpo-user-letter,
.o-page--product .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile .yotpo-user-letter,
.o-page--product .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile .yotpo-user-letter {
  font-size: 15px;
  font-family: Ekstra, sans-serif;
  line-height: 1;
  letter-spacing: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media(min-width:480px) {

  .o-page--product .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile .yotpo-user-letter,
  .o-page--product .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile .yotpo-user-letter,
  .o-page--product .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile .yotpo-user-letter,
  .o-page--product .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile .yotpo-user-letter {
    font-size: calc(.3125vw + 13.5px)
  }
}

@media(min-width:1440px) {

  .o-page--product .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile .yotpo-user-letter,
  .o-page--product .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile .yotpo-user-letter,
  .o-page--product .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile .yotpo-user-letter,
  .o-page--product .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile .yotpo-user-letter {
    font-size: 18px
  }
}

@media(min-width:1600px) {

  .o-page--product .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile .yotpo-user-letter,
  .o-page--product .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile .yotpo-user-letter,
  .o-page--product .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile .yotpo-user-letter,
  .o-page--product .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile .yotpo-user-letter {
    font-size: 18px
  }
}

.o-page--product .yotpo .yotpo-comment .yotpo-header.yotpo-verified-user .yotpo-icon-circle-checkmark,
.o-page--product .yotpo .yotpo-onsite-upload .yotpo-header.yotpo-verified-user .yotpo-icon-circle-checkmark,
.o-page--product .yotpo .yotpo-question .yotpo-header.yotpo-verified-user .yotpo-icon-circle-checkmark,
.o-page--product .yotpo .yotpo-review .yotpo-header.yotpo-verified-user .yotpo-icon-circle-checkmark {
  width: 15px !important;
  height: 15px !important
}

.o-page--product .yotpo .yotpo-comment .yotpo-header.yotpo-verified-user .yotpo-icon-circle-checkmark,
.o-page--product .yotpo .yotpo-onsite-upload .yotpo-header.yotpo-verified-user .yotpo-icon-circle-checkmark,
.o-page--product .yotpo .yotpo-question .yotpo-header.yotpo-verified-user .yotpo-icon-circle-checkmark,
.o-page--product .yotpo .yotpo-review .yotpo-header.yotpo-verified-user .yotpo-icon-circle-checkmark {
  color: #79b791;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
  font-size: 1em
}

.o-page--product .yotpo .yotpo-comment .yotpo-header .yotpo-header-element,
.o-page--product .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element,
.o-page--product .yotpo .yotpo-question .yotpo-header .yotpo-header-element,
.o-page--product .yotpo .yotpo-review .yotpo-header .yotpo-header-element {
  padding: 0
}

.o-page--product .yotpo .yotpo-icon-circle-checkmark:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.o-page--product .yotpo .write-review .yotpo-header .yotpo-icon {
  font-size: 25px;
  color: #000;
  line-height: 1;
  cursor: pointer
}

.o-page--product .yotpo .write-review .yotpo-header .y-label .form-input-error {
  font-weight: 500;
  color: #e50c34
}

.o-page--product .yotpo .write-review .submit-button .form-input-error {
  font-weight: 500;
  color: #e50c34;
  margin: 15px 15px 0 0
}

@media(min-width:480px) {
  .o-page--product .yotpo .write-review .submit-button .form-input-error {
    margin-top: 15px
  }
}

@media(min-width:1440px) {
  .o-page--product .yotpo .write-review .submit-button .form-input-error {
    margin-top: 15px
  }
}

@media(min-width:1600px) {
  .o-page--product .yotpo .write-review .submit-button .form-input-error {
    margin-top: 15px
  }
}

@media(min-width:480px) {
  .o-page--product .yotpo .write-review .submit-button .form-input-error {
    margin-right: 15px
  }
}

@media(min-width:1440px) {
  .o-page--product .yotpo .write-review .submit-button .form-input-error {
    margin-right: 15px
  }
}

@media(min-width:1600px) {
  .o-page--product .yotpo .write-review .submit-button .form-input-error {
    margin-right: 15px
  }
}

.o-page--product .yotpo .write-review .connect-wrapper .form-element .form-input-error {
  font-weight: 500;
  color: #e50c34;
  margin-left: auto
}

.o-page--product .yotpo .write-review .submit-button {
  text-align: right
}

.o-page--product .yotpo .yotpo-mandatory-explain {
  padding-topp: 5px;
  margin-bottom: 0
}

@media(min-width:480px) {
  .o-page--product .yotpo .yotpo-mandatory-explain {
    padding-topp: 5px
  }
}

@media(min-width:1440px) {
  .o-page--product .yotpo .yotpo-mandatory-explain {
    padding-topp: 5px
  }
}

@media(min-width:1600px) {
  .o-page--product .yotpo .yotpo-mandatory-explain {
    padding-topp: 5px
  }
}

.o-page--product .yotpo .yotpo-pager {
  padding-top: 20px;
  margin: 0;
  font-weight: 600
}

@media(min-width:480px) {
  .o-page--product .yotpo .yotpo-pager {
    padding-top: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .o-page--product .yotpo .yotpo-pager {
    padding-top: 25px
  }
}

@media(min-width:1600px) {
  .o-page--product .yotpo .yotpo-pager {
    padding-top: 25px
  }
}

.o-page--product .yotpo .yotpo-pager a,
.o-page--product .yotpo .yotpo-pager span {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  margin: 0
}

@media(min-width:480px) {

  .o-page--product .yotpo .yotpo-pager a,
  .o-page--product .yotpo .yotpo-pager span {
    padding-left: 10px
  }
}

@media(min-width:1440px) {

  .o-page--product .yotpo .yotpo-pager a,
  .o-page--product .yotpo .yotpo-pager span {
    padding-left: 10px
  }
}

@media(min-width:1600px) {

  .o-page--product .yotpo .yotpo-pager a,
  .o-page--product .yotpo .yotpo-pager span {
    padding-left: 10px
  }
}

@media(min-width:480px) {

  .o-page--product .yotpo .yotpo-pager a,
  .o-page--product .yotpo .yotpo-pager span {
    padding-right: 10px
  }
}

@media(min-width:1440px) {

  .o-page--product .yotpo .yotpo-pager a,
  .o-page--product .yotpo .yotpo-pager span {
    padding-right: 10px
  }
}

@media(min-width:1600px) {

  .o-page--product .yotpo .yotpo-pager a,
  .o-page--product .yotpo .yotpo-pager span {
    padding-right: 10px
  }
}

.o-page--product .yotpo .yotpo-pager a {
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

@media(hover:none) {
  .o-page--product .yotpo .yotpo-pager a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .o-page--product .yotpo .yotpo-pager a:active {
    background: #f5f5f5 !important
  }
}

@media(-ms-high-contrast:active),
(hover:hover),
all and (-ms-high-contrast:none) {
  .o-page--product .yotpo .yotpo-pager a:hover {
    background: #f5f5f5 !important
  }
}

.o-page--product .yotpo .yotpo-pager .yotpo-page-element.yotpo-icon-left-arrow,
.o-page--product .yotpo .yotpo-pager .yotpo-page-element.yotpo-icon-right-arrow {
  margin: 0
}

.o-page--product .yotpo .yotpo-pager .yotpo-page-element.yotpo-active {
  background: #000 !important;
  color: #fff !important
}

.o-page--product .yotpo .yotpo-pager .yotpo-page-element.yotpo-active {
  font-weight: 600
}

.o-page--product .yotpo .yotpo-pager .yotpo-page-element.yotpo-disabled {
  opacity: .3;
  cursor: not-allowed
}

.o-page--product .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label.yotpo-user-name,
.o-page--product .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .y-label.yotpo-user-name,
.o-page--product .yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label.yotpo-user-name,
.o-page--product .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
  color: #000
}

.o-page--product .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label,
.o-page--product .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .y-label,
.o-page--product .yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label,
.o-page--product .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label {
  font-size: 13px;
  font-family: Ekstra, sans-serif;
  line-height: 140%;
  letter-spacing: normal
}

@media(min-width:480px) {

  .o-page--product .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label,
  .o-page--product .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .y-label,
  .o-page--product .yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label,
  .o-page--product .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label {
    font-size: 13px
  }
}

@media(min-width:1440px) {

  .o-page--product .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label,
  .o-page--product .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .y-label,
  .o-page--product .yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label,
  .o-page--product .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label {
    font-size: 13px
  }
}

@media(min-width:1600px) {

  .o-page--product .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label,
  .o-page--product .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .y-label,
  .o-page--product .yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label,
  .o-page--product .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label {
    font-size: 13px
  }
}

.o-page--product .yotpo .yotpo-comment .yotpo-header .yotpo-user-name,
.o-page--product .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-user-name,
.o-page--product .yotpo .yotpo-question .yotpo-header .yotpo-user-name,
.o-page--product .yotpo .yotpo-review .yotpo-header .yotpo-user-name {
  margin-right: 10px
}

@media(min-width:480px) {

  .o-page--product .yotpo .yotpo-comment .yotpo-header .yotpo-user-name,
  .o-page--product .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-user-name,
  .o-page--product .yotpo .yotpo-question .yotpo-header .yotpo-user-name,
  .o-page--product .yotpo .yotpo-review .yotpo-header .yotpo-user-name {
    margin-right: 10px
  }
}

@media(min-width:1440px) {

  .o-page--product .yotpo .yotpo-comment .yotpo-header .yotpo-user-name,
  .o-page--product .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-user-name,
  .o-page--product .yotpo .yotpo-question .yotpo-header .yotpo-user-name,
  .o-page--product .yotpo .yotpo-review .yotpo-header .yotpo-user-name {
    margin-right: 10px
  }
}

@media(min-width:1600px) {

  .o-page--product .yotpo .yotpo-comment .yotpo-header .yotpo-user-name,
  .o-page--product .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-user-name,
  .o-page--product .yotpo .yotpo-question .yotpo-header .yotpo-user-name,
  .o-page--product .yotpo .yotpo-review .yotpo-header .yotpo-user-name {
    margin-right: 10px
  }
}

.o-page--product .yotpo .yotpo-comment .yotpo-main,
.o-page--product .yotpo .yotpo-onsite-upload .yotpo-main,
.o-page--product .yotpo .yotpo-question .yotpo-main,
.o-page--product .yotpo .yotpo-review .yotpo-main {
  margin-left: 55px;
  margin-top: 10px;
  margin-bottom: 10px
}

@media(min-width:480px) {

  .o-page--product .yotpo .yotpo-comment .yotpo-main,
  .o-page--product .yotpo .yotpo-onsite-upload .yotpo-main,
  .o-page--product .yotpo .yotpo-question .yotpo-main,
  .o-page--product .yotpo .yotpo-review .yotpo-main {
    margin-top: 10px
  }
}

@media(min-width:1440px) {

  .o-page--product .yotpo .yotpo-comment .yotpo-main,
  .o-page--product .yotpo .yotpo-onsite-upload .yotpo-main,
  .o-page--product .yotpo .yotpo-question .yotpo-main,
  .o-page--product .yotpo .yotpo-review .yotpo-main {
    margin-top: 10px
  }
}

@media(min-width:1600px) {

  .o-page--product .yotpo .yotpo-comment .yotpo-main,
  .o-page--product .yotpo .yotpo-onsite-upload .yotpo-main,
  .o-page--product .yotpo .yotpo-question .yotpo-main,
  .o-page--product .yotpo .yotpo-review .yotpo-main {
    margin-top: 10px
  }
}

@media(min-width:480px) {

  .o-page--product .yotpo .yotpo-comment .yotpo-main,
  .o-page--product .yotpo .yotpo-onsite-upload .yotpo-main,
  .o-page--product .yotpo .yotpo-question .yotpo-main,
  .o-page--product .yotpo .yotpo-review .yotpo-main {
    margin-bottom: 10px
  }
}

@media(min-width:1440px) {

  .o-page--product .yotpo .yotpo-comment .yotpo-main,
  .o-page--product .yotpo .yotpo-onsite-upload .yotpo-main,
  .o-page--product .yotpo .yotpo-question .yotpo-main,
  .o-page--product .yotpo .yotpo-review .yotpo-main {
    margin-bottom: 10px
  }
}

@media(min-width:1600px) {

  .o-page--product .yotpo .yotpo-comment .yotpo-main,
  .o-page--product .yotpo .yotpo-onsite-upload .yotpo-main,
  .o-page--product .yotpo .yotpo-question .yotpo-main,
  .o-page--product .yotpo .yotpo-review .yotpo-main {
    margin-bottom: 10px
  }
}

.o-page--product .yotpo .yotpo-comment .yotpo-footer,
.o-page--product .yotpo .yotpo-onsite-upload .yotpo-footer,
.o-page--product .yotpo .yotpo-question .yotpo-footer,
.o-page--product .yotpo .yotpo-review .yotpo-footer {
  margin-left: 55px
}

.o-page--product .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars,
.o-page--product .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars,
.o-page--product .yotpo .yotpo-question .yotpo-header .yotpo-review-stars,
.o-page--product .yotpo .yotpo-review .yotpo-header .yotpo-review-stars {
  margin-top: 5px;
  margin-bottom: 5px
}

@media(min-width:480px) {

  .o-page--product .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars,
  .o-page--product .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars,
  .o-page--product .yotpo .yotpo-question .yotpo-header .yotpo-review-stars,
  .o-page--product .yotpo .yotpo-review .yotpo-header .yotpo-review-stars {
    margin-top: 5px
  }
}

@media(min-width:1440px) {

  .o-page--product .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars,
  .o-page--product .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars,
  .o-page--product .yotpo .yotpo-question .yotpo-header .yotpo-review-stars,
  .o-page--product .yotpo .yotpo-review .yotpo-header .yotpo-review-stars {
    margin-top: 5px
  }
}

@media(min-width:1600px) {

  .o-page--product .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars,
  .o-page--product .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars,
  .o-page--product .yotpo .yotpo-question .yotpo-header .yotpo-review-stars,
  .o-page--product .yotpo .yotpo-review .yotpo-header .yotpo-review-stars {
    margin-top: 5px
  }
}

@media(min-width:480px) {

  .o-page--product .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars,
  .o-page--product .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars,
  .o-page--product .yotpo .yotpo-question .yotpo-header .yotpo-review-stars,
  .o-page--product .yotpo .yotpo-review .yotpo-header .yotpo-review-stars {
    margin-bottom: 5px
  }
}

@media(min-width:1440px) {

  .o-page--product .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars,
  .o-page--product .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars,
  .o-page--product .yotpo .yotpo-question .yotpo-header .yotpo-review-stars,
  .o-page--product .yotpo .yotpo-review .yotpo-header .yotpo-review-stars {
    margin-bottom: 5px
  }
}

@media(min-width:1600px) {

  .o-page--product .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars,
  .o-page--product .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars,
  .o-page--product .yotpo .yotpo-question .yotpo-header .yotpo-review-stars,
  .o-page--product .yotpo .yotpo-review .yotpo-header .yotpo-review-stars {
    margin-bottom: 5px
  }
}

.o-page--product .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars .yotpo-icon,
.o-page--product .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars .yotpo-icon,
.o-page--product .yotpo .yotpo-question .yotpo-header .yotpo-review-stars .yotpo-icon,
.o-page--product .yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon {
  color: #000
}

.o-page--product .yotpo .yotpo-comment .yotpo-main .content-title,
.o-page--product .yotpo .yotpo-onsite-upload .yotpo-main .content-title,
.o-page--product .yotpo .yotpo-question .yotpo-main .content-title,
.o-page--product .yotpo .yotpo-review .yotpo-main .content-title {
  margin-bottom: 5px;
  padding: 0;
  color: #444
}

@media(min-width:480px) {

  .o-page--product .yotpo .yotpo-comment .yotpo-main .content-title,
  .o-page--product .yotpo .yotpo-onsite-upload .yotpo-main .content-title,
  .o-page--product .yotpo .yotpo-question .yotpo-main .content-title,
  .o-page--product .yotpo .yotpo-review .yotpo-main .content-title {
    margin-bottom: 5px
  }
}

@media(min-width:1440px) {

  .o-page--product .yotpo .yotpo-comment .yotpo-main .content-title,
  .o-page--product .yotpo .yotpo-onsite-upload .yotpo-main .content-title,
  .o-page--product .yotpo .yotpo-question .yotpo-main .content-title,
  .o-page--product .yotpo .yotpo-review .yotpo-main .content-title {
    margin-bottom: 5px
  }
}

@media(min-width:1600px) {

  .o-page--product .yotpo .yotpo-comment .yotpo-main .content-title,
  .o-page--product .yotpo .yotpo-onsite-upload .yotpo-main .content-title,
  .o-page--product .yotpo .yotpo-question .yotpo-main .content-title,
  .o-page--product .yotpo .yotpo-review .yotpo-main .content-title {
    margin-bottom: 5px
  }
}

.o-page--product .yotpo .yotpo-comment .yotpo-main .content-review,
.o-page--product .yotpo .yotpo-onsite-upload .yotpo-main .content-review,
.o-page--product .yotpo .yotpo-question .yotpo-main .content-review,
.o-page--product .yotpo .yotpo-review .yotpo-main .content-review {
  color: #000
}

.o-page--product .yotpo .yotpo-comment .yotpo-read-more,
.o-page--product .yotpo .yotpo-onsite-upload .yotpo-read-more,
.o-page--product .yotpo .yotpo-question .yotpo-read-more,
.o-page--product .yotpo .yotpo-review .yotpo-read-more {
  color: #444;
  -webkit-text-decoration: underline;
  text-decoration: underline
}

.o-page--product .yotpo .write-review .yotpo-header .yotpo-header-title {
  margin-bottom: 15px;
  font-size: 15px;
  font-family: Ekstra, sans-serif;
  line-height: 115%;
  letter-spacing: normal
}

@media(min-width:480px) {
  .o-page--product .yotpo .write-review .yotpo-header .yotpo-header-title {
    margin-bottom: 15px
  }
}

@media(min-width:1440px) {
  .o-page--product .yotpo .write-review .yotpo-header .yotpo-header-title {
    margin-bottom: 15px
  }
}

@media(min-width:1600px) {
  .o-page--product .yotpo .write-review .yotpo-header .yotpo-header-title {
    margin-bottom: 15px
  }
}

@media(min-width:480px) {
  .o-page--product .yotpo .write-review .yotpo-header .yotpo-header-title {
    font-size: calc(.3125vw + 13.5px)
  }
}

@media(min-width:1440px) {
  .o-page--product .yotpo .write-review .yotpo-header .yotpo-header-title {
    font-size: 18px
  }
}

@media(min-width:1600px) {
  .o-page--product .yotpo .write-review .yotpo-header .yotpo-header-title {
    font-size: 18px
  }
}

@media(max-width:1140px) {
  .o-page--product .yotpo .write-review .socialize-wrapper {
    position: relative;
    width: 100%
  }
}

@media(max-width:1140px) {
  .o-page--product .yotpo .write-review .connect-wrapper {
    padding: 0
  }
}

@media(max-width:1140px) {
  .o-page--product .yotpo .write-review .socialize-wrapper .socialize {
    float: none
  }
}

@media(max-width:1140px) {
  .o-page--product .yotpo .write-review .connect-wrapper .form-element {
    float: none;
    width: 100%;
    min-width: 100%
  }
}

@media(max-width:1140px) {
  .o-page--product .yotpo .write-review .connect-wrapper .form-element:first-child {
    margin-bottom: 20px;
    padding-right: 0
  }
}

@media(max-width:1140px)and (min-width:480px) {
  .o-page--product .yotpo .write-review .connect-wrapper .form-element:first-child {
    margin-bottom: 20px
  }
}

@media(max-width:1140px)and (min-width:1440px) {
  .o-page--product .yotpo .write-review .connect-wrapper .form-element:first-child {
    margin-bottom: 20px
  }
}

@media(max-width:1140px)and (min-width:1600px) {
  .o-page--product .yotpo .write-review .connect-wrapper .form-element:first-child {
    margin-bottom: 20px
  }
}

.o-page--product .yotpo .yotpo-comment .yotpo-footer .yotpo-action:hover,
.o-page--product .yotpo .yotpo-comment .yotpo-footer .yotpo-action:hover .transparent-color-btn,
.o-page--product .yotpo .yotpo-comment .yotpo-footer .yotpo-action:hover .y-label,
.o-page--product .yotpo .yotpo-onsite-upload .yotpo-footer .yotpo-action:hover,
.o-page--product .yotpo .yotpo-onsite-upload .yotpo-footer .yotpo-action:hover .transparent-color-btn,
.o-page--product .yotpo .yotpo-onsite-upload .yotpo-footer .yotpo-action:hover .y-label,
.o-page--product .yotpo .yotpo-question .yotpo-footer .yotpo-action:hover,
.o-page--product .yotpo .yotpo-question .yotpo-footer .yotpo-action:hover .transparent-color-btn,
.o-page--product .yotpo .yotpo-question .yotpo-footer .yotpo-action:hover .y-label,
.o-page--product .yotpo .yotpo-review .yotpo-footer .yotpo-action:hover,
.o-page--product .yotpo .yotpo-review .yotpo-footer .yotpo-action:hover .transparent-color-btn,
.o-page--product .yotpo .yotpo-review .yotpo-footer .yotpo-action:hover .y-label {
  color: #000;
  -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
  transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

.o-page--product .yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category {
  border: none;
  padding: 15px 0;
  color: #000
}

@media(min-width:480px) {
  .o-page--product .yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category {
    padding-top: 15px
  }
}

@media(min-width:1440px) {
  .o-page--product .yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category {
    padding-top: 15px
  }
}

@media(min-width:1600px) {
  .o-page--product .yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category {
    padding-top: 15px
  }
}

@media(min-width:480px) {
  .o-page--product .yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category {
    padding-bottom: 15px
  }
}

@media(min-width:1440px) {
  .o-page--product .yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category {
    padding-bottom: 15px
  }
}

@media(min-width:1600px) {
  .o-page--product .yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category {
    padding-bottom: 15px
  }
}

.o-page--product .yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category .y-label {
  margin-bottom: 0 !important
}

.o-page--product .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category {
  border: none;
  padding: 15px 0;
  color: #000
}

@media(min-width:480px) {
  .o-page--product .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category {
    padding-top: 15px
  }
}

@media(min-width:1440px) {
  .o-page--product .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category {
    padding-top: 15px
  }
}

@media(min-width:1600px) {
  .o-page--product .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category {
    padding-top: 15px
  }
}

@media(min-width:480px) {
  .o-page--product .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category {
    padding-bottom: 15px
  }
}

@media(min-width:1440px) {
  .o-page--product .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category {
    padding-bottom: 15px
  }
}

@media(min-width:1600px) {
  .o-page--product .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category {
    padding-bottom: 15px
  }
}

.o-page--product .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category .y-label {
  margin-bottom: 0 !important
}

.o-page--product .yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse,
.o-page--product .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse {
  border: none;
  padding: 0
}

.o-page--product .yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category:hover,
.o-page--product .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category:hover {
  background: transparent
}

.o-page--product .yotpo .yotpo-first-review {
  margin-top: 40px
}

@media(min-width:480px) {
  .o-page--product .yotpo .yotpo-first-review {
    margin-top: calc(1.04167vw + 35px)
  }
}

@media(min-width:1440px) {
  .o-page--product .yotpo .yotpo-first-review {
    margin-top: 50px
  }
}

@media(min-width:1600px) {
  .o-page--product .yotpo .yotpo-first-review {
    margin-top: 50px
  }
}

.o-page--product .yotpo .yotpo-first-review .yotpo-first-review-stars {
  margin-top: 20px;
  margin-bottom: 20px
}

@media(min-width:480px) {
  .o-page--product .yotpo .yotpo-first-review .yotpo-first-review-stars {
    margin-top: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .o-page--product .yotpo .yotpo-first-review .yotpo-first-review-stars {
    margin-top: 25px
  }
}

@media(min-width:1600px) {
  .o-page--product .yotpo .yotpo-first-review .yotpo-first-review-stars {
    margin-top: 25px
  }
}

@media(min-width:480px) {
  .o-page--product .yotpo .yotpo-first-review .yotpo-first-review-stars {
    margin-bottom: calc(.52083vw + 17.5px)
  }
}

@media(min-width:1440px) {
  .o-page--product .yotpo .yotpo-first-review .yotpo-first-review-stars {
    margin-bottom: 25px
  }
}

@media(min-width:1600px) {
  .o-page--product .yotpo .yotpo-first-review .yotpo-first-review-stars {
    margin-bottom: 25px
  }
}

.o-page--product .yotpo .yotpo-first-review .yotpo-first-review-stars .yotpo-icon-star {
  font-size: 25px;
  color: #000
}

.o-page--product .yotpo .yotpo-no-reviews .yotpo-display-wrapper {
  display: none
}

.o-page--product .yotpo .transparent-color-btn span.yotpo-icon {
  color: #000
}

.o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you,
.o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #d0d0d0
}

@media(min-width:480px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you {
    margin-top: 20px
  }
}

@media(min-width:1440px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you {
    margin-top: 20px
  }
}

@media(min-width:1600px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you {
    margin-top: 20px
  }
}

@media(min-width:480px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you {
    margin-bottom: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you {
    margin-bottom: 40px
  }
}

@media(min-width:1600px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you {
    margin-bottom: 40px
  }
}

@media(min-width:480px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you {
    padding: calc(1.04167vw + 25px)
  }
}

@media(min-width:1440px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you {
    padding: 40px
  }
}

@media(min-width:1600px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you {
    padding: 40px
  }
}

@media(max-width:480px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you {
    margin-top: 0
  }
}

.o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header span,
.o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-header span {
  font-size: 15px;
  font-family: Ekstra, sans-serif;
  line-height: 115%;
  letter-spacing: normal;
  color: #000;
  font-weight: 600
}

@media(min-width:480px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header span,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-header span {
    font-size: calc(.3125vw + 13.5px)
  }
}

@media(min-width:1440px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header span,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-header span {
    font-size: 18px
  }
}

@media(min-width:1600px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header span,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-header span {
    font-size: 18px
  }
}

.o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header .yotpo-icon,
.o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-header .yotpo-icon {
  font-size: 25px;
  margin-bottom: 20px;
  color: #e50c34
}

@media(min-width:480px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header .yotpo-icon,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-header .yotpo-icon {
    margin-bottom: 20px
  }
}

@media(min-width:1440px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header .yotpo-icon,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-header .yotpo-icon {
    margin-bottom: 20px
  }
}

@media(min-width:1600px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header .yotpo-icon,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-header .yotpo-icon {
    margin-bottom: 20px
  }
}

.o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header,
.o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-header {
  margin-bottom: 20px
}

@media(min-width:480px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-header {
    margin-bottom: 20px
  }
}

@media(min-width:1440px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-header {
    margin-bottom: 20px
  }
}

@media(min-width:1600px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-header {
    margin-bottom: 20px
  }
}

.o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-content,
.o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-content {
  margin-bottom: 20px;
  color: #444
}

@media(min-width:480px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-content,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-content {
    margin-bottom: 20px
  }
}

@media(min-width:1440px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-content,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-content {
    margin-bottom: 20px
  }
}

@media(min-width:1600px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-content,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-content {
    margin-bottom: 20px
  }
}

.o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-footer .yotpo-default-button,
.o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-footer .yotpo-default-button {
  padding-top: 5px;
  padding-bottom: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media(min-width:480px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-footer .yotpo-default-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-footer .yotpo-default-button {
    padding-top: 5px
  }
}

@media(min-width:1440px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-footer .yotpo-default-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-footer .yotpo-default-button {
    padding-top: 5px
  }
}

@media(min-width:1600px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-footer .yotpo-default-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-footer .yotpo-default-button {
    padding-top: 5px
  }
}

@media(min-width:480px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-footer .yotpo-default-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-footer .yotpo-default-button {
    padding-bottom: 5px
  }
}

@media(min-width:1440px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-footer .yotpo-default-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-footer .yotpo-default-button {
    padding-bottom: 5px
  }
}

@media(min-width:1600px) {

  .o-page--product .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-footer .yotpo-default-button,
  .o-page--product .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-footer .yotpo-default-button {
    padding-bottom: 5px
  }
}

.o-page--product .yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon,
.o-page--product .yotpo .yotpo-modal-dialog .yotpo-icon-btn .yotpo-icon {
  font-size: 1.25em
}

.c-store-reviews-module__content .yotpo a,
.c-store-reviews-module__content .yotpo div,
.c-store-reviews-module__content .yotpo form,
.c-store-reviews-module__content .yotpo i,
.c-store-reviews-module__content .yotpo img,
.c-store-reviews-module__content .yotpo label,
.c-store-reviews-module__content .yotpo li,
.c-store-reviews-module__content .yotpo p,
.c-store-reviews-module__content .yotpo span,
.c-store-reviews-module__content .yotpo strong,
.c-store-reviews-module__content .yotpo sup,
.c-store-reviews-module__content .yotpo ul {
  font-size: 13px;
  font-family: Ekstra, sans-serif;
  line-height: 140%;
  letter-spacing: normal;
  color: #000
}

@media(min-width:480px) {

  .c-store-reviews-module__content .yotpo a,
  .c-store-reviews-module__content .yotpo div,
  .c-store-reviews-module__content .yotpo form,
  .c-store-reviews-module__content .yotpo i,
  .c-store-reviews-module__content .yotpo img,
  .c-store-reviews-module__content .yotpo label,
  .c-store-reviews-module__content .yotpo li,
  .c-store-reviews-module__content .yotpo p,
  .c-store-reviews-module__content .yotpo span,
  .c-store-reviews-module__content .yotpo strong,
  .c-store-reviews-module__content .yotpo sup,
  .c-store-reviews-module__content .yotpo ul {
    font-size: 13px
  }
}

@media(min-width:1440px) {

  .c-store-reviews-module__content .yotpo a,
  .c-store-reviews-module__content .yotpo div,
  .c-store-reviews-module__content .yotpo form,
  .c-store-reviews-module__content .yotpo i,
  .c-store-reviews-module__content .yotpo img,
  .c-store-reviews-module__content .yotpo label,
  .c-store-reviews-module__content .yotpo li,
  .c-store-reviews-module__content .yotpo p,
  .c-store-reviews-module__content .yotpo span,
  .c-store-reviews-module__content .yotpo strong,
  .c-store-reviews-module__content .yotpo sup,
  .c-store-reviews-module__content .yotpo ul {
    font-size: 13px
  }
}

@media(min-width:1600px) {

  .c-store-reviews-module__content .yotpo a,
  .c-store-reviews-module__content .yotpo div,
  .c-store-reviews-module__content .yotpo form,
  .c-store-reviews-module__content .yotpo i,
  .c-store-reviews-module__content .yotpo img,
  .c-store-reviews-module__content .yotpo label,
  .c-store-reviews-module__content .yotpo li,
  .c-store-reviews-module__content .yotpo p,
  .c-store-reviews-module__content .yotpo span,
  .c-store-reviews-module__content .yotpo strong,
  .c-store-reviews-module__content .yotpo sup,
  .c-store-reviews-module__content .yotpo ul {
    font-size: 13px
  }
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-site-quote-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  border: 1px solid #d0d0d0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper {
  padding: 0
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version .carousel-review-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.c-store-reviews-module__content .yotpo-logo-link-new {
  display: none
}

.c-store-reviews-module__content .carousel-reviews-bottom-line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel {
  padding: 0
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .yotpo-icon-empty-star,
.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .yotpo-icon-half-star,
.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .yotpo-icon-star {
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .yotpo-num-of-reviews {
  color: #7c7c7c
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .yotpo-icon-star {
  color: #000
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .headline {
  font-size: 1em;
  font-weight: 500;
  color: #000;
  margin-bottom: 0
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .carousel-reviews-bottom-line {
  float: none;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d0d0d0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(min-width:480px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel {
    padding-bottom: 5px
  }
}

@media(min-width:1440px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel {
    padding-bottom: 5px
  }
}

@media(min-width:1600px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel {
    padding-bottom: 5px
  }
}

@media(min-width:480px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel {
    margin-bottom: 10px
  }
}

@media(min-width:1440px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel {
    margin-bottom: 10px
  }
}

@media(min-width:1600px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel {
    margin-bottom: 10px
  }
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel>.headline {
  display: none
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows {
  float: none;
  margin-left: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-left-arrow-thin,
.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-right-arrow-thin {
  width: 50px !important
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-left-arrow-thin,
.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-right-arrow-thin {
  font-size: .5em
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .yotpo-icon-empty-star,
.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .yotpo-icon-half-star,
.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .yotpo-icon-star {
  font-size: 26px !important
}

@media(max-width:480px) {

  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .yotpo-icon-empty-star,
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .yotpo-icon-half-star,
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .yotpo-icon-star {
    font-size: 20px !important
  }
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .stars-container {
  margin-bottom: 20px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media(min-width:480px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .stars-container {
    margin-bottom: 20px
  }
}

@media(min-width:1440px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .stars-container {
    margin-bottom: 20px
  }
}

@media(min-width:1600px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .stars-container {
    margin-bottom: 20px
  }
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel .carousel-review-date {
  font-style: normal !important
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel .carousel-review-date {
  padding-left: 10px;
  font-size: 12px;
  font-family: Ekstra, sans-serif;
  line-height: 140%;
  letter-spacing: normal
}

@media(min-width:480px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel .carousel-review-date {
    padding-left: 10px
  }
}

@media(min-width:1440px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel .carousel-review-date {
    padding-left: 10px
  }
}

@media(min-width:1600px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel .carousel-review-date {
    padding-left: 10px
  }
}

@media(min-width:480px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel .carousel-review-date {
    font-size: calc(.10417vw + 11.5px)
  }
}

@media(min-width:1440px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel .carousel-review-date {
    font-size: 13px
  }
}

@media(min-width:1600px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel .carousel-review-date {
    font-size: 13px
  }
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-stars {
  letter-spacing: normal;
  position: static;
  right: auto
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-stars .yotpo-icon {
  font-size: 18px !important
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-stars .yotpo-icon {
  line-height: 1
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version .carousel-review-title {
  margin-bottom: 20px;
  margin-top: 0
}

@media(min-width:480px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version .carousel-review-title {
    margin-bottom: 20px
  }
}

@media(min-width:1440px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version .carousel-review-title {
    margin-bottom: 20px
  }
}

@media(min-width:1600px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version .carousel-review-title {
    margin-bottom: 20px
  }
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-title {
  font-size: 13px;
  font-family: Ekstra, sans-serif;
  line-height: 140%;
  letter-spacing: normal;
  font-weight: 600;
  color: #444
}

@media(min-width:480px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-title {
    font-size: 13px
  }
}

@media(min-width:1440px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-title {
    font-size: 13px
  }
}

@media(min-width:1600px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-title {
    font-size: 13px
  }
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-body {
  font-style: normal !important
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-body {
  margin: 0
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .carousel-read-more {
  margin-top: 5px;
  color: #444;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  width: auto;
  font-weight: 500
}

@media(min-width:480px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .carousel-read-more {
    margin-top: 5px
  }
}

@media(min-width:1440px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .carousel-read-more {
    margin-top: 5px
  }
}

@media(min-width:1600px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .carousel-read-more {
    margin-top: 5px
  }
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-author {
  margin-top: 5px;
  font-size: 13px;
  font-family: Ekstra, sans-serif;
  line-height: 140%;
  letter-spacing: normal;
  font-weight: 600;
  float: none
}

@media(min-width:480px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-author {
    margin-top: 5px
  }
}

@media(min-width:1440px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-author {
    margin-top: 5px
  }
}

@media(min-width:1600px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-author {
    margin-top: 5px
  }
}

@media(min-width:480px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-author {
    font-size: 13px
  }
}

@media(min-width:1440px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-author {
    font-size: 13px
  }
}

@media(min-width:1600px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-author {
    font-size: 13px
  }
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .y-slider-container .single-carousel .product-image-container {
  width: 80px
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .y-slider-container .single-carousel .product-image-container .y-carousel-product-image {
  width: 80px;
  height: 80px
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version .right-side {
  width: 210px
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-site-quote-container .carousel-site-quote {
  font-size: 2em
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-product-text {
  margin-top: 5px;
  font-size: 9px;
  font-family: Ekstra, sans-serif;
  line-height: 110%;
  letter-spacing: .02em;
  color: #7c7c7c;
  height: auto;
  font-weight: 500
}

@media(min-width:480px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-product-text {
    margin-top: 5px
  }
}

@media(min-width:1440px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-product-text {
    margin-top: 5px
  }
}

@media(min-width:1600px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-product-text {
    margin-top: 5px
  }
}

@media(min-width:480px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-product-text {
    font-size: 9px
  }
}

@media(min-width:1440px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-product-text {
    font-size: 9px
  }
}

@media(min-width:1600px) {
  .c-store-reviews-module__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-product-text {
    font-size: 9px
  }
}

.c-store-reviews-module__content .yotpo-icon.yotpo-corner.icon-yotpo-left-corner {
  left: 174px !important
}

.c-store-reviews-module__content .yotpo-icon.yotpo-corner.icon-yotpo-left-corner {
  color: #d0d0d0
}

.c-store-reviews-module__content .yotpo-reviews-carousel .carousel-tool-tip .yotpo-tool-tip {
  border-color: #d0d0d0 !important
}

.c-store-reviews-module__content .yotpo .yotpo-tool-tip-answer .tool-tip-header .header-blue,
.c-store-reviews-module__content .yotpo .yotpo-tool-tip-question .tool-tip-header .header-blue,
.c-store-reviews-module__content .yotpo .yotpo-tool-tip .tool-tip-header .header-blue {
  color: #000
}

.shopify-policy__body .rte {
  line-height: 160% !important;
  text-align: justify !important;
  font-size: 13px !important;
}














.zoom-container {
  position: center;
  overflow: hidden;
}

.zoom-image {
  transition: transform 0.3s ease;
  cursor: zoom-in;
  object-fit: contain;  /* Keeps aspect ratio intact */
}

.zoom-container:hover .zoom-image {
  transform: scale(2.0); /* Zooms in the image */
  transition: transform 0.3s ease;
}












/* Don't change*/