/** Shopify CDN: Minification failed

Line 6077:47 Unexpected "/"

**/
@charset "UTF-8";
/**
 -------------------------------------------------------------------------
 Global Variables - Colours
 -------------------------------------------------------------------------
 */
 :root {
	--colorBtnPrimary: #E96706;
	--colorBtnPrimaryText: #ffffff;
	--colorBtnPrimaryBgTransition: background 0.15s ease;
	--colorBtnPrimaryActive: #eb9873;
	--colorCartDot: #ef7945;
	--colorCartDotText: #ffffff;
	--colorLink: #000000;
	--colorTextBody: #000000;
	--colorSalePrice: #E96706;
	--colorSaleTag: #ffffff;
	--colorSaleTagText: #E96706;
	--colorBody: #ffffff;
	--colorBodyDim: #f2f2f2;
	--colorInputBg: #ffffff;
	--colorInputText: #000000;
	--colorAlt: #98996d;
	--colorAltText: #ffffff;
	--colorNav: #ffffff;
	--colorNavText: #000000;
	--colorAnnouncement: #f5ece3;
	--colorAnnouncementText: #000000;
	--colorNewsletter: #98996d;
	--colorNewsletterText: #ffffff;
	--colorHeroText: #ffffff;
	--colorSmallImageBg: #fdfbfa;
	--colorLargeImageBg: #eee5e0;
	--colorImageOverlay: #000000;
	--colorImageOverlayOpacity: 0.1;
	--colorImageOverlayTextShadow: 0.2;
	--colorDrawers: #f5ece3;
	--colorDrawersDim: #eedfd0;
	--colorDrawerText: #000000;
	--colorDrawerTextDarken: #000000;
	--color-body-text: #000000;
	--color-body: #ffffff;
	--color-bg: #ffffff;
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px
}

@keyframes placeholder-shimmer {
  0% {
    background-position: -150% 0;
  }
  to {
    background-position: 150% 0;
  }
}
@keyframes progressBar {
  0% {
    width: 0%;
  }
  95% {
    width: 100%;
    opacity: 1;
  }
  to {
    width: 100%;
    opacity: 0;
  }
}
@keyframes page-fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes page-slide-reveal-down {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(110vh);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-in-bg {
  0% {
    opacity: 0.2;
    transform: scale(1.06);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes partial-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}
@keyframes partial-fade-out {
  0% {
    opacity: 0.4;
  }
  to {
    opacity: 0;
  }
}
@keyframes pulse-fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes rise-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes cart-rise-up {
  0% {
    transform: translateY(120%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes hero-animate {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1.1);
  }
}
@keyframes hero-animate-small {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1.2);
  }
}
@keyframes hero-animate-out {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  to {
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes hero-animate-out-small {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  to {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes marquee-left {
  0% {
    transform: translateX(-1%);
  }
  to {
    transform: translateX(-51%);
  }
}
@keyframes marquee-right {
  0% {
    transform: translateX(-51%);
  }
  to {
    transform: translateX(-1%);
  }
}
@keyframes grid-product__loading {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0.2;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes remove {
  0% {
    transform: translateX(0);
    max-height: 250px;
    opacity: 1;
  }
  33% {
    transform: translateX(50%);
    max-height: 250px;
    opacity: 0;
  }
  to {
    transform: translateX(50%);
    max-height: 0;
    opacity: 0;
  }
}

.container, .container--sm, .container--extends-left, .container--extends-right, .container--no-padding {
  max-width: 100%;
  padding-left: calc(2rem - 10px);
  padding-right: calc(2rem - 10px);
}
@media (min-width: 1025px) {
  .container, .container--sm, .container--extends-left, .container--extends-right, .container--no-padding {
    width: 100%;
    max-width: calc(1320px + 2rem + 2rem);
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.container--no-padding {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1320px) {
  .container--extends-right {
    padding-right: 0px;
  }
}
@media (max-width: 1320px) {
  .container--extends-left {
    padding-left: 0px;
  }
}
.container--sm {
  max-width: 873px;
}

html {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
html[dir=rtl] {
  direction: rtl;
}

html,
body {
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  background-color: var(--colorBody);
  color: #000000;
  color: var(--colorTextBody);
}
html.drawer-open,
body.drawer-open {
  overflow-y: hidden;
}

/* ------------------------------------------
 *  Columns
 *------------------------------------------
 */
.col-2 {
  column-count: 2;
}

.col-3 {
  column-count: 3;
}

.col-4 {
  column-count: 4;
}

/* ------------------------------------------
 *    Grid
 * ------------------------------------------
 */
.grid, .grid--6, .grid--5, .grid--4, .grid--3, .grid--2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid--2 > * {
  width: calc((100% / 2) - 3rem1px);
  margin-left: 0.75rem/2;
  margin-right: 0.75rem/2;
}

.grid--3 > * {
  width: calc((100% / 3) - 3rem1px);
  margin-left: 0.75rem/2;
  margin-right: 0.75rem/2;
}

.grid--4 > * {
  width: calc((100% / 4) - 3rem1px);
  margin-left: 0.75rem/2;
  margin-right: 0.75rem/2;
}

.grid--5 > * {
  width: calc((100% / 5) - 3rem1px);
  margin-left: 0.75rem/2;
  margin-right: 0.75rem/2;
}

.grid--6 > * {
  width: calc((100% / 6) - 3rem1px);
  margin-left: 0.75rem/2;
  margin-right: 0.75rem/2;
}

.button {
  align-items: center;
  appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid transparent;
  display: inline-block;
  font-size: ms(-2);
  letter-spacing: calc( 0.25rem / 2);
  line-height: 1;
  outline: none;
  padding: 0.75rem 2rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button.button--primary {
  background-color: ;
  border-color: ;
  color: white;
  min-width: 4rem;
}
.button.button--primary:hover, .button.button--primary:visited, .button.button--primary:focus {
  opacity: 0.9;
}
.button.button--primary.button--outlined {
  background-color: transparent;
  border-color: ;
  color: ;
}
.button.button--primary.button--inverse {
  background-color: white;
  border-color: white;
  color: ;
}
.button.button--secondary {
  background-color: ;
  border-color: ;
  color: white;
  min-width: 4rem;
}
.button.button--secondary:hover, .button.button--secondary:visited, .button.button--secondary:focus {
  opacity: 0.8;
}
.button.button--secondary.button--outlined {
  background-color: transparent;
  border-color: ;
  color: ;
}
.button.button--secondary.button--inverse {
  background-color: white;
  border-color: white;
  color: ;
}
.button.button--with-icon {
  align-items: center;
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 0.75rem;
  text-align: left;
}
.button.button--with-icon svg {
  height: 0.75rem;
  width: 0.75rem;
  margin-left: 1.5rem;
}
.button.button--disabled {
  opacity: 0.7;
  pointer-events: none;
}
.button.button--block {
  display: block;
  text-align: center;
  width: 100%;
}

/* ---------------------------------------------
    Helpers
--------------------------------------------- */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex.f-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.flex > *.grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.flex.f-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .flex.tablet-only-f-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 769px) {
  .flex.above-tablet-f-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.flex.f-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .flex.tablet-only-f-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 769px) {
  .flex.above-tablet-f-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.flex.f-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .flex.tablet-only-f-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media (min-width: 769px) {
  .flex.above-tablet-f-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.flex.f-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.f-flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.flex.f-vertical-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .flex.tablet-only-f-vertical-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 769px) {
  .flex.above-tablet-f-vertical-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}
.flex.f-vertical-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 768px) {
  .flex.tablet-only-f-vertical-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
@media (min-width: 769px) {
  .flex.above-tablet-f-vertical-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.flex.f-vertical-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .flex.tablet-only-f-vertical-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
}
@media (min-width: 769px) {
  .flex.above-tablet-f-vertical-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
}
.flex.f-dir-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex.f-dir-reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex.f-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.f-equal-width > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex.f-wrap {
  flex-wrap: wrap;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (min-width: 769px) {
  .hidden-desktop {
    display: none !important;
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 768px) {
  .hidden-tablet {
    display: none !important;
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 769px) {
  .hidden-above-tablet {
    display: none !important;
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 1025px) {
  .hidden-above-small-desktop {
    display: none !important;
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1024px) {
  .hidden-small-desktop {
    display: none !important;
    opacity: 0;
    visibility: hidden;
  }
}
.page-section {
  margin-bottom: 2rem;
}
@media (min-width: 1025px) {
  .page-section {
    margin-bottom: 4rem;
  }
}

/**
 * Form
 * -----------------------------------------------------------------------------
 * Form resets, browser normalizing and base styling.
 *
 */
form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  margin: 0;
  padding: 0;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  font-family: inherit;
  touch-action: manipulation;
}

input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}

button,
input[type=submit],
label[for] {
  cursor: pointer;
}

textarea {
  min-height: 100px;
  resize: vertical;
}

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

/**
 * Force option color (affects IE only).
 */
option {
  background-color: white;
  color: ;
}

.input-error {
  background-color: white;
  border-color: ;
  color: ;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
textarea,
select {
  background-color: transparent;
  border: 1px solid ;
  color: ;
  display: block;
  font-size: ms(-1);
  padding: 8px 13px;
  position: relative;
  width: 100%;
  outline: none;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder,
select::placeholder {
  color: ;
  font-size: 13px;
}
input[type=text][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=tel][disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
  opacity: 0.75;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  border-color: ;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

label {
  display: inline-block;
}

select {
  appearance: none;
  background-clip: padding-box;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  border-radius: 0;
  font-size: ms(-1);
  padding-right: 2rem;
  text-transform: none;
}

input[type=checkbox],
input[type=radio] {
  accent-color: ;
  height: 1rem;
  margin-right: 0.25rem;
  width: 1rem;
}

.form-group {
  margin-bottom: 1rem;
}

.checkbox__container,
.radio__container {
  align-items: center;
  display: flex;
}

img {
  display: block;
  max-width: 100%;
}

.object-cover {
  display: block;
  overflow: hidden;
}
.object-cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.object-cover.object-cover__top img {
  object-position: top;
}

.object-contain {
  display: block;
}
.object-contain > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.object-contain .object-contain__top img {
  object-position: top;
}

.alternative-object-fit {
  background-size: cover;
  background-position: center center;
}
.alternative-object-fit.contain {
  background-size: contain;
  background-repeat: no-repeat;
}
.alternative-object-fit img {
  opacity: 0;
}

@media (min-width: 321px) {
  .mobile-small-only {
    display: none !important;
  }
}

@media (min-width: 481px) {
  .mobile-only {
    display: none !important;
  }
}

@media (min-width: 601px) {
  .mobile-large-only {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .tablet-only {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .small-desktop-only {
    display: none !important;
  }
}

@media (min-width: 1201px) {
  .medium-desktop-only {
    display: none !important;
  }
}

@media (min-width: 1441px) {
  .large-desktop-only {
    display: none !important;
  }
}

@media (max-width: 1440px) {
  .above-large-desktop {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .above-medium-desktop {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .above-small-desktop {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .above-tablet {
    display: none !important;
  }
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font-family: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* ---------------------------------------------
    Icons: Global icon styles
--------------------------------------------- */
.icon {
  display: inline-block;
  fill: currentColor;
  height: 1.5rem;
  width: 1.5rem;
  pointer-events: none;
}
.icon.icon--payment {
  width: 2.5rem;
  height: auto;
}

/* ---------------------------------------------
    Components
--------------------------------------------- */
[data-preloader] [data-preload] {
  -webkit-transition: 0.2s all ease-in-out, filter 750ms ease 100ms;
  -moz-transition: 0.2s all ease-in-out, filter 750ms ease 100ms;
  -ms-transition: 0.2s all ease-in-out, filter 750ms ease 100ms;
  -o-transition: 0.2s all ease-in-out, filter 750ms ease 100ms;
  transition: 0.2s all ease-in-out, filter 750ms ease 100ms;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px);
}
[data-preloader] [data-preload][data-preload=loaded] {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  filter: blur(0px);
}

/* ---------------------------------------------
    Sections
--------------------------------------------- */
/* ------------------------------------------
    Site header
------------------------------------------ */
.header-wrapper .language__selector {
  margin-left: 15px;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
@media (max-width: 768px) {
  .header-wrapper .language__selector {
    display: none;
  }
}
.header-wrapper .language__selector .multi-picker__label {
  display: none;
}
.header-wrapper .language__selector .disclosure-list {
  top: 100%;
  right: 0;
  bottom: auto;
  background-color: #f5ece3;
}
.header-wrapper .language__selector .lang-tick {
  display: none;
}
.header-wrapper .lang__flag {
  margin-right: 10px;
  vertical-align: middle;
}
.header-wrapper.is-light .multi-picker__label {
  color: #ffffff;
}
.header-wrapper.is-light svg.icon-chevron-down path {
  stroke: #ffffff !important;
}

/* ------------------------------------------
    Site footer (Main)
------------------------------------------ */
.site-footer .page-width {
  max-width: unset;
  padding: 0 72px;
}
@media (max-width: 1024px) {
  .site-footer .page-width {
    padding: 0 34px;
  }
}
@media (max-width: 1024px) {
  .site-footer .site-footer__section-container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.site-footer .site-footer__section.site-footer__section--links {
  width: 55%;
}
@media (max-width: 1024px) {
  .site-footer .site-footer__section.site-footer__section--links {
    width: 100%;
    order: 2;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .site-footer .site-footer__linklist {
    width: 50%;
    margin-bottom: 20px;
  }
}
.site-footer .site-footer__linklist li {
  display: block;
  text-align: left;
}
.site-footer .site-footer__title {
  font-size: 24px;
  color: #141414;
  font-family: "Pierson";
  margin-bottom: 26px;
  text-align: left;
}
.site-footer .site-footer__section.site-footer__section--newsletter {
  width: 28%;
  margin: 0;
  padding: 0;
  background-color: unset;
}
@media (max-width: 1024px) {
  .site-footer .site-footer__section.site-footer__section--newsletter {
    width: 100%;
    margin-bottom: 40px;
    order: 1;
  }
}
@media (max-width: 1024px) {
  .site-footer form.klaviyo-form {
    max-width: unset !important;
  }
}
.site-footer form.klaviyo-form div {
  min-height: unset !important;
}
.site-footer form.klaviyo-form div div div {
  padding: 0 !important;
}
.site-footer form.klaviyo-form input {
  height: 37px !important;
  font-size: 160x !important;
}
.site-footer form.klaviyo-form input::-webkit-input-placeholder {
  font-size: 16px !important;
}
.site-footer form.klaviyo-form input:-moz-placeholder {
  font-size: 16px !important;
}
.site-footer form.klaviyo-form input::-moz-placeholder {
  font-size: 16px !important;
}
.site-footer form.klaviyo-form input:-ms-input-placeholder {
  font-size: 16px !important;
}
.site-footer form.klaviyo-form input::placeholder {
  font-size: 16px !important;
}
.site-footer form.klaviyo-form button {
  height: 37px !important;
  padding: 0 30px !important;
  font-size: 16px !important;
}
.site-footer .site-footer__copyright {
  margin-top: 60px;
}
.site-footer .site-footer__copyright span {
  padding: 0 2px;
}

/**
* ----------------------------------------------------------------
* Section: Hero
* - Used on homepage primarily but may be use on other templates
* ----------------------------------------------------------------
*/
.hero {
  align-items: center;
  display: flex;
  flex-direction: row;
  min-height: 300px;
  position: relative;
}
.hero.hero--overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.hero.hero--blank {
  background-color: #f9f9f9;
}
@media (min-width: 769px) {
  .hero {
    max-height: 100vh;
  }
  .hero.hero--full {
    min-height: 100vh;
  }
  .hero.hero--large {
    min-height: 900px;
  }
  .hero.hero--medium {
    min-height: 700px;
  }
  .hero.hero--small {
    min-height: 400px;
  }
}
.hero__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.hero__title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.hero__copy {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.hero__btns {
  width: calc(100% + 1rem);
  position: relative;
  left: -0.5rem;
}
@media (min-width: 769px) {
  .hero__btns.desktop-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .hero__btns.desktop-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .hero__btns.desktop-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
}
@media (max-width: 768px) {
  .hero__btns.mobile-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .hero__btns.mobile-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .hero__btns.mobile-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
}
.hero__btn {
  margin: 0.5rem;
}
.hero__content {
  position: relative;
  z-index: 2;
  height: 100%;
}
.hero__content.hero__content--light {
  color: white;
}
@media (min-width: 769px) {
  .hero__content.desktop-left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  .hero__content.desktop-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: center;
  }
  .hero__content.desktop-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    text-align: right;
  }
}
@media (max-width: 768px) {
  .hero__content.mobile-left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  .hero__content.mobile-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: center;
  }
  .hero__content.mobile-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    text-align: right;
  }
}

/* ------------------------------------------
    Featured Products Section
------------------------------------------ */
.featured-products__title {
  margin: 0 0.5rem 0 0;
}
@media (max-width: 768px) {
  .featured-products__button {
    margin-top: 0.5rem;
  }
}
.featured-products__top {
  margin-bottom: 0.75rem;
}
@media (min-width: 1025px) {
  .featured-products__product.swiper-slide {
    width: calc((100% / 4) - (((4 - 1) * 30px) / 4));
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .featured-products__product.swiper-slide {
    width: calc((100% / 3) - (((3 - 1) * 20px) / 3));
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  .featured-products__product.swiper-slide {
    width: calc((100% / 2) - (((2 - 1) * 10px) / 2));
  }
}
.featured-products__products.swiper {
  margin-top: 1rem;
  display: block;
}
.featured-products__products.swiper > .swiper-scrollbar {
  margin-top: 1.5rem;
  position: relative;
}

/* ------------------------------------------
    Media Text Section
------------------------------------------ */
.media-text {
  display: grid;
}
@media (min-width: 1025px) {
  .media-text {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .media-text {
    grid-template-columns: 1fr;
  }
}
.media-text__copy {
  padding: 2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.media-text__copy * {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.media-text__copy *:last-child {
  margin-bottom: 0;
}
.media-text__media {
  background-color: ;
}
@media (max-width: 1024px) {
  .media-text__media {
    grid-column-start: 1;
    grid-row-start: 1;
  }
}
.media-text__media--first {
  grid-column-start: 1;
  grid-row-start: 1;
}
.media-text__media img, .media-text__media [data-player] {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.product-main__wrapper {
  margin-top: 2rem;
}
@media (min-width: 1025px) {
  .product-main__wrapper {
    display: flex;
    gap: 2rem;
  }
}
@media (min-width: 1025px) {
  .product-main__gallery {
    flex: 1;
    width: 50%;
  }
}
.product-main__details {
  margin-top: 2rem;
}
@media (min-width: 1025px) {
  .product-main__details {
    flex: 1;
    margin-top: 0;
  }
}
.product-main__details__description {
  margin-top: 0.75rem;
}
@media (min-width: 1025px) {
  .product-main__details__description {
    margin-top: 2rem;
  }
}

/* ------------------------------------------
    Cart Section
------------------------------------------ */
.cart__wrapper {
  display: flex;
  flex-flow: row wrap;
}
.cart__header {
  flex: 0 0 100%;
}
.cart__body {
  flex: 0 0 100%;
}
@media (min-width: 1025px) {
  .cart__body {
    flex: 0 0 50%;
  }
}

@media (min-width: 1025px) {
  .blog__articles--desktop-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog__articles--desktop-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .blog__articles--desktop-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .blog__articles--tablet-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog__articles--tablet-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .blog__articles--tablet-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 600px) {
  .blog__articles--mobile-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .blog__articles--mobile-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog__articles--mobile-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

/**
------------------------------------------------------
* Featured Articles
------------------------------------------------------
*/
.article-featured__wrapper {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1025px) {
  .article-featured__wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

.banner {
  background-color: #92C0EB;
}
.banner .banner__container {
  height: 542px;
}
@media (max-width: 768px) {
  .banner .banner__container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: unset;
  }
}
.banner .banner__col {
  width: 50%;
}
@media (max-width: 768px) {
  .banner .banner__col {
    width: 100%;
    height: 265px;
  }
}
.banner .banner__col.banner__col--padding {
  padding: 0 84px;
}
@media (max-width: 1200px) {
  .banner .banner__col.banner__col--padding {
    padding: 0 30px;
  }
}
@media (max-width: 600px) {
  .banner .banner__col.banner__col--padding {
    padding: 0 15%;
  }
}
.banner .banner__logo {
  margin-bottom: 5%;
  width: 82px;
  height: 84px;
}
@media (max-width: 768px) {
  .banner .banner__logo {
    width: 52px;
    height: auto;
    margin: auto;
  }
}
.banner .banner__title {
  margin-bottom: 50px;
  font-family: "Pierson", serif;
  font-size: 72px;
  font-weight: 200;
  color: #1C5367;
}
@media (max-width: 1200px) {
  .banner .banner__title {
    font-size: 50px;
    line-height: 52px;
  }
}
@media (max-width: 768px) {
  .banner .banner__title {
    font-size: 30px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
.banner .banner__subtitle {
  font-size: 22px;
  color: #1C5367;
}
@media (max-width: 768px) {
  .banner .banner__subtitle {
    font-size: 16px;
    text-align: center;
  }
}
.banner .banner__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.newsletter-landing {
  margin: 70px 0;
}
.newsletter-landing .newsletter-landing__title {
  font-family: "Pierson", serif;
  font-size: 36px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .newsletter-landing .newsletter-landing__title {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: normal;
  }
}
.newsletter-landing .newsletter-landing__title.newsletter-landing__title--review {
  width: 72%;
  margin: 0 auto 20px;
}
.newsletter-landing .newsletter-landing__container {
  width: 720px;
  margin: auto;
}
@media (max-width: 768px) {
  .newsletter-landing .newsletter-landing__container {
    width: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.newsletter-landing .newsletter-landing__container .newsletter-landing__title {
  margin-bottom: 34px;
}
.newsletter-landing .newsletter-landing__col--icons {
  margin-right: 45px;
  padding-right: 50px;
  border-right: 1px solid #eae6e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 768px) {
  .newsletter-landing .newsletter-landing__col--icons {
    margin-top: 45px;
    padding-right: 0;
    border: 0;
    width: 76%;
    margin: 50px auto 0;
    order: 2;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.newsletter-landing .newsletter-landing__col--newsletter {
  width: 76%;
}
@media (max-width: 768px) {
  .newsletter-landing .newsletter-landing__col--newsletter {
    margin: auto;
    order: 1;
  }
}
.newsletter-landing .newsletter-landing__icon {
  margin-bottom: 25px;
  max-width: none!important;
}
@media (max-width: 768px) {
  .newsletter-landing .newsletter-landing__icon {
    width: 62px;
    height: 62px;
    margin: 0 8px 5px;
  }
}
.newsletter-landing .newsletter-landing__form label {
  display: none;
}
.newsletter-landing .newsletter-landing__form input {
  width: 100%;
}
.newsletter-landing .newsletter-landing__input {
  margin-bottom: 26px;
}
.newsletter-landing .newsletter-landing__input input {
  border: 1px solid #141414;
}
.newsletter-landing .newsletter-landing__input input::-webkit-input-placeholder {
  font-weight: 300;
  color: #141414;
  opacity: 1;
}
.newsletter-landing .newsletter-landing__input input:-moz-placeholder {
  font-weight: 300;
  color: #141414;
  opacity: 1;
}
.newsletter-landing .newsletter-landing__input input::-moz-placeholder {
  font-weight: 300;
  color: #141414;
  opacity: 1;
}
.newsletter-landing .newsletter-landing__input input:-ms-input-placeholder {
  font-weight: 300;
  color: #141414;
  opacity: 1;
}
.newsletter-landing .newsletter-landing__input input::placeholder {
  font-weight: 300;
  color: #141414;
  opacity: 1;
}
.newsletter-landing .newsletter-landing__input.agb label {
  display: inline-block;
  color: #d8551a;
  font-weight: 800;
  vertical-align: middle;
}
.newsletter-landing .newsletter-landing__input.agb input {
  width: 20px;
  height: 20px;
  border: 1px solid #d8551a;
}
.newsletter-landing .newsletter-landing__submit {
  width: 100%;
  text-align: center;
  color: #ffffff;
  background-color: #d8551a;
  font-size: 14px;
  font-weight: 700;
}
.newsletter-landing .newsletter-landing__submit input {
  width: 100%;
  border-bottom: 0;
}
.newsletter-landing .newsletter-landing__products {
  width: 720px;
  margin: 95px auto 0;
}
@media (max-width: 768px) {
  .newsletter-landing .newsletter-landing__products {
    width: 76%;
    margin: 40px auto 60px;
  }
}
@media (max-width: 768px) {
  .newsletter-landing .newsletter-landing__products-container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.newsletter-landing .newsletter-landing__product-one {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .newsletter-landing .newsletter-landing__image {
    margin: auto;
    width: 100%;
  }
}
.newsletter-landing .newsletter-landing__product-title {
  margin-top: 26px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .newsletter-landing .newsletter-landing__product-title {
    margin-top: 10px;
    font-size: 15px;
    text-align: left;
  }
}
.newsletter-landing .newsletter-landing__subtitle {
  font-size: 18px;
  font-weight: 500;
}
.newsletter-landing .newsletter-landing__subtitle.newsletter-landing__subtitle--review {
  width: 72%;
  margin: auto;
}
.newsletter-landing .newsletter-landing__reviews {
  width: 720px;
  margin: auto;
}
@media (max-width: 768px) {
  .newsletter-landing .newsletter-landing__reviews {
    width: 100%;
    overflow: hidden;
  }
}
.newsletter-landing .newsletter-landing__reviews .spr-header {
  display: none;
}
.newsletter-landing .newsletter-landing__reviews .spr-icon-star::before {
  color: #d8551a;
}
.newsletter-landing .newsletter-landing__reviews .spr-review:first-of-type {
  border-top: 0;
}
@media (max-width: 768px) {
  .newsletter-landing .newsletter-landing__reviews .spr-review:first-of-type {
    border-top: 1px solid #000000;
  }
}
.newsletter-landing .newsletter-landing__reviews .spr-review-header-title {
  font-size: 18px !important;
}
.newsletter-landing .newsletter-landing__reviews .spr-review-header-byline {
  font-style: normal;
  font-size: 14px;
}
.newsletter-landing .newsletter-landing__reviews .spr-review-header-byline strong {
  font-weight: 800;
}
.newsletter-landing .newsletter-landing__reviews .spr-review-reportreview {
  font-size: 14px;
  font-weight: 300;
}

/* ---------------------------------------------
    Snippets
--------------------------------------------- */
.breadcrumbs {
  font-size: 12px;
  letter-spacing: 0px;
  color: #a8a8a8;
}
.breadcrumbs li:nth-of-type(n + 2) {
  padding-left: 4px;
}

/* ---------------------------------------------
    Mega Menu
--------------------------------------------- */
.megamenu__list {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 3;
}
.megamenu__list-item {
  padding: 1.5rem 0;
  margin: 0 0 0 45px;
}
.megamenu__list-item .icon {
  align-self: center;
  height: 0.5rem;
  margin-left: 0.5rem;
  width: 0.5rem;
}
.megamenu__list-item:hover .megamenu__dropdown, .megamenu__list-item:focus-within .megamenu__dropdown {
  display: block;
}
.megamenu__list-item:hover .megamenu__parent-link, .megamenu__list-item:focus-within .megamenu__parent-link {
  color: ;
}
.megamenu__list-item:hover .icon, .megamenu__list-item:focus-within .icon {
  transform: rotate(180deg);
}
.megamenu__list-item:first-child {
  margin-left: 0;
}
.megamenu__parent-link {
  appearance: none;
  background: none;
  border: 0;
  color: inherit;
  padding: 0;
  align-content: center;
  display: flex;
  font-size: inherit;
  margin: 0 0.75rem;
  text-decoration: none;
}
.megamenu__parent-link:first-child {
  margin-left: 0;
}
.megamenu__parent-link:last-child {
  margin-right: 0;
}
.megamenu__child-list {
  break-inside: avoid;
  column-count: 2;
  list-style: none;
  margin: 0;
  padding: 0;
}
.megamenu__child-link {
  display: inline-block;
  margin: 1.5rem 0 0.75rem;
}
.megamenu__child-wrapper {
  width: 100%;
  height: 100%;
  flex: 1;
}
.megamenu__dropdown {
  display: none;
  background-color: ;
  left: 0;
  padding: 0 0 2rem 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: -1;
}
.megamenu__dropdown:hover, .megamenu__dropdown.is-active {
  display: block;
}
.megamenu__dropdown-container {
  display: flex;
  padding: 4rem 6rem 2.5rem;
}
.megamenu__highlights {
  flex: 1;
}
.megamenu__highlights-wrapper {
  display: grid;
  padding: 0.75rem 0 0;
  grid-gap: 1.5rem;
}
.megamenu__highlights-wrapper.megamenu__highlights-wrapper--images {
  background-color: transparent;
  grid-gap: 2rem;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  max-height: 100%;
  padding: 0;
}
.megamenu__highlights-wrapper.megamenu__highlights-wrapper--images > :only-child {
  grid-column: 1/-1;
}
.megamenu__highlights-link {
  align-items: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: auto;
  max-height: 100%;
  max-width: 25rem;
  position: relative;
  width: 100%;
}
.megamenu__highlights-link::after {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
}
.megamenu__highlights-link:hover::after {
  opacity: 1;
}
.megamenu button {
  appearance: none;
  background: none;
  border: 0;
  color: inherit;
  padding: 0;
}

/*
----------------------------------------------------------------------
Mobile Navigation
----------------------------------------------------------------------
*/
.mobile-menu {
  background-color: white;
  height: 100%;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  transition: transform 0.6s ease 0.2s;
  width: 100vw;
  z-index: 9;
}
.mobile-menu__close {
  padding: 0.75rem;
}
.mobile-menu__close .icon {
  height: 1rem;
  width: 1rem;
}
.mobile-menu__wrapper {
  height: 100%;
  overflow-y: auto;
  position: relative;
  z-index: 1;
}
.mobile-menu__search {
  background-color: #f9f9f9;
  padding: 0.75rem;
}
.mobile-menu__navlist, .mobile-menu__child-navlist {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
}
.mobile-menu__navlist {
  padding: 0.75rem;
}
.mobile-menu__child-navlist {
  display: none;
  margin-left: 0.75rem;
}
.mobile-menu__child-navlist.is-active {
  display: block;
}
.mobile-menu__link {
  appearance: none;
  background: none;
  border: 0;
  color: inherit;
  padding: 0;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.mobile-menu__link .icon {
  height: 1rem;
  width: 1rem;
}
.mobile-menu.is-active {
  transform: translateX(0);
  transition: transform 0.6s ease;
}
@media (min-width: 1025px) {
  .mobile-menu.is-active {
    transform: translateX(-100%);
    transition: transform 0.6s ease 0.2s;
  }
}

/**
* ----------------------------------------------------------------
* Global Pagination Styles
* - Used on collection templates
* ----------------------------------------------------------------
*/
.pagination {
  gap: 1rem;
  margin-top: 2.5rem;
}

/**
* ----------------------------------------------------------------
* Snippet: Product grid
* - Used on collection & search templates
* ----------------------------------------------------------------
*/
.product-grid__products {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
@media (min-width: 1025px) {
  .product-grid__products {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;
  }
}

.product-original-price {
  opacity: 0.5;
  text-decoration: line-through;
  margin-right: 5px;
}

/**
* ----------------------------------------------------------------
* Product Gallery styles
* - Used on product templates
* ----------------------------------------------------------------
*/
.product-gallery__media, .product-gallery__media img {
  width: 100%;
}

/* ------------------------------------------
    Search Form
    - Visibile in site header
------------------------------------------ */
.search-form {
  position: relative;
  width: 100%;
}
.search-form__input[type=search] {
  padding-right: 2rem;
}
.search-form__submit {
  appearance: none;
  background: none;
  border: 0;
  color: inherit;
  padding: 0;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
.search-form__submit .icon {
  height: 1rem;
  width: 1rem;
}

.single-article {
  width: 100%;
}
.single-article__image {
  filter: brightness(100%);
  margin-bottom: 0.75rem;
  position: relative;
  transition: filter 0.6s ease;
  width: 100%;
}
.single-article__image.single-article__image {
  padding-top: 75%;
}
.single-article__image img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.single-article__image:hover {
  filter: brightness(80%);
}
.single-article__title {
  margin-top: 0.75rem;
}
.single-article__button {
  margin-top: 0.75rem;
}
.single-article__copy {
  margin-top: 0.75rem;
}

.single-product a {
  text-decoration: none;
}
.single-product__image {
  position: relative;
}
.single-product__title {
  margin: 0.75rem 0;
}
.single-product__price {
  margin-top: 0.75rem;
}
.single-product__price--sale {
  opacity: 0.5;
  text-decoration: line-through;
  margin-right: 5px;
}
.single-product__badge {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: ;
  color: white;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.5rem;
}
.single-product__badge--sale {
  background: ;
}
.single-product__badge--sold-out {
  background: ;
}

/* ------------------------------------------
    Snippet: Social Links
    - Visibile in site footer
------------------------------------------ */
.social-links {
  display: flex;
  flex-wrap: wrap;
}
.social-links__list-item {
  margin: 0.75rem;
}
.social-links__list-item:first-of-type {
  margin-left: 0;
}
.social-links__list-item:last-child {
  margin-right: 0;
}

/**
* ----------------------------------------------------------------
* Snippet: Article grid
* - Used on blog templates
* ----------------------------------------------------------------
*/
.article-grid__articles {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: grid;
  gap: 0.75rem;
}
@media (min-width: 1025px) {
  .article-grid__articles {
    gap: 2rem;
  }
}

.slide-nav__wrapper .slide-nav__item--language {
  margin-top: 20px;
  border-top: 1px solid #e98228;
  border-bottom: 1px solid #e98228;
}
.slide-nav__wrapper .language__selector {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  justify-content: left;
}
.slide-nav__wrapper .language__selector .multi-picker__label {
  margin-left: 10px;
}
.slide-nav__wrapper .language__selector .multi-selectors__item {
  width: 100%;
  margin: 0;
}
.slide-nav__wrapper .language__selector .multi-selectors__item svg.icon-chevron-down {
  display: none;
}
.slide-nav__wrapper .language__selector .lang__flag {
  margin-right: 10px;
  vertical-align: middle;
}
.slide-nav__wrapper .language__selector .lang-tick {
  position: absolute;
  right: 0;
  top: 30%;
}
.slide-nav__wrapper .language__selector .disclosure__toggle {
  width: 100%;
  padding: 8px 30px;
  text-align: left;
  font-size: 20px !important;
}
.slide-nav__wrapper .language__selector .disclosure__toggle[aria-expanded=true] {
  background-color: #e37224;
}
.slide-nav__wrapper .language__selector .disclosure-list {
  position: static;
  background-color: #f5ece3;
  padding: 10px 30px;
  list-style: none;
}
.slide-nav__wrapper .language__selector .disclosure-list__item {
  padding: 5px 0;
  font-size: 12px;
}
.slide-nav__wrapper .language__selector .disclosure-list__item:first-of-type {
  border-bottom: 1px solid #e3ded9;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.slide-nav__wrapper .language__selector .disclosure-list__item.disclosure-list__item--current {
  font-weight: 600;
}
.slide-nav__wrapper .language__selector .disclosure-list__option {
  display: block;
  position: relative;
  width: 100%;
  font-size: 15px;
}
.slide-nav__wrapper .language__selector .disclosure-list__option:hover, .slide-nav__wrapper .language__selector .disclosure-list__option:active {
  color: #000000;
}

/* ---------------------------------------------
    Vendors
--------------------------------------------- */
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  height: 100%;
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}

.plyr audio, .plyr iframe, .plyr video {
  display: block;
  height: 100%;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
  box-sizing: inherit;
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(10px * 2);
    padding: calc(var(--plyr-control-spacing,10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(10px * -4));
  transform: translateY(calc(var(--plyr-control-spacing,10px) * -4));
}

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(10px * .7);
  padding: calc(var(--plyr-control-spacing,10px) * .7);
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: calc(10px / 4);
  margin-left: calc(var(--plyr-control-spacing,10px)/ 4);
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(10px / 4);
  padding-left: calc(var(--plyr-control-spacing,10px)/ 4);
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(10px / 2);
  padding: 0 calc(var(--plyr-control-spacing,10px)/ 2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: calc(((18px / 2) + calc(10px * .7)) - (4px / 2));
  right: calc(((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7)) - (var(--plyr-menu-arrow-size,4px)/ 2));
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: calc(10px * .7);
  padding: calc(var(--plyr-control-spacing,10px) * .7);
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding-bottom: calc(calc(10px * .7)/ 1.5);
  padding-bottom: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);
  padding-left: calc(calc(10px * .7) * 1.5);
  padding-left: calc(calc(var(--plyr-control-spacing,10px) * .7) * 1.5);
  padding-right: calc(calc(10px * .7) * 1.5);
  padding-right: calc(calc(var(--plyr-control-spacing,10px) * .7) * 1.5);
  padding-top: calc(calc(10px * .7)/ 1.5);
  padding-top: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(10px * .7) * 4);
  padding-right: calc(calc(var(--plyr-control-spacing,10px) * .7) * 4);
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: calc((calc(10px * .7) * 1.5) - 4px);
  right: calc((calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px));
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(10px * .7);
  margin: calc(var(--plyr-control-spacing,10px) * .7);
  margin-bottom: calc(calc(10px * .7)/ 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 2);
  padding-left: calc(calc(10px * .7) * 4);
  padding-left: calc(calc(var(--plyr-control-spacing,10px) * .7) * 4);
  position: relative;
  width: calc(100% - (calc(10px * .7) * 2));
  width: calc(100% - (calc(var(--plyr-control-spacing,10px) * .7) * 2));
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: calc((calc(10px * .7) * 1.5) - 4px);
  left: calc((calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px));
}

.plyr__menu__container .plyr__control--back::before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: calc(calc(10px * .7)/ 2);
  margin-top: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(10px * .7);
  padding-left: calc(var(--plyr-control-spacing,10px) * .7);
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after, .plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #00b3ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(35, 40, 47, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(10px * .7) - 2) * -1);
  margin-right: calc((calc(var(--plyr-control-spacing,10px) * .7) - 2) * -1);
  overflow: hidden;
  padding-left: calc(calc(10px * .7) * 3.5);
  padding-left: calc(calc(var(--plyr-control-spacing,10px) * .7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: calc(13px * 2);
  border-radius: calc(var(--plyr-range-thumb-height,13px) * 2);
  color: #00b3ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  display: block;
  height: calc((3px * 2) + 13px);
  height: calc((var(--plyr-range-thumb-active-shadow-width,3px) * 2) + var(--plyr-range-thumb-height,13px));
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(to right, currentColor 0, transparent 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
  margin-top: calc(((13px - 5px)/ 2) * -1);
  margin-top: calc(((var(--plyr-range-thumb-height,13px) - var(--plyr-range-track-height,5px))/ 2) * -1);
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width: calc(768px - 1)) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(10px / 2) * 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing,10px)/ 2) * 2);
  opacity: 0;
  padding: calc(10px / 2) calc(calc(10px / 2) * 1.5);
  padding: calc(var(--plyr-control-spacing,10px)/ 2) calc(calc(var(--plyr-control-spacing,10px)/ 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(4px * -1);
  bottom: calc(var(--plyr-tooltip-arrow-size,4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc((18px / 2) + calc(10px * .7));
  left: calc((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc((18px / 2) + calc(10px * .7));
  right: calc((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7));
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: calc(13px * .5);
  left: calc(var(--plyr-range-thumb-height,13px) * .5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(13px * -.5);
  margin-left: calc(var(--plyr-range-thumb-height,13px) * -.5);
  margin-right: calc(13px * -.5);
  margin-right: calc(var(--plyr-range-thumb-height,13px) * -.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height,13px));
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc((5px / 2) * -1);
  margin-top: calc((var(--plyr-range-track-height,5px)/ 2) * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 40, 47, 0.6) 50%, rgba(35, 40, 47, 0.6) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}

.plyr__volume input[type=range] {
  margin-left: calc(10px / 2);
  margin-left: calc(var(--plyr-control-spacing,10px)/ 2);
  margin-right: calc(10px / 2);
  margin-right: calc(var(--plyr-control-spacing,10px)/ 2);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  background: #000;
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  left: 0;
  position: absolute;
  top: 0;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(10px / 2);
  padding: calc(var(--plyr-control-spacing,10px)/ 2);
  padding-top: calc(10px * 2);
  padding-top: calc(var(--plyr-control-spacing,10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(10px * 3.5);
    padding-top: calc(var(--plyr-control-spacing,10px) * 3.5);
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(10px * 1.5);
  padding: calc(var(--plyr-control-spacing,10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }

  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }

  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(10px / 2) * 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing,10px)/ 2) * 2);
  opacity: 0;
  padding: 3px;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(4px * -1);
  bottom: calc(var(--plyr-tooltip-arrow-size,4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: calc(3px - 1px);
  border-radius: calc(var(--plyr-tooltip-radius,3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: calc(3px - 1px);
  border-radius: calc(var(--plyr-tooltip-radius,3px) - 1px);
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

/* ------------------------------------------
    Plyr/Player Component Overides
------------------------------------------ */
.plyr__control--overlaid {
  background: ;
}

[data-plyr=play] {
  border-radius: 100%;
}
@media (min-width: 769px) {
  [data-plyr=play]:hover {
    background:  !important;
  }
}

.plyr__volume input[type=range] {
  color: ;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  color: ;
  background-color: ;
  border-radius: 0;
  border: 1px solid;
  height: 8px;
}

/* ------------------------------------------
    Flickity Overides
------------------------------------------ */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  transition: height 0.35s;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

.flickity-enabled.is-draggable[data-arrows=true] .flickity-viewport {
  cursor: default;
}

.flickity-enabled.is-draggable[data-arrows=true] .flickity-viewport.is-pointer-down {
  cursor: default;
}

.flickity-button {
  position: absolute;
  border: none;
  color: #ffffff;
  color: var(--colorBtnPrimaryText);
  background: #d9581f;
  background: var(--colorBtnPrimary);
  border-radius: 50%;
}

.hero .flickity-button {
  color: #000000;
  color: var(--colorTextBody);
  background-color: #ffffff;
  background-color: var(--colorBody);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.flickity-button:hover {
  cursor: pointer;
  opacity: 1;
}

.flickity-button:disabled {
  display: none;
  cursor: auto;
  pointer-events: none;
}

.flickity-prev-next-button {
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .flickity-prev-next-button {
    width: 33px;
    height: 33px;
  }
}
.flickity-prev-next-button:hover {
  transform: translateY(-50%) scale(1.12);
}

.flickity-prev-next-button:active {
  transform: translateY(-50%) scale(1);
  transition: transform 0.05s ease-out;
}

.flickity-previous {
  left: 10px;
}

.flickity-next {
  right: 10px;
}

.flickity-rtl .flickity-previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-next {
  right: auto;
  left: 10px;
}

.flickity-button-icon {
  position: absolute;
  left: 35%;
  top: 35%;
  width: 30%;
  height: 30%;
  fill: currentColor;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  color: currentColor;
}

.hero .flickity-page-dots {
  bottom: 20px;
  color: #fff;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  border-radius: 100%;
  cursor: pointer;
  background-color: currentColor;
  opacity: 0.4;
}

.flickity-page-dots .dot:hover {
  opacity: 0.6;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background-color: currentColor;
  width: 9px;
  height: 9px;
}

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

.hero[data-arrows=true] {
  overflow: visible;
}

.hero[data-arrows=true] .flickity-prev-next-button {
  top: auto;
  bottom: -20px;
  transform: none;
  z-index: 2;
}

.hero[data-arrows=true] .flickity-prev-next-button:hover {
  transform: scale(1.12);
}

.hero[data-arrows=true] .flickity-prev-next-button:active {
  transform: scale(1);
}

.hero[data-arrows=true] .flickity-previous {
  left: auto;
  right: 90px;
}

.hero[data-arrows=true] .flickity-next {
  right: 40px;
}

.hero[data-arrows=true].flickity-rtl .flickity-previous {
  right: auto;
  left: 90px;
}

.hero[data-arrows=true].flickity-rtl .flickity-next {
  right: auto;
  left: 40px;
}

@media only screen and (max-width: 768px) {
  .hero[data-arrows=true] .flickity-prev-next-button {
    bottom: -16px;
  }

  .hero[data-arrows=true] .flickity-previous {
    right: 60px;
  }

  .hero[data-arrows=true] .flickity-next {
    right: 20px;
  }

  .hero[data-arrows=true].flickity-rtl .flickity-previous {
    left: 60px;
  }

  .hero[data-arrows=true].flickity-rtl .flickity-next {
    left: 20px;
  }
}
[data-bars=true].hero .flickity-page-dots {
  bottom: 0;
  height: 6px;
  line-height: 6px;
  z-index: 2;
}

[data-bars=true] .flickity-page-dots .dot {
  position: relative;
  border-radius: 0;
  width: 120px;
  height: 6px;
  border: 0;
  opacity: 1;
  vertical-align: top;
  background: none;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  [data-bars=true] .flickity-page-dots .dot {
    width: 45px;
  }
}
[data-bars=true] .flickity-page-dots .dot:after,
[data-bars=true] .flickity-page-dots .dot:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
}

[data-bars=true] .flickity-page-dots .dot:before {
  opacity: 0.1;
  background-color: #000;
}

[data-bars=true] .flickity-page-dots .dot:hover:before {
  opacity: 0.2;
}

[data-bars=true] .flickity-page-dots .dot:after {
  transform: translateX(-100%);
  transition: none;
  background-color: currentColor;
}

[data-bars=true] .flickity-page-dots .dot.is-selected:after {
  animation: slideshowBars 0s linear forwards;
}

/* ---------------------------------------------
    Variables
--------------------------------------------- */
/* ---------------------------------------------
    Animations
--------------------------------------------- */
@keyframes placeholder-shimmer {
  0% {
    background-position: -150% 0;
  }
  to {
    background-position: 150% 0;
  }
}
@keyframes progressBar {
  0% {
    width: 0%;
  }
  95% {
    width: 100%;
    opacity: 1;
  }
  to {
    width: 100%;
    opacity: 0;
  }
}
@keyframes page-fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes page-slide-reveal-down {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(110vh);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-in-bg {
  0% {
    opacity: 0.2;
    transform: scale(1.06);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes partial-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}
@keyframes partial-fade-out {
  0% {
    opacity: 0.4;
  }
  to {
    opacity: 0;
  }
}
@keyframes pulse-fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes rise-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes cart-rise-up {
  0% {
    transform: translateY(120%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes hero-animate {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1.1);
  }
}
@keyframes hero-animate-small {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1.2);
  }
}
@keyframes hero-animate-out {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  to {
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes hero-animate-out-small {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  to {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes marquee-left {
  0% {
    transform: translateX(-1%);
  }
  to {
    transform: translateX(-51%);
  }
}
@keyframes marquee-right {
  0% {
    transform: translateX(-51%);
  }
  to {
    transform: translateX(-1%);
  }
}
@keyframes grid-product__loading {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0.2;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes remove {
  0% {
    transform: translateX(0);
    max-height: 250px;
    opacity: 1;
  }
  33% {
    transform: translateX(50%);
    max-height: 250px;
    opacity: 0;
  }
  to {
    transform: translateX(50%);
    max-height: 0;
    opacity: 0;
  }
}

.accordion {
  width: 100%;
  border-top: 1px solid ;
  border-bottom: 1px solid ;
  display: block;
}
.accordion + .accordion {
  border-top: none;
}
.accordion--open .accordion__icon:before {
  transform: translateX(-50%) rotate(90deg);
}
.accordion:not(.accordion--open) > .accordion__body {
  height: 0 !important;
}
.accordion__header {
  width: 100%;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
}
.accordion__icon {
  width: 1rem;
  height: 1rem;
  position: relative;
}
.accordion__icon:before, .accordion__icon:after {
  content: "";
  height: 1rem;
  width: 1px;
  background: ;
  position: absolute;
  left: 50%;
  transition: 0.2s all ease-in-out;
}
.accordion__icon:after {
  transform: translateX(-50%) rotate(90deg);
}
.accordion__icon:before {
  transform: translateX(-50%);
}
.accordion__body {
  display: block;
  transition: 0.2s all ease-in-out;
  overflow: hidden;
}

/* ---------------------------------------------
    Variables
--------------------------------------------- */
/* ---------------------------------------------
    Animations
--------------------------------------------- */
@keyframes placeholder-shimmer {
  0% {
    background-position: -150% 0;
  }
  to {
    background-position: 150% 0;
  }
}
@keyframes progressBar {
  0% {
    width: 0%;
  }
  95% {
    width: 100%;
    opacity: 1;
  }
  to {
    width: 100%;
    opacity: 0;
  }
}
@keyframes page-fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes page-slide-reveal-down {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(110vh);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-in-bg {
  0% {
    opacity: 0.2;
    transform: scale(1.06);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes partial-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}
@keyframes partial-fade-out {
  0% {
    opacity: 0.4;
  }
  to {
    opacity: 0;
  }
}
@keyframes pulse-fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes rise-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes cart-rise-up {
  0% {
    transform: translateY(120%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes hero-animate {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1.1);
  }
}
@keyframes hero-animate-small {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1.2);
  }
}
@keyframes hero-animate-out {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  to {
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes hero-animate-out-small {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  to {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes marquee-left {
  0% {
    transform: translateX(-1%);
  }
  to {
    transform: translateX(-51%);
  }
}
@keyframes marquee-right {
  0% {
    transform: translateX(-51%);
  }
  to {
    transform: translateX(-1%);
  }
}
@keyframes grid-product__loading {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0.2;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes remove {
  0% {
    transform: translateX(0);
    max-height: 250px;
    opacity: 1;
  }
  33% {
    transform: translateX(50%);
    max-height: 250px;
    opacity: 0;
  }
  to {
    transform: translateX(50%);
    max-height: 0;
    opacity: 0;
  }
}
/* ----------------------------------------------------------------
* Cart Item Row
* ----------------------------------------------------------------
*/
.cart-row {
  display: flex;
  gap: 0.5rem;
  padding: 0.75rem 0;
}
.cart-row__title {
  margin-top: 0;
}
.cart-row__image img {
  width: 8rem;
}
.cart-row__remove {
  appearance: none;
  background: none;
  border: 0;
  color: inherit;
  padding: 0;
  text-decoration: underline;
}

/* ---------------------------------------------
    Variables
--------------------------------------------- */
/* ---------------------------------------------
    Animations
--------------------------------------------- */
@keyframes placeholder-shimmer {
  0% {
    background-position: -150% 0;
  }
  to {
    background-position: 150% 0;
  }
}
@keyframes progressBar {
  0% {
    width: 0%;
  }
  95% {
    width: 100%;
    opacity: 1;
  }
  to {
    width: 100%;
    opacity: 0;
  }
}
@keyframes page-fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes page-slide-reveal-down {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(110vh);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-in-bg {
  0% {
    opacity: 0.2;
    transform: scale(1.06);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes partial-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}
@keyframes partial-fade-out {
  0% {
    opacity: 0.4;
  }
  to {
    opacity: 0;
  }
}
@keyframes pulse-fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes rise-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes cart-rise-up {
  0% {
    transform: translateY(120%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes hero-animate {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1.1);
  }
}
@keyframes hero-animate-small {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1.2);
  }
}
@keyframes hero-animate-out {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  to {
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes hero-animate-out-small {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  to {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes marquee-left {
  0% {
    transform: translateX(-1%);
  }
  to {
    transform: translateX(-51%);
  }
}
@keyframes marquee-right {
  0% {
    transform: translateX(-51%);
  }
  to {
    transform: translateX(-1%);
  }
}
@keyframes grid-product__loading {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0.2;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes remove {
  0% {
    transform: translateX(0);
    max-height: 250px;
    opacity: 1;
  }
  33% {
    transform: translateX(50%);
    max-height: 250px;
    opacity: 0;
  }
  to {
    transform: translateX(50%);
    max-height: 0;
    opacity: 0;
  }
}
/* ----------------------------------------------------------------
* Contact Page
* - Pulls into the page.contact template
* ----------------------------------------------------------------
*/
.contact {
  display: block;
}
.contact__wrapper {
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 1025px) {
  .contact__wrapper {
    grid-template-columns: 1fr 1fr;
    grid-gap: 3rem;
  }
}
.contact__form {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.5rem 1rem;
  -webkit-align-self: start;
  -moz-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
}
@media (min-width: 1025px) {
  .contact__form {
    grid-template-columns: 1fr 1fr;
  }
}
.contact__form-header {
  padding: 10px 0;
  border-bottom: 1px solid ;
}
@media (min-width: 1025px) {
  .contact__form-header {
    grid-column: span 2;
  }
}
.contact__form-select {
  min-height: 58px;
  position: relative;
}
.contact__sidebar {
  -webkit-align-self: start;
  -moz-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
}
.contact__sidebar-row {
  margin-bottom: 1.5rem;
}
.contact__sidebar-row *:not(.contact__form-header) {
  max-width: 480px;
}
.contact__details {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.contact__details-item {
  margin-bottom: 1rem;
}
.contact__details-icon {
  margin-right: 1rem;
}
.contact__details-icon .icon {
  height: 1rem;
  width: 1rem;
}
.contact__sidebar-sub {
  margin-top: 0.5rem;
}
.contact__form-additional {
  margin-bottom: 0.5rem;
}
.contact__social-links {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.contact__social-links .icon {
  height: 1rem;
  width: 1rem;
}
@media (min-width: 1025px) {
  .contact__input-group.contact__input-group--full {
    grid-column: span 2;
  }
}

/* ---------------------------------------------
    Variables
--------------------------------------------- */
/* ---------------------------------------------
    Animations
--------------------------------------------- */
@keyframes placeholder-shimmer {
  0% {
    background-position: -150% 0;
  }
  to {
    background-position: 150% 0;
  }
}
@keyframes progressBar {
  0% {
    width: 0%;
  }
  95% {
    width: 100%;
    opacity: 1;
  }
  to {
    width: 100%;
    opacity: 0;
  }
}
@keyframes page-fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes page-slide-reveal-down {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(110vh);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-in-bg {
  0% {
    opacity: 0.2;
    transform: scale(1.06);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes partial-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}
@keyframes partial-fade-out {
  0% {
    opacity: 0.4;
  }
  to {
    opacity: 0;
  }
}
@keyframes pulse-fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes rise-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes cart-rise-up {
  0% {
    transform: translateY(120%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes hero-animate {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1.1);
  }
}
@keyframes hero-animate-small {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1.2);
  }
}
@keyframes hero-animate-out {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  to {
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes hero-animate-out-small {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  to {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes marquee-left {
  0% {
    transform: translateX(-1%);
  }
  to {
    transform: translateX(-51%);
  }
}
@keyframes marquee-right {
  0% {
    transform: translateX(-51%);
  }
  to {
    transform: translateX(-1%);
  }
}
@keyframes grid-product__loading {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0.2;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes remove {
  0% {
    transform: translateX(0);
    max-height: 250px;
    opacity: 1;
  }
  33% {
    transform: translateX(50%);
    max-height: 250px;
    opacity: 0;
  }
  to {
    transform: translateX(50%);
    max-height: 0;
    opacity: 0;
  }
}
@keyframes placeholder-shimmer {
  0% {
    background-position: -150% 0;
  }
  to {
    background-position: 150% 0;
  }
}
@keyframes progressBar {
  0% {
    width: 0%;
  }
  95% {
    width: 100%;
    opacity: 1;
  }
  to {
    width: 100%;
    opacity: 0;
  }
}
@keyframes page-fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes page-slide-reveal-down {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(110vh);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-in-bg {
  0% {
    opacity: 0.2;
    transform: scale(1.06);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes partial-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}
@keyframes partial-fade-out {
  0% {
    opacity: 0.4;
  }
  to {
    opacity: 0;
  }
}
@keyframes pulse-fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes rise-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes cart-rise-up {
  0% {
    transform: translateY(120%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes hero-animate {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1.1);
  }
}
@keyframes hero-animate-small {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1.2);
  }
}
@keyframes hero-animate-out {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  to {
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes hero-animate-out-small {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  to {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes marquee-left {
  0% {
    transform: translateX(-1%);
  }
  to {
    transform: translateX(-51%);
  }
}
@keyframes marquee-right {
  0% {
    transform: translateX(-51%);
  }
  to {
    transform: translateX(-1%);
  }
}
@keyframes grid-product__loading {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0.2;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes remove {
  0% {
    transform: translateX(0);
    max-height: 250px;
    opacity: 1;
  }
  33% {
    transform: translateX(50%);
    max-height: 250px;
    opacity: 0;
  }
  to {
    transform: translateX(50%);
    max-height: 0;
    opacity: 0;
  }
}
/* ----------------------------------------------------------------
* Section: Customer Form
* - Used on all account form templates
* ----------------------------------------------------------------
*/
.account-form {
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 2rem/2;
}
@media (min-width: 1025px) {
  .account-form {
    padding: 2rem;
  }
}
.account-form__help-links {
  list-style: none;
  margin: 0;
  padding-left: 0;
  text-align: center;
  margin-top: 0.75rem;
}
.account-form__form.hidden {
  display: none;
}
.account-form__recover {
  display: none;
}
.account-form__recover.is-active {
  display: block;
}
.account-form .errors ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  text-align: center;
  font-size: ms(-1);
  color: ;
  margin: 1rem 0;
}

/* ---------------------------------------------
    Variables
--------------------------------------------- */
/* ---------------------------------------------
    Animations
--------------------------------------------- */
@keyframes placeholder-shimmer {
  0% {
    background-position: -150% 0;
  }
  to {
    background-position: 150% 0;
  }
}
@keyframes progressBar {
  0% {
    width: 0%;
  }
  95% {
    width: 100%;
    opacity: 1;
  }
  to {
    width: 100%;
    opacity: 0;
  }
}
@keyframes page-fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes page-slide-reveal-down {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(110vh);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-in-bg {
  0% {
    opacity: 0.2;
    transform: scale(1.06);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes partial-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}
@keyframes partial-fade-out {
  0% {
    opacity: 0.4;
  }
  to {
    opacity: 0;
  }
}
@keyframes pulse-fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes rise-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes cart-rise-up {
  0% {
    transform: translateY(120%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes hero-animate {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1.1);
  }
}
@keyframes hero-animate-small {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1.2);
  }
}
@keyframes hero-animate-out {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  to {
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes hero-animate-out-small {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  to {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes marquee-left {
  0% {
    transform: translateX(-1%);
  }
  to {
    transform: translateX(-51%);
  }
}
@keyframes marquee-right {
  0% {
    transform: translateX(-51%);
  }
  to {
    transform: translateX(-1%);
  }
}
@keyframes grid-product__loading {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0.2;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes remove {
  0% {
    transform: translateX(0);
    max-height: 250px;
    opacity: 1;
  }
  33% {
    transform: translateX(50%);
    max-height: 250px;
    opacity: 0;
  }
  to {
    transform: translateX(50%);
    max-height: 0;
    opacity: 0;
  }
}


east-slider {
  display: flex;
}
east-slider .swiper-pagination-bullet {
  background: ;
  opacity: 0.25;
}
east-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
east-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: ;
}
east-slider .swiper-scrollbar-drag {
  background: ;
}
east-slider .swiper-scrollbar {
  background: ;
}
east-slider .swiper-navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  z-index: 10;
  color: inherit;
  background: ;
  opacity: 0.5;
  border: none;
  box-shadow: none;
  transition: 0.2s all ease-in-out;
}
east-slider .swiper-navigation svg {
  color: ;
  filter: invert(1);
  max-height: 50%;
  max-width: 50%;
}
east-slider .swiper-navigation.swiper-prev {
  left: 0.75rem;
}
east-slider .swiper-navigation.swiper-prev svg {
  transform: rotate(-90deg);
}
east-slider .swiper-navigation.swiper-next {
  right: 0.75rem;
}
east-slider .swiper-navigation.swiper-next svg {
  transform: rotate(90deg);
}
@media (min-width: 769px) {
  east-slider .swiper-navigation:hover {
    opacity: 1;
  }
}

/* ---------------------------------------------
    Variables
--------------------------------------------- */
/* ---------------------------------------------
    Animations
--------------------------------------------- */
@keyframes placeholder-shimmer {
  0% {
    background-position: -150% 0;
  }
  to {
    background-position: 150% 0;
  }
}
@keyframes progressBar {
  0% {
    width: 0%;
  }
  95% {
    width: 100%;
    opacity: 1;
  }
  to {
    width: 100%;
    opacity: 0;
  }
}
@keyframes page-fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes page-slide-reveal-down {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(110vh);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-in-bg {
  0% {
    opacity: 0.2;
    transform: scale(1.06);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes partial-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}
@keyframes partial-fade-out {
  0% {
    opacity: 0.4;
  }
  to {
    opacity: 0;
  }
}
@keyframes pulse-fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes rise-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes cart-rise-up {
  0% {
    transform: translateY(120%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes hero-animate {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1.1);
  }
}
@keyframes hero-animate-small {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1.2);
  }
}
@keyframes hero-animate-out {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  to {
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes hero-animate-out-small {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  to {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes marquee-left {
  0% {
    transform: translateX(-1%);
  }
  to {
    transform: translateX(-51%);
  }
}
@keyframes marquee-right {
  0% {
    transform: translateX(-51%);
  }
  to {
    transform: translateX(-1%);
  }
}
@keyframes grid-product__loading {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0.2;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes remove {
  0% {
    transform: translateX(0);
    max-height: 250px;
    opacity: 1;
  }
  33% {
    transform: translateX(50%);
    max-height: 250px;
    opacity: 0;
  }
  to {
    transform: translateX(50%);
    max-height: 0;
    opacity: 0;
  }
}
--------------------------------------------- */
/* ----------------------------------------------------------------
* Error Page
* - Pulls into the 404 template
* ----------------------------------------------------------------
*/
.error-page {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 1.5rem;
  width: 100%;
}
@media (min-width: 1025px) {
  .error-page {
    padding-top: 3rem;
  }
}
.error-page__subtext {
  max-width: 480px;
}

/* ---------------------------------------------
    Variables
--------------------------------------------- */
/* ---------------------------------------------
    Animations
--------------------------------------------- */
@keyframes placeholder-shimmer {
  0% {
    background-position: -150% 0;
  }
  to {
    background-position: 150% 0;
  }
}
@keyframes progressBar {
  0% {
    width: 0%;
  }
  95% {
    width: 100%;
    opacity: 1;
  }
  to {
    width: 100%;
    opacity: 0;
  }
}
@keyframes page-fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes page-slide-reveal-down {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(110vh);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-in-bg {
  0% {
    opacity: 0.2;
    transform: scale(1.06);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes partial-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}
@keyframes partial-fade-out {
  0% {
    opacity: 0.4;
  }
  to {
    opacity: 0;
  }
}
@keyframes pulse-fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes rise-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes cart-rise-up {
  0% {
    transform: translateY(120%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes hero-animate {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1.1);
  }
}
@keyframes hero-animate-small {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1.2);
  }
}
@keyframes hero-animate-out {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  to {
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes hero-animate-out-small {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  to {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes marquee-left {
  0% {
    transform: translateX(-1%);
  }
  to {
    transform: translateX(-51%);
  }
}
@keyframes marquee-right {
  0% {
    transform: translateX(-51%);
  }
  to {
    transform: translateX(-1%);
  }
}
@keyframes grid-product__loading {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0.2;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes remove {
  0% {
    transform: translateX(0);
    max-height: 250px;
    opacity: 1;
  }
  33% {
    transform: translateX(50%);
    max-height: 250px;
    opacity: 0;
  }
  to {
    transform: translateX(50%);
    max-height: 0;
    opacity: 0;
  }
}
/* ----------------------------------------------------------------
* Product Form
* ----------------------------------------------------------------
*/
.product-form {
  display: block;
}
.product-form__button-options {
  display: flex;
  flex-wrap: wrap;
}
.product-form__button-item {
  margin: 0 0.75rem 0.75rem 0;
}
.product-form__button-item-label {
  align-items: center;
  background-color: white;
  border: 1px solid ;
  display: flex;
  justify-content: center;
  min-width: 4rem;
  padding: 0.5rem;
}
.is-active .product-form__button-item-label {
  background-color: ;
}
.product-form__submit.button {
  display: block;
}
.product-form__error.is-active {
  background-color: ;
  color: white;
  display: inline-flex;
  margin: 0.75rem 0;
  padding: 0.5rem;
  opacity: 0.5;
}

/* ---------------------------------------------
    Variables
--------------------------------------------- */
/* ---------------------------------------------
    Animations
--------------------------------------------- */
@keyframes placeholder-shimmer {
  0% {
    background-position: -150% 0;
  }
  to {
    background-position: 150% 0;
  }
}
@keyframes progressBar {
  0% {
    width: 0%;
  }
  95% {
    width: 100%;
    opacity: 1;
  }
  to {
    width: 100%;
    opacity: 0;
  }
}
@keyframes page-fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes page-slide-reveal-down {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(110vh);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-in-bg {
  0% {
    opacity: 0.2;
    transform: scale(1.06);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes partial-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}
@keyframes partial-fade-out {
  0% {
    opacity: 0.4;
  }
  to {
    opacity: 0;
  }
}
@keyframes pulse-fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes rise-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes cart-rise-up {
  0% {
    transform: translateY(120%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes hero-animate {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1.1);
  }
}
@keyframes hero-animate-small {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1.2);
  }
}
@keyframes hero-animate-out {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  to {
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes hero-animate-out-small {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  to {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes marquee-left {
  0% {
    transform: translateX(-1%);
  }
  to {
    transform: translateX(-51%);
  }
}
@keyframes marquee-right {
  0% {
    transform: translateX(-51%);
  }
  to {
    transform: translateX(-1%);
  }
}
@keyframes grid-product__loading {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0.2;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes remove {
  0% {
    transform: translateX(0);
    max-height: 250px;
    opacity: 1;
  }
  33% {
    transform: translateX(50%);
    max-height: 250px;
    opacity: 0;
  }
  to {
    transform: translateX(50%);
    max-height: 0;
    opacity: 0;
  }
}
/* ----------------------------------------------------------------
* Section: Product filters
* - Used on collection templates
* ----------------------------------------------------------------
*/
product-filters {
  display: block;
}
@media (min-width: 1025px) {
  product-filters {
    display: grid;
    grid-template-columns: 1fr max-content max-content;
    margin-bottom: 0.5rem;
  }
}
product-filters .product-filters__form {
  display: block;
  margin-bottom: 0.75rem;
}
@media (min-width: 1025px) {
  product-filters .product-filters__form {
    align-items: center;
    align-self: flex-start;
    display: flex;
    flex-wrap: wrap;
  }
}
product-filters .product-filters__label {
  margin-top: 0;
}
@media (min-width: 1025px) {
  product-filters .product-filters__label {
    margin: 0 1.5rem 0 0;
  }
}
product-filters .product-filters__group {
  font-size: ms(-1);
  position: relative;
}
@media (min-width: 1025px) {
  product-filters .product-filters__group {
    margin-right: 3rem;
  }
}
product-filters .product-filters__group[open] .product-filters__group-summary .icon {
  transform: rotate(180deg);
}
product-filters .product-filters__group[open] .product-filters__group-display {
  z-index: 2;
}
product-filters .product-filters__group-summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  align-items: center;
  display: flex;
}
product-filters .product-filters__group-summary .icon {
  height: 0.5rem;
  margin-left: 0.5rem;
  width: 0.5rem;
}
product-filters .product-filters__group-display {
  background-color: ;
  display: block;
  margin-bottom: 1rem;
  overflow-y: auto;
  width: 100%;
}
@media (min-width: 1025px) {
  product-filters .product-filters__group-display {
    background-color: white;
    border: 1px solid ;
    left: -1.5rem;
    margin: 0;
    max-height: 10rem;
    max-width: none;
    position: absolute;
    top: calc(100% + 0.5rem);
    width: calc(3 * 10rem);
  }
}
product-filters .product-filters__group-display__header, product-filters .product-filters__group-display__submit {
  padding: 1rem;
}
product-filters .product-filters__group-display__header {
  display: flex;
  justify-content: space-between;
}
product-filters .product-filters__group-display__header + [class*=product-filters__group-display] {
  list-style: none;
  margin: 0;
  padding-left: 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0 1rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0 1rem;
}
@media (min-width: 1025px) {
  product-filters .product-filters__sorting {
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
  }
}
product-filters .active-filters {
  align-items: center;
  display: flex;
  flex-basis: 100%;
  gap: 1rem;
  margin-top: 1rem;
}
product-filters .active-filters__remove-filter .icon {
  height: 0.5rem;
  margin-left: 0.5rem;
  width: 0.5rem;
}

/* ---------------------------------------------
    Variables
--------------------------------------------- */
/* ---------------------------------------------
    Animations
--------------------------------------------- */
@keyframes placeholder-shimmer {
  0% {
    background-position: -150% 0;
  }
  to {
    background-position: 150% 0;
  }
}
@keyframes progressBar {
  0% {
    width: 0%;
  }
  95% {
    width: 100%;
    opacity: 1;
  }
  to {
    width: 100%;
    opacity: 0;
  }
}
@keyframes page-fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes page-slide-reveal-down {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(110vh);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-in-bg {
  0% {
    opacity: 0.2;
    transform: scale(1.06);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes partial-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}
@keyframes partial-fade-out {
  0% {
    opacity: 0.4;
  }
  to {
    opacity: 0;
  }
}
@keyframes pulse-fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes rise-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes cart-rise-up {
  0% {
    transform: translateY(120%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes hero-animate {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1.1);
  }
}
@keyframes hero-animate-small {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1.2);
  }
}
@keyframes hero-animate-out {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  to {
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes hero-animate-out-small {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  to {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes marquee-left {
  0% {
    transform: translateX(-1%);
  }
  to {
    transform: translateX(-51%);
  }
}
@keyframes marquee-right {
  0% {
    transform: translateX(-51%);
  }
  to {
    transform: translateX(-1%);
  }
}
@keyframes grid-product__loading {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0.2;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes remove {
  0% {
    transform: translateX(0);
    max-height: 250px;
    opacity: 1;
  }
  33% {
    transform: translateX(50%);
    max-height: 250px;
    opacity: 0;
  }
  to {
    transform: translateX(50%);
    max-height: 0;
    opacity: 0;
  }
}
/* ----------------------------------------------------------------
* Global Quantity Spinner
* ----------------------------------------------------------------
*/
.quantity {
  align-items: center;
  border: 1px solid ;
  display: inline-flex;
  margin-bottom: 0.75rem;
  padding: 0;
}
.quantity__input {
  height: 100%;
  border: 1px solid ;
  border-bottom: 0;
  border-top: 0;
  text-align: center;
}
.quantity__input:focus {
  outline: none;
}
.quantity__button {
  appearance: none;
  background: none;
  border: 0;
  color: inherit;
  padding: 0;
  padding: 0.75rem;
}
.quantity__button .icon {
  height: 0.75rem;
  width: 0.75rem;
}

/* ---------------------------------------------
    Variables
--------------------------------------------- */
/* ---------------------------------------------
    Animations
--------------------------------------------- */
@keyframes placeholder-shimmer {
  0% {
    background-position: -150% 0;
  }
  to {
    background-position: 150% 0;
  }
}
@keyframes progressBar {
  0% {
    width: 0%;
  }
  95% {
    width: 100%;
    opacity: 1;
  }
  to {
    width: 100%;
    opacity: 0;
  }
}
@keyframes page-fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes page-slide-reveal-down {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(110vh);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-in-bg {
  0% {
    opacity: 0.2;
    transform: scale(1.06);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes partial-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}
@keyframes partial-fade-out {
  0% {
    opacity: 0.4;
  }
  to {
    opacity: 0;
  }
}
@keyframes pulse-fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes rise-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes cart-rise-up {
  0% {
    transform: translateY(120%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes hero-animate {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1.1);
  }
}
@keyframes hero-animate-small {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1.2);
  }
}
@keyframes hero-animate-out {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  to {
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes hero-animate-out-small {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  to {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes marquee-left {
  0% {
    transform: translateX(-1%);
  }
  to {
    transform: translateX(-51%);
  }
}
@keyframes marquee-right {
  0% {
    transform: translateX(-51%);
  }
  to {
    transform: translateX(-1%);
  }
}
@keyframes grid-product__loading {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0.2;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes remove {
  0% {
    transform: translateX(0);
    max-height: 250px;
    opacity: 1;
  }
  33% {
    transform: translateX(50%);
    max-height: 250px;
    opacity: 0;
  }
  to {
    transform: translateX(50%);
    max-height: 0;
    opacity: 0;
  }
}
/* ----------------------------------------------------------------
* Global Side Cart
* ----------------------------------------------------------------
*/
.side-cart {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.6s ease;
  width: 100vw;
  z-index: -1;
}
.side-cart__close {
  padding: 0;
}
.side-cart__close .icon {
  height: 1rem;
  width: 1rem;
}
.side-cart__wrapper {
  background-color: white;
  display: flex;
  flex-direction: column;
  height: 100%;
  height: 100vh;
  overflow-y: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.6s ease 0.2s;
  width: 24rem;
  z-index: 1;
}
.side-cart__header, .side-cart__body, .side-cart__summary {
  padding: 1rem;
  border-top: 1px solid ;
}
.side-cart__header {
  border-top: 0;
  display: flex;
  justify-content: space-between;
}
.side-cart__body {
  flex: 1;
  overflow: auto;
}
.side-cart__title {
  margin: 0;
}
.side-cart__promo {
  background-color: ;
  padding: 1rem;
  text-align: center;
  margin: 0;
}
.side-cart__empty {
  text-align: center;
}
.side-cart__checkout {
  display: block;
}
.side-cart.is-active {
  opacity: 1;
  transition: opacity 0.6s ease;
  z-index: 99;
}
.side-cart.is-active .side-cart__wrapper {
  transform: translateX(0);
  transition: transform 0.6s ease;
}

/* ---------------------------------------------
    Variables
--------------------------------------------- */
/* ---------------------------------------------
    Animations
--------------------------------------------- */
@keyframes placeholder-shimmer {
  0% {
    background-position: -150% 0;
  }
  to {
    background-position: 150% 0;
  }
}
@keyframes progressBar {
  0% {
    width: 0%;
  }
  95% {
    width: 100%;
    opacity: 1;
  }
  to {
    width: 100%;
    opacity: 0;
  }
}
@keyframes page-fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes page-slide-reveal-down {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(110vh);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-in-bg {
  0% {
    opacity: 0.2;
    transform: scale(1.06);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes partial-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}
@keyframes partial-fade-out {
  0% {
    opacity: 0.4;
  }
  to {
    opacity: 0;
  }
}
@keyframes pulse-fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes rise-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes cart-rise-up {
  0% {
    transform: translateY(120%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes hero-animate {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1.1);
  }
}
@keyframes hero-animate-small {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1.2);
  }
}
@keyframes hero-animate-out {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  to {
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes hero-animate-out-small {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  to {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes marquee-left {
  0% {
    transform: translateX(-1%);
  }
  to {
    transform: translateX(-51%);
  }
}
@keyframes marquee-right {
  0% {
    transform: translateX(-51%);
  }
  to {
    transform: translateX(-1%);
  }
}
@keyframes grid-product__loading {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0.2;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes remove {
  0% {
    transform: translateX(0);
    max-height: 250px;
    opacity: 1;
  }
  33% {
    transform: translateX(50%);
    max-height: 250px;
    opacity: 0;
  }
  to {
    transform: translateX(50%);
    max-height: 0;
    opacity: 0;
  }
}

/* ----------------------------------------------------------------
* Tab Container
* ----------------------------------------------------------------
*/
.tab-content {
  display: block;
  height: 0;
  max-height: 0;
  overflow: hidden;
}
.tab-content--active {
  height: 100%;
  visibility: visible;
  max-height: 100%;
  display: block;
}

/* ---------------------------------------------
    Variables
--------------------------------------------- */
/* ---------------------------------------------
    Animations
--------------------------------------------- */
@keyframes placeholder-shimmer {
  0% {
    background-position: -150% 0;
  }
  to {
    background-position: 150% 0;
  }
}
@keyframes progressBar {
  0% {
    width: 0%;
  }
  95% {
    width: 100%;
    opacity: 1;
  }
  to {
    width: 100%;
    opacity: 0;
  }
}
@keyframes page-fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes page-slide-reveal-down {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(110vh);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-in-bg {
  0% {
    opacity: 0.2;
    transform: scale(1.06);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes partial-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}
@keyframes partial-fade-out {
  0% {
    opacity: 0.4;
  }
  to {
    opacity: 0;
  }
}
@keyframes pulse-fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes rise-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes cart-rise-up {
  0% {
    transform: translateY(120%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes hero-animate {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1.1);
  }
}
@keyframes hero-animate-small {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1.2);
  }
}
@keyframes hero-animate-out {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  to {
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes hero-animate-out-small {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  to {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes marquee-left {
  0% {
    transform: translateX(-1%);
  }
  to {
    transform: translateX(-51%);
  }
}
@keyframes marquee-right {
  0% {
    transform: translateX(-51%);
  }
  to {
    transform: translateX(-1%);
  }
}
@keyframes grid-product__loading {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0.2;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes remove {
  0% {
    transform: translateX(0);
    max-height: 250px;
    opacity: 1;
  }
  33% {
    transform: translateX(50%);
    max-height: 250px;
    opacity: 0;
  }
  to {
    transform: translateX(50%);
    max-height: 0;
    opacity: 0;
  }
}
/* ----------------------------------------------------------------
* Tab Header
* ----------------------------------------------------------------
*/
.tab-header {
  width: 100%;
  display: flex;
  justify-content: center;
}

.tab-header__button {
  cursor: pointer;
  padding: 0.75rem;
  margin: 0.75rem;
}
.tab-header__button--active {
  background: ;
}

/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  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 {
  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, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.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 {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
