@charset "UTF-8";
/*============================================================================
  Debut | Built with Shopify Slate

  Some things to know about this file:
    - Sass is compiled on Shopify's server so you don't need to convert it to CSS yourself
    - The output CSS is compressed and comments are removed
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ SASS HELPERS ================*/
/*================ #Mixins ================*/
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*============================================================================
  Convert pixels (unitless) to ems
  eg. for a relational value of 12px write calc-font-size(12) when the parent is 16px
  if the parent is another value say 24px write calc-font-size(12, 24)
  Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/functions/_px-to-em.scss
==============================================================================*/
/*============================================================================
  Flexbox prefix mixins from Bourbon
    https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/css3/_flex-box.scss
==============================================================================*/
/*================ VARIABLES ================*/
/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
    - Breakpoint pixel values are used in the window.theme.breakpoints object
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $grid-breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
==============================================================================*/
/*================ Color Variables ================*/
/*================ Sizing Variables ================*/
/*================ Footer Variables ================*/
/*================ VENDOR ================*/
/*================ easing  ================*/

/*================ Z-Index ================*/
/*================ SVG ================*/
/*================ Drawers ================*/
/*================ Hero Slider ================*/
/*================ Typography ================*/
/*================ Gift Cards ================*/
/*================ Z-index ================*/
/*================ Product video ================*/
/*================ Image placeholder
================*/

/* Lazy loading class */
img[data-sizes="auto"] {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lazyload {
  min-width: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  /* Helvetica Neue LT W05 55 Roman */
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("//www.patta.nl/cdn/shop/t/134/assets/Helvetica_Neue_Roman.woff2?v=35478977434480572181652430995") format("woff2"),
    url("//www.patta.nl/cdn/shop/t/134/assets/Helvetica_Neue_Roman.woff?v=151573132717615292101652430989") format("woff");
}

@font-face {
  /* Helvetica Neue LT W05_75 Bold */
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("//www.patta.nl/cdn/shop/t/134/assets/Helvetica_Neue_Bold.woff2?v=98703828190107090411652430995") format("woff2"),
    url("//www.patta.nl/cdn/shop/t/134/assets/Helvetica_Neue_Bold.woff?v=980125478520540431652430994") format("woff");
}

@font-face {
  /* Helvetica Neue LT W05_97 Blk C */
  font-family: "Helvetica Neue";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("//www.patta.nl/cdn/shop/t/134/assets/Helvetica_Neue_Black.woff2?v=35622693076543717491652430991") format("woff2"),
    url("//www.patta.nl/cdn/shop/t/134/assets/Helvetica_Neue_Black.woff?v=138992111931522146071652430989") format("woff");
}

/*============================================================================
  #Normalize
  Based on normalize.css v3.0.2 | MIT License | git.io/normalize
==============================================================================*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

input,
textarea,
select,
.disclosure__toggle {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

a {
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

b,
strong {
  font-weight: var(--font-weight-body--bolder);
}

em {
  font-style: italic;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  border: 0;
}

button,
input,
optgroup,
select,
.disclosure__toggle,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

input[type="search"],
input[type="number"],
input[type="email"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

textarea {
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.patta-input {
  width: 100%;
  height: 60px;
  border: none;
  border-bottom: 0.5px solid #000;
  margin-bottom: 28px;
  -webkit-tap-highlight-color: transparent;
}

.patta-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #969696;
  opacity: 1; /* Firefox */
}

.patta-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #969696;
}

.patta-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #969696;
}

#shopify-section-account-register .patta-input {
  padding-left: 0;
  border-color: #969696;
}

.input-checkbox{
  position: relative;
  display: flex;
}

.input-checkbox input{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.input-checkbox .checkbox{
  position: absolute;
  pointer-events: none;
  font-size: 20px;
  width: 1em;
  height: 1em;
  display: block;
  border: solid 1px #000;
  border-radius: 1px;

  transition: .3s ease background;
}

.input-checkbox .checkbox:before{
  content: "";
  font-size: 0.6em;
  width: 1em;
  height: 1em;
  background: url('check-negative.svg') no-repeat center / contain;
  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  transition: .5s ease transform;
}

.input-checkbox input:checked ~ .checkbox{
  background: black;
}

.input-checkbox input:checked ~ .checkbox:before{
  transform: translate(-50%, -50%) scale(1);
}

.input-checkbox label{
  margin: auto 0;
}

.input-checkbox__label {
  padding-left: 32px; /* 20px from checkbox span width, 2px from border left and right, 10px added for extra spacing */
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}



@media screen and (min-width: 1024px) {
  .patta-input {
    margin-bottom: 0;
  }
}

/*============================================================================
  Fast Tap
  enables no-delay taps (FastClick-esque) on supporting browsers
==============================================================================*/
a,
button,
[role="button"],
input,
label,
select,
.disclosure__toggle,
textarea {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

/*============================================================================
  #Grid
==============================================================================*/
/*============================================================================
  Grid Setup
    1. Allow the grid system to be used on lists.
    2. Remove any margins and paddings that might affect the grid system.
    3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/
/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left;
}
.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
  float: right;
}

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/* Whole */
.one-whole {
  width: 100%;
}

/* Halves */
.one-half {
  width: 50%;
}

/* Thirds */
.one-third {
  width: 33.33333%;
}

.two-thirds {
  width: 66.66667%;
}

/* Quarters */
.one-quarter {
  width: 25%;
}

.two-quarters {
  width: 50%;
}

.three-quarters {
  width: 75%;
}

/* Fifths */
.one-fifth {
  width: 20%;
}

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

.four-fifths {
  width: 80%;
}

/* Sixths */
.one-sixth {
  width: 16.66667%;
}

.two-sixths {
  width: 33.33333%;
}

.three-sixths {
  width: 50%;
}

.four-sixths {
  width: 66.66667%;
}

.five-sixths {
  width: 83.33333%;
}

/* Eighths */
.one-eighth {
  width: 12.5%;
}

.two-eighths {
  width: 25%;
}

.three-eighths {
  width: 37.5%;
}

.four-eighths {
  width: 50%;
}

.five-eighths {
  width: 62.5%;
}

.six-eighths {
  width: 75%;
}

.seven-eighths {
  width: 87.5%;
}

/* Tenths */
.one-tenth {
  width: 10%;
}

.two-tenths {
  width: 20%;
}

.three-tenths {
  width: 30%;
}

.four-tenths {
  width: 40%;
}

.five-tenths {
  width: 50%;
}

.six-tenths {
  width: 60%;
}

.seven-tenths {
  width: 70%;
}

.eight-tenths {
  width: 80%;
}

.nine-tenths {
  width: 90%;
}

/* Twelfths */
.one-twelfth {
  width: 8.33333%;
}

.two-twelfths {
  width: 16.66667%;
}

.three-twelfths {
  width: 25%;
}

.four-twelfths {
  width: 33.33333%;
}

.five-twelfths {
  width: 41.66667%;
}

.six-twelfths {
  width: 50%;
}

.seven-twelfths {
  width: 58.33333%;
}

.eight-twelfths {
  width: 66.66667%;
}

.nine-twelfths {
  width: 75%;
}

.ten-twelfths {
  width: 83.33333%;
}

.eleven-twelfths {
  width: 91.66667%;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

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

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

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

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 1023px) {
  /* Whole */
  .small--one-whole {
    width: 100%;
  }
  /* Halves */
  .small--one-half {
    width: 50%;
  }
  /* Thirds */
  .small--one-third {
    width: 33.33333%;
  }
  .small--two-thirds {
    width: 66.66667%;
  }
  /* Quarters */
  .small--one-quarter {
    width: 25%;
  }
  .small--two-quarters {
    width: 50%;
  }
  .small--three-quarters {
    width: 75%;
  }
  /* Fifths */
  .small--one-fifth {
    width: 20%;
  }
  .small--two-fifths {
    width: 40%;
  }
  .small--three-fifths {
    width: 60%;
  }
  .small--four-fifths {
    width: 80%;
  }
  /* Sixths */
  .small--one-sixth {
    width: 16.66667%;
  }
  .small--two-sixths {
    width: 33.33333%;
  }
  .small--three-sixths {
    width: 50%;
  }
  .small--four-sixths {
    width: 66.66667%;
  }
  .small--five-sixths {
    width: 83.33333%;
  }
  /* Eighths */
  .small--one-eighth {
    width: 12.5%;
  }
  .small--two-eighths {
    width: 25%;
  }
  .small--three-eighths {
    width: 37.5%;
  }
  .small--four-eighths {
    width: 50%;
  }
  .small--five-eighths {
    width: 62.5%;
  }
  .small--six-eighths {
    width: 75%;
  }
  .small--seven-eighths {
    width: 87.5%;
  }
  /* Tenths */
  .small--one-tenth {
    width: 10%;
  }
  .small--two-tenths {
    width: 20%;
  }
  .small--three-tenths {
    width: 30%;
  }
  .small--four-tenths {
    width: 40%;
  }
  .small--five-tenths {
    width: 50%;
  }
  .small--six-tenths {
    width: 60%;
  }
  .small--seven-tenths {
    width: 70%;
  }
  .small--eight-tenths {
    width: 80%;
  }
  .small--nine-tenths {
    width: 90%;
  }
  /* Twelfths */
  .small--one-twelfth {
    width: 8.33333%;
  }
  .small--two-twelfths {
    width: 16.66667%;
  }
  .small--three-twelfths {
    width: 25%;
  }
  .small--four-twelfths {
    width: 33.33333%;
  }
  .small--five-twelfths {
    width: 41.66667%;
  }
  .small--six-twelfths {
    width: 50%;
  }
  .small--seven-twelfths {
    width: 58.33333%;
  }
  .small--eight-twelfths {
    width: 66.66667%;
  }
  .small--nine-twelfths {
    width: 75%;
  }
  .small--ten-twelfths {
    width: 83.33333%;
  }
  .small--eleven-twelfths {
    width: 91.66667%;
  }
  .grid--uniform .small--one-half:nth-child(2n + 1),
  .grid--uniform .small--one-third:nth-child(3n + 1),
  .grid--uniform .small--one-quarter:nth-child(4n + 1),
  .grid--uniform .small--one-fifth:nth-child(5n + 1),
  .grid--uniform .small--one-sixth:nth-child(6n + 1),
  .grid--uniform .small--two-sixths:nth-child(3n + 1),
  .grid--uniform .small--three-sixths:nth-child(2n + 1),
  .grid--uniform .small--one-eighth:nth-child(8n + 1),
  .grid--uniform .small--two-eighths:nth-child(4n + 1),
  .grid--uniform .small--four-eighths:nth-child(2n + 1),
  .grid--uniform .small--five-tenths:nth-child(2n + 1),
  .grid--uniform .small--one-twelfth:nth-child(12n + 1),
  .grid--uniform .small--two-twelfths:nth-child(6n + 1),
  .grid--uniform .small--three-twelfths:nth-child(4n + 1),
  .grid--uniform .small--four-twelfths:nth-child(3n + 1),
  .grid--uniform .small--six-twelfths:nth-child(2n + 1) {
    clear: both;
  }
  .small--show {
    display: block !important;
  }
  .small--hide {
    display: none !important;
  }
  .small--text-left {
    text-align: left !important;
  }
  .small--text-right {
    text-align: right !important;
  }
  .small--text-center {
    text-align: center !important;
  }
}

@media only screen and (min-width: 1024px) {
  /* Whole */
  .medium-up--one-whole {
    width: 100%;
  }
  /* Halves */
  .medium-up--one-half {
    width: 50%;
  }
  /* Thirds */
  .medium-up--one-third {
    width: 33.33333%;
  }
  .medium-up--two-thirds {
    width: 66.66667%;
  }
  /* Quarters */
  .medium-up--one-quarter {
    width: 25%;
  }
  .medium-up--two-quarters {
    width: 50%;
  }
  .medium-up--three-quarters {
    width: 75%;
  }
  /* Fifths */
  .medium-up--one-fifth {
    width: 20%;
  }
  .medium-up--two-fifths {
    width: 40%;
  }
  .medium-up--three-fifths {
    width: 60%;
  }
  .medium-up--four-fifths {
    width: 80%;
  }
  /* Sixths */
  .medium-up--one-sixth {
    width: 16.66667%;
  }
  .medium-up--two-sixths {
    width: 33.33333%;
  }
  .medium-up--three-sixths {
    width: 50%;
  }
  .medium-up--four-sixths {
    width: 66.66667%;
  }
  .medium-up--five-sixths {
    width: 83.33333%;
  }
  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%;
  }
  .medium-up--two-eighths {
    width: 25%;
  }
  .medium-up--three-eighths {
    width: 37.5%;
  }
  .medium-up--four-eighths {
    width: 50%;
  }
  .medium-up--five-eighths {
    width: 62.5%;
  }
  .medium-up--six-eighths {
    width: 75%;
  }
  .medium-up--seven-eighths {
    width: 87.5%;
  }
  /* Tenths */
  .medium-up--one-tenth {
    width: 10%;
  }
  .medium-up--two-tenths {
    width: 20%;
  }
  .medium-up--three-tenths {
    width: 30%;
  }
  .medium-up--four-tenths {
    width: 40%;
  }
  .medium-up--five-tenths {
    width: 50%;
  }
  .medium-up--six-tenths {
    width: 60%;
  }
  .medium-up--seven-tenths {
    width: 70%;
  }
  .medium-up--eight-tenths {
    width: 80%;
  }
  .medium-up--nine-tenths {
    width: 90%;
  }
  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.33333%;
  }
  .medium-up--two-twelfths {
    width: 16.66667%;
  }
  .medium-up--three-twelfths {
    width: 25%;
  }
  .medium-up--four-twelfths {
    width: 33.33333%;
  }
  .medium-up--five-twelfths {
    width: 41.66667%;
  }
  .medium-up--six-twelfths {
    width: 50%;
  }
  .medium-up--seven-twelfths {
    width: 58.33333%;
  }
  .medium-up--eight-twelfths {
    width: 66.66667%;
  }
  .medium-up--nine-twelfths {
    width: 75%;
  }
  .medium-up--ten-twelfths {
    width: 83.33333%;
  }
  .medium-up--eleven-twelfths {
    width: 91.66667%;
  }
  .grid--uniform .medium-up--one-half:nth-child(2n + 1),
  .grid--uniform .medium-up--one-third:nth-child(3n + 1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n + 1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n + 1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n + 1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n + 1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n + 1),
  .grid--uniform .medium-up--one-eighth:nth-child(8n + 1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n + 1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n + 1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n + 1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n + 1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n + 1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n + 1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n + 1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n + 1) {
    clear: both;
  }
  .medium-up--show {
    display: block !important;
  }
  .medium-up--hide {
    display: none !important;
  }
  .medium-up--text-left {
    text-align: left !important;
  }
  .medium-up--text-right {
    text-align: right !important;
  }
  .medium-up--text-center {
    text-align: center !important;
  }
}

/*================ Build Grid Push Classes ================*/
@media only screen and (max-width: 1023px) {
  /* Halves */
  .small--push-one-half {
    left: 50%;
  }
  /* Thirds */
  .small--push-one-third {
    left: 33.33333%;
  }
  .small--push-two-thirds {
    left: 66.66667%;
  }
  /* Quarters */
  .small--push-one-quarter {
    left: 25%;
  }
  .small--push-two-quarters {
    left: 50%;
  }
  .small--push-three-quarters {
    left: 75%;
  }
  /* Fifths */
  .small--push-one-fifth {
    left: 20%;
  }
  .small--push-two-fifths {
    left: 40%;
  }
  .small--push-three-fifths {
    left: 60%;
  }
  .small--push-four-fifths {
    left: 80%;
  }
  /* Sixths */
  .small--push-one-sixth {
    left: 16.66667%;
  }
  .small--push-two-sixths {
    left: 33.33333%;
  }
  .small--push-three-sixths {
    left: 50%;
  }
  .small--push-four-sixths {
    left: 66.66667%;
  }
  .small--push-five-sixths {
    left: 83.33333%;
  }
  /* Eighths */
  .small--push-one-eighth {
    left: 12.5%;
  }
  .small--push-two-eighths {
    left: 25%;
  }
  .small--push-three-eighths {
    left: 37.5%;
  }
  .small--push-four-eighths {
    left: 50%;
  }
  .small--push-five-eighths {
    left: 62.5%;
  }
  .small--push-six-eighths {
    left: 75%;
  }
  .small--push-seven-eighths {
    left: 87.5%;
  }
  /* Tenths */
  .small--push-one-tenth {
    left: 10%;
  }
  .small--push-two-tenths {
    left: 20%;
  }
  .small--push-three-tenths {
    left: 30%;
  }
  .small--push-four-tenths {
    left: 40%;
  }
  .small--push-five-tenths {
    left: 50%;
  }
  .small--push-six-tenths {
    left: 60%;
  }
  .small--push-seven-tenths {
    left: 70%;
  }
  .small--push-eight-tenths {
    left: 80%;
  }
  .small--push-nine-tenths {
    left: 90%;
  }
  /* Twelfths */
  .small--push-one-twelfth {
    left: 8.33333%;
  }
  .small--push-two-twelfths {
    left: 16.66667%;
  }
  .small--push-three-twelfths {
    left: 25%;
  }
  .small--push-four-twelfths {
    left: 33.33333%;
  }
  .small--push-five-twelfths {
    left: 41.66667%;
  }
  .small--push-six-twelfths {
    left: 50%;
  }
  .small--push-seven-twelfths {
    left: 58.33333%;
  }
  .small--push-eight-twelfths {
    left: 66.66667%;
  }
  .small--push-nine-twelfths {
    left: 75%;
  }
  .small--push-ten-twelfths {
    left: 83.33333%;
  }
  .small--push-eleven-twelfths {
    left: 91.66667%;
  }
}

@media only screen and (min-width: 1024px) {
  /* Halves */
  .medium-up--push-one-half {
    left: 50%;
  }
  /* Thirds */
  .medium-up--push-one-third {
    left: 33.33333%;
  }
  .medium-up--push-two-thirds {
    left: 66.66667%;
  }
  /* Quarters */
  .medium-up--push-one-quarter {
    left: 25%;
  }
  .medium-up--push-two-quarters {
    left: 50%;
  }
  .medium-up--push-three-quarters {
    left: 75%;
  }
  /* Fifths */
  .medium-up--push-one-fifth {
    left: 20%;
  }
  .medium-up--push-two-fifths {
    left: 40%;
  }
  .medium-up--push-three-fifths {
    left: 60%;
  }
  .medium-up--push-four-fifths {
    left: 80%;
  }
  /* Sixths */
  .medium-up--push-one-sixth {
    left: 16.66667%;
  }
  .medium-up--push-two-sixths {
    left: 33.33333%;
  }
  .medium-up--push-three-sixths {
    left: 50%;
  }
  .medium-up--push-four-sixths {
    left: 66.66667%;
  }
  .medium-up--push-five-sixths {
    left: 83.33333%;
  }
  /* Eighths */
  .medium-up--push-one-eighth {
    left: 12.5%;
  }
  .medium-up--push-two-eighths {
    left: 25%;
  }
  .medium-up--push-three-eighths {
    left: 37.5%;
  }
  .medium-up--push-four-eighths {
    left: 50%;
  }
  .medium-up--push-five-eighths {
    left: 62.5%;
  }
  .medium-up--push-six-eighths {
    left: 75%;
  }
  .medium-up--push-seven-eighths {
    left: 87.5%;
  }
  /* Tenths */
  .medium-up--push-one-tenth {
    left: 10%;
  }
  .medium-up--push-two-tenths {
    left: 20%;
  }
  .medium-up--push-three-tenths {
    left: 30%;
  }
  .medium-up--push-four-tenths {
    left: 40%;
  }
  .medium-up--push-five-tenths {
    left: 50%;
  }
  .medium-up--push-six-tenths {
    left: 60%;
  }
  .medium-up--push-seven-tenths {
    left: 70%;
  }
  .medium-up--push-eight-tenths {
    left: 80%;
  }
  .medium-up--push-nine-tenths {
    left: 90%;
  }
  /* Twelfths */
  .medium-up--push-one-twelfth {
    left: 8.33333%;
  }
  .medium-up--push-two-twelfths {
    left: 16.66667%;
  }
  .medium-up--push-three-twelfths {
    left: 25%;
  }
  .medium-up--push-four-twelfths {
    left: 33.33333%;
  }
  .medium-up--push-five-twelfths {
    left: 41.66667%;
  }
  .medium-up--push-six-twelfths {
    left: 50%;
  }
  .medium-up--push-seven-twelfths {
    left: 58.33333%;
  }
  .medium-up--push-eight-twelfths {
    left: 66.66667%;
  }
  .medium-up--push-nine-twelfths {
    left: 75%;
  }
  .medium-up--push-ten-twelfths {
    left: 83.33333%;
  }
  .medium-up--push-eleven-twelfths {
    left: 91.66667%;
  }
}

/*================ #Helper Classes ================*/
.clearfix {
  *zoom: 1;
}
html.no-scroll-mobile,
html.no-scroll-mobile body {
  /* want to fix the height to the window height */
  height: calc(var(--window-inner-height) - 1px);

  /* want to block all overflowing content */
  overflow: hidden;

  /* want to exclude padding from the height */
  box-sizing: border-box;
}
.no-scroll {
  overflow: hidden;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

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

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.visually-hidden--static {
  position: static !important;
}

.js-focus-hidden:focus {
  outline: none;
}

.no-js:not(html) {
  display: none;
}
.no-js .no-js:not(html) {
  display: block;
}

.no-js .js {
  display: none;
}

.hide {
  display: none !important;
}

.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: 700;
}
/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: var(--color-text);
  background-color: var(--color-bg);
  padding: 10px;
  opacity: 1;
  z-index: 10000;
  transition: none;
}

/*=============== Lazy loading ===================*/
.box {
  background: no-repeat;
  background-color: #f7f7f7;
  background-size: contain;
}

.ratio-container {
  position: relative;
}

.ratio-container:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
  padding-bottom: 50%;
  content: "";
}

.ratio-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*=============== Critical CSS ===================*/
.main-content {
  opacity: 1;
}

.main-content .shopify-section {
  display: inherit;
}

.critical-hidden {
  display: inherit;
}

/*================ #Basic Styles ================*/
.page-width {
  *zoom: 1;
  max-width: 1440px;
  margin: 0 auto;
}
.page-width::after {
  content: "";
  display: table;
  clear: both;
}

.main-content {
  display: block;
  padding-top: 150px;
}
@media only screen and (min-width: 1024px) {
  .main-content {
    padding-top: 220px;
  }
}

.section-header {
  margin-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  .section-header {
    margin-bottom: 55px;
  }
}

/*================ Typography ================*/
blockquote {
  font-size: calc(((18) / (var(--font-size-base))) * 1em);
  font-style: normal;
  text-align: center;
  padding: 0 30px;
  margin: 0;
}
.rte blockquote {
  border-color: var(--color-border);
  border-width: 1px 0;
  border-style: solid;
  padding: 30px 0;
  margin-bottom: 27.5px;
}
blockquote p + cite {
  margin-top: 27.5px;
}
blockquote cite {
  display: block;
  font-size: 0.85em;
  font-weight: var(--font-weight-body);
}
blockquote cite::before {
  content: "\2014 \0020";
}

code,
pre {
  font-family: Consolas, monospace;
  font-size: 1em;
}

pre {
  overflow: auto;
}

input,
textarea,
select,
.disclosure__toggle {
  font-size: calc(var(--font-size-base) * 1px);
  font-family: var(--font-stack-body);
  font-style: var(--font-style-body);
  font-weight: var(--font-weight-body);
  color: var(--color-text);
  line-height: 1.5;
}

@media only screen and (max-width: 989px) {
  input,
  textarea,
  select,
  .disclosure__toggle,
  button {
    font-size: 16px;
  }
}
button:focus {
  outline: none;
}
/*================ Headings ================*/

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 17.5px;
  font-family: var(--font-stack-header);
  font-style: var(--font-style-header);
  font-weight: var(--font-weight-header);
  line-height: 1.2;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}

h3,
.h3 {
  font-size: calc(((var(--font-size-header)) / (var(--font-size-base))) * 1em);
  text-transform: none;
  letter-spacing: 0;
  padding-bottom: 24px;
}
@media only screen and (max-width: 1023px) {
  h3,
  .h3 {
    font-size: calc(((var(--font-h3-mobile)) / (var(--font-size-base))) * 1em);
  }
}

h4,
.h4 {
  font-size: calc(((var(--font-h4-desktop)) / (var(--font-size-base))) * 1em);
}
@media only screen and (max-width: 1023px) {
  h4,
  .h4 {
    font-size: calc(((var(--font-h4-mobile)) / (var(--font-size-base))) * 1em);
  }
}

h5,
.h5 {
  font-size: calc(((var(--font-h5-desktop)) / (var(--font-size-base))) * 1em);
}
@media only screen and (max-width: 1023px) {
  h5,
  .h5 {
    font-size: calc(((var(--font-h5-mobile)) / (var(--font-size-base))) * 1em);
  }
}

h6,
.h6 {
  font-size: calc(((var(--font-h6-desktop)) / (var(--font-size-base))) * 1em);
}
@media only screen and (max-width: 1023px) {
  h6,
  .h6 {
    font-size: calc(((var(--font-h6-mobile)) / (var(--font-size-base))) * 1em);
  }
}

/*================ RTE headings ================*/
.rte {
  margin-bottom: 35px;
  color: var(--color-body-text);
  padding: 32px;
  position: relative;
}

.rte:last-child {
  margin-bottom: 0;
}
.rte h1,
.rte h2,
.rte h3,
.rte .h3,
.rte h4,
.rte .h4,
.rte h5,
.rte .h5,
.rte h6,
.rte .h6 {
  margin-top: 55px;
  margin-bottom: 27.5px;
}
.rte h1:first-child,
.rte h2:first-child,
.rte h3:first-child,
.rte .h3:first-child,
.rte h4:first-child,
.rte .h4:first-child,
.rte h5:first-child,
.rte .h5:first-child,
.rte h6:first-child,
.rte .h6:first-child {
  margin-top: 0;
}
.rte li {
  margin-bottom: 4px;
  list-style: inherit;
}
.rte li:last-child {
  margin-bottom: 0;
}

.rte-setting {
  margin-bottom: 19.44444px;
}
.rte-setting:last-child {
  margin-bottom: 0;
}

.rte > *:not(img),
.rte > *:not(.news-post),
.rte > *:not(.blog-info) {
  margin-bottom: 20px;
}

.template-index .rte {
  padding: unset;
}

@media (min-width: 1024px) {
  .template-article .rte {
    margin-top: 100px;
  }
  
  .template-article .rte > *:not(img),
  .template-article .rte > *:not(.news-post) {
    padding-left: 30%;
  }

  .template-article *:not(.template-page) .rte iframe {
    margin: 50px 0;
  }

  .template-article *:not(.template-page) .rte img {
    padding-left: 0 !important;
  }
  

}


/*================ Misc styles ================*/
.fine-print {
  font-size: calc(((14) / (var(--font-size-base))) * 1em);
  font-style: italic;
}

.txt--minor {
  font-size: 80%;
}

.txt--emphasis {
  font-style: italic;
}

.address-list {
  display: block;
}

.address {
  margin-bottom: 55px;
}

.address p {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .address {
    margin-right: 55px;
  }
}

/*  Cookie notice */

.ot-sdk-container {
  font-family: "Helvetica Neue" !important;
}

#onetrust-banner-sdk {
  padding: 15px !important;
}

#onetrust-policy-title {
  font-size: 20px !important;
  padding: 0 0 10px 25px !important;
}

#onetrust-policy-text {
  font-size: 14px !important;
  padding: 0 25px 25px !important;
}

.onetrust-close-btn-handler.banner-close-button.ot-close-icon {
  background-image: url(close-btn.svg) !important;
  position: absolute !important;
  top: 5px !important;
  right: 5px !important;
}

.in-page-link.visually-hidden.skip-link {
  display: none !important;
}

.ot-switch-label {
  border: none !important;
}

#onetrust-pc-sdk.ot-switch-inner:before {
  background-color: rgb(213, 213, 213) !important;
}

.ot-switch-nob {
  background-color: black !important;
  border-color: black !important;
}

/*================ Hero and slideshow headers ================*/
.mega-title,
.mega-subtitle {
  color: var(--color-overlay-title-text);
}
.hero .mega-title,
.hero .mega-subtitle {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 1024px) {
  .mega-title,
  .mega-subtitle {
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  }
}

.mega-title {
  margin-bottom: 8px;
}

.mega-title--large {
  font-size: calc(
    ((var(--font-size-header) + 8) / (var(--font-size-base))) * 1em
  );
}
@media only screen and (min-width: 1024px) {
  .mega-title--large {
    font-size: calc(
      ((var(--font-mega-title-large-desktop)) / (var(--font-size-base))) * 1em
    );
  }
}

@media only screen and (min-width: 1024px) {
  .mega-subtitle {
    font-size: calc(
      ((var(--font-size-base) + 4) / (var(--font-size-base))) * 1em
    );
    margin: 0 auto;
  }
  .text-center .mega-subtitle {
    max-width: 75%;
  }
}

.mega-subtitle p {
  color: var(--color-overlay-title-text);
}

.mega-subtitle a {
  color: var(--color-overlay-title-text);
  border-bottom: 1px solid currentColor;
}
.mega-subtitle a:hover,
.mega-subtitle a:focus {
  color: var(--color-overlay-text-focus);
}

.mega-subtitle--large {
  font-size: calc(
    ((var(--font-size-base) + 2) / (var(--font-size-base))) * 1em
  );
  font-weight: var(--font-weight-header);
}
@media only screen and (min-width: 1024px) {
  .mega-subtitle--large {
    font-size: calc(
      ((var(--font-size-base) + 8) / (var(--font-size-base))) * 1em
    );
  }
}

/*================ Patta  ================*/

/* This needs to be 749px because the next media query @750px contains css related to the home page grid */
@media only screen and (max-width: 749px) {
  .patta-heading {
    margin: 0 auto;
    padding: 0 30px 30px;
  }

  .p-infinite-scroll__container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 10%;
  }

  .infinite-scroll__item {
    width: 70%;
    height: auto;
    position: relative;
    margin-bottom: 60px;
    align-self: flex-start;
  }

  .infinite-scroll__item:nth-child(even) {
    align-self: flex-end;
  }

  .infinite-scroll__item.blog,
  .infinite-scroll__item.blog-small {
    width: 100%;
    height: auto;
    position: relative;
  }

  .infinite-scroll__item a,
  .infinite-scroll__item.blog-small a {
    width: 100%;
    height: auto;
  }

  .infinite-scroll__item.product > a > .infinite-scroll__overlay {
    position: absolute;
    top: 50%;
    left: 70%;
    width: 100%;
    background: transparent;
    opacity: 1;
    margin-top: -25%;
  }

  .infinite-scroll__item:nth-child(even).product .infinite-scroll__overlay {
    left: -30%;
  }

  .infinite-scroll__item.blog a,
  .infinite-scroll__item.blog-small a {
    display: flex;
    flex-direction: column-reverse;
  }

  .infinite-scroll__item.blog .infinite-scroll__overlay {
    padding: 8px;
  }

  .text-transition {
    display: inline-block;
  }
}
/* This needs to be 750px because it contains css related to the home page grid */
@media only screen and (min-width: 750px) {
  .patta-heading {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 80px 80px;
  }

  .patta-heading .h2 {
    max-width: 22ch;
    margin: 0 auto;
  }

  .p-infinite-scroll {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .p-infinite-scroll__container {
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 10%;
    display: grid;
    grid-gap: 3vw 2vw;
    grid-auto-flow: dense;
  }

  #shopify-section-blog-template .p-infinite-scroll__container {
    grid-auto-flow: initial;
  }

  .infinite-scroll__item {
    position: relative;
    overflow: hidden;
    animation: fade-in 2s;
    transition: animation 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .infinite-scroll__item.product.s1 {
    grid-row: span 4;
    grid-column: span 3;
  }

  .infinite-scroll__item.product.s1:nth-child(2n) {
    margin: 28px;
  }

  .infinite-scroll__item.product.s2:nth-child(2n) {
    margin: 16px;
  }

  .infinite-scroll__item.product.s1:nth-child(3n) {
    grid-row: span 4;
    grid-column: 7 / span 3;
  }

  .infinite-scroll__item.product.s2 {
    grid-row: span 5;
    grid-column: span 4;
  }

  .infinite-scroll__item.blog.s1 {
    grid-row: span 2;
    grid-column: span 3;
  }

  .infinite-scroll__item.blog.s2 {
    grid-row: span 3;
    grid-column: span 4;
  }

  .infinite-scroll__item.blog-small.s1 {
    grid-row: span 2;
    grid-column: span 3;
  }

  .infinite-scroll__item.blog-small.s2 {
    grid-row: span 3;
    grid-column: span 4;
  }

  .infinite-scroll__item.blog-small.s1:nth-child(3n) {
    grid-row: span 2;
    grid-column: 8 / span 3;
  }

  .infinite-scroll__item.blog-small.s2:nth-child(3n) {
    grid-row: span 3;
    grid-column: 6 / span 4;
  }

  .infinite-scroll__item.product a,
  .infinite-scroll__item.blog a,
  .infinite-scroll__item.blog-small a {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .infinite-scroll__overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    padding: 24px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }

  .infinite-scroll__item:hover .infinite-scroll__overlay {
    opacity: 1;
    cursor: url(cursor.svg) 10 10, auto;
  }

  .infinite-scroll__item:hover .text-transition,
  .horizontal-scroll__overlay:hover .text-transition {
    clip-path: inset(0 0 0 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .text-transition {
    display: inline-block;
    clip-path: inset(0 0 80% 0);
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 75%, 0);
    transform: translate3d(0, 75%, 0);
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: -webkit-clip-path 0.3s,
      -webkit-transform 0.3s ease-in-out;
    transition: clip-path 0.3s, transform 0.3s ease-in-out,
      -webkit-clip-path 0.3s, -webkit-transform 0.3s ease-in-out;
    will-change: transform;
    will-change: clip-path;
  }
}

@media only screen and (min-width: 1440px) {
  .infinite-scroll__item.product.s2 {
    width: 576px;
    height: 691px;
  }

  .infinite-scroll__item.product.s1 {
    width: 348px;
    height: 461px;
  }

  .infinite-scroll__item.product.s1:nth-child(3n) {
    margin-left: 80px;
  }

  .infinite-scroll__item.blog.s1 {
    width: 386px;
    height: 216px;
  }

  .infinite-scroll__item.blog.s2 {
    width: 576px;
    height: 324px;
  }

  .infinite-scroll__item.blog-small.s1 {
    width: 386px;
    height: 216px;
  }

  .infinite-scroll__item.blog-small.s2 {
    width: 576px;
    height: 324px;
  }
}

.tag__badge {
  pointer-events: none;
  position: absolute;
  top: 16px;
  left: 16px;
  align-self: center;
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
  padding: 0.6rem 0.55rem;
  z-index: 1;
}

.tag__badge--sale {
  color: var(--color-bg);
  border-color: var(--color-sale-text);
  background-color: var(--color-sale-text);
}

.tag__badge--new {
  color: white;
  border-color: black;
  background-color: black;
}

.tag__badge--few {
  color: black;
  border: 2px solid black;
  background-color: transparent;
}

.tag__badge--sold-out {
  color: var(--color-sale-text);
  border: 2px solid var(--color-sale-text);
  background-color: transparent;
}

.tag__badge--soon {
  color: black;
  border: 2px solid black;
  background-color: transparent;
}

/* Hide hoverable text-transition if you cannot hover (touch devices like mobile + tablet) */
@media only screen and (hover: none) {
  .text-transition__container--mobile {
    display: block;
  }
  
  .text-transition__container--desktop {
    display: none;
  }
}

/* Show hoverable text-transition if you can hover (desktop) */
@media only screen and (hover: hover) {
  .text-transition__container--mobile {
    display: none;
  }
  
  .text-transition__container--desktop {
    display: block;
  }
}


/*================ Patta typography ================*/

.h1 {
  font-size: 56px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 100%;
}

@media only screen and (min-width: 1024px) {
  .h1 {
    font-size: 80px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 100%;
  }
}

.h2 {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 100%;
  overflow-wrap: break-word;
}

@media only screen and (min-width: 1024px) {
  .h2 {
    font-size: 64px;
    line-height: 100%;
    overflow-wrap: break-word;
  }
}

.h3 {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 100%;
  height: 24px;
  width: 20ch;
}

.h3-patta-custom {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 100%;
  padding: 8px;
  margin: 0;
}

.h4 {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 100%;
}

@media only screen and (min-width: 1024px) {
  .h3 {
    font-size: 40px;
    line-height: 100%;
    padding: 0;
    height: 40px;
    width: auto;
  }

  .h3-patta-custom {
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 100%;
    padding: 0;
    width: auto;
  }

  .h4 {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 100%;
  }
}

.f-h1 {
  font-size: 32px;
  font-weight: 700;
}

@media only screen and (min-width: 1024px) {
  .f-h1 {
    font-size: 48px;
  }
}

.f-h2 {
  font-size: 24px;
  font-weight: 700;
}

@media only screen and (min-width: 1024px) {
  .f-h2 {
    font-size: 40px;
  }
}

.c-intro {
  font-size: 20px;
  font-weight: 300;
}

@media only screen and (min-width: 1024px) {
  .c-intro {
    font-size: 24px;
  }
}

.c-body {
  font-size: 18px;
  font-weight: 300;
}

.c-credit {
  font-size: 16px;
  font-weight: 300;
}

.c-button {
  font-size: 16px;
  font-weight: 700;
}

.c-description {
  font-size: 14px;
  font-weight: 300;
}

.c-status {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

/*============================================================================
  Animation Classes and Keyframes
==============================================================================*/
.is-transitioning {
  display: block !important;
  visibility: visible !important;
}

/*================ #Icons ================*/
svg.icon:not(.icon--full-color) .icon-error__symbol,
symbol.icon:not(.icon--full-color) .icon-error__symbol {
  fill: #ffffff;
}

/*================ Payment Icons ================*/
.payment-icons {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}
@media only screen and (max-width: 1023px) {
  .payment-icons {
    line-height: 40px;
  }
}
.payment-icons .icon {
  width: 38px;
  height: 24px;
  fill: inherit;
}

/*================ Social Icons ================*/
.social-icons .icon {
  width: 23px;
  height: 23px;
}
@media only screen and (min-width: 1024px) {
  .social-icons .icon {
    width: 25px;
    height: 25px;
  }
}
.social-icons .icon.icon--wide {
  width: 40px;
}

/*================ Spinner Icon ================*/
.icon-spinner {
  -moz-animation: spin 500ms infinite linear;
  -o-animation: spin 500ms infinite linear;
  -webkit-animation: spin 500ms infinite linear;
  animation: spin 500ms infinite linear;
}

/*================ Error Icons ================*/
.icon-error {
  fill: #d20000;
  width: calc(calc(var(--font-size-base) * 1px) - 2px);
  height: calc(calc(var(--font-size-base) * 1px) - 2px);
  margin-top: 0.1em;
  flex-shrink: 0;
}

/*================ #Lists ================*/
ul,
ol {
  margin: 0;
  padding: 0;
}

ol {
  list-style: decimal;
}

/*================ #Rich Text Editor ================*/
.rte img {
  height: auto;
}

.rte table {
  table-layout: fixed;
}

.rte ul,
.rte ol {
  margin: 0 0 17.5px 35px;
}
.rte ul.list--inline,
.rte ol.list--inline {
  margin-left: 0;
}

.rte ul {
  list-style: disc outside;
}
.rte ul ul {
  list-style: circle outside;
}
.rte ul ul ul {
  list-style: square outside;
}

.rte a:not(.btn) {
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside;
}

.scrollable-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*================ #Links and Buttons ================*/
a:not([disabled]):hover,
a:focus {
  /* color: var(--color-text-focus); */
}

.password-powered-by a:not([disabled]):hover,
.password-powered-by a:focus {
  color: var(--color-text-focus);
  border-bottom: none;
}

a[href^="tel"] {
  color: inherit;
}

.link__redirect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

/*================ Buttons ================*/
.btn,
.shopify-payment-button .shopify-payment-button__button--unbranded {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 8px 15px;
  background-color: var(--color-btn-primary);
  color: var(--color-btn-primary-text);
  font-family: var(--font-stack-header);
  font-style: var(--font-style-header);
  font-weight: var(--font-weight-header);
  text-transform: uppercase;
  letter-spacing: 0;
  white-space: normal;
}
@media only screen and (min-width: 1024px) {
  .btn,
  .shopify-payment-button .shopify-payment-button__button--unbranded {
    padding: 10px 18px;
  }
}
.btn--white {
  background: #fff;
  color: #000;
}
.btn:not([disabled]):hover,
.shopify-payment-button
  .shopify-payment-button__button--unbranded:not([disabled]):hover,
.btn:focus,
.shopify-payment-button .shopify-payment-button__button--unbranded:focus {
  cursor: url(cursor.svg), pointer;
}
.btn .icon-arrow-right,
.shopify-payment-button
  .shopify-payment-button__button--unbranded
  .icon-arrow-right,
.btn .icon-arrow-left,
.shopify-payment-button
  .shopify-payment-button__button--unbranded
  .icon-arrow-left {
  height: 9px;
}
.btn[disabled],
.shopify-payment-button .shopify-payment-button__button--unbranded[disabled],
.btn[aria-disabled],
.shopify-payment-button
  .shopify-payment-button__button--unbranded[aria-disabled] {
  cursor: default;
  opacity: 0.5;
}

.btn--secondary {
  background-color: transparent;
  color: var(--color-btn-primary);
  border-color: var(--color-btn-primary);
}
.btn--secondary:not([disabled]):hover,
.btn--secondary:focus {
  background-color: transparent;
  color: var(--color-btn-primary-focus);
  border-color: var(--color-btn-primary-focus);
}

.btn--secondary-accent {
  background-color: var(--color-body);
  color: var(--color-btn-primary);
  border-color: var(--color-btn-primary);
}
.btn--secondary-accent:not([disabled]):hover,
.btn--secondary-accent:focus {
  background-color: var(--color-body);
  color: var(--color-btn-primary-focus);
  border-color: var(--color-btn-primary-focus);
}

.btn--small {
  padding: 8px 10px;
  font-size: calc(((12) / (var(--font-size-base))) * 1em);
  line-height: 1;
}

.btn--tertiary {
  background-color: transparent;
  color: var(--color-small-button-text-border);
  border-color: var(--color-small-button-text-border);
}
.btn--tertiary:not([disabled]):hover,
.btn--tertiary:focus {
  background-color: transparent;
  color: var(--color-small-button-text-border-focus);
  border-color: var(--color-small-button-text-border-focus);
}

.button__big--white {
  width: 300px !important;
  height: 64px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 30px;
}

.button__big--black {
  width: 100% !important;
  height: 64px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #000;
  color: white;
  margin-top: 30px;
}

.button__big--black.fixed-width {
  width: 312px !important;
}

.button__small--white {
  min-width: 150px;
  width: 100%;
  height: 44px;
  border: 1px solid #000;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.button__small--black {
  min-width: 150px;
  width: 100%;
  height: 44px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #000;
  color: white;
}

.address-new-toggle {
  margin-bottom: 55px;
}

@media only screen and (min-width: 1024px) {
  .button__small--black {
    width: 200px;
  }

  .button__small--white {
    width: 200px;
  }
}

/*================ Button variations ================*/
@media only screen and (max-width: 1023px) {
  .btn--small-wide {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.btn--link {
  background-color: transparent;
  border: 0;
  margin: 0;
  color: var(--color-text);
  text-align: left;
}
.btn--link:not([disabled]):hover,
.btn--link:focus {
  color: var(--color-text-focus);
  background-color: transparent;
}
.btn--link .icon {
  vertical-align: middle;
}

.btn--narrow {
  padding-left: 15px;
  padding-right: 15px;
}

.btn--has-icon-after .icon {
  margin-left: 10px;
}

.btn--has-icon-before .icon {
  margin-right: 10px;
}

/*================ Force an input/button to look like a text link ================*/
.text-link {
  display: inline;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0;
}

.text-link--accent {
  color: #e5e5e5;
  padding-bottom: 1px;
}
.text-link--accent:not([disabled]):hover,
.text-link--accent:focus {
  color: var(--color-btn-primary-focus);
}

/*================ Return to collection/blog links ================*/
.return-link-wrapper {
  margin-top: 82.5px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .return-link-wrapper {
    margin-top: 55px;
  }
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

/*================ #Tables ================*/
table {
  margin-bottom: 27.5px;
}
table a {
  border-bottom: 1px solid currentColor;
}

th {
  font-family: var(--font-stack-header);
  font-style: var(--font-style-header);
  font-weight: var(--font-weight-body--bold);
}

th,
td {
  text-align: left;
  border: 1px solid var(--color-border);
  padding: 10px 14px;
}

tbody th,
tfoot th {
  font-weight: normal;
}

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media only screen and (max-width: 1023px) {
  .responsive-table thead {
    display: none;
  }
  .responsive-table th,
  .responsive-table td {
    float: left;
    clear: left;
    width: 100%;
    text-align: right;
    padding: 27.5px;
    border: 0;
    margin: 0;
  }
  .responsive-table th::before,
  .responsive-table td::before {
    content: attr(data-label);
    float: left;
    text-align: center;
    font-size: 12px;
    padding-right: 10px;
    font-weight: normal;
  }
  .responsive-table__row + .responsive-table__row,
  tfoot > .responsive-table__row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 55px;
  }
  .responsive-table__row + .responsive-table__row::after,
  tfoot > .responsive-table__row:first-child::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 27.5px;
    right: 27.5px;
    border-bottom: 1px solid var(--color-border);
  }
}

/*================ #Images and Iframes ================*/
svg:not(:root) {
  overflow: hidden;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*================ Adds a background color pulsating animation ================*/
[data-image-loading-animation] {
  background-color: var(--global-color-image-loader-primary);
  -moz-animation: image-loader 2s 400ms infinite;
  -o-animation: image-loader 2s 400ms infinite;
  -webkit-animation: image-loader 2s 400ms infinite;
  animation: image-loader 2s 400ms infinite;
}
.no-js [data-image-loading-animation] {
  animation-name: none;
}

/*================ Forms ================*/
form {
  margin: 0;
}

.reset-password-form {
  padding: 24px 0;
}

@media only screen and (min-width: 1024px) {
  .reset-password-form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    padding: 24px 0 40px;
  }

  .reset-password-field.first {
    grid-area: 1 / 1 / 2 / 3;
  }

  .reset-password-field.second {
    grid-area: 2 / 1 / 3 / 3;
  }
}

fieldset {
  border: 1px solid var(--color-border-form);
  margin: 0 0 55px;
  padding: 27.5px;
}

legend {
  border: 0;
  padding: 0;
}

button {
  cursor: pointer;
}

input[type="submit"] {
  cursor: pointer;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #969696;
}

@media only screen and (max-width: 1023px) {
  label {
    font-size: calc(
      ((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em
    );
  }
}
[type="radio"] + label,
[type="checkbox"] + label {
  display: inline-block;
  margin-bottom: 0;
}
label[for] {
  cursor: pointer;
}

input,
textarea,
select,
.disclosure__toggle {
  border: 1px solid var(--color-border-form);
  background-color: var(--color-text-field);
  color: var(--color-text-field-text);
  max-width: 100%;
  line-height: 1.2;
  border-radius: 2px;
}
input:focus,
textarea:focus,
select:focus,
.disclosure__toggle:focus {
  border-bottom: 2px solid #000;
  outline: none;
}
input[disabled],
textarea[disabled],
select[disabled],
.disclosure__toggle[disabled] {
  cursor: default;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
input.input--error::-webkit-input-placeholder,
textarea.input--error::-webkit-input-placeholder,
select.input--error::-webkit-input-placeholder,
.input--error.disclosure__toggle::-webkit-input-placeholder {
  color: #d20000;
  opacity: 0.5;
}
input.input--error::-moz-placeholder,
textarea.input--error::-moz-placeholder,
select.input--error::-moz-placeholder,
.input--error.disclosure__toggle::-moz-placeholder {
  color: #d20000;
  opacity: 0.5;
}
input.input--error:-ms-input-placeholder,
textarea.input--error:-ms-input-placeholder,
select.input--error:-ms-input-placeholder,
.input--error.disclosure__toggle:-ms-input-placeholder {
  color: #d20000;
  opacity: 0.5;
}
input.input--error::-ms-input-placeholder,
textarea.input--error::-ms-input-placeholder,
select.input--error::-ms-input-placeholder,
.input--error.disclosure__toggle::-ms-input-placeholder {
  color: #d20000;
  opacity: 1;
}
input.hidden-placeholder::-webkit-input-placeholder,
textarea.hidden-placeholder::-webkit-input-placeholder,
select.hidden-placeholder::-webkit-input-placeholder,
.hidden-placeholder.disclosure__toggle::-webkit-input-placeholder {
  color: transparent;
}
input.hidden-placeholder::-moz-placeholder,
textarea.hidden-placeholder::-moz-placeholder,
select.hidden-placeholder::-moz-placeholder,
.hidden-placeholder.disclosure__toggle::-moz-placeholder {
  color: transparent;
}
input.hidden-placeholder:-ms-input-placeholder,
textarea.hidden-placeholder:-ms-input-placeholder,
select.hidden-placeholder:-ms-input-placeholder,
.hidden-placeholder.disclosure__toggle:-ms-input-placeholder {
  color: transparent;
}
input.hidden-placeholder::-ms-input-placeholder,
textarea.hidden-placeholder::-ms-input-placeholder,
select.hidden-placeholder::-ms-input-placeholder,
.hidden-placeholder.disclosure__toggle::-ms-input-placeholder {
  opacity: 1;
}
.product-form input,
.product-form textarea,
.product-form select,
.product-form .disclosure__toggle {
  min-height: 44px;
}

textarea {
  min-height: 100px;
}

/*================ Error styles ================*/
input.input--error,
select.input--error,
.input--error.disclosure__toggle,
textarea.input--error {
  border-color: #d20000;
  background-color: #fff8f8;
  color: #d20000;
  margin-bottom: 11.66667px;
}

.input-error-message {
  display: flex;
  line-height: 1.3;
  color: var(--color-body-text);
  font-size: calc(
    ((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em
  );
  margin-bottom: 11.66667px;
}
@media only screen and (max-width: 1023px) {
  .input-error-message {
    margin-bottom: 19.44444px;
  }
}
.input-error-message .icon {
  width: 1em;
  height: 1em;
  margin-right: calc((10 / (var(--font-size-base))) * 1em);
}

select,
.disclosure__toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: var(--svg-select-icon);
  background-repeat: no-repeat;
  background-position: right 10px center;
  line-height: 1.2;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
  padding-top: 8px;
  padding-left: 15px;
  padding-bottom: 8px;
}
@media only screen and (min-width: 1024px) {
  select,
  .disclosure__toggle {
    padding-top: 10px;
    padding-left: 18px;
    padding-bottom: 10px;
  }
}

.select-group,
.patta-select-group {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.select-group select,
.select-group .disclosure__toggle {
  background-image: none;
  background-color: transparent;
}

.patta-select-group select {
  background-image: none;
  background-color: transparent;
  border: none;
  width: auto !important;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 !important;
  padding-right: 8px !important;
}

.select-group .icon {
  height: calc(8em / 16);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: calc(8em / 16);
  z-index: -1;
}

.select-label {
  font-size: calc(((12) / (var(--font-size-base))) * 1em);
  text-transform: uppercase;
}

optgroup {
  font-weight: var(--font-weight-body--bold);
}

option {
  color: var(--color-text);
  background-color: var(--color-body);
}

select::-ms-expand,
.disclosure__toggle::-ms-expand {
  display: none;
}

/*================ Form labels ================*/
.label--hidden {
  position: absolute;
  height: 0;
  width: 0;
  margin-bottom: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

::-webkit-input-placeholder {
  color: var(--color-text-field-text);
  opacity: 0.6;
}

::-moz-placeholder {
  color: var(--color-text-field-text);
  opacity: 0.6;
}

:-ms-input-placeholder {
  color: var(--color-text-field-text);
  opacity: 0.6;
}

::-ms-input-placeholder {
  color: var(--color-text-field-text);
  opacity: 1;
}

/*================ Labels ================*/
.label--error {
  color: #d20000;
}

input,
textarea {
  padding: 8px 15px;
}
@media only screen and (min-width: 1024px) {
  input,
  textarea {
    padding: 10px 18px;
  }
}

/*================ Vertical forms ================*/
.form-vertical input,
.form-vertical select,
.form-vertical .disclosure__toggle,
.form-vertical textarea {
  display: block;
  width: 100%;
  margin-bottom: 19.44444px;
}
.form-vertical input.input--error,
.form-vertical select.input--error,
.form-vertical .input--error.disclosure__toggle,
.form-vertical textarea.input--error {
  margin-bottom: 11.66667px;
}

.form-vertical [type="radio"],
.form-vertical [type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}

.form-vertical [type="submit"],
.form-vertical .btn,
.form-vertical
  .shopify-payment-button
  .shopify-payment-button__button--unbranded,
.shopify-payment-button
  .form-vertical
  .shopify-payment-button__button--unbranded {
  display: inline-block;
  width: auto;
}

/*================ Single field forms ================*/
.form-single-field {
  margin: 0 auto 55px;
  max-width: 35rem;
}
.form-single-field .input--error {
  margin-bottom: 0;
}

/*================ Form feedback messages ================*/
.note,
.form-message {
  padding: 8px;
  margin: 0 0 27.5px;
  border: none;
}
@media only screen and (min-width: 1024px) {
  .note,
  .form-message {
    padding: 10px;
  }
}

.form-message--success {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: black;
  border: none;
  padding: 0;
  margin: 0 0 60px 0;
  font-weight: 800;
  display: block;
  width: 100%;
}

.form-message--success:focus {
  outline-color: transparent;
  outline-width: 0;
}

.form-message--error {
  color: #651818;
  border: 1px solid #d20000;
  background-color: #fff8f8;
  padding: 1rem 1.3rem;
  text-align: left;
  width: 100%;
}
.form-message--error li {
  list-style-type: disc;
  list-style-position: inside;
}
.form-message--error .form-message__title {
  font-size: 1.2em;
}
.form-message--error .form-message__link,
.form-message--error a {
  display: inline-block;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #651818;
}
.form-message--error .form-message__link:hover,
.form-message--error .form-message__link:focus,
.form-message--error a:hover,
.form-message--error a:focus {
  text-decoration: none;
  color: #651818;
}

/*================ Input Groups ================*/
.input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

#input-group-newsletter {
  flex-wrap: nowrap;
}

.form-vertical .input-group {
  margin-bottom: 55px;
}

.input-group--nowrap {
  flex-wrap: nowrap;
}

.input-group--error {
  margin-bottom: 11.66667px;
}

.input-group__field,
.input-group__field input,
.input-group__btn .btn,
.input-group__btn
  .shopify-payment-button
  .shopify-payment-button__button--unbranded,
.shopify-payment-button
  .input-group__btn
  .shopify-payment-button__button--unbranded {
  min-height: 42px;
}
@media only screen and (min-width: 1024px) {
  .input-group__field,
  .input-group__field input,
  .input-group__btn .btn,
  .input-group__btn
    .shopify-payment-button
    .shopify-payment-button__button--unbranded,
  .shopify-payment-button
    .input-group__btn
    .shopify-payment-button__button--unbranded {
    min-height: 46px;
  }
}

.input-group__field {
  -ms-flex-preferred-size: 15rem;
  -webkit-flex-basis: 15rem;
  -moz-flex-basis: 15rem;
  flex-basis: 15rem;
  flex-grow: 9999;
  margin-bottom: 1rem;
  border-radius: 2px 0 0 2px;
  text-align: left;
}
.input-group__field input {
  width: 100%;
}
.form-vertical .input-group__field {
  margin: 0;
}

.input-group__field--connected {
  margin-bottom: 0;
}
.input-group__field--connected input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group__btn {
  flex-grow: 1;
}

.input-group__btn .btn,
.input-group__btn
  .shopify-payment-button
  .shopify-payment-button__button--unbranded,
.shopify-payment-button
  .input-group__btn
  .shopify-payment-button__button--unbranded {
  width: 100%;
  border-radius: 0 2px 2px 0;
}

/*================ #Site Nav and Dropdowns ================*/
.site-nav--centered {
  padding-top: 140px;
}

.site-nav {
  margin: 25px 0 0;
}
/*================ Site Nav Links ================*/
.site-nav__link.site-nav--active-dropdown {
  border: 1px solid var(--color-border);
  border-bottom: 1px solid transparent;
  z-index: 2;
}

.site-nav__label {
  text-transform: uppercase;
  color: #969696;
  font-weight: 700;
  font-size: 16px;
}
.site-nav__link--active .site-nav__label {
  color: #000;
  border-bottom-color: transparent;
}

.site-nav__link:focus .site-nav__label,
.site-nav__link:not([disabled]):hover .site-nav__label {
  /* border-bottom-color: transparent; */
}

@media only screen and (max-width: 989px) {
  .site-nav__link--button {
    font-size: calc(var(--font-size-base) * 1px);
  }
}

.site-nav__link--button:focus,
.site-nav__link--button:hover {
  color: var(--color-text-focus);
}

/*================ Dropdowns ================*/
.site-nav--has-dropdown {
  position: relative;
}

.site-nav--has-centered-dropdown {
  position: static;
}

.site-nav__dropdown {
  display: none;
  position: absolute;
  padding: 11px 30px 11px 0;
  margin: 0;
  z-index: 7;
  text-align: left;
  border: 1px solid var(--color-border);
  background: var(--color-bg);
  left: -1px;
  top: 41px;
}
.site-nav__dropdown .site-nav__link {
  padding: 4px 15px 5px;
}
.site-nav--active-dropdown .site-nav__dropdown {
  display: block;
}
.site-nav__dropdown li {
  display: block;
}

.site-nav__dropdown--right:not(.site-nav__dropdown--centered) {
  right: 0;
  left: unset;
}

.site-nav__dropdown--left:not(.site-nav__dropdown--centered) {
  left: 0;
}

.site-nav__dropdown--centered {
  width: 100%;
  padding: 0;
  text-align: center;
}

/*================ Child list ================*/
.site-nav__childlist {
  display: inline-block;
  background: var(--color-bg);
  padding: 11px 17px;
  text-align: left;
}

.site-nav__childlist-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin-bottom: -15px;
}

.site-nav__childlist-item {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 15px;
}

.site-nav__child-link--parent {
  font-weight: var(--font-weight-body--bold);
  margin: 4px 0;
}

body.prevent-scrolling {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.page-container {
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  position: relative;
  overflow: hidden;
}

/* Commented out for now as it interferes with position: fixed children elements. (KENRICK)
@media only screen and (min-width: 1024px) {
  .page-container {
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
*/

hr {
  margin: 55px 0;
  border: 0;
  border-bottom: 1px solid var(--color-border);
}

.hr--small {
  padding: 10px 0;
  margin: 0;
}

.hr--invisible {
  border-bottom: 0;
}

.border-top {
  border-top: 1px solid var(--color-border);
}

.empty-page-content {
  margin-top: -240px;
  padding-top: 180px;
}

.empty-page__search {
  margin: 60px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.empty-page__search p {
  width: 40ch;
  line-height: 200%;
}
@media only screen and (max-width: 1023px) {
  .empty-page-content {
    padding-left: 22px;
    padding-right: 22px;
    margin-top: -200px;
  }
}

.grid--half-gutters {
  margin-left: -15px;
}
.grid--half-gutters > .grid__item {
  padding-left: 15px;
}

.grid--double-gutters {
  margin-left: -60px;
}
.grid--double-gutters > .grid__item {
  padding-left: 60px;
}

.grid--flush-bottom {
  margin-bottom: -55px;
  overflow: auto;
}
.grid--flush-bottom > .grid__item {
  margin-bottom: 55px;
}

@-webkit-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes image-loader {
  0% {
    background-color: var(--global-color-image-loader-primary);
  }
  50% {
    background-color: var(--global-color-image-loader-primary);
  }
  100% {
    background-color: var(--global-color-image-loader-primary);
  }
}

@-moz-keyframes image-loader {
  0% {
    background-color: var(--global-color-image-loader-primary);
  }
  50% {
    background-color: var(--global-color-image-loader-primary);
  }
  100% {
    background-color: var(--global-color-image-loader-primary);
  }
}

@-ms-keyframes image-loader {
  0% {
    background-color: var(--global-color-image-loader-primary);
  }
  50% {
    background-color: var(--global-color-image-loader-primary);
  }
  100% {
    background-color: var(--global-color-image-loader-primary);
  }
}

@keyframes image-loader {
  0% {
    background-color: var(--global-color-image-loader-primary);
  }
  50% {
    background-color: var(--global-color-image-loader-primary);
  }
  100% {
    background-color: var(--global-color-image-loader-primary);
  }
}

.drawer {
  display: none;
  position: fixed;
  -webkit-overflow-scrolling: touch;
  z-index: 11;
}
.js-drawer-open-top .drawer {
  display: block;
}

.drawer--top {
  width: 100%;
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.js-drawer-open-top .drawer--top {
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  display: flex;
  max-height: 100vh;
}

.drawer-page-content::after {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 8;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
}

.js-drawer-open .drawer-page-content::after {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.drawer__title,
.drawer__close {
  display: table-cell;
  vertical-align: middle;
}

.drawer__close-button {
  background: none;
  border: 0 none;
  position: relative;
  right: -15px;
  height: 100%;
  width: 60px;
  padding: 0 20px;
  color: inherit;
  font-size: calc(((18) / (var(--font-size-base))) * 1em);
}
.drawer__close-button:active,
.drawer__close-button:focus {
  background-color: rgba(0, 0, 0, 0.6);
}

.grid--view-items {
  overflow: auto;
  margin-bottom: -35px;
}

.grid-view-item {
  margin: 0 auto 0;
}
.custom__item .grid-view-item {
  margin-bottom: 0;
}

.grid-view-item__title {
  margin-bottom: 0;
  color: var(--color-text);
}

.grid-view-item__meta {
  margin-top: 8px;
}

@media only screen and (max-width: 1023px) {
  .grid-view-item__title,
  .grid-view-item__meta {
    font-size: calc(
      ((var(--font-size-base) - 1) / (var(--font-size-base))) * 1em
    );
  }
}

.grid-view-item__link {
  display: block;
  cursor: url(cursor.svg) 10 10, auto;
}

.grid-view-item__vendor {
  margin-top: 4px;
  color: var(--color-body-text);
  font-size: calc(
    ((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em
  );
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .grid-view-item__vendor {
    font-size: calc(
      ((var(--font-size-base) - 3) / (var(--font-size-base))) * 1em
    );
  }
}

.grid-view-item__image-wrapper {
  margin: 0 auto 0;
  position: relative;
  width: 100%;
}

.grid-view-item__image {
  display: block;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
}

.grid-view-item__image-hover {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 0;
}

.grid-view-item__image-wrapper .grid-view-item__image {
  position: absolute;
  top: 0;
}
.grid-view-item__image.lazyload {
  opacity: 0;
}

.list-view-item {
  margin-bottom: 22px;
}
.list-view-item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .list-view-item {
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 22px;
  }
  .list-view-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.list-view-item__link {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.list-view-item__image {
  max-height: 95px;
}

.list-view-item__image-column {
  display: table-cell;
  vertical-align: middle;
  width: 130px;
  min-height: 44px;
}
@media only screen and (max-width: 1023px) {
  .list-view-item__image-column {
    width: 85px;
  }
}

.list-view-item__image-wrapper {
  position: relative;
  margin-right: 35px;
}
@media only screen and (max-width: 1023px) {
  .list-view-item__image-wrapper {
    margin-right: 17.5px;
  }
}

.list-view-item__title-column {
  display: table-cell;
  vertical-align: middle;
}

.list-view-item__title {
  color: var(--color-text);
  min-width: 100px;
  font-family: var(--font-stack-header);
  font-style: var(--font-style-header);
  font-weight: var(--font-weight-header);
  font-size: calc(
    ((var(--font-size-base) + 2) / (var(--font-size-base))) * 1em
  );
}
@media only screen and (min-width: 1024px) {
  .list-view-item__title {
    font-size: 16px;
  }
}

.list-view-item__vendor {
  color: var(--color-body-text);
  font-size: 0.9em;
  font-weight: var(--font-weight-body);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.list-view-item__price-column {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 20%;
  font-size: calc(
    ((var(--font-size-base) + 1) / (var(--font-size-base))) * 1em
  );
}
@media only screen and (max-width: 1023px) {
  .list-view-item__price-column {
    font-size: calc(
      ((var(--font-size-base) - 1) / (var(--font-size-base))) * 1em
    );
  }
}
.list-view-item__price-column .price {
  align-items: flex-end;
}
.list-view-item__price-column .price dd {
  margin: 0 0 0 0.5em;
}
.list-view-item__price-column .price__regular,
.list-view-item__price-column .price__sale {
  flex-basis: 100%;
  justify-content: flex-end;
  margin-right: 0;
}

/*================ Custom Site Nav ================*/
.main-header-menu-wrapper {
  width: auto;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s ease-in-out;
  animation-duration: 300ms;
  animation-timing-function: ease-in-out;
  pointer-events: auto;
}

.main-header-menu-wrapper.fade-in {
  opacity: 1;
  animation-name: fade-in;
}

.main-header-menu {
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
  margin: 0 auto;
  padding: 0 16px;
  scrollbar-width: none;
  width: auto;
}

.main-header-menu::-webkit-scrollbar {
  display: none;
}

.main-header-menu__trigger {
  padding: 14px 0;
  margin: 0 24px;
  cursor: url(cursor.svg) 10 10, auto;
}

.main-header-menu__trigger:last-of-type {
  padding-right: 24px;
}


.main-header-menu__link {
  color: #969696;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-header-menu__link.active {
  color: #000 !important;
}

.main-header-menu__up {
  display: none;
}


@media only screen and (min-width: 1200px) {
  .main-header-menu__trigger:hover .mega-menu {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .menu-arrow {
  display: block;
  height: 16px;
  width: 32px;
  position: relative;
  z-index: 10;
  cursor: url(cursor.svg) 10 10, auto;
}

.menu-arrow svg g {
  stroke: #969696;
}

.menu-arrow.arrow-left {
  display: block;
  background: rgba(255, 255, 255, 1);
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
  margin-right: -24px;
  padding-bottom: 36px;
}

.menu-arrow.arrow-right {
  display: block;
  transform: rotate(180deg);
  background: rgba(255, 255, 255, 1);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
  margin-left: -24px;
  padding-bottom: 36px;
}
}

/*================ Index sections ================*/
.index-section {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  .index-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.feature-row-padding {
  padding-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  .feature-row-padding {
    padding-bottom: 0;
  }
}
.index-section:first-child {
  padding-top: 0;
  border-top: 0;
}
.index-section:last-child {
  padding-bottom: 0;
}

.index-section--flush + .index-section--flush {
  margin-top: -70px;
}

@media only screen and (min-width: 1024px) {
  [class*="index-section--flush"] + [class*="index-section--flush"] {
    margin-top: -110px;
  }
}

.index-section--flush:first-child {
  margin-top: -35px;
}

@media only screen and (min-width: 1024px) {
  [class*="index-section--flush"]:first-child {
    margin-top: -55px;
  }
}

.index-section--flush:last-child {
  margin-bottom: -35px;
}

@media only screen and (min-width: 1024px) {
  [class*="index-section--flush"]:last-child {
    margin-bottom: -55px;
  }
}

@media only screen and (max-width: 1023px) {
  .index-section--featured-product:first-child {
    margin-top: -12px;
  }
}

@media only screen and (max-width: 1023px) {
  .index-section--slideshow + .index-section--flush {
    margin-top: 0.4rem;
  }
}

.placeholder-svg {
  display: block;
  fill: var(--color-blankstate);
  background-color: var(--color-blankstate-background);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid var(--color-blankstate-border);
}

.placeholder-noblocks {
  padding: 40px;
  text-align: center;
}

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.placeholder-background .icon {
  border: 0;
}

.image-bar__content .placeholder-svg {
  position: absolute;
  top: 0;
  left: 0;
}

.plyr.plyr--full-ui.plyr--video {
  color: var(--color-text);
  background-color: transparent;
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
}
.plyr.plyr--full-ui.plyr--video .plyr__video-wrapper {
  background-color: transparent;
}
.plyr.plyr--full-ui.plyr--video .plyr__poster {
  background-color: var(--color-video-bg);
}
.plyr.plyr--full-ui.plyr--video:fullscreen
  .plyr__video-wrapper
  .plyr.plyr--full-ui.plyr--video:fullscreen
  .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid {
  background-color: var(--color-bg);
  border-color: rgba(var(--color-text-rgb), 0.05);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__control.plyr__control--overlaid.plyr__tab-focus,
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid:hover {
  color: rgba(var(--color-text-rgb), 0.55);
}
.plyr.plyr--full-ui.plyr--video .plyr__controls {
  background-color: var(--color-bg);
  border-color: rgba(var(--color-text-rgb), 0.05);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 var(--color-bg);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"]::-ms-thumb {
  box-shadow: 2px 0 0 0 var(--color-bg);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--color-bg);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"]::-webkit-slider-runnable-track {
  background-image: linear-gradient(
    to right,
    currentColor var(--value, 0),
    rgba(var(--color-text-rgb), 0.6) var(--value, 0)
  );
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"]::-moz-range-track {
  background-color: rgba(var(--color-text-rgb), 0.6);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"]::-ms-fill-upper {
  background-color: rgba(var(--color-text-rgb), 0.6);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(var(--color-text-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(var(--color-text-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(var(--color-text-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(var(--color-text-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"]:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(var(--color-text-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(var(--color-text-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
  background-color: var(--color-text);
  color: var(--color-bg);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip::before {
  border-top-color: var(--color-text);
}
.plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
  background-image: linear-gradient(
    -45deg,
    rgba(var(--color-text-rgb), 0.6) 25%,
    transparent 25%,
    transparent 50%,
    rgba(var(--color-text-rgb), 0.6) 50%,
    rgba(var(--color-text-rgb), 0.6) 75%,
    transparent 75%,
    transparent
  );
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"] {
  color: var(--color-bg);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 var(--color-text);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"]::-ms-thumb {
  box-shadow: 2px 0 0 0 var(--color-text);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--color-text);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"]::-webkit-slider-runnable-track {
  background-image: linear-gradient(
    to right,
    currentColor var(--value, 0),
    rgba(var(--color-bg-rgb), 0.6) var(--value, 0)
  );
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"]::-moz-range-track,
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"]::-ms-fill-upper {
  background-color: rgba(var(--color-bg-rgb), 0.6);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(var(--color-bg-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(var(--color-bg-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(var(--color-bg-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(var(--color-bg-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"]:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(var(--color-bg-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(var(--color-bg-rgb), 0.25);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background: var(--color-bg);
  border-color: rgba(var(--color-text-rgb), 0.05);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: var(--color-text);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: rgba(var(--color-text-rgb), 0.55);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active,
.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--control.focus-visible:focus {
  color: rgba(var(--color-text-rgb), 0.55);
  background: rgba(var(--color-text-rgb), 0.05);
}

.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-color: rgba(var(--color-text-rgb), 0.05);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: var(--color-bg);
  border-color: rgba(var(--color-text-rgb), 0.05);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  color: rgba(var(--color-text-rgb), 0.55);
}

/*================ TEMPLATES ================*/
/*============= Templates | Login =============*/

.login-container {
  margin-top: -10vh;
  margin-bottom: 20vh;
  padding: 16px;
}

/*============= Templates | Password =============*/
.password-page {
  display: table;
  height: 100%;
  width: 100%;
  color: var(--color-body-text);
  background-color: var(--color-body);
  background-size: cover;
}

.password-form-message {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.password-header {
  height: 85px;
  display: table-row;
}

.password-header__inner {
  display: table-cell;
  vertical-align: middle;
}

.password-login {
  padding: 0 30px;
  text-align: right;
}

.password-logo .logo {
  color: var(--color-text);
  font-weight: var(--font-weight-header);
  max-width: 100%;
}

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

.password-content--rte {
  margin-bottom: 35px;
}

.password-content__title {
  display: block;
  margin-bottom: 82.5px;
}

.password-main {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.password-main__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 27.5px 55px;
}

.password-message {
  max-width: 500px;
  margin: 82.5px auto 27.5px;
}

.password__form-heading {
  margin-bottom: 55px;
}

.password-powered-by {
  margin-top: 82.5px;
}

.password-social-sharing {
  margin-top: 82.5px;
}

.product-single {
  overflow-anchor: none;
}

.product-single__title {
  margin-bottom: 0.5rem;
}

.product-text__transition {
  display: inline-block;
  line-height: 100%;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-animation: text-rollover 0.4s;
  animation: text-rollover 0.4s;
  -webkit-animation-delay: 0.3s;
  will-change: transform;
}

.product-text__transition--safari {
  display: inline-block;
  line-height: 100%;
}

.product__price,
.featured-product__price {
  font-size: 1.25em;
}

.product__policies {
  margin: 0.4rem 0 1rem 0;
  font-size: calc(
    ((var(--font-size-base) - 1) / (var(--font-size-base))) * 1em
  );
}

.login__create-account-label {
  padding: 20px 0;
}

/*================ Add to cart form ================*/
.product-form {
  width: auto;
  padding-top: 2rem;
}

.product-form__controls-group {
  display: flex;
  flex-wrap: wrap;
}

.product-form__controls-group--submit {
  margin-top: 0px;
}

.product-form__controls-group ~ .product-form__controls-group--submit {
  margin-top: 15px;
}

.product-form__item {
  flex-grow: 0;
  flex-basis: 100%;
  padding: 0;
}
@media only screen and (min-width: 990px) {
  .product-form__item {
    flex-basis: 50%;
    padding: 0 5px;
  }
  .product-single--large-image .product-form__item {
    flex-basis: 100%;
  }
}
.product-form__item label {
  display: block;
}

.product-form__item--submit {
  -webkit-flex: 1 1 300px;
  -moz-flex: 1 1 300px;
  -ms-flex: 1 1 300px;
  flex: 1 1 300px;
}

.product-form__item--no-variants {
  max-width: 400px;
}

.product-form__item--payment-button {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
}
@media only screen and (min-width: 990px) {
  .product-single--small-media .product-form__item--payment-button,
  .product-single--full-media .product-form__item--payment-button {
    display: inline-flex;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
}
.product-form__item--payment-button.product-form__item--no-variants {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
}

.product-form--variant-sold-out .shopify-payment-button {
  display: none;
}

.product-form--payment-button-no-variants {
  max-width: 25rem;
}

.product-form__variants {
  display: none;
}
.no-js .product-form__variants {
  display: block;
}

.product-form__input {
  display: block;
  width: 100%;
}
.product-form__input.input--error {
  margin-bottom: 0;
}

.product-form__input--quantity {
  max-width: 5rem;
}

.product-form__error-message-wrapper {
  display: flex;
  flex-basis: 100%;
  padding: 0.5rem 0;
  margin: 0 calc((5 / (var(--font-size-base))) * 1em) 20px;
}

.product-form__controls-group ~ .product-form__error-message-wrapper {
  margin-bottom: 0;
}

.product-form__error-message-wrapper--has-payment-button {
  padding: 0.5rem 0;
}

.product-form__error-message-wrapper--hidden {
  display: none;
}

.product-form__error-message {
  margin-left: 0.5rem;
  font-size: calc(
    ((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em
  );
  line-height: 1.2;
  color: var(--color-body-text);
}

.product-form__cart-submit,
.shopify-payment-button .shopify-payment-button__button--unbranded {
  display: block;
  width: 100%;
  line-height: 1.4;
  padding-left: 5px;
  padding-right: 5px;
  white-space: normal;
  margin-top: 0;
  min-height: 44px;
}
.product-single--small-media .product-form__cart-submit,
.product-single--small-media
  .shopify-payment-button
  .shopify-payment-button__button--unbranded,
.shopify-payment-button
  .product-single--small-media
  .shopify-payment-button__button--unbranded,
.product-single--full-media .product-form__cart-submit,
.product-single--full-media
  .shopify-payment-button
  .shopify-payment-button__button--unbranded,
.shopify-payment-button
  .product-single--full-media
  .shopify-payment-button__button--unbranded {
  -webkit-flex: 50%;
  -moz-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  margin-right: 10px;
}

.product-single--small-media .shopify-payment-button,
.product-single--full-media .shopify-payment-button {
  -webkit-flex: 50%;
  -moz-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.shopify-payment-button .shopify-payment-button__button--unbranded:hover {
  background-color: var(--color-btn-primary-focus) !important;
}

.shopify-payment-button .shopify-payment-button__button--branded {
  overflow: hidden;
  border-radius: 0px !important;
}

.shopify-payment-button .shopify-payment-button__button--unbranded {
  border-radius: 0px !important;
}

.shopify-payment-button .shopify-payment-button__more-options {
  margin: 16px 0 10px;
  font-size: calc(
    ((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em
  );
  text-decoration: underline;
}
.shopify-payment-button .shopify-payment-button__more-options:hover,
.shopify-payment-button .shopify-payment-button__more-options:focus {
  opacity: 0.6;
}

@media only screen and (min-width: 1024px) {
  .product-form__cart-submit--small {
    max-width: 300px;
  }
}

.product-single__description {
  margin-top: 30px;
}

.product__quantity-error .icon {
  margin-right: 1rem;
}

/*================ Product Images ================*/
.product-single__thumbnail {
  display: block;
  margin: -2px 0 8px;
  min-height: 44px;
  position: relative;
  border: 2px solid transparent;
}
.product-single__thumbnail:not([disabled]):not(.active-thumb):hover {
  opacity: 0.8;
}
.product-single__thumbnail.active-thumb {
  border-color: var(--color-text);
}

.product-single__thumbnail-image {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding: 2px;
}

.product-single__thumbnail-badge {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 6px;
  top: 6px;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  .product-single__thumbnail-badge {
    width: 26px;
    height: 26px;
  }
}
.product-single__thumbnail-badge .icon {
  fill: var(--color-bg);
  width: 100%;
  height: 100%;
  vertical-align: baseline;
}
.product-single__thumbnail-badge .icon-3d-badge-full-color-outline,
.product-single__thumbnail-badge .icon-video-badge-full-color-outline {
  stroke: rgba(var(--color-text-rgb), 0.05);
}
.product-single__thumbnail-badge .icon-3d-badge-full-color-element,
.product-single__thumbnail-badge .icon-video-badge-full-color-element {
  fill: var(--color-text);
}

.product-featured-media {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
}
.no-js .product-featured-media {
  position: relative;
}

.zoomImg {
  background-color: var(--color-body);
}

@media only screen and (max-width: 1023px) {
  .product-single__media-group {
    margin-bottom: 30px;
  }
  .product-single__media--has-thumbnails {
    margin-bottom: 30px;
  }
}

.product-single__media-group--full {
  margin-bottom: 30px;
}

.product-single__media-wrapper {
  margin: 0 auto;
  width: 100%;
  cursor: url(cursor-zoom.svg) 10 10, auto;
}

.product-single__media {
  margin: 0 auto;
  min-height: 1px;
  width: 100%;
  height: 100%;
  position: relative;
}
.product-single__media iframe,
.product-single__media model-viewer,
.product-single__media .shopify-model-viewer-ui,
.product-single__media img,
.product-single__media > video,
.product-single__media .plyr,
.product-single__media .media-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}
.product-single__media iframe,
.product-single__media .media-video,
.product-single__media model-viewer,
.product-single__media .shopify-model-viewer-ui,
.product-single__media .media-item,
.product-single__media .plyr,
.product-single__media .plyr__video-wrapper {
  height: 100%;
}

.product-single__media--video {
  background-color: var(--color-video-bg);
}

.product-single__view-in-space {
  background-color: rgba(var(--color-text-rgb), 0.08);
  border: none;
  width: 100%;
  min-height: 44px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  font-size: calc(((var(--font-size-base)) / (var(--font-size-base))) * 1em);
  color: var(--color-text);
}
.product-single__view-in-space[data-shopify-xr-hidden] {
  visibility: hidden;
}
@media only screen and (min-width: 1024px) {
  .product-single__view-in-space[data-shopify-xr-hidden] {
    display: none;
  }
}
.product-single__view-in-space:hover .product-single__view-in-space-text,
.product-single__view-in-space:focus .product-single__view-in-space-text {
  border-bottom-color: var(--color-text);
}
.product-single__view-in-space svg.icon {
  height: calc((25 / (var(--font-size-base))) * 1em);
  width: calc((25 / (var(--font-size-base))) * 1em);
  margin-top: -3px;
  margin-right: 2.43px;
  fill: transparent;
}
.product-single__view-in-space svg.icon .icon-3d-badge-full-color-outline {
  stroke: none;
}
.product-single__view-in-space svg.icon .icon-3d-badge-full-color-element {
  fill: var(--color-text);
  opacity: 1;
}

.product-single__view-in-space-text {
  border-bottom: 1px solid transparent;
}

@media only screen and (max-width: 1023px) {
  .template-product .main-content {
    padding-top: 0px;
  }
  .product-single__media-group {
    position: relative;
  }
  .thumbnails-wrapper {
    position: relative;
    top: 10px;
    text-align: center;
    margin: 0 2px 30px 2px;
  }
  .thumbnails-slider__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .thumbnails-slider__btn .icon {
    height: 14px;
    width: 14px;
  }
  .thumbnails-slider__prev {
    left: -15px;
  }
  .thumbnails-slider__next {
    right: -15px;
  }
  .product-single__thumbnail {
    margin: 0 auto;
  }
}

.product-single__thumbnails {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-left: -9px;
  margin-right: -9px;
}
@media only screen and (max-width: 1023px) {
  .product-single__thumbnails {
    margin-top: 0;
    justify-content: center;
  }
  .slider-active .product-single__thumbnails {
    display: block;
    margin: 0 auto;
    max-width: 75%;
    overflow: hidden;
  }
}

@media only screen and (max-width: 1023px) {
  .product-single__thumbnails-slider-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
  }
  .product-single__thumbnails-slider-track:before,
  .product-single__thumbnails-slider-track:after {
    content: "";
    display: table;
  }
  .product-single__thumbnails-slider-track:after {
    clear: both;
  }
}

@media only screen and (min-width: 1024px) {
  .product-single__thumbnails-slider-track {
    display: flex;
    flex-wrap: wrap;
  }
}

.product-single__thumbnails-item {
  flex: 0 0 25%;
  padding-left: 5px;
}

@media only screen and (min-width: 1024px) {
  .product-single__thumbnails-item {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media only screen and (max-width: 1023px) {
  .product-single__thumbnails-item-slide {
    display: block;
    float: left;
    height: 100%;
    min-height: 1px;
    padding: 5px 2.5px;
  }
}

@media only screen and (min-width: 1024px) {
  .product-single__thumbnails-item--small {
    flex: 0 0 50%;
  }
}

@media only screen and (min-width: 990px) {
  .product-single__thumbnails-item--small {
    flex: 0 0 33.33333%;
  }
}

@media only screen and (min-width: 1024px) {
  .product-single__thumbnails-item--medium {
    flex: 0 0 33.33333%;
  }
}

@media only screen and (min-width: 990px) {
  .product-single__thumbnails-item--medium {
    flex: 0 0 25%;
  }
}

@media only screen and (min-width: 1024px) {
  .product-single__thumbnails-item--large {
    flex: 0 0 25%;
  }
}

@media only screen and (min-width: 990px) {
  .product-single__thumbnails-item--large {
    flex: 0 0 20%;
  }
}

@media only screen and (min-width: 1024px) {
  .product-single__thumbnails-item--full {
    flex: 0 0 20%;
  }
}

@media only screen and (min-width: 990px) {
  .product-single__thumbnails-item--full {
    flex: 0 0 12.5%;
  }
}

/*================ Template | Collections ================*/

.collection .grid {
  margin-left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 12px;
  column-gap: 12px;
  row-gap: 50px;
}

.collection .grid__item {
  padding-left: 0;
}

.collection .price {
  padding-top: 12px;
  padding-left: 12px;
  flex: 2 2 0%;
  display: flex;
  justify-content: flex-end;
}

.collection .product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 320px;
}

.collection-description {
  margin-bottom: 22px;
  margin-top: 22px;
}

.collection__banner {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 0 32px 0;
}

.collection__banner-title {
  display: block;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 40px;
  padding: 0 32px;
  z-index: 1;
  transform: translateY(20px);
  margin: 0;
}

.collection__banner-image {
  position: relative;
  width: 100vw;
  height: 218px;
}

.collection__banner-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1024px) {
  .collection__banner {
    flex-direction: row;
    margin: 30px 0;
  }
  .collection__banner-title {
    font-size: 4.2vw;
    line-height: 3.7vw;
    padding: 0 5vw;
    width: 40vw;
    transform: none;
  }

  .collection__banner-image {
    width: 60vw;
    height: 34vw;
  }
}
@media only screen and (min-width: 1440px) {
  .collection__banner {
    margin: 30px auto 70px
  }
  .collection__banner-title {
    width: 593px;
    font-size: 64px;
    line-height: 56px;
    padding: 0 80px;
  }

  .collection__banner-image {
    width: 847px;
    height: 496px;
    position: relative;
  }
}

@media only screen and (min-width: 1024px) {
  .collection {
    padding-top: 0;
  }

  .collection .grid {
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 100px;
    column-gap: 32px;
    row-gap: 42px;
    margin-top: 40px;
  }

  .collection .price {
    padding: 4px 24px 0;
    font-size: 16px;
    font-weight: bold;
  }

  .collection .grid__item .price,
  .collection .grid__item .product-card__title,
  .product-recommendations__grid .product-card .price {
    overflow: hidden;
    display: flex;
    padding-bottom: 6px;
    line-height: 1.3;
  }

  // .collection .product-card__title span,
  // .collection .price span, .product-recommendations__grid .product-card .price div, .product-recommendations__grid .grid-view-item__title {
  //   visibility: hidden;
  //   opacity: 0;
  //   transform: translateY(100%) rotate(1deg);
  // }

  // .collection .grid__item:hover .product-card__title span,
  // .collection .grid__item:hover .price span,
  // .product-recommendations__grid .grid-view-item:hover .price div,  
  // .product-recommendations__grid .grid-view-item:hover .grid-view-item__title {
  //   visibility: visible;
  //   transform: translateY(0) rotate(0deg);
  //   opacity: 1;
  //   transition: opacity 0.2s ease, transform 0.4s ease;
  // }

  // .collection .grid__item:hover .price span,
  // .product-recommendations__grid .grid-view-item:hover .price div {
  //   transition-delay: 0.2s;
  // }

  .product-recommendations__grid .grid-view-item:hover .grid-view-item__image {
    display: none;
  }
}

.grid__item--description {
  display: none;
  flex-direction: column;
  grid-column: 1/3;
  grid-row: 1/2;
  font-size: 20px;
  padding: 0px 32px 0;
}

.grid__item--description a {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  border: 1px solid black;
  font-size: 16px;
  padding: 12px 0;
  margin-top: 32px;
}

@media screen and (min-width: 1024px) {
  .grid__item--description {
    justify-content: center;
    align-items: flex-start;
    grid-column: 3/5;
    grid-row: 1/2;
    font-size: 24px;
    gap: 50px;
    padding: 0px 40px;
  }

  .grid__item--description a {
    padding: 24px 120px;
    margin-top: 0;
    cursor: url(cursor.svg), pointer;
  }
}

/*================ Template | Blog ================*/
.template-blog .social-sharing {
  margin-bottom: 17.5px;
}

.blog-list-view .pagination {
  padding-top: 0;
}

.blog-filter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  z-index: 100;
  position: relative;
}
.blog-filter .icon-chevron-down {
  fill: var(--color-text-field-text);
  width: calc(10em / 16);
  height: calc(10em / 16);
  right: 0.7rem;
}

.blog-filter__label {
  margin: 0 1rem 0 0;
}

.cart-header {
  display: flex;
  flex-direction: row;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .cart-header {
    margin-bottom: -1.7rem;
    text-align: center;
  }

  .blog-filter {
    z-index: 4;
  }
}

.cart-header__title {
  margin-bottom: 0.5rem;
  padding-left: 78px;
  margin-right: 12px;
}

@media only screen and (max-width: 1023px) {
  .cart-header__title {
    padding-left: 32px;
  }
}

/*================ Cart page ================*/

.cart-wrapper {
  background: #000;
}

.cart {
  color: var(--color-body-text);
  position: relative;
}
.cart th,
.cart td {
  border: 0;
}

@media only screen and (min-width: 1024px) {
  .cart th {
    padding-bottom: 51px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .cart__product-container:first-of-type td {
    padding-top: 21px;
  }
}

.cart td {
  padding-top: 24px;
  padding-bottom: 24px;
}

@media only screen and (max-width: 1023px) {
  .cart td {
    padding-bottom: 45px;
  }
}

@media only screen and (min-width: 1024px) {
  .cart td {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.cart th {
  font-family: var(--font-stack-body);

  font-size: 16px;
  font-weight: 700;
  padding: 0px 22px;
}
@media only screen and (max-width: 1023px) {
  .cart td:nth-child(3),
  .cart th:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
}
.cart td:first-child,
.cart th:first-child {
  padding-left: 78px;
}

@media only screen and (max-width: 1023px) {
  .cart td:first-child,
  .cart th:first-child {
    padding-left: 32px;
  }
}

.cart td:first-child.cart__removed-product,
.cart th:first-child.cart__removed-product {
  padding: 1rem 0 1.2rem 0.5rem;
}

.cart th:nth-of-type(2) {
  padding-left: 30px;
}

.cart td:last-child,
.cart th:last-child {
  padding-right: 23px;
  padding-left: 0;
}

@media only screen and (min-width: 1024px) {
  .cart td:last-child {
    padding-right: 80px;
  }
  .cart th:last-child {
    padding-right: 0px;
    padding-left: 22px;
  }
}
.cart dd {
  margin-left: 0;
}

.cart__meta {
  width: 50%;
}
@media only screen and (min-width: 1024px) {
  .cart__meta {
    width: 40%;
  }
}
@media only screen and (min-width: 990px) {
  .cart__meta {
    width: 45%;
  }
}

.cart__product-information {
  display: flex;
}

.cart-title__container {
  align-self: center;
}

@media only screen and (max-width: 1023px) {
  .cart-title__container {
    width: 158px;
  }
}

.cart__image-wrapper {
  padding-right: 1.5rem;
  flex: 5rem 0 0;
}

@media only screen and (max-width: 1023px) {
  .cart__image-wrapper img {
    max-width: unset;
  }
}

@media only screen and (min-width: 1024px) {
  .cart__image-wrapper {
    padding-right: 2.5rem;
    flex: 8rem 0 0;
  }
}
@media only screen and (min-width: 990px) {
  .cart__image-wrapper {
    padding-right: 3rem;
    flex: 9rem 0 0;
  }
}

.product-details {
  padding: calc((5 / (var(--font-size-base))) * 1em) 0 0;
  font-size: calc(
    ((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em
  );
}
.product-details.hide + .cart__remove {
  margin-top: 0;
}

.product-details__item {
  margin-bottom: 0.15em;
}

.product-details__item--variant-option:not(.hide)
  + .product-details__item--property {
  margin-top: 0.8rem;
}

.product-details__item-label {
  font-weight: var(--font-weight-body--bold);
}

.cart__qty {
  font-size: 14px;
  margin-top: calc((15 / (var(--font-size-base))) * 1em);
}
@media only screen and (min-width: 1024px) {
  .cart__qty {
    margin-top: 0;
    width: 27%;
  }
}

.cart__qty-label {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.cart__qty-input {
  text-align: center;
  width: 60px;
  padding-left: calc((5 / (var(--font-size-base))) * 1em);
  padding-right: calc((5 / (var(--font-size-base))) * 1em);
}

.cart__qty-error-message-wrapper,
.cart__error-message-wrapper {
  line-height: 1.2;
}
.cart__qty-error-message-wrapper .icon-error,
.cart__error-message-wrapper .icon-error {
  margin-top: 0;
}

.cart__qty-error-message-wrapper--desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .cart__qty-error-message-wrapper--desktop {
    display: block;
  }
}

.cart__qty-error-message-wrapper--mobile {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .cart__qty-error-message-wrapper--mobile {
    display: none;
  }
}

.cart__qty-error-message,
.cart__error-message {
  font-size: calc(
    ((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em
  );
  color: var(--color-body-text);
  vertical-align: middle;
}

.cart__error-message-wrapper {
  margin-top: 1rem;
}
@media only screen and (min-width: 1024px) {
  .cart__error-message-wrapper {
    margin-top: 0.8rem;
  }
}

.cart__product-container:hover {
  background: #252525;
}

@media only screen and (min-width: 1024px) {
  .cart__remove {
    visibility: hidden;
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .cart__remove {
    display: none;
    position: absolute;
    right: 10px;
    height: 100px;
    font-weight: 700;
    padding-top: 73px;
  }
}

.cart__remove-desktop,
.cart__remove-mobile {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .cart__remove-mobile {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .cart__remove-desktop {
    display: block;
  }
}

.cart__product-container:hover .cart__remove-td .cart__remove {
  visibility: visible;
}

.cart__row {
  color: #e5e5e5;
}

.cart__row p {
  margin-bottom: 0;
}
.cart__row p + p {
  margin-top: 10px;
}
.cart__row td {
  vertical-align: top;
}
@media only screen and (min-width: 1024px) {
  .cart__row td {
    vertical-align: middle;
  }
}

.cart-close__container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-top: 27px;
  padding-right: 32px;
  margin-bottom: 13px;
}

@media only screen and (min-width: 1024px) {
  .cart-close__container {
    padding-right: 44px;
    padding-top: 0px;
  }
}

.cart__row--heading {
  color: #e5e5e5;
  letter-spacing: 0.3px;
  visibility: hidden;
}

@media only screen and (min-width: 1024px) {
  .cart__row--heading {
    visibility: visible;
  }
}

.cart__removed-product-details {
  font-weight: var(--font-weight-body--bold);
}

.cart-total__price {
  font-weight: 700;
  font-size: 20px;
}

.cart-discount,
.cart-total,
.cart-subtotal {
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #525252;
}
.cart-total {
  border-bottom: none;
}

@media only screen and (max-width: 1023px) {
  .cart-discount,
  .cart-total,
  .cart-subtotal {
    display: none;
  }
}

.cart__footer {
  height: auto;
  padding: 0;
  background: #111111;
}

@media only screen and (min-width: 1024px) {
  .cart__footer {
    padding: 48px 0;
    height: unset;
  }
}

/* iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .cart__footer {
    padding: 48px 0;
    height: unset;
  }
}

/* iPad Pro 12.9" Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cart__footer {
    padding: 48px 0;
    height: unset;
  }
}

.cart__footer-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

@media only screen and (min-width: 1024px) {
  .cart__footer-container {
    padding: 0 80px;
    margin: 0;
  }
}

.cart__footer .grid .grid__item {
  width: 442px;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 1023px) {
  .cart__footer .grid .grid__item {
    width: 100%;
  }
}

.cart__buttons-container {
  display: flex;
  flex-direction: column;
  padding-top: 0;
}

@media only screen and (min-width: 1024px) {
  .cart__buttons-container {
    padding-top: 9px;
  }
}

.cart__submit-controls {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  letter-spacing: 0;
}
@media only screen and (min-width: 1024px) {
  .cart__submit-controls {
    -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;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
}

.cart__submit {
  margin-bottom: 0;
  width: 412px;
  height: 64px;
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  background: #fff;
  border-radius: 0px;
  letter-spacing: 0;
}

@media only screen and (max-width: 1023px) {
  .cart__submit {
    width: 100%;
  }
}

.cart__submit + .cart__submit {
  margin-top: 10px;
  margin-left: 0;
}

.cart__shipping {
  font-size: calc(
    ((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em
  );
}

.cart__shipping .rte {
  margin-bottom: 27px;
}

.cart-note__label,
.cart-note__input {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .cart-note__label,
  .cart-note__input {
    margin: 0 auto;
  }
}

.cart-note__label {
  margin-bottom: 15px;
}

.cart-note__input {
  min-height: 50px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .cart-note__input {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .cart-title__container {
    margin-left: -2rem;
  }
}

.cart__product-title {
  border-bottom: none;
  color: #e5e5e5;
}

.cart__image {
  height: 86px;
  width: 72px;
  display: block;
  margin: 0 auto;
  background: #F2F2F2;
}

@media only screen and (min-width: 1024px) {
  .cart__image {
    height: 104px;
    width: 87px;
  }
}

@media only screen and (min-width: 1024px) {
  .cart__product-container .cart__size {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .cart__size {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .cart__size div dl div:nth-of-type(2) {
    width: 20px;
    color: #969696;
  }
}

.cart__size div dl div:nth-of-type(2) {
  font-size: 14px;
}

.cart__quantity-td .cart__qty span {
  font-size: 14px;
}

@media only screen and (min-width: 1024px) {
  .cart__quantity-td {
    width: 20%;
  }
}

.cart__final-price {
  width: 15%;
  font-size: 14px;
}

@media only screen and (max-width: 1023px) {
  .cart__final-price {
    position: absolute;
    right: 0;
    margin-right: 21px;
    margin-top: 3px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .cart-message {
    padding-top: 20px;
  }
  .cart__qty-label {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: calc(((13) / (var(--font-size-base))) * 1em);
    margin-right: 5px;
  }
}

.cart--no-cookies .cart__continue-btn {
  display: none;
}

.cart--no-cookies .cart__empty-message {
  display: none;
}
.cart__empty-message {
  color: white;
}

.cookie-message {
  display: none;
  padding-bottom: 25px;
}
.cart--no-cookies .cookie-message {
  display: block;
}

.additional-checkout-buttons {
  margin-top: 1rem;
}
.additional-checkout-buttons input[type="image"] {
  padding: 0;
  border: 0;
  background: transparent;
}

[data-shopify-buttoncontainer] {
  justify-content: flex-end;
}

.myaccount {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 990px) {
  .myaccount__order-history {
    -webkit-flex: 1 0 66.66667%;
    -moz-flex: 1 0 66.66667%;
    -ms-flex: 1 0 66.66667%;
    flex: 1 0 66.66667%;
  }
}

@media only screen and (min-width: 990px) {
  .myaccount__account-details {
    -webkit-flex: 1 0 33.33333%;
    -moz-flex: 1 0 33.33333%;
    -ms-flex: 1 0 33.33333%;
    flex: 1 0 33.33333%;
  }
}

.order-table {
  border: 1px solid var(--color-border);
}
.order-table a {
  border-bottom: 1px solid currentColor;
}
.order-table th,
.order-table td {
  border: 0;
}
.order-table tbody th,
.order-table tfoot th {
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}
.order-table tbody tr + tr {
  border-top: 1px solid var(--color-border);
}
.order-table thead {
  border-bottom: 1px solid var(--color-body-text);
}
.order-table tfoot {
  border-top: 1px solid var(--color-body-text);
}
.order-table tfoot tr:first-child th,
.order-table tfoot tr:first-child td {
  padding-top: 1.25em;
}
.order-table tfoot tr:nth-last-child(2) th,
.order-table tfoot tr:nth-last-child(2) td {
  padding-bottom: 1.25em;
}
.order-table tfoot tr:last-child th,
.order-table tfoot tr:last-child td {
  border-top: 1px solid var(--color-body-text);
  font-weight: var(--font-weight-body--bold);
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .order-table thead th {
    text-transform: uppercase;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
  .order-table tbody tr th,
  .order-table tbody tr td {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
  .order-table tfoot tr td,
  .order-table tfoot tr th {
    vertical-align: bottom;
  }
}
@media only screen and (max-width: 1023px) {
  .order-table {
    border: 0;
  }
  .order-table thead {
    display: none;
  }
  .order-table th,
  .order-table td {
    float: left;
    clear: left;
    width: 100%;
    text-align: right;
    padding: 0.5rem 0;
    border: 0;
    margin: 0;
  }
  .order-table th::before,
  .order-table td::before {
    content: attr(data-label);
    float: left;
    text-align: left;
    padding-right: 2em;
    max-width: 80%;
  }
  .order-table tbody tr th:first-child {
    padding-top: 1.25em;
  }
  .order-table tbody tr td:last-child {
    padding-bottom: 1.25em;
  }
  .order-table tbody th::before,
  .order-table tbody td::before {
    font-weight: var(--font-weight-body--bold);
  }
}

@media only screen and (max-width: 1023px) {
  .order-table__product {
    display: flex;
    justify-content: space-between;
  }
}

.order-discount {
  color: var(--color-sale-text);
  display: block;
  line-height: 1.2em;
}
.order-discount .icon-saletag {
  fill: currentColor;
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
}

.order-discount--title {
  text-transform: uppercase;
  word-break: break-word;
  padding-right: 1em;
}

.order-discount--list {
  margin: 0.8em 0 0 1.3em;
  list-style: none;
  padding: 0;
}

.order-discount__item {
  text-indent: -1.3em;
}
.order-discount__item + .order-discount__item {
  margin-top: 0.6em;
}

@media only screen and (max-width: 1023px) {
  .order-discount-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

.order-discount-card-wrapper {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .order-discount-card-wrapper {
    justify-content: flex-end;
  }
}

.order-discount--cart {
  font-size: calc(
    ((var(--font-size-base) - 1) / (var(--font-size-base))) * 1em
  );
  padding-right: 0;
}
@media only screen and (min-width: 1024px) {
  .order-discount--cart {
    font-size: calc(
      ((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em
    );
  }
}

.order-discount--cart-total {
  padding-left: 27.5px;
}
@media only screen and (min-width: 1024px) {
  .order-discount--cart-total {
    padding-left: 55px;
    min-width: 150px;
  }
}
/*================ Account page ================*/

.account-page {
  display: flex;
  flex-direction: column;
  width: 100vw;
  max-width: 100%;
  padding: 0 32px;
  padding-bottom: 30px;
  margin-top: -75px;
}

.account-page__menu {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
}

.account-page__container {
  width: 100%;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 32px;
}

.account-page__header {
  font-size: 32px;
  color: #000;
  margin-bottom: 45px;
}

.account-page__order-wrapper {
  padding-bottom: 36px;
  position: relative;
  width: 100%;
  height: 100%;
}

.account-page__order-details {
  width: 100%;
}

.account-page__order-details > h5 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.account-page__order-details > h5 > span {
  color: #969696;
  padding: 0;
}

.account-page__line-item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr auto;
  grid-column-gap: 22px;
  grid-row-gap: 10px;
  margin-bottom: 28px;
  position: relative;
}

.account-page__line-item--image {
  grid-area: 1 / 1 / 3 / 2;
}

.account-page__line-item--title {
  grid-area: 1 / 2 / 2 / 3;
  font-size: 16px;
  color: #000;
}

.account-page__line-item--details {
  grid-area: 2 / 2 / 3 / 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.account-page__line-item--details .size {
  color: #969696;
}
.account-page__line-item--details .quantity {
  color: #383838;
}
.account-page__line-item--details .price {
  color: #383838;
}

.account-page__line-item img {
  width: 87px;
  height: 104px;
}

.account-page__menu--items {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-right: -30px;
}
.account-page__menu--items::-webkit-scrollbar {
  display: none;
}

.account-page__menu--item {
  padding: 8px 20px;
  color: #969696;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: url(cursor.svg) 10 10, auto;
  animation: fade-in 0.3s ease-in;
  white-space: nowrap;
}

.account-page__menu--item a {
  color: #969696;
  max-width: 10ch;
  white-space: pre-wrap;
}

.account-page__menu--item a.active {
  color: #000;
}

[data-tab-content] {
  display: none;
  animation: fade-in 0.6s ease-in;
}
.active[data-tab-content] {
  display: block;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes text-rollover {
  0% {
    -webkit-clip-path: inset(0px 0px 100% 0px);
    clip-path: inset(0px 0px 100% 0px);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-clip-path: inset(0px 0px 0% 0px);
    clip-path: inset(0px 0px 0% 0px);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

#transitionLayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  pointer-events: none;
  background: white;
  animation-duration: 300ms;
  animation-timing-function: ease-in-out;
}

#transitionLayer.fade-out {
  opacity: 0;
  animation-name: fade-out;
}

#transitionLayer.fade-in {
  opacity: 1;
  animation-name: fade-in;
}

.account-page__orders-empty {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -30px;
}

.account-page__address-wrapper {
  width: 100%;
}
.account-page__address-form label {
  color: #969696;
}

.account-page__address-form--item.checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  margin-bottom: 64px;
}

.account-page__address-checkbox {
  height: 20px;
  width: 20px;
  margin-right: 16px;
}

@media only screen and (min-width: 900px) {
  .account-page {
    flex-direction: row;
    margin-top: -240px;
    height: 100vh;
  }

  .account-page__header {
    font-size: 40px;
  }

  .account-page__menu {
    border-right: 1px solid #e5e5e5;
    width: 280px;
    height: 100vh;
    margin: 0;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    padding-top: 150px;
  }

  .account-page__container {
    padding-left: 85px;
    min-height: 90vh;
    overflow-y: auto;
    justify-content: flex-start;
    padding-top: 150px;
  }

  .account-page__container::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
  }

  .account-page__order-wrapper {
    padding-bottom: 32px;
    position: relative;
  }

  .account-page__order-details > h5 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }

  .account-page__order-details > h5 > span {
    padding: 0 16px;
  }

  .account-page__line-item {
    display: grid;
    grid-template-columns: auto 1.5fr 0.75fr;
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }

  .account-page__line-item--image {
    grid-area: 1 / 1 / 2 / 2;
  }

  .account-page__line-item--title {
    grid-area: 1 / 2 / 2 / 3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .account-page__line-item--details {
    grid-area: 1 / 3 / 2 / 4;
  }

  .account-page__menu--items {
    display: flex;
    padding-left: 30px;
    width: 100%;
    flex-direction: column;
    align-items: baseline;
  }

  .account-page__menu--item {
    padding-bottom: 16px;
  }

  .account-page__menu--item {
    font-size: 24px;
  }

  .account-page__address-form {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  #first-name {
    grid-area: 1 / 1 / 2 / 4;
  }
  #last-name {
    grid-area: 1 / 4 / 2 / 7;
  }
  #street {
    grid-area: 2 / 1 / 3 / 5;
  }
  #postcode {
    grid-area: 2 / 5 / 3 / 7;
  }
  #city {
    grid-area: 3 / 1 / 4 / 4;
  }
  #country {
    grid-area: 3 / 4 / 4 / 7;
  }
  #phone {
    grid-area: 4 / 1 / 5 / 4;
  }
  #alternative-billing-address {
    grid-area: 5 / 1 / 6 / 4;
  }
  #submit {
    grid-area: 6 / 1 / 7 / 4;
  }

  .account-page__address-wrapper {
    padding: 0 60px 36px 0;
  }

  .account-page__address-form--item.checkbox {
    margin-bottom: 48px;
  }
}

/*================ AJAX Cart ================*/

.js-go-cart-counter__container {
  height: 28px;
  width: 28px;
  background-color: transparent;
  color: black;
  padding: 8px;
  border: 2px solid black;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
}

.js-go-cart-counter__container > span {
  font-weight: var(--font-weight-body--bold);
}

.go-cart__modal {
  display: none;
}
.go-cart__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.go-cart__overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.go-cart__drawer {
  position: fixed;
  top: 0;
  right: -515px;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 515px;
}
.go-cart-drawer {
  display: flex;
  flex-direction: column;
}
.go-cart__drawer--right.is-open {
  -webkit-transform: translateX(-515px);
  transform: translateX(-515px);
}

.go-cart__mini-cart {
  display: none;
}

.cart__empty {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cart__empty a {
  pointer-events: auto;
}

.go-cart__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 32px;
  font-weight: 700;
  flex-direction: column;
  gap: 32px;
}

.go-cart__empty-button {
  border: 1px solid white;
  padding: 10px;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  cursor: url(cursor.svg),pointer;
}

.go-cart__empty-button:hover {
  background-color: white;
  color: black;
}

@media only screen and (min-width: 1024px) {
  .go-cart__empty {
    margin-top: 40px;
  }
}
.go-cart__trigger {
  position: relative;
  cursor: url(cursor.svg) 10 10, auto;
}
.go-cart__button {
  background: #fff;
  color: #000;
  padding: 20px 31px;
  text-align: center;
  cursor: url(cursor.svg) 10 10, auto;
  display: flex;
  justify-content: space-between;
}
.go-cart-modal {
  display: none;
}

.go-cart-drawer {
  position: relative;
  height: 100%;
}

.go-cart-drawer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  margin: 24px 21px 0 32px;
}

.go-cart-drawer__title-container {
  margin-top: 17px;
  display: flex;
  flex-direction: row;
}

.go-cart-drawer__title {
  font-size: 40px;
  margin-right: 12px;
}

.go-cart-drawer__item-count {
  width: 24px;
  height: 24px;
  text-align: center;
  border: solid white 1px;
  border-radius: 50%;
  align-self: center;
}

.go-cart-drawer__close {
  cursor: pointer;
  line-height: 0;
  padding: 10px;
}

.go-cart-drawer__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 2 2 0%;
  overflow: hidden;
  overflow-y: scroll;
  padding: 0px 30px 0px 32px;
  margin-top: 14px;
}

.go-cart-drawer__top-footer {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 1rem 0 0;
  margin-left: 31px;
  margin-right: 29px;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .go-cart-drawer__top-footer {
    padding: 1rem 1rem 0;
  }
}


.go-cart-drawer__free-shipping-text {
  color: white;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1024px) {
  .go-cart-drawer__free-shipping-text {
    margin-bottom: 1.5rem;
  }
}

.go-cart-drawer__free-shipping-bar {
  position: absolute;
  background: #3d3d3d;
  height: 4px;
  top: 0;
  left: 0px;
  right: 0px;
}

.cart__free-shipping-bar {
  position: relative;
  background: #3d3d3d;
  height: 4px;
}

.go-cart-drawer__current-shipping-progress {
  position: absolute;
  background: white;
  height: 4px;
  top: 0;
  left: 0px;
  right: 0px;
  width: 100%;
}

.cart__current-shipping-progress {
  position: absolute;
  background: white;
  height: 4px;
  top: 0;
  left: 0px;
  right: 0px;
  width: 100%;
  max-width: 100%;
}

.cart__free-shipping-text {
  color: white;
  font-weight: bold;
  padding: 1rem 0;
  display: block;
  text-align: left;
}

.go-cart-drawer__payment-methods, .cart__payment-methods {
  display: flex;
  justify-content: space-between;
  gap: 0.3rem;
  margin: 16px 30px;
}

.cart__payment-methods {
  margin: 1rem 0;
}
@media only screen and (min-width: 1024px) {
  .go-cart-drawer__payment-methods, .cart__payment-methods {
    gap: 0.5rem;
    margin: 16px 46px;
  }
}

.go-cart-drawer__payment-methods img, .cart__payment-methods img {
  flex-grow: 1;
}

.go-cart-drawer__subtotal {
  align-items: center;
  height: 50px;
  padding: 0 30px;
}

.go-cart-drawer__footer,
.go-cart-drawer__subtotal {
  display: flex;
  justify-content: space-between;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.go-cart-drawer__footer {
  flex-direction: column;
}

.go-cart-item__single {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.go-cart-item__info-wrapper {
  position: relative;
  display: flex;
  margin-bottom: 20px;
}

.go-cart-item__info {
  width: calc(100vw - 208px);
  line-height: 1.4;
  padding: 0px 0px 0px 14px;
}

.go-cart-item__container {
  opacity: 0.7;
  display: flex;
  flex-direction: row;
  width: 126px;
  justify-content: space-between;
}

.go-cart-item__image {
  width: 72px;
  height: 86px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.go-cart-item__title {
  display: block;
  line-height: 18px;
  font-size: 14px;
  color: white;
  vertical-align: top;
}

.go-cart-item__variant {
  position: relative;
  color: #969696;
  font-size: 14px;
}

.go-cart-item__quantity {
  bottom: 10px;
  display: flex;
  align-items: center;
}

.go-cart-item__quantity-label {
  margin-right: 5px;
}

.go-cart-item__quantity-number {
  position: relative;
}

.go-cart-item__quantity-number::-webkit-inner-spin-button,
.go-cart-item__quantity-number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  display: none;
}

.go-cart-item__price {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
}

.go-cart-item__quantity-changer {
  display: grid;
  position: absolute;
  bottom: 0px;
  right: 0px;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}
.cart__quantity-changer {
  display: flex;
  gap: 1px;
}

.go-cart-item__quantity-changer > *, .cart__quantity-changer > * {
  box-shadow: rgb(94, 94, 94) 0px 0px 0px 1px;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.cart__quantity {
  pointer-events: none;
}

.cart__quantity-button {
  border: none;
  background: none;
  padding: 0;
}

.go-cart-item__quantity-button, .cart__quantity-button {
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.go-cart-item__remove svg {
  fill: white;
}

.is-invisible {
  opacity: 0;
  visibility: hidden;
}

.go-cart__link-to-cart {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .go-cart__link-to-cart {
    display: block;
    text-align: center;
    color: #e5e5e5;
    background: #0f0f0f;
    padding: 20px 10px 30px;
  }

  .go-cart-item__remove {
    /* visibility: hidden; */
    color: #e5e5e5;
  }

  .go-cart-drawer__footer {
    flex-direction: column;
    background: #0f0f0f;
  }

  .go-cart-drawer__header {
    padding: 0px;
    margin: 24px 21px 20px 48px;
  }

  .go-cart-drawer__content {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 8px;
  }

  .go-cart-item__image {
    width: 87px;
    height: 104px;
  }

  .go-cart-item__info {
    padding-top: 0;
    width: 264px;
  }

  .go-cart-item__title {
    font-size: 16px;
  }

  .go-cart-item__variant {
    color: #e5e5e5;
    font-size: 16px;
  }

  .go-cart-item__single {
    margin: 0px 48px 25px;
  }

  .go-cart-item__single:hover .go-cart-item__remove {
    /* visibility: visible; */
  }

  .go-cart__button {
    margin-left: 32px;
    margin-right: 32px;
  }

  .go-cart-item__price {
    right: 0;
    top: 0;
    font-size: 16px;
  }
}

/*================ MODULES ================*/
.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  background: transparent;
  border: none;
  pointer-events: none;
}

.site-header.active,
body.search-active .site-header {
  background: white;
}

.site-header.active .site-header__container,
body.search-active .site-header__container {
  pointer-events: auto;
}

.site-header__container {
  width: 100%;
  min-height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 20px 26px 11px;
  max-width: 1440px;
  margin: 0 auto;
}

.site-header__search-close  {
  display: block;
  cursor: url(cursor.svg) 10 10, auto;
  padding: 7px 10px;
  pointer-events: auto;
}

.site-header__search-close  svg {
  width: 20px;
}

.site-header__hamburger-container {
  padding: 6px;
  height: 40px;
  align-items: center;
  display: flex;
  cursor: url(cursor.svg) 10 10, auto;
}

.site-header__hamburger-button {
  width: 28px;
  height: 24px;
  /* transition: 0.5s ease-in-out; Transition targetting everything will cause a layout shift when removing and adding .visually-hidden (see how the button shifts when opening and closing the search) */
}

.site-header__hamburger-button:hover .hamburger-span {
  width: calc(100% + 32px);
}

.site-header__hamburger-button .hamburger-span {
  -webkit-transition: width .5s cubic-bezier(.175,.885,.52,1.275);
  -o-transition: width .5s cubic-bezier(.175,.885,.32,1.275);
  transition: width .3s cubic-bezier(.175,.885,.32,1.275);
}


.site-header__hamburger-button .hamburger-span:nth-child(2) {
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
}

.site-header__hamburger-button .hamburger-span:nth-child(3) {
  -webkit-transition-delay: .15s;
       -o-transition-delay: .15s;
          transition-delay: .15s;
}

.hamburger-menu__overlay {
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.hamburger-menu__overlay--active {
  visibility: visible;
  opacity: 1;
}

.hamburger-menu__wrapper {
  position: fixed;
  z-index: 1100;
  top: 0;
  width: 80%;
  height: 100%;
  background-color: white;
  -webkit-box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
}

.hamburger-menu__wrapper--open {
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  opacity: 1 !important;
}

.hamburger-menu__list--container {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.hamburger-menu__list--container::-webkit-scrollbar {
  display: none;
}

.hamburger-menu__list {
  padding: 2rem;
  border-bottom: 1px solid var(--color-border);
}

.hamburger-menu__list:last-child {
  border-bottom: none;
}

.hamburger-menu__list--item {
  margin: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: url(cursor.svg) 10 10, auto;
}
.hamburger-menu__list--item.socials {
  margin: 16px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hamburger-menu__list--item.socials a {
  height: 30px;
  margin-right: 50px;
}
.hamburger-menu__list--item.socials a svg {
  width: 30px;
  height: 26px;
  fill: black;
}

.hamburger-menu__list--item a,
.hamburger-menu__list--item select,
.hamburger-menu__list--item {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.hamburger-menu__list--item select {
  width: 100%;
  border: none !important;
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
  padding: 0;
}

.hamburger-menu__arrow {
  pointer-events: none;
  width: 16px;
  cursor: url(cursor.svg) 10 10, auto;
}

.hamburger-menu__arrow--open {
  transform: rotate(180deg);
}

.hamburger-menu__list-children {
  padding: 4px 0;
  display: none;
}

.hamburger-menu__list-children--open {
  display: block;
}

.hamburger-menu__list-child {
  margin: 8px 0 12px;
}

.hamburger-menu__list-child a {
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
  padding: 4px 0;
  cursor: url(cursor.svg) 10 10, auto;
}

.site-header__item {
  pointer-events: auto;
}

.site-header__logo {
  width: 74px;
  padding: 0;
  position: absolute;
  left: 50%;
}

@media only screen and (min-width: 1024px) {
  .site-header__logo {
    width: 108px;
  }
}

.site-header__logo a {
  cursor: url(cursor.svg) 10 10, auto;
}

.site-header__icons {
  position: relative;
  white-space: nowrap;
  width: auto;
}

.hide-on-mobile {
  display: none !important;
}

.site-header__icons .btn--link,
.site-header__icons .site-header__cart {
  font-size: calc(((var(--font-size-base)) / (var(--font-size-base))) * 1em);
}

.site-header__icons-wrapper {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.site-header__icon {
  cursor: url(cursor.svg) 10 10, auto;
}

.site-header__cart,
.site-header__search,
.site-header__account {
  position: relative;
}

.site-header .site-header__container .site-header__search {
  display: block;
  padding: 6px 9px;
}

.site-header__cart {
  padding: 4px 6px;
  margin-left: 8px;
}
.mega-menu {
  display: none;
}

.breadcrumbs {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .site-header {
    padding: 0;
  }

  .site-header__container {
    padding: 42px 37px 50px 41px;
  }

  .hamburger-menu__wrapper {
    width: 50vw;
  }
  .hamburger-menu__list {
    padding: 4rem;
  }
}

@media only screen and (min-width: 1024px) {
  .hamburger-menu__wrapper {
    width: 32vw;
  }
  .hamburger-menu__list--item a,
  .hamburger-menu__list--item select,
  .hamburger-menu__list--item {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: url(cursor.svg) 10 10, auto;
  }

  .hamburger-menu__list--item select {
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
  }
}

/* iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .hamburger-menu__wrapper {
    width: 42vw;
  }
  .breadcrumbs {
    display: flex;
    align-items: center;
    margin: 0 0 7px 40px;
    font-size: 14px;
    font-weight: bold;
  }

  .breadcrumbs a {
    animation: fade-in 2s;
    transition: animation 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: url(cursor.svg) 10 10, auto;
  }
}

/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .hamburger-menu__wrapper {
    width: 42vw;
  }
}

/* iPad Pro 12.9" Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .breadcrumbs {
    display: flex;
    align-items: center;
    margin: 0 0 7px 40px;
    font-size: 14px;
    font-weight: bold;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
  }

  .breadcrumbs.fade-in {
    opacity: 1;
    animation-name: fade-in;
  }

  .breadcrumbs a {
    animation: fade-in 2s;
    transition: animation 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: url(cursor.svg) 10 10, auto;
  }
}
/* iPad Pro 12.9" Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .hamburger-menu__wrapper {
    width: 40vw;
  }
}

@media only screen and (min-width: 1200px) {
  .mega-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 999;
    width: 100%;
    height: 470px;
    background-color: white;
    padding: 0 24px;
    color: black;
    -webkit-box-shadow: 0px 100px 100px 17px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 100px 100px 17px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 100px 100px 17px rgba(0, 0, 0, 0.2);
    animation: fade-in 0.3s ease-in-out;
  }

  .mega-menu__container {
    width: 100%;
    height: 100%;
    padding: 35px 0;
    border-top: 2px solid var(--color-border);
    display: flex;
    justify-content: space-between;
  }

  .mega-menu__column {
    width: auto;
    min-width: 25%;
    height: 100%;
    display: flex;
    flex: auto;
    justify-content: flex-start;
  }

  .mega-menu__column.content {
    justify-content: flex-end;
  }

  .mega-menu__h1 a {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 130%;
    width: 63%;
    color: black;
     cursor: url(cursor.svg) 10 10, auto;
  }

  .mega-menu__h1 a svg {
    width: 30px;
    height: 30px;
    fill: #000;
    margin-top: 20px;
    cursor: url(cursor.svg) 10 10, auto;
  }

  .mega-menu__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    column-gap: 100px;
    max-height: 350px;
  }

  .mega-menu__list-item {
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
  }

  .mega-menu__list-item a {
    cursor: url(cursor.svg) 10 10, auto;
  }

  .mega-menu__list-child:first-child {
    color: black;
    margin: 0px 0 12px;
  }

  .mega-menu__product-card a,
  .mega-menu__blog-card--big a,
  .mega-menu__blog-card--small a {
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: url(cursor.svg) 10 10, auto;
  }

  .mega-menu__product-card {
    width: 280px;
  }

  .mega-menu__blog-card--big {
    width: 585px;
  }

  .mega-menu__blog-card--small {
    width: 480px;
  }

  .mega-menu__product-card:last-child {
    margin-right: 0;
  }

  .mega-menu__product-card img,
  .mega-menu__blog-card--small img,
  .mega-menu__blog-card--big img {
    height: 320px;
    background-color: #f2f2f2;
    object-fit: cover;
  }

  .mega-menu__product-card img {
    width: 280px;
  }

  .mega-menu__blog-card--small img {
    width: 480px;
  }

  .mega-menu__blog-card--big img {
    width: 585px;
  }

  .mega-menu__product-card--name,
  .mega-menu__blog-card--name {
    font-size: 14px;
    color: black;
    text-align: center;
    padding-top: 14px;
    width: 75%;
    margin: 0;
  }

  .mega-menu__blog-card--name {
    width: 100%;
  }

  .breadcrumbs {
    display: flex;
    align-items: center;
    margin: 0 0 7px 46px;
    font-size: 14px;
    font-weight: bold;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
  }

  .breadcrumbs.fade-in {
    opacity: 1;
    animation-name: fade-in;
  }

  .breadcrumbs a {
    animation: fade-in 2s;
    transition: animation 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: url(cursor.svg) 10 10, auto;
  }
}

@media only screen and (min-width: 1024px) {
  .site-header__search.site-header__icon {
    display: block;
  }

  .site-header__hamburger {
    padding-left: 0;
    display: flex;
  }

  .site-header__icon {
    margin-left: 27px;
  }

  .hide-on-mobile {
    display: block !important;
  }
  .site-header__account {
    padding: 10px 11px;
  }
  .site-header__cart {
    padding: 10px 6px;
  }
}

/* iPad Pro 12.9" Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .site-header__search.site-header__icon {
    display: block;
  }

  .site-header__hamburger {
    padding-left: 0;
  }

  .site-header__icon {
    margin-left: 27px;
  }

  .hide-on-mobile {
    display: block !important;
  }
}

/* iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .site-header__search.site-header__icon {
    display: block;
  }

  .site-header__hamburger {
    padding-left: 0;
  }

  .site-header__icon {
    margin-left: 27px;
  }

  .hide-on-mobile {
    display: block !important;
  }
}

@media only screen and (min-width: 1500px) {
  .mega-menu {
    padding: 0;
  }
}

.site-header__cart-title,
.site-header__search-title {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  display: block;
  vertical-align: middle;
}

.site-header__cart-title {
  margin-right: 3px;
}

.site-header__cart-count {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0.4rem;
  top: 0.2rem;
  font-weight: bold;
  background-color: var(--color-btn-primary);
  color: var(--color-btn-primary-text);
  border-radius: 50%;
  min-width: 1em;
  height: 1em;
}
.site-header__cart-count span {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: calc(11em / 16);
  line-height: 1;
}

@media only screen and (max-width: 1023px) {
  .site-header__cart-count {
    top: calc(7em / 16);
    right: 0;
    border-radius: 50%;
    min-width: calc(19em / 16);
    height: calc(19em / 16);
  }
}

@media only screen and (max-width: 1023px) {
  .site-header__cart-count span {
    padding: 0.25em calc(6em / 16);
    font-size: 12px;
  }
}

.site-header__menu {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .site-header__icon .icon-search {
    margin-right: 3px;
  }
}

.announcement-bar {
  z-index: 10;
  position: relative;
  text-align: center;
  border-bottom: 1px solid transparent;
  padding: 2px;
  margin-bottom: 16px;
}

.announcement-bar__link {
  display: block;
}

.announcement-bar__message {
  display: block;
  padding: 8px 16px;
  font-size: calc(((16) / (var(--font-size-base))) * 1em);
  font-weight: var(--font-weight-header);
}

@media only screen and (min-width: 1024px) {
  .announcement-bar__message {
    padding-left: 55px;
    padding-right: 55px;
  }
}

.article-listing {
  padding-top: 55px;
  margin-bottom: 55px;
}

.article {
  margin-bottom: 55px;
}

.article__meta {
  margin-bottom: 22px;
}

.article__title {
  margin-bottom: 11px;
  max-width: 28ch;
}

@media only screen and (max-width: 1023px) {
  .article__title--has-image {
    padding-left: 22px;
  }

  .article__title {
    padding: 0 20px;
  }
}

.article__author {
  margin-right: 10px;
}

.article__author,
.article__date {
  display: inline-block;
  margin-bottom: 22px;
}

.template-article .article__author,
.article__meta .article__author,
.template-article .article__date,
.article__meta .article__date {
  margin-bottom: 0;
}

.article__tags {
  margin-bottom: 27.5px;
}

.article__tags--list {
  font-style: italic;
}

.article__link {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .article__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.article__link:not([disabled]):hover .article__grid-image-wrapper::before,
.article__link:focus .article__grid-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-image-overlay);
  opacity: var(--opacity-image-overlay);
  z-index: 1;
}

.article__link--fixed-overlay:not([disabled]):hover
  .article__grid-image-wrapper::before,
.article__link--fixed-overlay:focus .article__grid-image-wrapper::before {
  bottom: auto;
}

.article__meta-buttons li:first-child {
  margin-right: 1.5rem;
}

.article__comment-count {
  border-color: transparent;
  border-bottom-color: currentColor;
  padding: 0 0 3px 0;
}
.article__comment-count:not([disabled]):hover,
.article__comment-count:focus {
  border-color: transparent;
  border-bottom-color: currentColor;
}

.rte--article {
  margin-bottom: 20px;
}

/*============================================================================
  Blog article grid
==============================================================================*/
.grid--blog {
  margin-bottom: -55px;
  overflow: auto;
}

.article__grid-tag {
  margin-right: 10px;
}

.article__grid-meta {
  margin-bottom: 55px;
}

@media only screen and (max-width: 1023px) {
  .article__grid-meta--has-image {
    float: left;
    padding-left: 22px;
  }
}

.article__grid-excerpt {
  margin-bottom: 17.5px;
}

.article-image-wrapper.article__grid-image-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.article__grid-image-wrapper {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.article__grid-image-wrapper--small {
  width: 50%;
}

.article__grid-image-container {
  display: block;
  clear: both;
  position: relative;
  margin: 0 auto 27.5px 0;
  min-height: 1px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .article__grid-image-container {
    float: left;
    margin: 0 0 55px 0;
  }
}
.article__grid-image-container img {
  display: block;
}

.article__grid-image {
  margin: 0 auto;
  width: 100%;
}
.js .article__grid-image {
  position: absolute;
  top: 0;
}

.article__list-image-container {
  display: block;
  clear: both;
  position: relative;
  min-height: 1px;
  width: 100%;
  height: 100%;
}

.article__list-image-wrapper {
  width: 100%;
  margin-bottom: 20px;
}

.article__list-image {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 0;
}

/*============================================================================
  Blog/custom
==============================================================================*/

.blog-page {
  margin-top: -54px;
}

.blog-info {
  margin-bottom: 30px !important;
}

.blog-back-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  cursor: url(cursor.svg) 10 10, auto;
}

.blog-back-button a svg {
  height: 18px;
  margin-left: 13px;
}

.blog-back-button__text {
  display: none;
}

.blog-others {
  width: 100%;
  margin-bottom: 100px;
  min-height: 20vh;
}

.blog-others > .f-h2 {
  padding: 0 20px;
}

.blog-others__container {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
}

.blog-others__article {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.blog-others__image--1 img,
.blog-others__image--2 img,
.blog-others__image--3 img {
  height: 100%;
  object-fit: cover;
}

.blog-others__image--1 {
  height: 220px;
}

.blog-others__image--2 {
  height: 220px;
}

.blog-others__image--3 {
  height: 220px;
}

.blog-others__content {
  display: block;
}

.blog-others__content {
  padding: 24px;
}

.blog-others__content--first-line {
  display: flex;
  justify-content: space-between;
}

.blog-others__content--second-line {
  display: flex;
  justify-content: flex-start;
}

.blog-others__category {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-others__title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 12px;
  line-height: 100%;
}

.blog-others__date {
  font-size: 14px;
  font-weight: 400;
  color: var(--grey);
}

.blog-others__sharing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}

.rte .blog-others__sharing .blog-others__sharing-link {
  display: flex;
  align-items: center;
  cursor: url(cursor.svg) 10 10, auto;
  padding-bottom: 0;
  border: 0;
  gap: 0.5rem;
  background: none;
  padding: 0;
}

@media (min-width: 1024px) {
  .blog-info {
    position: absolute;
    left: 0;
    padding: 0 !important;
  }

  .blog-back-button__text {
    font-size: 16px;
    font-weight: 700;
    margin-left: 4px;
    display: block;
  }

  .blog-back-button a svg {
    padding-left: 0;
  }

  .blog-others > .f-h2 {
    padding: 0 80px;
  }

  .blog-others__container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 50px 0;
  }
  
  .blog-others__container.single-blog {
    margin: 50px 80px;
  }

  .blog-others__article {
    margin-right: 24px;
    margin-bottom: 0;
  }

  .blog-others__article:last-child {
    margin: 0;
  }

  .blog-others__image--1 {
    height: 800px !important;
  }

  .blog-others__image--2 {
    height: 400px !important;
  }

  .blog-others__image--3 {
    height: 260px !important;
  }

  .blog-others__title {
    font-size: 24px;
  }
  .blog-others__sharing {
    display: flex;
    flex-direction: column;
  }

  .rte .blog-others__sharing .blog-others__sharing-link--whatsapp {
    display: none;
  }
}

/*============================================================================
  Blog/article card
==============================================================================*/
.blog-card {
  margin-bottom: 30px;
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .blog-card {
    margin-top: 0;
  }
}

.blog-card__image-wrapper {
  margin-bottom: 30px;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.blog-card__image-wrapper:hover .blog-card__title-wrapper::before,
.blog-card__image-wrapper:focus .blog-card__title-wrapper::before {
  opacity: var(--hover-overlay-opacity);
}
.blog-card__image-wrapper:focus {
  opacity: 1;
}

.blog-card__image-wrapper--small {
  padding-bottom: 50%;
}

.blog-card__image-wrapper--medium {
  padding-bottom: 75%;
}

.blog-card__title {
  color: var(--color-overlay-title-text);
  font-size: calc(((var(--font-size-header)) / (var(--font-size-base))) * 1em);
  hyphens: auto;
  margin-bottom: 11px;
  padding: 0 5px;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  top: 50%;
  width: 100%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 1024px) {
  .blog-card__title {
    padding: 0 15px;
  }
}

.blog-card__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.blog-card__overlay {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.blog-card__title-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-image-overlay);
  opacity: var(--opacity-image-overlay);
}

.blog-card__excerpt {
  margin-bottom: 17.5px;
}

.blog-card__comment-count {
  border-color: transparent;
  border-bottom-color: currentColor;
  padding: 0 0 3px 0;
}
.blog-card__comment-count:not([disabled]):hover,
.blog-card__comment-count:focus {
  border-color: transparent;
  border-bottom-color: currentColor;
}

.cart-popup-wrapper {
  display: none !important;
  position: fixed;
  width: 100%;
  background-color: var(--color-body);
  z-index: 9999;
  border: 1px solid var(--color-border);
  transform: translateY(0%);
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
}
@media only screen and (min-width: 1024px) {
  .cart-popup-wrapper {
    display: none !important;
    width: 23rem;
    right: 0;
  }
}

.cart-popup-wrapper--hidden {
  display: none !important;
  transform: translateY(-100%);
}

.cart-popup {
  display: none !important;
  padding: 0.2rem 1.5rem 1rem;
}

.cart-popup__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid var(--color-border);
}

.cart-popup__heading {
  flex-grow: 1;
  padding: 0.5rem 0rem;
  margin: 0;
  color: var(--color-body-text);
  line-height: 1.2em;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-size: calc(
    ((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em
  );
  font-family: var(--font-stack-body);
  font-weight: var(--font-weight-body);
}

.cart-popup__close {
  padding: 0.9rem;
  margin-right: -0.9rem;
  background-color: transparent;
  border: none;
  line-height: 0;
}
.cart-popup__close .icon-close {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}
.cart-popup__close:hover,
.cart-popup__close:focus {
  color: var(--color-text-focus);
}

.cart-popup-item {
  display: flex;
  margin: 1rem 0;
}

.cart-popup-item__image-wrapper {
  position: relative;
  flex-basis: 18%;
  flex-shrink: 0;
  margin-right: 1rem;
  text-align: center;
}

.cart-popup-item__image {
  display: block;
  margin: 0 auto;
  max-height: 95px;
}

.cart-popup-item__description {
  display: flex;
  color: var(--color-body-text);
  flex-basis: 100%;
  justify-content: space-between;
  line-height: 1.2rem;
}

.cart-popup-item__title {
  color: var(--color-text);
  font-size: calc(
    ((var(--font-size-base) + 2) / (var(--font-size-base))) * 1em
  );
  font-family: var(--font-stack-header);
  font-weight: var(--font-weight-header);
  margin-bottom: 0;
}

.product-details {
  margin-top: 0.25rem;
  font-size: calc(
    ((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em
  );
}

.product-details__item {
  margin-bottom: 0.2rem;
  line-height: 1.5;
}
.product-details__item:last-child {
  margin-bottom: 0;
}

.product-details__item--variant-option + .product-details__item--property {
  margin-top: 0.8rem;
}

.product-details__property-label {
  font-weight: var(--font-weight-body--bold);
}

.cart-popup-item__quantity {
  flex-basis: 30%;
  flex-shrink: 0;
  margin-left: 1rem;
  text-align: right;
  font-size: calc(
    ((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em
  );
}

.cart-popup__cta-link {
  width: 100%;
}

.cart-popup__dismiss {
  margin-top: 0.5rem;
  text-align: center;
}

.cart-popup__dismiss-button {
  font-size: calc(
    ((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em
  );
}

.sidebar {
  margin-top: 40px;
}

.sidebar__list {
  list-style: none;
  margin-bottom: 55px;
}
.sidebar__list li {
  margin-bottom: 10px;
}

.pagination {
  text-align: center;
  list-style: none;
  font-size: calc(((15) / (var(--font-size-base))) * 1em);
  padding-top: 55px;
}
.pagination li {
  display: inline-block;
}
.pagination .icon {
  display: block;
  height: 20px;
  vertical-align: middle;
}

.pagination__text {
  padding: 0 27.5px;
}

.comment {
  margin-bottom: 30px;
}
.comment:last-child {
  margin-bottom: 0;
}

.comment__content {
  margin-bottom: 5px;
}

.comment__meta-item {
  margin-right: 10px;
  font-size: calc(((14) / (var(--font-size-base))) * 1em);
}
.comment__meta-item:first-child::before {
  content: "\2014 \0020";
}

.social-sharing {
  display: flex;
}
.template-password .social-sharing {
  justify-content: center;
}

.btn--share {
  background-color: transparent;
  border-color: var(--color-border);
  color: var(--color-text);
  margin-right: 5px;
  margin-bottom: 10px;
}
.btn--share:not([disabled]):hover,
.btn--share:focus {
  background-color: transparent;
  border-color: var(--color-btn-social-focus);
  color: var(--color-text);
}
.btn--share .icon {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.btn--share .icon-facebook {
  fill: #3b5998;
}
.btn--share .icon-twitter {
  fill: #00aced;
}
.btn--share .icon-pinterest {
  fill: #cb2027;
}

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

/*================ Variables ================*/
.search-bar {
  background: white;
}

.search-bar--open {
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  display: block;
}

.search-form {
  z-index: 1001;
  background: white;
}

.search-form__input-wrapper {
  max-width: 1200px;
  padding: 81px 35px 22px 35px;
  margin: auto;
  display: flex;
  position: relative;
}

.search-form input {
  border: none;
  border-bottom: 1px solid #dddddd;
  font-size: 24px;
  border-radius: 0 !important;
  font-weight: 600;
}

.search-form__search-icon {
  position: absolute;
  bottom: 29px;
  left: 22px;
}

.search-form__search-icon svg g {
  fill: #dddddd;
}

.search-form input::placeholder {
  color: #dddddd;
  opacity: 1;
}

.search-bar__overlay {
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.search-bar--open .search-bar__overlay {
  visibility: visible;
  opacity: 1;
}

@media only screen and (min-width: 1024px) {
  .search-form {
    margin: auto;
  }
  .search-form__input-wrapper {
    max-width: 1200px;
    padding: 150px 25px 65px;
    margin-bottom: 0;
    border-bottom: 1px solid #dddddd;
  }

  .search-form input {
    border-radius: 0 !important;
    font-size: 40px;
    width: 100%;
    border-bottom: 1px solid #dddddd;
  }

  .search-form__search-icon {
    bottom: 81px;
    left: 0;
  }
}

/*================ Mobile Site Nav ================*/
.mobile-nav {
  display: block;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
}
.sub-nav--is-open .mobile-nav {
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.third-nav--is-open .mobile-nav {
  -ms-transform: translate3d(-200%, 0, 0);
  -webkit-transform: translate3d(-200%, 0, 0);
  transform: translate3d(-200%, 0, 0);
}

.mobile-nav__link,
.mobile-nav__sublist-link {
  display: block;
  width: 100%;
  padding: 15px 30px;
  font-size: 16px;
}

.mobile-nav__link {
  position: relative;
}

.mobile-nav__label {
  border-bottom: 1px solid transparent;
}
.mobile-nav__link--active .mobile-nav__label {
  border-bottom-color: var(--color-text);
}

.mobile-nav__sublist-link:not(.mobile-nav__sublist-header) {
  padding-left: 70px;
  padding-right: 30px;
}

.mobile-nav__item {
  display: block;
  width: 100%;
}
.mobile-nav__item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 14px;
  margin: -6px 0 0 -7px;
}

.mobile-nav__return {
  border-right: 1px solid var(--color-border);
}

.mobile-nav__return-btn {
  position: relative;
  padding: 24px 0;
  width: 55px;
}

.mobile-nav__icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding-left: 22px;
  padding-right: 22px;
  pointer-events: none;
  overflow: hidden;
}

.mobile-nav__table {
  display: table;
  width: 100%;
}

.mobile-nav__table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  text-align: left;
  white-space: normal;
}

.mobile-nav__toggle-button {
  padding: 20px 15px;
}

.mobile-nav__dropdown {
  position: absolute;
  background-color: var(--color-body);
  z-index: 8;
  width: 100%;
  top: 0;
  right: -100%;
  display: none;
}
.is-active + .mobile-nav__dropdown {
  display: block;
  opacity: 1;
}
.mobile-nav__dropdown.is-closing {
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  opacity: 0.99;
}
.mobile-nav__dropdown .mobile-nav__sublist-header {
  font-family: var(--font-stack-header);
  font-style: var(--font-style-header);
  font-weight: var(--font-weight-header);
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
.mobile-nav__dropdown .mobile-nav__sublist-header--main-nav-parent {
  color: var(--color-body-text);
}

/*================ Mobile nav wrapper ================*/
.mobile-nav-wrapper {
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-body);
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  display: none;
  overflow: hidden;
  width: 100%;
}
.mobile-nav-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid var(--color-border);
}
.mobile-nav-wrapper.js-menu--is-open {
  display: block;
}

.mobile-nav--close .icon-hamburger {
  display: none;
}

.site-header__mobile-nav {
  z-index: 11;
  position: relative;
  background: transparent;
}

@media only screen and (max-width: 1023px) {
  .site-header__mobile-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
}

.price {
  font-weight: 300;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .price {
    font-size: calc(
      ((var(--font-size-base) - 1) / (var(--font-size-base))) * 1em
    );
  }
}
.price dl {
  margin-top: 0;
}
.price dd {
  margin: 0 0.5em 0 0;
}

.price--unavailable {
  visibility: hidden;
}


.price__pricing-group {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.price__regular {
  display: block;
}

.price__regular,
.price__sale {
  margin-right: 0.625rem;
}

.price--on-sale .price__regular,
.price--on-sale .price__availability {
  display: none;
}

.price__availability {
  display: none;
  color: var(--color-body-text);
  font-size: 0.9em;
  font-weight: var(--font-weight-body);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.price--sold-out .price__availability {
  display: block;
}

.price__sale {
  display: none;
}
.price--on-sale .price__sale {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.price__vendor {
  color: var(--color-body-text);
  font-size: 0.9em;
  font-weight: var(--font-weight-body);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 5px 0 10px;
  width: 100%;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
}

.price__vendor--listing {
  margin: 0 0 4px;
}

.price__unit {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  display: none;
}
.price--unit-available .price__unit {
  display: block;
}

.price-item {
  color: var(--color-body-text);
}

.price-item--sale {
  color: red;
}

[data-search-result] .price--on-sale .price-item--regular {
  text-decoration: line-through;
  color: #d6d6d6;
}

[data-search-result] .price--on-sale .price__compare {
  display: block;
}

.price-unit-price {
  color: var(--color-body-text);
  font-size: 0.8em;
}

.price-item__label {
  display: inline-block;
  white-space: nowrap;
  font-weight: var(--font-weight-body--bolder);
}

.price__badges {
  margin-top: 0;
}

.price__badge {
  display: none;
  align-self: center;
  text-align: center;
  font-size: 0.5em;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: var(--color-bg);
  border: 1px solid var(--color-text);
  border-radius: 2px;
  padding: 0.2rem 0.5rem;
}

.price__badge--sale {
  color: var(--color-bg);
  border-color: var(--color-sale-text);
  background-color: var(--color-sale-text);
}
.price--on-sale .price__badge--sale {
  display: flex;
}
.price--sold-out .price__badge--sale {
  display: none;
}

.price__badge--sold-out {
  color: var(--color-body-text);
  border-color: var(--color-body-text);
}
.price--sold-out .price__badge--sold-out {
  display: flex;
}

/*================ Module | Filters and Sort toolbar and selection ================*/
.filters-toolbar-wrapper {
  border-bottom: 1px solid var(--color-border);
  border-top: 1px solid var(--color-border);
  margin-bottom: 22px;
}
@media only screen and (min-width: 1024px) {
  .filters-toolbar-wrapper {
    margin-bottom: 55px;
  }
}

.filters-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.filters-toolbar .icon-chevron-down {
  fill: var(--color-text-field-text);
  width: calc(10em / 16);
  height: calc(10em / 16);
  right: 8px;
}

.filters-toolbar--has-filter {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .filters-toolbar--has-filter {
    border-bottom: none;
  }
  .filters-toolbar--has-filter .filters-toolbar__item-child {
    flex-basis: 50%;
  }
  .filters-toolbar--has-filter .filters-toolbar__item-wrapper {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
  }
  .filters-toolbar--has-filter .filters-toolbar__item--count {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    text-align: left;
  }
  .filters-toolbar--has-filter .filters-toolbar__item--count:before {
    background-color: var(--color-border);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: auto;
    width: 100%;
  }
}

.filters-toolbar__item {
  min-width: 33%;
  -webkit-flex: 1 1 33%;
  -moz-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
}
@media only screen and (max-width: 1023px) {
  .filters-toolbar__item:first-child .filters-toolbar__input {
    padding-left: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .filters-toolbar__item-child {
    flex-grow: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .filters-toolbar__item-child:first-child {
    margin-right: 2.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .filters-toolbar__item-child:first-child {
    margin-right: 3rem;
  }
}

@media only screen and (max-width: 1023px) {
  .filters-toolbar__item-child .filters-toolbar__input {
    padding-left: 0;
    padding-right: 25px;
    width: 100%;
  }
}

.filters-toolbar__item-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex: 1 1 33%;
  -moz-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
}
@media only screen and (max-width: 1023px) {
  .filters-toolbar__item-wrapper {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}

.filters-toolbar__item--count {
  min-width: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .filters-toolbar__item--count {
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    text-align: right;
  }
}

.filters-toolbar__label {
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .filters-toolbar__label {
    display: block;
    margin-bottom: 0;
    margin-top: 8px;
  }
}

.filters-toolbar__input-wrapper {
  display: inline-block;
}

.filters-toolbar__input {
  border: 0 solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  height: 55px;
  opacity: 1;
  position: relative;
}
.filters-toolbar__item:first-child .filters-toolbar__input {
  padding-left: 0;
}
@media only screen and (max-width: 1023px) {
  .filters-toolbar__input {
    height: 46px;
  }
}
.filters-toolbar__input.hidden {
  opacity: 0;
}
.filters-toolbar__input option {
  text-overflow: ellipsis;
  overflow: hidden;
}

.filters-toolbar__product-count {
  font-size: calc(
    ((var(--font-size-base) - 1) / (var(--font-size-base))) * 1em
  );
  font-style: italic;
  line-height: 55px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .filters-toolbar__product-count {
    font-size: calc(
      ((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em
    );
    line-height: 46px;
  }
}

/*================ footer ================*/
.site-footer {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100vw;
  background-color: #000;
}

.site-footer__description {
  text-align: center;
  padding: 64px 0 0;
}

.site-footer__description svg g {
  fill: #fff;
}

.site-footer__item-title {
  font-size: 24px;
  color: #fff;
  width: 20ch;
}

.site-footer__linklist {
  margin: 0;
}

.site-footer__linklist-item {
  width: 100%;
}

.site-footer__linklist-item a {
  color: #fff;
  color: #e5e5e5;
  margin: 0 0 32px;
  display: block;
  line-height: 1;
}

.site-footer__nav {
  margin-bottom: 90px;
}

.site-footer__newsletter-wrapper {
  margin: 24px 0 64px;
}

.site-footer__newsletter .input-group {
  border-bottom: 1px solid #383838;
}

.site-footer__newsletter input {
  -webkit-appearance: none;
  pointer-events: all !important;
  outline: none;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  color: #969696;
  padding: 0 0 10px;
  border-radius: 0;
  font-size: 14px;
  font-family: "Helvetica Neue";
}

.site-footer__newsletter input::placeholder {
  color: #969696;
  font-size: 14px;
  font-family: "Helvetica Neue";
}

.newsletter-submit-btn {
  opacity: 0;
  pointer-events: none;
  transition: all 0.1s ease-in-out;
}

.newsletter-submit-btn--active {
  opacity: 1;
  pointer-events: all;
}

.newsletter__submit,
.newsletter__submit:hover {
  background-color: transparent !important;
}

.newsletter__submit,
.newsletter__submit:focus {
  outline-color: transparent;
  outline-width: 0;
}

.newsletter__input:-webkit-autofill,
.newsletter__input:-webkit-autofill:hover,
.newsletter__input:-webkit-autofill:focus,
.newsletter__input:-internal-autofill-selected,
.newsletter__input:-internal-autofill-previewed {
  border: 1px solid #000;
  -webkit-text-fill-color: #969696 !important;
  -webkit-box-shadow: 0 0 0 30px #000 inset !important;
}

.hide-newsetter-input {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .site-footer .page-width {
    padding: 0;
    max-width: 100vw;
    min-width: 100vw;
    display: flex;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }

  .site-footer__description {
    background-color: #0f0f0f;
    text-align: left;
    width: 50%;
    min-height: 500px;
    padding: 106px 0;
  }

  .site-footer__content {
    width: 100%;
    max-width: 720px;
    padding: 0 32px 64px;
    margin-left: auto;
  }

  .site-footer__content--right {
    margin-left: unset;
    margin-right: auto;
  }

  .site-footer__col-wrapper {
    max-width: 470px;
    margin: 0 auto;
  }

  .site-footer__col-wrapper--right {
    margin-left: unset;
    margin-right: auto;
  }

  .site-footer__description-text {
    margin: 32px 0 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.66em;
    text-decoration: none;
  }

  .site-footer__description-link {
    display: block;
    margin-top: 38px;
    pointer-events: all !important;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
  }
  .site-footer__wrapper {
    width: 50%;
    min-height: 500px;
    padding: 62px 0;
  }
  .site-footer__item-title {
    font-size: 32px;
    color: #fff;
    margin-right: 20px;
    width: auto;
  }

  .site-footer__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .site-footer__newsletter input::placeholder {
    font-size: 16px;
  }

  .site-footer__link-list-wrapper {
    width: 50%;
  }
  .site-footer__newsletter-wrapper {
    margin: 67px 0 75px;
  }
  .site-footer__item-title {
    margin-bottom: 32px;
  }
  .site-footer__newsletter {
    width: 92%;
  }
  .site-footer__linklist-item {
    width: 100%;
  }
}

.feature-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .feature-row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.feature-row__item {
  -webkit-flex: 0 1 50%;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.feature-row__item .h1,
.feature-row__item .h2,
.feature-row__item .h3 {
  height: inherit;
  padding-bottom: 5px;
}

@media only screen and (max-width: 1023px) {
  .feature-row__item {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
  }
}

.feature-row__image-wrapper {
  margin: 0 auto 19.44444px;
  position: relative;
  width: 100%;
}

.feature-row__image {
  display: block;
  margin: 0 auto;
}
.feature-row__image-wrapper .feature-row__image {
  width: 100%;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 1023px) {
  .feature-row__image {
    order: 1;
  }
}

.feature-row__text {
  padding-top: 35px;
  padding-bottom: 35px;
}

@media only screen and (max-width: 1023px) {
  .template-index .feature-row__text {
    padding: 10px;
  }
}

@media only screen and (max-width: 1023px) {
  .feature-row__text {
    order: 2;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .feature-row__text--left {
    padding-left: 35px;
  }
  .feature-row__text--right {
    padding-right: 35px;
  }
}

@media only screen and (min-width: 1024px) {
  .featured-row__subtext {
    font-size: calc(
      ((var(--font-size-base) + 2) / (var(--font-size-base))) * 1em
    );
  }
}

.hero {
  position: relative;
  height: 475px;
  display: table;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.hero--adapt,
.hero-fixed-width__image {
  max-height: 100vh;
}
@media only screen and (min-width: 1024px) {
  .hero--adapt,
  .hero-fixed-width__image {
    max-height: 80vh;
  }
}

.hero--x-small {
  height: 94px;
}

.hero--small {
  height: 225px;
}

.hero--medium {
  height: 357px;
}

.hero--large {
  height: 488px;
}

.hero--x-large {
  height: 582px;
}

@media only screen and (min-width: 1024px) {
  .hero--x-small {
    height: 125px;
  }
  .hero--small {
    height: 300px;
  }
  .hero--medium {
    height: 475px;
  }
  .hero--large {
    height: 650px;
  }
  .hero--x-large {
    height: 775px;
  }
}

.hero__overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-image-overlay);
  opacity: var(--opacity-image-overlay);
  z-index: 1;
}

.hero__inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 55px 0;
  z-index: 2;
}

.hero__btn {
  margin-top: 27.5px;
}

/*================ Fixed width ================*/
.hero-fixed-width {
  position: relative;
}
.hero-fixed-width::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-image-overlay);
  opacity: var(--opacity-image-overlay);
  z-index: 1;
}

.hero-fixed-width__content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-fixed-width__image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  object-fit: cover;
  font-family: "object-fit: cover";
  overflow: hidden;
}

.logo-bar {
  list-style: none;
  text-align: center;
  margin-bottom: -35px;
}

@media only screen and (min-width: 1024px) {
  .logo-bar--large {
    margin-bottom: -55px;
  }
}

.logo-bar__item {
  display: inline-block;
  vertical-align: middle;
  max-width: 160px;
  margin: 0 27.5px 35px;
}

@media only screen and (min-width: 1024px) {
  .logo-bar__item--large {
    margin-bottom: 55px;
  }
}

.logo-bar__image {
  display: block;
  margin: 0 auto;
}

.logo-bar__link {
  display: block;
}

.map-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .map-section {
    min-height: 500px;
  }
}

.map-section--load-error {
  height: auto;
}

.map-section__wrapper {
  height: 100%;
  flex-shrink: 0;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.map-section__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}

.map-section__error {
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  .map-section__error {
    position: absolute;
    margin: 0 2rem;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.map-section__content-wrapper {
  position: relative;
  text-align: center;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  flex-grow: 0;
}
@media only screen and (min-width: 1024px) and (max-width: 989px) {
  .map-section__content-wrapper {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 990px) {
  .map-section__content-wrapper {
    -ms-flex-preferred-size: 33%;
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    flex-basis: 33%;
  }
}

.map-section__content {
  position: relative;
  display: inline-block;
  background-color: var(--color-bg-alt);
  padding: 35px;
  width: 100%;
  text-align: center;
  z-index: 3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
}
.map-section__content > * {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .map-section__content {
    background-color: var(--color-bg);
    margin: 55px 0;
    min-height: 300px;
  }
}
.map-section--load-error .map-section__content {
  position: static;
  transform: translateY(0);
}

.map-section__link {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  max-width: none;
  width: 100%;
  height: 100%;
  z-index: 2;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.map-section__container {
  max-width: none;
  width: 100%;
  height: 55vh;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  .map-section__container {
    position: absolute;
    height: 100%;
    top: 0;
    width: 130%;
  }
}

.map_section__directions-btn [class^="icon"] {
  height: 1em;
}

.map_section__directions-btn * {
  vertical-align: middle;
}

.map-section__background-wrapper {
  overflow: hidden;
  position: relative;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
}
@media only screen and (min-width: 1024px) {
  .map-section__background-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.map-section--onboarding .map-section__background-wrapper {
  min-height: 55vh;
}

.map-section__image {
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 1024px) {
  .map-section__image {
    position: absolute;
  }
}
.map-section--display-map .map-section__image {
  display: none !important;
}
.map-section--load-error .map-section__image {
  display: block !important;
}

.gm-style-cc,
.gm-style-cc + div {
  visibility: hidden;
}

.image-bar {
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .image-bar {
    max-width: 400px;
    margin: 0 auto;
  }
}

.image-bar__item {
  display: block;
  color: var(--color-overlay-title-text);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.image-bar__link:hover .image-bar__overlay::before,
.image-bar__link:focus .image-bar__overlay::before {
  opacity: var(--hover-overlay-opacity);
}

.image-bar__link:focus {
  position: relative;
  z-index: 2;
}
.image-bar__link:focus .image-bar__content {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}

.image-bar__content,
.image-bar__item {
  position: relative;
  width: 100%;
}
.image-bar--x-small .image-bar__content,
.image-bar--x-small .image-bar__item {
  height: 94px;
}
.image-bar--small .image-bar__content,
.image-bar--small .image-bar__item {
  height: 225px;
}
.image-bar--medium .image-bar__content,
.image-bar--medium .image-bar__item {
  height: 357px;
}
.image-bar--large .image-bar__content,
.image-bar--large .image-bar__item {
  height: 488px;
}
.image-bar--x-large .image-bar__content,
.image-bar--x-large .image-bar__item {
  height: 582px;
}
@media only screen and (min-width: 1024px) {
  .image-bar--x-small .image-bar__content,
  .image-bar--x-small .image-bar__item {
    height: 125px;
  }
  .image-bar--small .image-bar__content,
  .image-bar--small .image-bar__item {
    height: 300px;
  }
  .image-bar--medium .image-bar__content,
  .image-bar--medium .image-bar__item {
    height: 475px;
  }
  .image-bar--large .image-bar__content,
  .image-bar--large .image-bar__item {
    height: 650px;
  }
  .image-bar--x-large .image-bar__content,
  .image-bar--x-large .image-bar__item {
    height: 775px;
  }
}

.image-bar__overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-image-overlay);
  opacity: var(--opacity-image-overlay);
}

.image-bar__caption {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  width: 100%;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.collection-grid {
  margin-bottom: -22px;
  overflow: auto;
}

.collection-grid-item {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 22px;
}
@media only screen and (min-width: 1024px) {
  .collection-grid-item {
    margin-bottom: 30px;
  }
}

.collection-grid-item__title {
  color: var(--black);
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  padding: 0 5px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  hyphens: auto;
}
@media only screen and (min-width: 1024px) {
  .collection-grid-item__title {
    padding: 0 15px;
  }
}

.collection-grid-item__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.collection-grid-item__link:hover .collection-grid-item__title-wrapper::before,
.collection-grid-item__link:focus .collection-grid-item__title-wrapper::before {
  opacity: 0.9;
  cursor: url(cursor.svg), pointer;
}
.collection-grid-item__link:focus {
  opacity: 1;
}

.collection-grid-item__overlay {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.collection-grid-item__title-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
}

.custom-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin-bottom: -30px;
  margin-left: -30px;
}
@media only screen and (max-width: 1023px) {
  .custom-content {
    margin-bottom: -22px;
    margin-left: -22px;
  }
}

.custom__item {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 30px;
  padding-left: 30px;
  max-width: 100%;
}
@media only screen and (max-width: 1023px) {
  .custom__item {
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 22px;
    margin-bottom: 22px;
  }
  .custom__item.small--one-half {
    -webkit-flex: 1 0 50%;
    -moz-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.custom__item .collection-grid-item {
  margin-bottom: 0;
}

.custom__item-inner {
  position: relative;
  display: block;
  text-align: left;
  max-width: 100%;
}

.custom__item-inner--video,
.custom__item-inner--collection,
.custom__item-inner--html {
  display: block;
}

.custom__item-inner--image {
  position: relative;
  margin: 0 auto;
}

.custom__image {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
}

/*================ Linklist ================*/
@media only screen and (max-width: 1023px) {
  .custom__item.custom__item--link_list {
    flex: 1 0 100%;
    max-width: none;
  }
}

.custom__linklist {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 1024px) {
  .custom__linklist {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.custom__linklist-link {
  display: inline-block;
  padding: 10px 15px;
  margin: 5px 0;
}
@media only screen and (min-width: 1024px) {
  .custom__linklist-link {
    padding: 3px 12px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

/*================ Flex item alignment ================*/
.align--top-middle {
  text-align: center;
}

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

.align--middle-left {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}

.align--center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: center;
}

.align--middle-right {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: right;
}

.align--bottom-left {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}

.align--bottom-middle {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: center;
}

.align--bottom-right {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: right;
}

.newsletter-section {
  padding-top: 55px;
}

.index-section--newsletter-background {
  background-color: var(--color-bg-alt);
}

.rich-text__heading--large {
  font-size: 1.4em;
}

.rich-text__heading--small {
  font-size: 0.88em;
}

.rich-text__text--large {
  font-size: calc(
    ((var(--font-rich-text-large)) / (var(--font-size-base))) * 1em
  );
}

.rich-text__text--small {
  font-size: calc(
    ((var(--font-rich-text-small)) / (var(--font-size-base))) * 1em
  );
}

.product-card {
  position: relative;
}

.product-card:hover .product-card__title,
.product-card:focus-within .product-card__title {
  border-bottom-color: var(--color-text);
}

.product-card__image-with-placeholder-wrapper {
  position: relative;
}

.product-card__title {
  display: inline;
  font-size: 14px;
  font-weight: 300;
  padding: 12px 12px 0;
  text-transform: none;
  word-break: break-word;
}

@media only screen and (min-width: 1024px) {
  .product-card__title {
    font-size: 16px;
    padding: 20px 24px 0;
  }
}

[data-section-type="video-section"] {
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  [data-section-type="video-section"] {
    transition: width 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87),
      height 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87),
      padding 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  }
}

.video-section-wrapper {
  position: relative;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: height 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}
@media only screen and (min-width: 1024px) {
  .video-section-wrapper {
    overflow: hidden;
  }
}
@media only screen and (max-width: 1023px) {
  .video-section-wrapper {
    overflow: visible !important;
  }
  .video-section-wrapper.video-is-playing {
    margin: 0;
  }
  .video-section-wrapper.video-is-loaded {
    transition: height 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87),
      margin 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  }
}

.video-section-wrapper--small.video-section-wrapper--min-height {
  min-height: 175px;
}
@media only screen and (min-width: 1024px) {
  .video-section-wrapper--small.video-section-wrapper--min-height {
    min-height: 475px;
  }
}

.video-section-wrapper--medium.video-section-wrapper--min-height {
  min-height: 270px;
}
@media only screen and (min-width: 1024px) {
  .video-section-wrapper--medium.video-section-wrapper--min-height {
    min-height: 650px;
  }
}

.video-section-wrapper--large.video-section-wrapper--min-height {
  min-height: 375px;
}
@media only screen and (min-width: 1024px) {
  .video-section-wrapper--large.video-section-wrapper--min-height {
    min-height: 775px;
  }
}

.video-section-wrapper--min-height {
  transition: height 0s, margin 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}
@media only screen and (max-width: 1023px) {
  .video-section-wrapper--min-height.video-is-loaded {
    transition: height 0s, margin 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  }
}

.video-background-wrapper--no-overlay {
  background-color: rgba(var(--color-image-overlay-rgb), 0.2);
}

/*================ Video text ================*/
.video__text-content {
  text-align: center;
  position: relative;
  width: 100%;
  top: 20px;
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  transition-delay: 0.3s;
  z-index: 3;
  padding: 40px 0;
}
.video-is-playing .video__text-content {
  display: none;
}
.video-is-loaded .video__text-content,
.no-js .video__text-content {
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.video-is-loaded .video__text-content::after,
.no-js .video__text-content::after {
  opacity: 0;
  visibility: hidden;
  content: none;
}

.video__title {
  color: var(--color-overlay-title-text);
}
.video-is-paused .video__title {
  display: none;
}

/*================ Video styles ================*/
.video {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.video--background {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in;
}

.autoplay .video-is-loaded .video--background {
  display: block;
  visibility: visible;
  opacity: 1;
}

.video--image_with_play {
  display: none;
  opacity: 0;
  visibility: none;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in;
}
.video-is-playing .video--image_with_play,
.video-is-paused .video--image_with_play {
  display: block;
  visibility: visible;
  opacity: 1;
}

/*================ Video control buttons ================*/
.video-control {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 4;
  transition: all 0.1s ease-out;
}

.video-control__play-wrapper {
  display: none;
  height: 50px;
}
@media only screen and (min-width: 1024px) {
  .video-control__play-wrapper {
    display: block;
  }
}

.video-control__play-wrapper-mobile {
  display: block;
  height: 50px;
  position: absolute;
  top: calc(100% - 50px / 2);
  left: calc(50% - 50px / 2);
}
@media only screen and (min-width: 1024px) {
  .video-control__play-wrapper-mobile {
    display: none;
  }
}

.video-control__play-wrapper--with-text {
  margin-top: 30px;
}

.video-control__play {
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: visible;
  opacity: 1;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  position: relative;
  margin: 0 auto;
  padding: 5px;
  pointer-events: none;
}
.video-background-wrapper .video-control__play {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.video-control__play .icon {
  opacity: 0.5;
}
.video-is-loaded .video-control__play {
  pointer-events: auto;
}
.video-is-loaded .video-control__play .icon {
  opacity: 1;
}
.video-is-playing .video-control__play {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.video-control__play::before {
  content: "";
  display: block;
  width: 2.875rem;
  height: 2.875rem;
  position: absolute;
  margin-left: -1.4375rem;
  border-radius: 50%;
  border: 2px solid white;
  border-top-color: transparent;
  -moz-animation: spin 0.65s infinite linear;
  -o-animation: spin 0.65s infinite linear;
  -webkit-animation: spin 0.65s infinite linear;
  animation: spin 0.65s infinite linear;
  transition: all 0.1s ease-out 0.5s;
  z-index: 5;
  top: 1px;
  left: 50%;
  opacity: 0.5;
}
.video-is-loaded .video-control__play::before,
.video-is-playing .video-control__play::before,
.video-is-paused .video-control__play::before {
  content: none;
  display: none;
}

.video-control__close-wrapper {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  z-index: 3;
}
.video-is-playing .video-control__close-wrapper,
.video-is-paused .video-control__close-wrapper {
  display: block;
}

.video-control__close {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 27px;
  border-radius: 15px;
  background-color: white;
  color: black;
}
.video-control__close-wrapper:hover .video-control__close,
.video-control__close-wrapper:focus .video-control__close {
  outline: auto 5px -webkit-focus-ring-color;
  opacity: 0.7;
}
.video-is-playing .video-control__close,
.video-is-paused .video-control__close {
  display: inline-block;
  visibility: visible;
  opacity: 1;
}
.video-control__close .icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
}

.video__pause {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  background-color: transparent;
  transition: color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87),
    background-color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}
@media only screen and (max-width: 1023px) {
  .video__pause {
    display: none;
  }
}
.video-is-playing .video__pause {
  display: none;
}
.video__pause .icon {
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87),
    background-color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}
.video__pause:hover,
.video__pause:focus {
  outline: none;
}
.video__pause:hover .icon,
.video__pause:focus .icon {
  color: white;
}
.video__pause .icon-pause {
  width: 12px;
  height: 12px;
  top: 11px;
}
.video__pause .icon-play {
  width: 16px;
  height: 16px;
  top: 9px;
}

.video__pause-resume,
.video__pause-stop {
  height: 34px;
  width: 34px;
  margin: 0 auto;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
}
.video__pause:hover .video__pause-resume,
.video__pause:focus .video__pause-resume,
.video__pause:hover .video__pause-stop,
.video__pause:focus .video__pause-stop {
  background-color: rgba(0, 0, 0, 0.75);
}
.video__pause:focus .video__pause-resume,
.video__pause:focus .video__pause-stop {
  outline: auto 5px -webkit-focus-ring-color;
}

.video__pause-stop {
  display: flex;
}
.is-paused .video__pause-stop {
  display: none;
}

.video__pause-resume {
  display: none;
}
.is-paused .video__pause-resume {
  display: flex;
}

/*================ Overlay ================*/
.video__overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-image-overlay);
  opacity: var(--opacity-image-overlay);
  z-index: 3;
}

.video-is-playing .video__overlay {
  opacity: 0;
}
.video-is-playing .video__overlay:before {
  content: none;
}

/*================ Fallback images ================*/
.video__image {
  transition: opacity 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .video-background-wrapper .video__image {
    opacity: 0;
  }
}

.product-recommendations__inner {
  padding: 35px 0;
}
@media only screen and (min-width: 1024px) {
  .product-recommendations__inner {
    padding: 55px 0;
  }
}

.disclosure {
  position: relative;
}

.disclosure__toggle {
  white-space: nowrap;
}

.disclosure-list {
  background-color: var(--color-text-field);
  border: 1px solid var(--color-border-form);
  bottom: 115%;
  padding: 11px 0px;
  position: absolute;
  display: none;
  min-height: 92px;
  max-height: 300px;
  overflow-y: auto;
  border-radius: 2px;
}

.disclosure-list--visible {
  display: block;
}

.disclosure-list__item {
  border-bottom: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 45px 4px 15px;
  text-align: left;
}
.disclosure-list__item:active {
  background-color: var(--color-bg-currency-selector);
}

.disclosure-list__option {
  color: var(--color-text-field-text);
}
.disclosure-list__option:focus,
.disclosure-list__option:hover {
  color: var(--color-text-field-text) !important;
  border-bottom: 1px solid var(--color-text-field-text);
}

.disclosure-list__item--current .disclosure-list__option {
  border-bottom: 1px solid var(--color-text-field-text);
}

/*================ Selectors ================*/
.selectors-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  .selectors-form {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.selectors-form__item {
  padding-bottom: 15px;
  margin: 0 5px;
}
@media only screen and (min-width: 1024px) {
  .selectors-form__item {
    padding-bottom: 0;
  }
  .selectors-form__item:first-of-type {
    margin-left: 0;
  }
}

/*================ Product Page ================*/

.product-template__container{
  margin-top: 0px;
}

@media only screen and (min-width: 1024px) {
  .product-template__container{
    margin-top: -240px; /* Offset main-content's 240px padding-top */
  }
}
.product-form {
  padding-top: 0;
  max-width: none;
}

.product__grid {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  position: relative;
}

.product__grid .grid__item{
  max-width: 100vw;
}

@media only screen and (min-width: 1024px) {
  .product__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.product__title--mobile {
  position: absolute;
  top: 98px;
  z-index: 2;
  width: 100vw;
  font-weight: 700;
  font-size: 32px;
  padding: 0 32px;
}

@media only screen and (min-width: 1024px) {
  .product__title--mobile {
    display: none;
  }
}

/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
  .product__title--mobile {
    top: 100px;
  }
}

.product__grid-images {
  padding-top: 130px;
  padding-left: 0;
  height: 100%;
  margin: 0;
  max-height: 64vh;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  overflow-y: scroll;
}

@media only screen and (min-width: 1024px) {
  .product__grid-images {
    padding: 0;
    max-height: 130vh;
  }
}

.product__grid-images::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}

.product__grid-form {
  padding: 12px 32px 0px;
  border-top: 1px solid #d6d6d6;
}

@media only screen and (min-width: 1024px) {
  .product__grid-form {
    padding: 137px 188px 0 108px;
    border: none;
  }
}

/* iPad Pro 12.9" Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .product__grid-form {
    padding: 137px 108px 0 108px;
  }
}

/* iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .product__grid-form {
    padding: 137px 80px 80px;
  }
}
/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
  .product__grid-form {
    padding: 18px 80px 80px;
  }
}

.product__grid-form-mobile-bar {
  margin: 0 auto;
  margin-bottom: 3px;
  width: 32px;
  border-bottom: 4px solid #d6d6d6;
}

@media only screen and (min-width: 1024px) {
  .product__grid-form-mobile-bar {
    display: none;
  }
}
.product-single__title {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .product-single__title {
    display: block;
    font-size: 40px;
    margin-left: -129px; /* Push product title to the left on desktop */
    margin-bottom: 34px;
    position: relative;
  }
}

.product__grid-form
  .product__price
  > .price
  > .price__pricing-group
  > div
  > dd
  > span {
  font-size: 18px;
}

@media only screen and (min-width: 1024px) {
  .product__grid-form
    .product__price
    > .price
    > .price__pricing-group
    > div
    > dd
    > span {
    font-size: 32px;
  }
}

.product__grid-form
  .product__price
  > .price--on-sale
  > .price__pricing-group
  > .price__sale
  > dd:last-of-type {
  order: -1;
  margin-right: 8px;
}

@media only screen and (min-width: 1024px) {
  .product__grid-form
    .product__price
    > .price--on-sale
    > .price__pricing-group
    > .price__sale
    > dd:last-of-type {
    margin-right: 12px;
  }
}

.product__grid-form
  .product__price
  > .price--on-sale
  > .price__pricing-group
  > .price__sale
  > dd:last-of-type
  > .price-item--regular {
  font-size: 18px;
  color: #d6d6d6;
}

.product__grid-form .product__price .price__pricing-group {
  width: 100%;
  justify-content: space-between;
}

@media only screen and (min-width: 1024px) {
  .product__grid-form .product__price .price__pricing-group {
    justify-content: flex-start;
  }
}
.price__badge {
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  border-radius: 0;
  padding: 4px;
  border: 2px solid black;
}

.price__badge--coming-soon {
  color: black;
  background: transparent;
}

.price__badge--sold-out {
  color: #e81900;
  border-color: #e81900;
  background: transparent;
}

.price__badge--new-arrivals {
  color: white;
  background: black;
}

.price__badge--sale {
  background: #e81900;
  border-color: #e81900;
  color: white;
}

.price__badge--few-left {
  color: black;
  background: transparent;
}

.price--coming-soon .price__badge--coming-soon {
  display: flex;
}
.price--sold-out .price__badge--sold-out {
  display: flex;
}
.price--store-exclusive .price__badge--store-exclusive {
  display: flex;
  background: transparent;
}
.price--new-arrivals .price__badge--new-arrivals {
  display: flex;
}
.price--on-sale .price__badge--sale {
  display: flex;
}
.price--few-left .price__badge--few-left {
  display: flex;
}

.quantity-left__text {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 15px 0;
  color: #e81900;
  display: block;
}

/* we still need to add price--on-sale whenever the variant is on sale, so that the product price title will show the sale price. But we will specifically hide the sale tag if the product is Coming Soon/Sold Out/New Arrivals (Refer to tag hierarchy)*/
.price--store-exclusive .price__badge--sale {
  display: none;
}
.price--coming-soon .price__badge--sale {
  display: none;
}
.price--sold-out .price__badge--sale {
  display: none;
}
.price--new-arrivals .price__badge--sale {
  display: none;
}
.price--few-left .price__badge--sale {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .product__grid-form
    .product__price
    > .price--on-sale
    > .price__pricing-group
    > .price__sale
    > dd:last-of-type
    > .price-item--regular {
    font-size: 32px;
  }
}

.product__grid .product-single__media-wrapper {
  outline: none;
}

.product-single__media-wrapper {
  width: 100%;
  margin: 0;
}

.product-single__media-wrapper > .product-single__media {
  margin-bottom: 8px;
}

.product-single__media .loader{
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 20px;
  height: auto;
  z-index: 2;
}

.product-single__media:after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;

  background: rgba(255, 255, 255, 0.6);
}

.product-single__media.images-loading .loader{
  display: block;
  opacity: 0;
}

.product-single__media.images-loading:after{
  display: block;
}

.product-single__media.images-loading .loader.lazyloaded{
  opacity: 1;
}

.product-single__media-wrapper:last-of-type > .product-single__media {
  margin-bottom: 0;
}

.product__price {
  padding-bottom: 24px;
}

@media only screen and (min-width: 1024px) {
  .product__price {
    padding-bottom: 13px;
    border-bottom: 8px solid #000;
  }
}

.product-form__controls-group > .selector-wrapper {
  flex-basis: 100%;
  padding: 0;
}

#product-form__variants-boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1px;
  margin: 1px;
}

#product-form__variants-boxes > input,
.product-form__variants-boxes > input {
  display: none;
}

#product-form__variants-boxes > .single-option_label,
.product-form__variants-boxes > .single-option_label {
  box-shadow: rgb(204, 204, 204) 0px 0px 0px 1px;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
}

@media only screen and (min-width: 1024px) {
  #product-form__variants-boxes > .single-option_label {
    height: 52px;
  }
}

#product-form__variants-boxes > .single-option_label.sold-out {
  color: rgba(0, 0, 0, 0.2);
}

#product-form__variants-boxes > .single-option_label:hover {
  border: 2px solid black;
}

#product-form__variants-boxes > input:checked + .single-option_label {
  background: black;
  color: white;
}

#product__size-switch-container {
  display: flex;
  flex-direction: column;
  align-items: normal;
  margin: 6px 0px 16px 0;
}

#product__size-switch-container.footwear {
  justify-content: space-between;
}

@media only screen and (min-width: 1024px) {
  #product__size-switch-container {
    margin: 6px 0px 10px 0;
  }
}

#product__size-switches > input,
.product__size-switches > input {
  display: none;
}

#product__size-switches > label,
.product__size-switches > label {
  padding: 8px 45px 8px 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

#product__size-switches > label:focus,
.product__size-switches > label:focus {
  outline: none !important;
}

#product__size-switches > input:checked + label,
.product__size-switches > input:checked + label {
  color: black;
}

.product__size-chart-button {
  padding: 0;
  border: none;
  background: none;
  text-decoration: underline;
  text-align: right;
  font-size: 16px;
}

@media only screen and (min-width: 1024px) {
  .product-form__controls-group {
    margin-top: 8px;
  }
}
.product-form__item--submit {
  max-width: none;
}

.product-form__item--payment-button {
  padding: 0;
}

.product-form__item--payment-button > .product-form__cart-submit span {
  pointer-events: none;
}

.product-form__item--payment-button > .product-form__cart-submit {
  padding: 17px 0;
  background: black;
  color: white;
  font-size: 14px;
}

@media only screen and (min-width: 1024px) {
  .product-form__item--payment-button > .product-form__cart-submit {
    padding: 15px 0;
  }
}

.product-form__item--payment-button > .product-form__cart-submit.sold-out {
  pointer-events: none;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
  opacity: 1;
}

.product-form__geoblock-message {
  font-size: 16px;
  padding: 0;
  margin: 20px 0 20px 0;
}
@media only screen and (min-width: 1024px) {
  .product-form__geoblock-message {
    margin: 10px 0 20px 0;
  }
}

.shopify-payment-button__button--branded > .shopify-cleanslate > div {
  padding: 22px 0 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  max-height: 64px !important;
}
@media only screen and (min-width: 1024px) {
  .shopify-payment-button__button--branded > .shopify-cleanslate > div {
    padding: 17px 0 !important;
  }
}
.shopify-payment-button__button--unbranded {
  /* In case Shopify cannot get a branded quick ATC button */
  padding: 20.5px 0 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}
@media only screen and (min-width: 1024px) {
  .shopify-payment-button__button--unbranded {
    /* In case Shopify cannot get a branded quick ATC button */
    padding: 13.5px 0 !important;
    font-size: 18px !important;
  }
}

.shopify-payment-button__more-options {
  display: none !important;
}

.product-recommendations__inner {
  padding: 50px 0;
}
@media only screen and (min-width: 1024px) {
  .product-recommendations__inner {
    padding: 55px 0;
  }
}

.product-recommendations__inner > .section-header > h2 {
  font-size: 20px;
  letter-spacing: 0px;
}
@media only screen and (min-width: 1024px) {
  .product-recommendations__inner > .section-header > h2 {
    font-size: 24px;
  }
}

.product-recommendations__grid {
  display: grid;
  grid-template-columns: repeat(4, 182px);
  padding: 0 32px;
  grid-gap: 16px;
  overflow-y: hidden;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.product-recommendations__grid::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.product-recommendations__grid > li:last-of-type::after {
  content: "";
  padding-right: 32px;
}

@media only screen and (min-width: 1024px) {
  .product-recommendations__grid {
    grid-template-columns: repeat(4, 1fr);
    padding: 0 78px;
  }
}

.product-recommendations__grid .product-card > .product-card__title {
  display: block;
  width: 100%;
  padding: 10px 10px 0 15px; /* Match padding-right (15px) */
  line-height: 20px;
}
@media only screen and (min-width: 1024px) {
  .product-recommendations__grid .product-card > .product-card__title {
    padding: 19px 12px 0 24px; /* Match desktop padding-right (24px) */
    line-height: 22px;
  }
}

.product-recommendations__grid .product-card > .price {
  padding: 17px 0 0 15px; /* Match padding-right (15px) */
}
@media only screen and (min-width: 1024px) {
  .product-recommendations__grid .product-card > .price {
    padding: 22px 0 0 24px; /* Match desktop padding-right (24px) */
  }
}

.product-recommendations__grid .product-card > .price > div > dd > .price-item {
  font-size: 16px;
}

.price--on-sale .price__sale > .price__compare {
  order: -1; /* Change order of crossed-out price vs regular price, to better reflect design */
}

.price--on-sale
  .price__sale
  > .price__compare
  .price-item--regular {
  color: #d6d6d6;
  font-size: 16px;
}

.product-recommendations__grid .price--listing .price__badges--listing {
  position: absolute;
  top: 16px;
  left: 16px;
}

[data-search-result] .price--listing.price--on-sale {
  display: flex;
  flex-direction: row !important;
  column-gap: 8px;
} 

[data-search-result] .price--listing.price--on-sale .price__regular,
[data-search-result] .price--listing.price--on-sale .price__regular * {
  margin: 0 !important;
}

#product__newsletter-outer-container {
  display: none;
  background: black;
  margin: 0.5rem 0 0 0;
  padding: 2rem;
}

@media only screen and (min-width: 1024px) {
  #product__newsletter-outer-container {
    margin: 1rem 0 0 0;
    padding: 27px 38px 33px 34px;
  }
}

/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
  #product__newsletter-outer-container {
    margin: 11px 0px 0 0px;
  }
}

#product__newsletter-outer-container.active {
  display: block;
}

#product__newsletter-outer-container > p {
  color: white;
  margin-bottom: 20px;
}
.product__newsletter-heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.product__newsletter-body{
  font-size: 14px;
  line-height: 22px;
}

@media only screen and (min-width: 1024px) {
  #product__newsletter-outer-container > p {
    margin-bottom: 9px;
  }
}

#product__newsletter-outer-container
  > .product__newsletter
  > .contact-form
  > .input-group-newsletter {
  border-bottom: 1px solid #969696;
  padding-bottom: 4px;
  display: grid;
  grid-template-columns: 1fr 40px;
}

#product__newsletter-outer-container
  > .product__newsletter
  > .contact-form
  > .input-group-newsletter
  > input {
  background: transparent;
  border-color: transparent;
  color: white;
  padding: 0;
  margin: 0;
}

/* Change newsletter placeholder color across multiple browsers */
#product__newsletter-outer-container
  > .product__newsletter
  > .contact-form
  > .input-group-newsletter
  > input::placeholder {
  color: white;
  opacity: 1;
}
#product__newsletter-outer-container
  > .product__newsletter
  > .contact-form
  > .input-group-newsletter
  > input:-ms-input-placeholder {
  color: white;
}
#product__newsletter-outer-container
  > .product__newsletter
  > .contact-form
  > .input-group-newsletter
  > input::-ms-input-placeholder {
  color: white;
}

.product__free-shipping--general, .product__free-shipping--reached {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 15px;
  font-weight: bold;
  padding: 15px 0;
}

.product__free-shipping--reached p, .product__free-shipping--reached svg g {
  color: #00B545;
  fill: #00B545;
}

.product__free-shipping-refresh-button {
  display: none;
}
#product__tab-container {
  display: none;
}

@media only screen and (min-width: 1024px) {
  #product__tab-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas:
      "label1 label2 label3"
      "content content content";
    margin-top: 17px;
  }
}

#product__tab-labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.product__tab-input {
  display: none;
}

.product__tab-content {
  display: none;
  grid-area: content;
  padding: 26px 0;
}

.product__tab-content > * {
  font-size: 15px;
}

.product__tab-content table td,
.product__accordion-shipping table td{
  padding: 0.5em 10px 0.5em 0;
  border: 0;
}

.product__tab-content table,
.product__accordion-shipping table{
  margin-bottom: 0;
}

.product__accordion-shipping table{
  margin-top: 10px;
}

.product__tab-content table td:last-child,
.product__accordion-shipping table td:last-child{
  padding-right: 0;
}

.product__accordion-shipping{
  display: flex;
  overflow: auto;
  max-width: 100%;
}

.product__accordion-shipping--outer{
  position: relative;
}


#product__tab-content--3 {
  display: none;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 12px;
}

#product__tab-input--1:checked ~ #product__tab-content--1,
#product__tab-input--2:checked ~ #product__tab-content--2 {
  display: block;
}

#product__tab-input--3:checked ~ #product__tab-content--3 {
  display: grid;
}

.product__tab-input:checked + .product__tab-label {
  color: black;
  border-bottom: 2px solid black;
}

.product__tab-label {
  text-align: center;
  font-size: 14px;
  padding: 5px 0;
  font-weight: 700;
  user-select: none;
  border-bottom: 2px solid #d6d6d6;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.product__tab-label:focus {
  outline: none !important;
}

#product__size-selector, .product__accordion, .product__size-selector {
  width: auto;
  overflow: hidden;
  position: relative;
}

.product__accordion {
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 1024px) {
  .product__accordion {
    display: none;
  }
}

#product__size-selector {
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 1024px) {
  #product__size-selector{
    margin-bottom: 8px;
  }
}

.product__accordion > input, #product__size-selector > input, .product__size-selector > input {
  display: none;
}

.product__accordion > .product__accordion-label {
  /* Need to be more specific with the selector here as there is debut styling overwriting the display: flex */
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 0px;
  font-size: 16px;
  color: black;
  border-bottom: 1px solid #d6d6d6;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

#product__size-selector > .product__size-selector-label,
.product__size-selector > .product__size-selector-label {
  /* Need to be more specific with the selector here as there is debut styling overwriting the display: flex */
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 16px 0px;
  font-size: 14px;
  color: black;
  border: 1px solid black;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.product__accordion > .product__accordion-label:focus, 
#product__size-selector > .product__size-selector-label:focus, 
.product__size-selector > .product__size-selector-label:focus {
  outline: none !important;
}

.product__accordion > input:checked + .product__accordion-label {
  border-bottom: none;
}

#product__accordion--sizes > input:checked + .product__accordion-label {
  padding-bottom: 10px;
}

@media only screen and (min-width: 1024px) {
  .product__accordion > .product__accordion-label, 
  #product__size-selector > .product__size-selector-label, 
  .product__size-selector > .product__size-selector-label {
    display: none;
  }
}

.product__accordion-label::after, .product__size-selector-label::after {
  content: "";
  border: 2px solid black;
  width: 10px;
  height: 10px;
  border-left: none;
  border-bottom: none;
  transform-origin: center;
  transform: rotate(135deg);
}

.product__accordion-label::after {
  margin: 3px 3px 6px 3px;
}
.product__size-selector-label::after {
  position: absolute;
  right: 1rem;
}
 
.product__accordion > input:checked + .product__accordion-label::after, 
#product__size-selector > input:checked + .product__size-selector-label::after,
.product__size-selector > input:checked + .product__size-selector-label::after {
  transform: rotate(-45deg);
}

.product__accordion > input:checked + .product__accordion-label::after {
  margin: 6px 3px 3px 3px;
}

#product__size-selector > input:checked + .product__size-selector-label::after,
.product__size-selector > input:checked + .product__size-selector-label::after {
  margin-top: 3px;
}

.product__accordion-content {
  max-height: 0;
  visibility: hidden;
  border-bottom: 1px solid #d6d6d6;
}
.product__accordion > input:checked ~ .product__accordion-content {
  max-height: fit-content;
  max-height: -moz-fit-content;
  visibility: visible;
  padding-bottom: 24px;
}

#product__size-selector .product__size-selector-content,
.product__size-selector .product__size-selector-content {
  position: fixed;
  background: white;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 98; /* 1 less than search container */
  padding: 2rem;
  transform: translateY(100%);
  transition: transform cubic-bezier(0.29, 0.63, 0.44, 1) 0.3s;
}

#product__size-selector > input:checked ~ .product__size-selector-content,
.product__size-selector > input:checked ~ .product__size-selector-content {
  transform: none;
}

#product__size-selector #product__size-selector-overlay,
.product__size-selector #product__size-selector-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 97; /* 1 less than .product__size-selector-content */
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all cubic-bezier(0.29, 0.63, 0.44, 1) 0.4s;
}

#product__size-selector > input:checked ~ #product__size-selector-overlay,
.product__size-selector > input:checked ~ #product__size-selector-overlay {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 1024px) {
  #product__size-selector > input:checked ~ .product__size-selector-content,
  .product__size-selector > input:checked ~ .product__size-selector-content {
    border-bottom: none;
    padding-bottom: 0;
  }

  #product__size-selector .product__size-selector-content,
  .product__size-selector .product__size-selector-content {
    max-height: fit-content;
    max-height: -moz-fit-content;
    visibility: visible;
    position: relative;
    padding: 0;
    transform: none;
    border-bottom: none;
    transition: none;
  }
}

#product__accordion--description {
  margin-top: 1rem;
}

.product__accordion-content p, .product__accordion-content h6 {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}

.product__accordion > input:checked ~ .product__accordion-content p {
  margin: 10px 0;
}

.product__accordion-content--payment {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 18px;
}

.product__accordion > input:checked ~ .product__accordion-content--payment {
  padding-top: 12px;
}
/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
  .product-template__container.product-single__media-wrapper {
    max-width: 100vw;
  }
  #shopify-section-product-template
    .product-single__media-wrapper
    .product-featured-media {
    max-width: 100vw;
  }
}

/*================ Raffle Page ================*/
#shopify-section-article-raffle-template {
  margin-top: -54px; /* Offset main-content padding-top due to lack of mega menu */
  padding-bottom: 96px; /* Add extra whitespace at the bottom */
}
@media only screen and (min-width: 1024px) {
  #shopify-section-article-raffle-template {
    margin-top: -21px; /* Offset main-content padding-top due to lack of mega menu */
  }
}

#shopify-section-article-raffle-template > h1 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  font-size: 40px;
  margin: 0 32px;
  line-height: 40px;
}

@media only screen and (min-width: 1024px) {
  #shopify-section-article-raffle-template > h1 {
    font-size: 80px;
    margin: 0 240px;
    line-height: 73px;
  }
}

/* iPad Pro 12.9" Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #shopify-section-article-raffle-template > h1 {
    margin: 0 120px;
  }
}

/* iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #shopify-section-article-raffle-template > h1 {
    margin: 0 120px;
  }
}

.raffle__deadline {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 32px;
  margin-top: 11px;
  font-size: 14px;
}

@media only screen and (min-width: 1024px) {
  .raffle__deadline {
    margin-top: 24px;
    font-size: 16px;
  }
}

#raffle__closed-title {
  display: none;
}

#raffle__closed-title.active {
  display: block;
  color: #e70000;
}

#raffle__price {
  text-align: center;
  font-weight: 700;
  margin: 0 32px;
  font-size: 24px;
  margin-top: 19px;
}

@media only screen and (min-width: 1024px) {
  #raffle__price {
    font-size: 40px;
    margin-top: 26px;
  }
}

.raffle__featured-image > .image-lazy {
  margin-top: 30px;
  height: 382px;
}

.raffle__featured-image > .image-lazy > img {
  height: 100%;
  object-fit: contain;
}

@media only screen and (min-width: 1024px) {
  .raffle__featured-image > .image-lazy {
    margin-top: 54px;
    height: 810px;
  }
}

#raffle__countdown-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 40px);
  margin: 38px 48px 0 48px;
}

@media only screen and (min-width: 1024px) {
  #raffle__countdown-container {
    grid-template-rows: repeat(3, 64px);
    width: 492px;
    margin: 0 auto;
    margin-top: 85px;
  }
}

/* iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #raffle__countdown-container {
    width: 600px;
  }
}

.raffle__countdown-title {
  grid-area: 1 / 1 / 2 / 5;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  align-items: flex-end;
  font-size: 20px;
}

@media only screen and (min-width: 1024px) {
  .raffle__countdown-title {
    padding-bottom: 7px;
    font-size: 24px;
  }
}

.raffle__countdown-value {
  position: relative;
  font-size: 40px;
  font-weight: 800;
  padding: 5px 0 0 0;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .raffle__countdown-value {
    font-size: 80px;
    padding: 0;
  }
}

.raffle__countdown-value::after {
  content: ":";
  position: absolute;
  top: 22px;
  font-size: 23px;
  right: -17px;
}

@media only screen and (min-width: 1024px) {
  .raffle__countdown-value::after {
    font-size: 41px;
    right: -27px;
  }
}

#raffle__countdown-sec::after {
  content: "";
}

.raffle__countdown-unit {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 auto;
  padding: 15px 0 0 0;
  font-size: 14px;
}

@media only screen and (min-width: 1024px) {
  .raffle__countdown-unit {
    padding: 30px 0 0 0;
    font-size: 24px;
  }
}

#raffle__closed-description {
  display: none;
  white-space: pre-line;
  margin: 46px 32px 32px 32px;
  line-height: 32px;
}

@media only screen and (min-width: 1024px) {
  #raffle__closed-description {
    margin: 104px 295px;
    line-height: 40px;
  }
}

/* iPad Pro 12.9" Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #raffle__closed-description {
    margin: 104px 120px;
  }
}

/* iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #raffle__closed-description {
    margin: 104px 120px;
  }
}

#raffle__closed-description.active {
  display: block;
}

#raffle__text-above-image {
  white-space: pre-line;
  margin: 46px 32px 32px 32px;
  line-height: 32px;
}

@media only screen and (min-width: 1024px) {
  #raffle__text-above-image {
    margin: 104px 295px;
    line-height: 40px;
  }
}

/* iPad Pro 12.9" Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #raffle__text-above-image {
    margin: 104px 120px;
  }
}

/* iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #raffle__text-above-image {
    margin: 104px 120px;
  }
}

#raffle__text-below-image {
  white-space: pre-line;
  margin: 46px 32px 0 32px;
  line-height: 32px;
}

@media only screen and (min-width: 1024px) {
  #raffle__text-below-image {
    margin: 101px 295px 0 295px;
    line-height: 40px;
  }
}

/* iPad Pro 12.9" Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #raffle__text-below-image {
    margin: 101px 120px 0 120px;
  }
}

/* iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #raffle__text-below-image {
    margin: 101px 120px 0 120px;
  }
}

#raffle__form {
  margin: 78px 30px 0 30px;
}

@media only screen and (min-width: 1024px) {
  #raffle__form {
    margin: 103px 295px 0 295px;
  }
}

/* iPad Pro 12.9" Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #raffle__form {
    margin: 103px 120px 0 120px;
  }
}

/* iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #raffle__form {
    margin: 103px 120px 0 120px;
  }
}

#raffle__form > .raffle__fields-container {
  display: flex;
  justify-content: space-between;
}

#raffle__form > #raffle__bday-ig-container {
  display: block;
}

@media only screen and (min-width: 1024px) {
  #raffle__form > #raffle__bday-ig-container {
    display: flex;
  }
}

#raffle__form > .raffle__fields-container > input {
  width: 48%;
}

#raffle__form > .raffle__fields-container > #bday {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  #raffle__form > .raffle__fields-container > #bday {
    width: 48%;
  }
}

#raffle__form > .raffle__fields-container > #instagram {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  #raffle__form > .raffle__fields-container > #instagram {
    width: 48%;
  }
}

#raffle__form > .raffle__fields-container > #street_address {
  width: 68%;
}

#raffle__form > .raffle__fields-container > #zip_code {
  width: 28%;
}
#raffle__form > .raffle__fields-container > #locations {
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: black;
  text-align: left;
  padding: 16px 32px 16px 0;
  width: 100%;
  margin: 16px 0;
  font-size: 16px;
}
@media only screen and (min-width: 1024px) {
  #raffle__form > .raffle__fields-container > #locations {
    padding: 20px 40px 20px 0;
  }
}
#raffle__form > .raffle__fields-container > #locations:focus {
  border-bottom: 1px solid black;
}

#raffle__form > .raffle__fields-container > #locations.blurred:invalid {
  color: #e70000;
  border-color: #e70000;
}

#raffle__form > h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

@media only screen and (min-width: 1024px) {
  #raffle__form > h4 {
    margin-bottom: 21px;
  }
}

#raffle__form > p {
  font-size: 16px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1024px) {
  #raffle__form > p {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 22px;
  }
}

#raffle__form input {
  outline: none;
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  color: #000;
  background-color: transparent;
  font-size: 16px;
  padding: 16px 0;
  margin: 16px 0;
}

@media only screen and (min-width: 1024px) {
  #raffle__form input {
    padding: 20px 0;
    margin: 20px 0;
  }
}

#raffle__form input.blurred:invalid {
  border-color: #e70000;
}

#raffle__form input.blurred:invalid::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e70000;
  opacity: 1; /* Firefox */
}

#raffle__form input.blurred:invalid:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e70000;
}

#raffle__form input.blurred:invalid::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #e70000;
}

#raffle__form > h3 {
  margin: 40px 0 17px 0;
  font-size: 24px;
  padding: 0;
}

@media only screen and (min-width: 1024px) {
  #raffle__form > h3 {
    margin: 38px 0 40px 0;
  }
}

#raffle__size-switches {
  display: flex;
}

#raffle__size-switches > input {
  display: none;
}

#raffle__size-switches > label {
  padding: 8px 45px 8px 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 1024px) {
  #raffle__size-switches > label {
    padding: 8px 65px 8px 0;
  }
}

#raffle__size-switches > label:focus {
  outline: none !important;
}

#raffle__size-switches > input:checked + label {
  color: black;
}

#raffle__form > #raffle__size-selector-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1px;
  margin: 18px 1px 0 1px;
}

#raffle__size-selector-container > input {
  display: none;
}

#raffle__size-selector-container > label {
  box-shadow: rgb(204, 204, 204) 0px 0px 0px 1px;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
}

@media only screen and (min-width: 1024px) {
  #raffle__size-selector-container > label {
    height: 73px;
  }
}

#raffle__size-selector-container > label.sold-out {
  color: rgba(0, 0, 0, 0.2);
}

#raffle__size-selector-container > label:hover {
  border: 2px solid black;
}

#raffle__size-selector-container > input:checked + label {
  background: black;
  color: white;
}

#raffle__form #checkbox_newsletter,
#raffle__form #conditions,
#raffle__form #conditions-region {
  display: none;
}

#raffle__form .raffle__checkbox-label {
  position: relative;
  display: block;
  color: #000;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 24px;
  padding-left: 50px;
  margin-bottom: 22px;
}

#raffle__form input.blurred:invalid + .raffle__checkbox-label {
  color: #e70000;
}

.raffle__checkbox-label:first-of-type {
  margin-bottom: 0;
}

.raffle__checkbox-label:first-of-type {
  margin-top: 33px;
}

@media only screen and (min-width: 1024px) {
  .raffle__checkbox-label:first-of-type {
    margin-top: 62px;
  }
}

.raffle__checkbox-label::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #000;
}

#raffle__form input.blurred:invalid + .raffle__checkbox-label::before {
  border-color: #e70000;
}

#raffle__form #checkbox_newsletter:checked + label::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 20px;
  height: 20px;
  background-color: #000;
}

#raffle__form #conditions:checked + label::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 20px;
  height: 20px;
  background-color: #000;
}

#raffle__form #conditions-region:checked + label::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 20px;
  height: 20px;
  background-color: #000;
}

#raffle__form-submit {
  width: 100%;
  background: black;
  color: white;
  padding: 0;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  height: 64px;
  margin-top: 32px;
  pointer-events: none;
  opacity: 0.15;
}

@media only screen and (min-width: 1024px) {
  #raffle__form-submit {
    margin-top: 59px;
  }
}

#raffle__form-submit.enabled {
  pointer-events: auto;
  opacity: 1;
}

#raffle__confirmation-message-container {
  margin: 83px 32px 0 32px;
}

#raffle__confirmation-message-container.hide {
  display: none;
}

@media only screen and (min-width: 1024px) {
  #raffle__confirmation-message-container {
    margin: 103px 295px 0 295px;
  }
}

#raffle__confirmation-message-container > h3 {
  font-size: 24px;
  padding-bottom: 0;
  margin-bottom: 16px;
  line-height: 24px;
}

@media only screen and (min-width: 1024px) {
  #raffle__confirmation-message-container > h3 {
    margin-bottom: 24px;
  }
}

#raffle__confirmation-message-container > p {
  font-size: 20px;
  line-height: 32px;
}

@media only screen and (min-width: 1024px) {
  #raffle__confirmation-message-container > p {
    font-size: 24px;
    line-height: 40px;
  }
}

#raffle__log-in-prompt {
  font-size: 24px;
  margin: 120px 32px 40px 32px;
  text-align: center;
}

#shopify-section-article-raffle-template #customer_login {
  margin: 0 32px;
}

@media only screen and (min-width: 1024px) {
  #shopify-section-article-raffle-template #customer_login {
    max-width: 600px;
    margin: 0 auto;
  }
}

#shopify-section-article-raffle-template #customer_login p {
  margin: 20px 0;
}

#shopify-section-article-raffle-template #customer_login .button__big--black {
  margin: 0 auto;
  margin-top: 30px;
}
#shopify-section-article-raffle-template #raffle__RecoverPasswordForm {
  max-width: 600px;
  margin: 0 auto;
}
#shopify-section-article-raffle-template #raffle__RecoverPasswordForm form {
  margin: 80px 32px 32px;
}

#shopify-section-article-raffle-template
  #raffle__RecoverPasswordForm
  #RecoverHeading {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 32px;
}

#shopify-section-article-raffle-template .reset-password-success {
  font-size: 24px;
}

/*================ Collage-images ================*/
.collage__images-container {
  display: grid;
  grid-gap: 30px;
}

/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .collage__images-container {
    grid-gap: 60px;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 600px;
  }
}

@media only screen and (min-width: 1024px) {
  .collage__images-container {
    grid-gap: 60px;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 900px;
  }
}

.collage__images-container .collage__image {
  text-align: center;
  position: relative;
}


.collage__images-container .collage__image > img {
  object-fit: contain;
  cursor: url(cursor-zoom.svg) 10 10, auto;
}

@media only screen and (min-width: 1024px) {
  .collage__images-container .collage__image > img {
    visibility: hidden;
  }
  .collage__images-container .collage__image > img.show {
    visibility: visible;
  }
}



.collage__images-container .collage__image.landscape {
  grid-column: span 1;
}

@media only screen and (min-width: 1024px) {
  .collage__images-container .collage__image.landscape {
    grid-column: span 2;
  }
}

.collage__images-container .collage__image-placeholder {
  position: absolute;
  z-index: 1;
  background: white;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
}
.collage__images-container .collage__image-placeholder > div {
  height: 80%;
  width: 70%;
  background: lightgrey;
}

@media only screen and (min-width: 1024px) {
  .collage__images-container .collage__image-placeholder {
    display: flex;
  }
}
/*================ Zoom-images ================*/

.zoom__container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 99999;
}

.zoom__container.active {
  display: block;
}

.zoom__images-container {
  display: flex;
  height: 100vh;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  // scroll-snap-type: x mandatory;
  scroll-behavior: smooth; /* For mobile pagination navigation */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.zoom__images-container::-webkit-scrollbar {
  /* Hide scrollbar for Chrome, Safari and Opera */
  display: none;
}

.zoom__images-wrapper {
  display: flex;
  height: 100vh;
}

.zoom__images-wrapper img {
  flex-shrink: 0;
  width: 100vw;
  scroll-snap-align: start;
  object-fit: contain;
  pointer-events: none;
}

.zoom__pagination-container {
  position: fixed;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  bottom: 120px;
}

.product__pagination-container-wrapper {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .product__pagination-container-wrapper {
    display: block;
    position: absolute;
    height: 100vh;
    top: 0;
    left: 2rem;
  }
}
.product__pagination-container {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


.zoom__pagination-container .zoom__pagination, .product__pagination-container .product__pagination {
  padding: 8px;
  cursor: pointer;
}

.zoom__pagination-container .zoom__pagination > div, .product__pagination-container .product__pagination > div {
  width: 8px;
  height: 8px;
  background-color: #ccc;
  border-radius: 100%;
}

.zoom__pagination-container .zoom__pagination.active > div, .product__pagination-container .product__pagination.active > div {
  background-color: black;
}

.zoom__container > .icon-close {
  position: fixed;
  top: 46px;
  right: 46px;
  width: 24px;
  height: 24px;
  z-index: 2;
  cursor: pointer;
}

.zoom__navigation-container {
  display: none;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 15vw;
}

.zoom__navigation-container svg > g {
  fill: black
}
.zoom__navigation-container > .zoom__navigation-arrow {
  cursor: pointer;
}
.zoom__navigation-container > .zoom__navigation-arrow--left {
  transform: scale(2) rotate(180deg);
}
.zoom__navigation-container > .zoom__navigation-arrow--right {
  transform: scale(2);
}

@media only screen and (min-width: 1024px) {
  .zoom__navigation-container {
    display: flex;
  }
}
/*================ Lookbook detail page ================*/
#shopify-section-article-lookbook-template {
  margin-top: -54px;
}

@media only screen and (min-width: 1024px) {
  #shopify-section-article-lookbook-template {
    margin-top: -21px; /* Offset main-content padding-top due to lack of mega menu */
    padding-bottom: 96px;
  }
}

#shopify-section-article-lookbook-template > h1 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  font-size: 40px;
  margin: 0 32px;
  line-height: 40px;
}

@media only screen and (min-width: 1024px) {
  #shopify-section-article-lookbook-template > h1 {
    font-size: 80px;
    margin: 0 240px;
    line-height: 73px;
  }
}

/* iPad Pro 12.9" Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #shopify-section-article-lookbook-template > h1 {
    margin: 0 120px;
  }
}

/* iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #shopify-section-article-lookbook-template > h1 {
    margin: 0 120px;
  }
}

@media only screen and (min-width: 1024px) {
  #lookbook__below-banner-container {
    display: grid;
    grid-template-columns: 3fr 7fr;
    margin: 117px 188px 74px 188px;
    grid-gap: 10px;
  }
}

/* iPad Pro 12.9" Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #lookbook__below-banner-container {
    margin: 117px 120px 74px 120px;
  }
}

/* iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #lookbook__below-banner-container {
    margin: 117px 120px 74px 120px;
  }
}

#lookbook__credits-container {
  margin: 55px 32px 40px 32px;
}

@media only screen and (min-width: 1024px) {
  #lookbook__credits-container {
    padding: 0;
    margin: 14px 0 0 0;
  }
}

#lookbook__credits-container > h3 {
  font-size: 16px;
  margin-bottom: 36px;
  padding-bottom: 0;
}

#lookbook__credits-container > h4 {
  font-size: 16px;
  margin-bottom: 4px;
}

@media only screen and (min-width: 1024px) {
  #lookbook__credits-container > h4 {
    font-size: 12px;
    margin-bottom: 0px;
  }
}

#lookbook__credits-container > p {
  font-size: 16px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 1024px) {
  #lookbook__credits-container > p {
    font-size: 12px;
    margin-bottom: 16px;
  }
}

#lookbook__content {
  margin: 18px 32px 111px 32px;
}

@media only screen and (min-width: 1024px) {
  #lookbook__content {
    margin: 0;
  }
}

#lookbook__content > p {
  font-size: 20px;
  margin-bottom: 33px;
  line-height: 32px;
}

@media only screen and (min-width: 1024px) {
  #lookbook__content > p {
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 40px;
  }
}

#lookbook__content a {
  text-decoration: underline;
}

#lookbook__next-lookbook-container {
  margin: 109px 14px 0 14px;
}

@media only screen and (min-width: 1024px) {
  #lookbook__next-lookbook-container {
    margin: 294px 296px 0 296px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    height: 348px;
  }
}

/* iPad Pro 12.9" Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #lookbook__next-lookbook-container {
    margin: 294px 120px 0 120px;
  }
}

/* iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #lookbook__next-lookbook-container {
    margin: 294px 120px 0 120px;
  }
}

.lookbook__next-lookbook-image {
  height: 224px;
}

@media only screen and (min-width: 1024px) {
  .lookbook__next-lookbook-image {
    height: 348px;
    width: 523px;
  }
}

.lookbook__next-lookbook-image > .image-lazy {
  height: 100%;
}

.lookbook__next-lookbook-image > .image-lazy > img {
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 1024px) {
  .lookbook__next-lookbook-image > .image-lazy > img {
    opacity: 0.8;
  }
}

.lookbook__next-lookbook-meta {
  margin: 20px 18px;
}

@media only screen and (min-width: 1024px) {
  .lookbook__next-lookbook-meta {
    position: absolute;
    top: 0;
    left: 0;
    height: 348px;
    width: 535px;
    margin: 0;
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.lookbook__next-lookbook-meta > p {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 16px;
}

.lookbook__next-lookbook-meta > h5 {
  font-weight: 800;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 17px;
}
@media only screen and (min-width: 1024px) {
  .lookbook__next-lookbook-meta > h5 {
    font-size: 64px;
    line-height: 56px;
  }
}

#shopify-section-cart-template {
  margin-top: -184px;
}

@media only screen and (min-width: 1024px) {
  #shopify-section-cart-template .cart__footer::before {
    display: none;
  }
}

#shopify-section-cart-template .cart__footer .cart-total > .cart-total__price {
  font-size: 24px;
}

#shopify-section-cart-template .additional-checkout-buttons {
  display: none;
}

#shopify-section-cart-template form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 111px); /* Make sure the cart__footer is stretched to the bottom of the page even if there's only 1 cart item */
}

/* /challenge page */
.shopify-challenge__container {
  padding-bottom: 200px; /* Match padding-top: 200px from .main-content */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 1024px) {
  .shopify-challenge__container {
    padding-bottom: 240px; /* Match padding-top: 200px from .main-content */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

#search__search-input input {
  width: 100%;
}

/* removes the blue cross auto generated by algolia */
#search__search-input input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
#search__search-input input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
#search__search-input input::-webkit-search-decoration {
  display: none;
}
#search__search-input input::-webkit-search-cancel-button {
  display: none;
}
#search__search-input input::-webkit-search-results-button {
  display: none;
}
#search__search-input input::-webkit-search-results-decoration {
  display: none;
}

/* This is to prevent body scrolling when a modal is open i.e. Zoom images
overflow: hidden and position: static is added to the body when a modal is toggled
*/
 body {
  height: 100vh;
  overflow-y: auto;
}


/* Shopify /policies pages */
/* shopify-policy__container css taken from custom-text */
#MainContent > .shopify-policy__container .rte > *:not(img),
#MainContent > .shopify-policy__container .rte > *:not(.news-post),
#MainContent > .shopify-policy__container .rte > *:not(.blog-info) {
  padding-left: 0;
}

#MainContent > .shopify-policy__container {
  padding: 0px 20px;
  font-size: 20px;
  line-height: 1.6;
}

#MainContent > .shopify-policy__container p {
  font-size: 20px;
  line-height: 1.6;
}

#MainContent > .shopify-policy__container > .shopify-policy__body > .rte {
  padding: 0;
}


#MainContent > .shopify-policy__container > .shopify-policy__title > h1 {
  font-size: 56px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 100%;
  margin-bottom: 36px;
}


@media only screen and (min-width: 1024px) {
  #MainContent > .shopify-policy__container {
    padding: 80px 120px;
    max-width: 1010px;
    margin: 0 auto;
  }

  #MainContent > .shopify-policy__container p {
    font-size: 20px;
    line-height: 1.6;
  }

  #MainContent > .shopify-policy__container > .shopify-policy__title > h1 {
    font-size: 80px;
  }
}

.site-languages{
  cursor: url(cursor.svg) 10 10, auto
}

.languages-select{
  border: 0;
  padding: 0;
  font-size: 1em;
  outline: none;
  pointer-events: none;
  width: 100%;
  font-weight: bold;
}

.languages-list{
  display: none;
}

.languages-list.open{
  display: block;
  margin-top: 12px;
}

/* CSS loader animation for raffle submission */

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 100%;
}
.lds-ellipsis div {
  position: absolute;
  top: 28px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/* New search styling */

body:not(.search-active) .site-header__search-close,
body.search-active .breadcrumbs,
body.search-active .site-header__hamburger,
body.search-active .blog-back-button,
body.search-active .main-header-menu-wrapper {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.search__container-wrapper {
  display: none;
  position: fixed;
  inset: 110px 0 0 0;
  z-index: 99;
}

.search__container-wrapper a, .search__container-wrapper button {
  cursor: url(cursor.svg) 10 10, auto;
}

body.search-active .search__container-wrapper {
  display: block;
}

.search__overlay {
  position: fixed;
  z-index: -1;
  background: white;
  inset: 110px 0 0 0;
}

.search__container {
  margin: 0 auto;
  background: white;
}

.search__search-input-container {
  position: relative;
}

.search__search-input-container .search__search-icon {
  position: absolute;
  top: 12px;
  left: 2.25rem;
  transform: scale(0.8);
}

.search__search-input-container .search__search-icon svg g {
  fill: #dddddd;
}
#search__search-input input {
  border: none;
  border-bottom: 1px solid #dddddd;
  font-size: 24px;
  border-radius: 0 !important;
  font-weight: 600;
  margin: 0 auto;
  display: block;
  padding: 0.5rem 0 0.5rem 2rem;
  width: calc(100vw - 4rem);
}

#search__search-input input::placeholder {
  color: #dddddd;
  opacity: 1;
}

#search__search-input button, #search__search-input span {
  display: none;
}
.search__mobile-categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.search__mobile-categories-button {
  background: transparent;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 14px 0;
  color: #969696;
}

.search__mobile-categories-button.active {
  pointer-events: none;
  color: black;
}

.search__container #hits, .search__container #hits-blog {
  display: none;
  overflow-y: scroll;
  height: 100%;
}

.search__container #hits.active, .search__container #hits-blog.active {
  display: block;
}

.search__hits-container.hide {
  display: none;
}

.search__container #hits ul {
  display: grid;
  grid-template-columns: repeat(2, calc(50vw - 5px));
  grid-gap: 30px 10px;
  padding-bottom: 2rem;
}

.search__container #hits li {
  position: relative;
}

.search__container #hits li .price__badges {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.search__container #hits li img {
  height: 57.6vw;
  width: 100%;
  object-fit: cover;
  background: #F2F2F2;
}

.search__container #hits .search__product-title {
  font-weight: normal;
  font-size: 14px;
  margin: 0.5rem 1rem;
  padding: 0;
}

.search__container #hits .search__product-price {
  font-size: 14px;
  margin: 0rem 1rem;
  padding: 0;
}

.search__container .price {
  margin: 0 1rem;
}

.search__container .price__regular {
  font-weight: bold;
  font-size: 16px;
}

.search__container .price-item--sale {
  font-weight: bold;
  font-size: 16px;
}

.search__container #hits .search__product-price .price__compare-at-price {
  opacity: 0.2;
  text-decoration: line-through;
}
.search__container #hits .search__product-price .price__on-sale-price {
  color: #E70000;
}

.search__container #hits-blog h2, .search__container #hits h2 {
  display: none;
}

.search__container #hits-blog ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding-bottom: 1rem;
}

.search__container #hits-blog li img {
  height: 57.07vw;
  width: 100%;
  object-fit: cover;
  background: #F2F2F2;
}

.search__container #hits-blog .search__blog-text {
  display: flex;
  flex-direction: column;
  padding: 1rem 2rem;
  gap: 10px;
}

.search__container #hits-blog .search__blog-info {
  display: flex;
  justify-content: space-between;
}

.search__container #hits-blog .search__blog-type {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}

.search__container #hits-blog .search__blog-date {
  color: #969696;
  font-size: 12px;
}
.search__container #hits-blog .search__blog-title {
  font-size: 20px;
  padding: 0;
  margin: 0;
}

.search__container .search__show-more-button {
  display: flex;
  background: white;
  border: 1px solid #D6D6D6;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  padding: 0.5rem 2rem;
  margin: 0rem auto 2rem;
}

.search__no-hits {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  height: 100%;
  font-size: 16px;
}

.search__all-results {
  display: block;
  margin: 0 auto 32px auto;
  width: max-content;
}

@media only screen and (min-width: 1024px) {
  .search__no-hits {
    display: none;
  }

  .search__search-input-container {
    position: relative;
    padding-bottom: 1rem;
    max-width: 1440px;
    margin: 0 auto;
  }

  .search__search-input-container .search__search-icon {
    position: absolute;
    top: 1.5rem;
    left: 86px;
    transform: scale(1);
  }

  #search__search-input input {
    width: calc(100% - 10rem);
    font-size: 40px;
    padding: 0.5rem 0 0.5rem 2.5rem;
  }

  .search__hits-container {
    height: calc(100vh - 207px);
    overflow-y: scroll;
  }

  .search__hits-container #hits, .search__hits-container #hits-blog {
    height: auto;
    overflow: auto;
    display: block;
    max-width: 1440px;
    margin: 0 auto;
  }

  .search__container .search__mobile-categories {
    display: none;
  }

  .search__container #hits {
    padding-bottom: 5rem;
  }

  .search__container #hits-blog h2, .search__container #hits h2 {
    display: block;
    font-size: 40px;
    font-family: 'Helvetica Neue', sans-serif;
    letter-spacing: normal;
    text-transform: none;
    margin: 1rem 5rem 3rem 5rem;
  }

  .search__container #hits ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 4rem 2rem;
    padding-bottom: 0;
  }
  .search__container #hits li img {
    height: 27.78vw;
  }

  .search__container #hits .search__product-title {
    margin: 0.75rem 1rem;
  }

  .search__hits-container #hits-blog {
    padding-bottom: 4rem;
  }
  .search__container #hits-blog ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4rem 2rem;
    padding-bottom: 0;
  }
  .search__container #hits-blog li {
    display: flex;
    flex-direction: column;
  }
  .search__container #hits-blog li img {
    height: 400px;
    object-fit: cover;
  }

  .search__container #hits-blog .search__blog-text {
    padding: 1rem 1.5rem;
    gap: 0.5rem;
  }

  .search__container #hits-blog .search__blog-type {
    font-size: 14px;
  }

  .search__container #hits-blog .search__blog-date {
    font-size: 14px;
  }

  .search__container #hits-blog .search__blog-title {
    font-size: 24px;
  }

  .search__container .search__show-more-button {
    padding: 1rem 2rem;
    margin: 4rem auto 0;
  }

  .search__all-results {
    margin: 4rem auto 0 auto;
  }
}

@media only screen and (min-width: 1440px) {
  .search__container #hits li img {
    height: 400px;
  }
}

/* Bandage fix: Ensures collection page isn't hidden by Algolia search breaking */
#shopify-section-collection-template > div[data-section-id="collection-template"] {
  visibility: visible !important;
}

/* Override fitpredictor styling */
.fp-root .fp-element div.fp-info-container div.fp-tooltip-icon:hover > div.fp-tooltip-message{
  bottom: 50%;
  transform: translateX(-100%);
}
.fp-root .fp-element div.fp-logo-container div.fp-logo-text {
  margin-right: 0;
}

/* new home-page-grid styling */

.home-page-grid__container {
  display: flex;
  flex-direction: column;
}

.home-page-grid__container a {
  cursor: url(cursor.svg) 10 10, auto;
}
.home-page-grid__container > * {
  margin-bottom: 2rem;
}

.home-page-grid__blog {
  position: relative;
}

.home-page-grid__blog-overlay {
  display: none;
}

.home-page-grid__blog-type {
  padding: 0;
  margin: 1rem 0 0 1rem;
  font-size: 14px;
  font-weight: 700;
}

.home-page-grid__blog-title {
  padding: 0;
  margin: 0 0 0 1rem;
  font-size: 14px;
  font-weight: 700;
}

.home-page-grid__blog--b1 img {
  height: 56.26vw;
}

.home-page-grid__blog--b2 {
  width: 75%;
}

.home-page-grid__blog--b2.even {
  align-self: flex-end;
}

.home-page-grid__blog--b2 img {
  height: 44.27vw;
}

.home-page-grid__product{
  position: relative;
}

.home-page-grid__product-link {
  position: relative;
}

.home-page-grid__product--p1 {
  width: 59.2vw;
}

.home-page-grid__product--p2 {
  width: 69.87vw;
}

.home-page-grid__product--p3 {
  width: 80.8vw;
}

.home-page-grid__product.even {
  align-self: flex-end;
}

.home-page-grid__product-title {
  font-size: 14px;
  margin: 1rem 0.5rem 0 1rem;
}

.home-page-grid__product > .price {
  font-size: 14px;
  margin: 0.1rem 0 0 1rem;
  font-weight: bold;
}

.home-page-grid__product-image {
  position: relative;
}

.home-page-grid__product--p1 .home-page-grid__product-image {
  height: 72.8vw;
}

.home-page-grid__product--p2 .home-page-grid__product-image {
  height: 86vw;
}

.home-page-grid__product--p3 .home-page-grid__product-image {
  height: 100vw;
}

.home-page-grid__product-image--front {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.home-page-grid__product-image--back {
  display: none;
}

.home-page-grid__product .price__badges {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
}

.home-page-grid__collection {
  margin-left: 2rem;
  margin-right: 2rem;
  width: calc(100% - 4rem);
  height: 102.4vw;
  position: relative;
}

.home-page-grid__collection h3 {
  margin: 0;
  padding: 0;
  font-weight: 800;
  font-size: 32px;
  color: white;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  max-width: calc(100% - 2rem);
  text-transform: uppercase;
}

.home-page-grid__app {
  height: 104.27vw;
  width: 80.27vw;
  padding: 40px;
  background: black;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-page-grid__app h3 {
  margin: 0;
  padding: 0;
  font-weight: 800;
  text-transform: uppercase;
  color: white;
  font-size: 40px;
}

.home-page-grid__app p {
  padding: 0;
  margin: 0;
  color: white;
}

.home-page-grid__app-icons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home-page-grid__app-icons a {
  width: 136px;
  height: 42px;
}
.home-page-grid__app-icons svg {
  border: 1px solid grey;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .home-page-grid__container {
    display: grid;
    grid-gap: 4vw 4vw;
    grid-auto-flow: dense;
    grid-template-columns: repeat(22, 1fr);
    max-width: 1440px;
    margin: 0 auto;
  }

  .home-page-grid__blog img {
    position: absolute;
    inset: 0;
    z-index: 0;
    height: 100%;
  }

  .home-page-grid__blog--b1 {
    grid-column: span 12;
    grid-row: span 7;
    height: 34.375vw;
  }

  .home-page-grid__blog--b1.grid-start-1 {
    grid-column: 1 / span 12;
  }

  .home-page-grid__blog--b1.grid-start-2 {
    grid-column: 2 / span 12;
  }
  
  .home-page-grid__blog--b2 {
    grid-column: span 7;
    grid-row: span 4;
    height: 17.36vw;
    width: unset;
  }

  .home-page-grid__blog--b2.grid-start-1 {
    grid-column: 1 / span 7;
  }

  .home-page-grid__blog--b2.grid-start-2 {
    grid-column: 2 / span 7;
  }

  .home-page-grid__blog-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    opacity: 0;
    background: rgba(255, 255, 255, 0.75);
    transition: opacity 0.4s ease-in-out;
  }

  .home-page-grid__blog > .home-page-grid__blog-title {
    display: none;
  }

  .home-page-grid__blog:hover .home-page-grid__blog-overlay {
    opacity: 1;
  }

  .home-page-grid__blog--b1 .home-page-grid__blog-type {
    padding: 0;
    margin: 0 0 0 1rem;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 24px;
  }

  .home-page-grid__blog--b2 .home-page-grid__blog-type {
    padding: 0;
    margin: 0 0 0 1rem;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
  }

  .home-page-grid__blog--b1 .home-page-grid__blog-title {
    padding: 0;
    margin: 1rem;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 40px;
  }

  .home-page-grid__blog--b2 .home-page-grid__blog-title {
    padding: 0;
    margin: 1rem;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 28px;
  }

  .home-page-grid__blog--b2.even {
    align-self: unset;
  }

  .home-page-grid__blog-title span {
    display: inline-block;
    clip-path: inset(0 0 80% 0);
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 75%, 0);
    transform: translate3d(0, 75%, 0);
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: -webkit-clip-path 0.3s,
      -webkit-transform 0.3s ease-in-out;
    transition: clip-path 0.3s, transform 0.3s ease-in-out,
      -webkit-clip-path 0.3s, -webkit-transform 0.3s ease-in-out;
    will-change: transform;
    will-change: clip-path;
  }
  .home-page-grid__blog:hover .home-page-grid__blog-title span {
    clip-path: inset(0 0 0 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .home-page-grid__product {
    width: 100%;
  }
  .home-page-grid__product.even {
    align-self: unset;
  }
  .home-page-grid__product > .price {
    margin-left: 1.5vw;
  }
  
  .home-page-grid__product-title {
    font-size: 16px;
    margin: 1.5vw 0vw 0.5vw 1.5vw;
  }
  
  .home-page-grid__product--p1 .home-page-grid__product-image {
    height: 23.06vw;
  }
  
  .home-page-grid__product--p3 .home-page-grid__product-image {
    height: 38.47vw;
  }
  
  .home-page-grid__product--p2 .home-page-grid__product-image {
    height: 31.74vw;
  }

  .home-page-grid__product-image--front {
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  .home-page-grid__product-image--back {
    position: absolute;
    inset: 0;
    z-index: 0;
  }

  .home-page-grid__product-image:hover .home-page-grid__product-image--front {
    opacity: 0;
  }
  .home-page-grid__product--p1 {
    grid-column: span 5;
    grid-row: span 5;
  }

  .home-page-grid__product--p1.grid-start-1 {
    grid-column: 1 / span 5;
  }

  .home-page-grid__product--p1.grid-start-2 {
    grid-column: 2 / span 5;
  }

  .home-page-grid__product--p2 {
    grid-column: span 6;
    grid-row: span 7;
  }

  .home-page-grid__product--p2.grid-start-1 {
    grid-column: 1 / span 6;
  }

  .home-page-grid__product--p2.grid-start-2 {
    grid-column: 2 / span 6;
  }
  
  .home-page-grid__product--p3 {
    grid-column: span 8;
    grid-row: span 7;
  }

  .home-page-grid__product--p3.grid-start-1 {
    grid-column: 1 / span 8;
  }

  .home-page-grid__product--p3.grid-start-2 {
    grid-column: 2 / span 8;
  }
  
  .home-page-grid__app {
    width: unset;
    padding: 20px;
    height: 360px;
    grid-column: span 8;
    grid-row: span 6;
    justify-content: space-around;
  }

  .home-page-grid__app.grid-start-1 {
    grid-column: 1 / span 6;
  }

  .home-page-grid__app.grid-start-2 {
    grid-column: 2 / span 6;
  }

  .home-page-grid__app h3 {
    font-size: 30px;
  }

  .home-page-grid__collection {
    width: 100%;
    height: 31.60vw;
    grid-column: span 6;
    grid-row: span 6;
    margin-left: 0;
    margin-right: 0;
  }

  .home-page-grid__collection.grid-start-1 {
    grid-column: 1 / span 6;
  }

  .home-page-grid__collection.grid-start-2 {
    grid-column: 2 / span 6;
  }

  .home-page-grid__collection h3 {
    margin: 0;
    padding: 0;
    font-weight: 800;
    font-size: 2.78vw;
    color: white;
    position: absolute;
    bottom: 2vw;
    left: 2vw;
    max-width: calc(100% - 2vw);
    text-transform: uppercase;
  }

  .home-page-grid__container > *:nth-child(3n) {
    margin-top: 6vw;
  }
  .home-page-grid__container > *:nth-child(2n) {
    margin-top: 4vw;
  }
  .home-page-grid__container > *:nth-child(1) {
    margin-top: 16vw;
  }
  .home-page-grid__container > *:nth-child(2) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1024) {
  .home-page-grid__app {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 1280px) {
  .home-page-grid__blog--b1 {
    height: 450px;
  }

  .home-page-grid__blog--b2 {
    height: 250px;
  }

  .home-page-grid__product > .price {
    margin-left: 1.5rem;
  }

  .home-page-grid__product-title {
    font-size: 16px;
    margin: 1.5rem 0rem 0.5rem 1.5rem;
  }

  .home-page-grid__product--p1 .home-page-grid__product-image {
    height: 332px;
  }

  .home-page-grid__product--p3 .home-page-grid__product-image {
    height: 554px;
  }

  .home-page-grid__product--p2 .home-page-grid__product-image {
    height: 457px;
  }

  .home-page-grid__app {
    height: 460px;
    grid-column: span 6;
    grid-row: span 6;
    justify-content: space-evenly;
    padding: 40px;
  }

  .home-page-grid__app h3 {
    font-size: 40px;
  }

  .home-page-grid__collection {
    height: 455px;
  }

  .home-page-grid__collection h3 {
    margin: 0;
    padding: 0;
    font-weight: 800;
    font-size: 40px;
    color: white;
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    max-width: calc(100% - 2rem);
    text-transform: uppercase;
  }

  .home-page-grid__container > *:nth-child(3n) {
    margin-top: 6rem;
  }
  .home-page-grid__container > *:nth-child(2n) {
    margin-top: 4rem;
  }
  .home-page-grid__container > *:nth-child(1) {
    margin-top: 16rem;
  }
  .home-page-grid__container > *:nth-child(2) {
    margin-top: 0;
  }
}

// @media only screen and (min-width: 1440px) {
//   .home-page-grid__container {
//     grid-gap: 2vw 2vw;
//   }
// }

@media only screen and (min-width: 1441px) {
  .home-page-grid__container {
    grid-gap: 2vw 2vw;
  }
}

.register__container {
  display: flex;
  flex-direction: column;
  margin-top: -9vh;
  margin-bottom: 20vh;
}

.register__form-container {
  padding: 2rem;
}

.register__form-container h1 {
  margin-bottom: 2rem;
}

.register__container .input-checkbox {
  margin-top: 20px;
}

.register__benefits {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 2rem;
}

.register__benefit {
  display: flex;
  gap: 12px;
  align-items: center;
}

.register__submit-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  width: 100%;
  padding: 16px;
  border: 1px solid #000;
  background-color: #000;
  color: white;
  margin-top: 30px;
}

.register__login-link {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 17px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.register__container .input-checkbox__label {
  color: black;
  font-size: 16px;
}

.register__container .patta-input {
  margin-bottom: 20px;
}

.register__image {
  position: relative;
  height: 50vh;
}

.register__image img {
  position: absolute;
  object-fit: cover;
  inset: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .register__container {
    flex-direction: row;
    margin-top: -220px;
    margin-bottom: 0;
  }
  
  .register__form-container {
    margin-top: 144px;
    padding: 0 62px 31px;
    width: 50vw;
  }
  .register__image {
    position: relative;
    height: auto;
    width: 50vw;
  }
}

#reamaze-widget {
  z-index: 50 !important;
}

.template-product #byPop-widget {
  display: none !important;
}


/* Tapcart custom styling */
/* #tapcart-web-banner {
  pointer-events: none !important;
  opacity: 0 !important;
  transition: all .3s ease;
}

body.show-thing #tapcart-web-banner {
  pointer-events: auto !important;
  opacity: 1 !important;
  top: 0px
} */

#shopify-section-search-page {
  min-height: calc(100vh - 230px);
}

#shopify-section-search-page .search-page__grid {
  padding-bottom: 112px;
}

#shopify-section-search-page .price__badges {
  left: 0;
  letter-spacing: 0;
  margin: 16px 0 0 14px;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 2;
}

#shopify-section-search-page .search-page__message {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: normal;
  margin-top: 20px;
  padding: 0 2rem;
  text-transform: uppercase;
}


#shopify-section-search-page .search-page__header.search-page__header--invisible {
  pointer-events: none;
  opacity: 0;
}

#shopify-section-search-page .search-page__header {
  margin-bottom: 20px;
}

#shopify-section-search-page .search-page__loader {
  height: 0;
  transform: translateY(-70px);
  margin: auto;
  visibility: hidden;
  width: max-content;
}

#shopify-section-search-page .search-page__loader.search-page__loader--active {
  visibility: visible;
}

#shopify-section-search-page .search-page__loader.search-page__loader--hidden {
  display: none;
}

#shopify-section-search-page .search-page__loader .search-page__loader-icon {
  display: block;
  font-size: 10px;
  text-indent: -9999em;
  width: 28px;
  height: 28px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left,#333 50%,rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left,#333 50%,rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(left,#333 50%,rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(left,#333 50%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right,#333 50%,rgba(255,255,255,0) 100%);
  position: relative;
  -webkit-animation: loader_rotate .7s infinite linear;
  animation: loader_rotate .7s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 999999;
}

#shopify-section-search-page .search-page__loader .search-page__loader-icon:before {
  width: 50%;
  height: 50%;
  background: #333;
  border-radius: 100% 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

#shopify-section-search-page .search-page__loader .search-page__loader-icon:after {
  background: #fff;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@keyframes loader_rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (min-width: 1024px) {
  #shopify-section-search-page {
    min-height: calc(100vh - 285px);
  }

  #shopify-section-search-page .search-page__message {
    margin-top: 1rem;
    padding: 0 5rem;
  }

  #shopify-section-search-page .search-page__header {
    margin-bottom: 0;
  }

}

/* Quick add to cart */

.qatc {
  --qatc-transition-duration: 300ms;
  --qatc-transition-easing: ease;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  display: none;
}

.qatc__container {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
  overflow: hidden;
}

.qatc__content {
  overflow: hidden;
}

.qatc__content-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  padding: 12px;
  height: 100%;
  background: white;
  transform: translateY(calc(100% + 1px));
  transition: transform var(--qatc-transition-duration) var(--qatc-transition-easing);
}


.qatc__footer {
  padding: 0;
  position: relative;
  background: white;
  transform: translateY(calc(100% + 1rem + 2px));
  transition: all var(--qatc-transition-duration) var(--qatc-transition-easing);
  pointer-events: auto;
}

.qatc__button {
  height: 40px;
  width: 100%;
  background: black;
  color: white;
  position: relative;
  border: none;
  font-weight: 500;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 14px;
  transition: opacity var(--qatc-transition-duration) var(--qatc-transition-easing);
  margin-bottom: -1px;
}

.qatc__button.qatc__button--sold-out {
  opacity: .36;
}

.qatc__button--sold-out {
  cursor: not-allowed;
}

.qatc__button-text {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  transition: transform var(--qatc-transition-duration) var(--qatc-transition-easing);
}

.qatc__toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.qatc__button-text--submit {
  transform: translateY(100%);
}

.qatc__tabs {
  display: flex;
  column-gap: 16px;
}

.qatc__tab-input {
  display: none;
}

.qatc__tab-label {
  font-size: 12px;
  font-weight: 700;
  color: #969696;
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.qatc__tab-input--0:checked ~ .qatc__tabs .qatc__tab-label--0,
.qatc__tab-input--1:checked ~ .qatc__tabs .qatc__tab-label--1,
.qatc__tab-input--2:checked ~ .qatc__tabs .qatc__tab-label--2 {
  color: black;
}

.qatc__options-container {
  width: 100%;
  height: 100%;
  overflow: scroll;
  padding: 1px;
}

.qatc__options {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: minmax(32px, 48px);
  height: 100%;
  grid-gap: 1px;

}

label.qatc__size-label {
  width: 100%;
  height: 100%;
  font-weight: 700;
  color: black;
  position: relative;
  background: white;
  font-size: 12px;
  outline: solid 1px #E5E5E5;
}

.qatc__size-input:disabled + .qatc__size-label {
  pointer-events: none;
  color: rgba(0,0,0,.2);
}

.qatc__size-input:checked + .qatc__size-label,
.qatc__size-label:hover {
  outline: solid 1px black;
  z-index: 1;
}

.qatc__size-input {
  display: none;
}

.qatc__size-translation {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}

.qatc__size-translation.qatc__size-translation--one-size {
  display: flex
}

.qatc__tab-input--0:checked ~ .qatc__options-container .qatc__size-translation--0,
.qatc__tab-input--1:checked ~ .qatc__options-container .qatc__size-translation--1,
.qatc__tab-input--2:checked ~ .qatc__options-container .qatc__size-translation--2 {
  display: flex;
}
.home-page-grid__product:hover .qatc__footer,
.qatc__visibility-input:checked + .qatc .qatc__footer,
.product-card:hover .qatc__footer {
  transform: translateY(0);
}

.qatc__visibility-input {
  display: none;
}

.qatc__visibility-input:checked + .qatc {
  pointer-events: auto;
}

.qatc__visibility-input:checked + .qatc .qatc__toggle {
  display: none;
}

.qatc__visibility-input:checked + .qatc .qatc__footer {
  padding: 0px 12px 12px 12px;
}

.qatc__visibility-input:checked + .qatc .qatc__content-wrapper {
  transform: translateY(0);
}

.qatc__size-input--default {
  display: none;
}

.qatc__visibility-input:checked + .qatc .qatc__size-input--default:checked + .qatc__button {
  opacity: .36;
}

.qatc__visibility-input:checked + .qatc .qatc__button-text--toggle {
  transform: translateY(-100%);
}

.qatc__visibility-input:checked + .qatc .qatc__button-text--submit {
  transform: translateY(0);
}

#shopify-section-search-page .grid__item:hover .grid-view-item__image {
  opacity: 0;
}

#shopify-section-search-page .grid__item:hover .grid-view-item__image-hover {
  opacity: 1;
}

@media only screen and (min-width: 1024px) {
  .qatc {
    display: block;
  }
}

/* Store switcher */

.site-header__container-left-icons {
  display: flex;
}

.store-switcher {
  margin-top: -4px;
}

.store-switcher__overlay {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100vw;
  height: 100vh;
  pointer-events: auto;
  opacity: 0;
  background: rgb(0 0 0 / 0.4);
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  z-index: 1000;
}

.store-switcher.store-switcher--open .store-switcher__overlay {
  visibility: visible;
  opacity: 1;
}

.store-switcher__container {
  z-index: 1001;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  pointer-events: auto;
  cursor: url(cursor.svg) 10 10, auto;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .store-switcher__container {
    min-width: 210px;
  }
}

.store-switcher__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  flex-direction: column;
  background-color: #1D1D1B;
}

.store-switcher.store-switcher--open .store-switcher__dropdown {
  display: flex;
}

.store-switcher__dropdown-selected-item {
  display: flex;
  align-items: center;
  padding: 10px;
  color: #000000;
  border: 1px solid transparent;
}

.store-switcher.store-switcher--open .store-switcher__dropdown-selected-item {
  background-color: #FFFFFF;
  border-color: #1D1D1B;
}

.store-switcher__dropdown-item {
  cursor: url(cursor.svg) 10 10, auto;
  display: flex;
  align-items: center;
  padding: 10px;
  color: #FFFFFF;
  background-color: #1D1D1B;
}

.store-switcher__dropdown-item-flag {
  margin-right: 10px;
}

.store-switcher__dropdown-item-separator {
  margin: 0 4px;
  display: none;
}

.store-switcher__dropdown-item-text {
  display: none;
}

body.search-active .store-switcher,
body.hamburger-active .store-switcher {
  visibility: hidden;
  pointer-events: none;
}

@media only screen and (min-width: 375px) {
  .store-switcher {
    margin-left: 16px;
  }
}

@media only screen and (min-width: 1024px) {
  .store-switcher {
    margin-left: 40px;
  }

  .store-switcher__dropdown-item-flag {
    margin-right: 20px;
  }

  .store-switcher__dropdown-item-separator,
  .store-switcher__dropdown-item-text {
    display: inline;
  }
}

.site-header__hamburger {
  display: flex;
}

@media screen and (min-width: 1200px) {
  .site-header__hamburger {
    align-items: center;
  }

  .site-header__logo {
    z-index: 1002;
  }

  .breadcrumbs {
    display: inline-block !important;
    white-space: nowrap !important;
    max-width: 15vw;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    margin-left: 32px;
  }
}

.recommendation-modal__container {
  border-radius: 0px !important;
}

.recommendation-modal__container * {
  font-family: "Helvetica Neue" !important;
}

.recommendation-modal__container .recommendation-modal__close-button-container {
  position: absolute !important;
  top: 47px !important;
  right: 47px !important;
}

.recommendation-modal__container .recommendation-modal__close-button-container .recommendation-modal__close-button {
  margin: 0 !important;
  width: 22px !important;
  height: 22px !important;
}

.recommendation-modal__container .recommendation-modal__close-button-container .recommendation-modal__close-button > svg {
  width: 100% !important;
  height: 100% !important
}

.recommendation-modal__content {
  align-items: flex-start !important;
}

.recommendation-modal__content .recommendation-modal__flag {
  display: none !important;
}

.recommendation-modal__content .recommendation-modal__message::after {
  font-size: 30px !important;
  line-height: 30px !important;
  display: inline-block !important;
} 

.recommendation-modal__content .recommendation-modal__message,
.recommendation-modal__content .recommendation-modal__message--align-start,
.recommendation-modal__content .recommendation-modal__benefits ul,
.recommendation-modal__content .recommendation-modal__benefits ul li,
.recommendation-modal__content .recommendation-modal__form .recommendation-modal__button,
.recommendation-modal__content .recommendation-modal__button--minimal {
  margin: 0 !important;
}

.recommendation-modal__container .recommendation-modal__content {
  padding: 40px 40px 14px 40px !important;
}

.recommendation-modal__content .recommendation-modal__message .recommendation-modal__message--bold,
.recommendation-modal__content .recommendation-modal__message--align-start,
.recommendation-modal__content .recommendation-modal__message {
  font-size: 0px !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
  text-align: left !important;
  line-height: 30px !important;
  width: 84% !important;
}

.recommendation-modal__container .recommendation-modal__content .recommendation-modal__benefits {
  margin-top: 26px !important;
}

.recommendation-modal__container .recommendation-modal__content .recommendation-modal__benefits ul li {
  font-size: 18px !important;
}

.recommendation-modal__container .recommendation-modal__content .recommendation-modal__form {
  margin-top: 40px !important;
  align-self: center !important;
  max-width: 305px !important;
}

.recommendation-modal__container .recommendation-modal__content .recommendation-modal__form .recommendation-modal__selector--flag,
.recommendation-modal__container .recommendation-modal__content .recommendation-modal__form .recommendation-modal__button {
  border-radius: 0px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  height: 48px !important;
  background: white !important;
  border: none !important;
  color: black !important;
}

.recommendation-modal__container .recommendation-modal__content .recommendation-modal__button--minimal {
  align-self: center !important;
  font-size: 12px !important;
  height: 30px !important;
  text-decoration-line: none !important;
}

.recommendation-modal__backdrop {
  background: rgba(0,0,0,.15) !important;
}

@media screen and (min-width: 1028px) {
  .recommendation-modal__content .recommendation-modal__message .recommendation-modal__message--bold,
  .recommendation-modal__content .recommendation-modal__message--align-start,
  .recommendation-modal__content .recommendation-modal__message {
    font-size: 0px !important;
    line-height: 40px !important;
  }

  .recommendation-modal__content .recommendation-modal__message::after {
    font-size: 40px !important;
    line-height: 40px !important;
    display: inline-block !important;
  } 
}