/** Shopify CDN: Minification failed

Line 472:3 Unexpected "zoom"
Line 1423:3 Unexpected "zoom"
Line 1750:3 Unexpected "zoom"

**/
@charset "UTF-8";
/*============================================================================
  [replace with theme name] | Built with Slate
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ UTILS ================*/
/*================ Mixins ================*/
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/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 ================*/
/*================ SETTINGS ================*/
/*================ Color Variables ================*/
/*================ Typography Variables ================*/
@font-face {
  font-family: "TSTAR";
  src: url("/cdn/shop/t/303/assets/TSTAR_W00_Heavy.ttf?v=106044824266990135131680224469") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Krub";
  src: url("/cdn/shop/t/303/assets/Krub-Regular.ttf?v=21588218516610150271680224469") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Krub";
  src: url("/cdn/shop/t/303/assets/Krub-Medium.ttf?v=51147221881556294231680224469") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Krub";
  src: url("/cdn/shop/t/303/assets/Krub-SemiBold.ttf?v=125005242854859617731680224469") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Krub";
  src: url("/cdn/shop/t/303/assets/Krub-Bold.ttf?v=124896998722394707171680224469") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Amboy';
  src: url("/cdn/shop/t/303/assets/Amboy-Black.ttf?v=160648276963624856611680224469") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'poppins-medium';
  src: url("/cdn/shop/t/303/assets/Poppins-Medium.ttf?v=31578607840172052041680224469") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'poppins-regular';
  src: url("/cdn/shop/t/303/assets/Poppins-Regular.ttf?v=134474321959273864541680224469") format("truetype");
  /* 	font-weight: 500; */
  font-style: normal;
  font-display: swap; }

/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*================ Sizing Variables ================*/
/*================ Z-Index ================*/
/*================ SVG ================*/
/*================ COMMON ================*/
/*================ Slate specific reset ================*/
*,
*::before,
*::after {
  box-sizing: border-box; }

body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

a:focus {
  color: inherit; }

img {
  max-width: 100%; }

/*================ Form element helpers ================*/
form {
  margin: 0; }

@media only screen and (max-width: 989px) {
  input,
  textarea,
  select {
    font-size: 16px; } }
button,
input[type="submit"],
label[for] {
  cursor: pointer; }

optgroup {
  font-weight: 400; }

option {
  color: #fff5e8;
  background-color: white; }

[tabindex='-1']:focus {
  outline: none; }

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

p {
  margin-top: 0;
  margin-bottom: 0.5em; }

/*================ Icons ================*/
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor;
  transition: all 0.25s; }
  .no-svg .icon {
    display: none; }

.icon--pinterest {
  border-radius: 50%; }

.icon--wide {
  width: 40px; }

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: currentColor;
  stroke: currentColor; }

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.icon-fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-svg .icon-fallback-text {
    position: static !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

/*================ Payment Icons ================*/
.payment-icons {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  cursor: default; }

/*================ Shopify icon on password page ================*/
.icon-shopify-logo {
  width: 82.28571px;
  height: 24px; }

.icon-arrow-animate svg {
  transition: 0.4s; }
@media only screen and (min-width: 750px) {
  .icon-arrow-animate:hover svg {
    animation: animate-arrow-right 1s ease-in-out infinite; } }
@media only screen and (max-width: 749px) {
  .icon-arrow-animate svg {
    animation: animate-arrow-right 1s ease-in-out infinite; } }

@keyframes animate-arrow-right {
  0%,
  100% {
    transform: translate(0, 0); }

  50% {
    transform: translate(3px, 0); } }

@keyframes animate-arrow-bottom {
  0%,
  100% {
    transform: translate(0, 0); }

  50% {
    transform: translate(0, 3px); } }

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media only screen and (max-width: 749px) {
  .responsive-table {
    width: 100%; }
    .responsive-table thead {
      display: none; }
    .responsive-table tr {
      display: block; }
    .responsive-table tr,
    .responsive-table td {
      float: left;
      clear: both;
      width: 100%; }
    .responsive-table th,
    .responsive-table td {
      display: block;
      text-align: right;
      padding: 10px;
      margin: 0; }
    .responsive-table td::before {
      content: attr(data-label);
      float: left;
      text-align: center;
      padding-right: 10px; }

  .responsive-table-row + .responsive-table-row,
  tfoot > .responsive-table-row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 10px; }
    .responsive-table-row + .responsive-table-row::after,
    tfoot > .responsive-table-row:first-child::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 10px;
      right: 10px;
      border-bottom: 1px solid #181818; } }
/*============================================================================
  Form scaffolding
    - Selectors setup for you to style form elements how you want
    - Focus, error, and disabled states are set to be extended
==============================================================================*/
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="date"],
input[type="number"],
textarea,
select {
  color: #181818;
  border: 1px solid whitesmoke;
  background-color: whitesmoke;
  border-radius: 2px;
  max-width: 100%;
  padding: 14px 15px 13px 15px;
  -moz-appearance: none;
  -webkit-appearance: none; }
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="password"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="date"]::placeholder,
  input[type="number"]::placeholder,
  textarea::placeholder,
  select::placeholder {
    color: #959595; }
  input[type="text"][disabled],
  input[type="email"][disabled],
  input[type="password"][disabled],
  input[type="tel"][disabled],
  input[type="date"][disabled],
  input[type="number"][disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    background-color: whitesmoke;
    border-color: whitesmoke; }
  input[type="text"].input-full,
  input[type="email"].input-full,
  input[type="password"].input-full,
  input[type="tel"].input-full,
  input[type="date"].input-full,
  input[type="number"].input-full,
  textarea.input-full,
  select.input-full {
    width: 100%; }

textarea {
  min-height: 100px; }

/*================ Custom select style ================*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(/cdn/shop/t/303/assets/ico-select.svg?v=120290505691965555771680224469);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 ================*/ }
  .ie9 select {
    padding-right: 10px;
    background-image: none; }

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

/*================ Error styles ================*/
input.input-error,
select.input-error,
textarea.input-error {
  border-color: #d93f26;
  background-color: whitesmoke;
  color: #959595; }

.custom-checkbox {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: white;
    border: 2px solid #181818; }
  .custom-checkbox input:checked ~ .checkmark {
    background-color: #181818; }
  .custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .custom-checkbox input:checked ~ .checkmark:after {
    display: block; }
  .custom-checkbox .checkmark:after {
    left: 4px;
    top: -1px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.form-message--error {
  padding: 25px;
  border: 1px solid #d93f26;
  margin-bottom: 30px;
  color: #959595; }

.form-message--success {
  margin-bottom: 20px; }

.input-error-message {
  color: #959595;
  margin: 20px 0; }

.form-wrapper {
  margin-bottom: 20px; }
  @media only screen and (min-width: 750px) {
    .form-wrapper.one-half {
      width: calc(50% - 15px); } }
  .form-wrapper label {
    display: block;
    margin-bottom: 10px; }
  .form-wrapper input {
    width: 100%; }
  .form-wrapper select {
    width: 100%; }
    .form-wrapper select option {
      color: #181818; }

.form-wrapper--checkbox label {
  font-size: 14px; }

@media only screen and (min-width: 750px) {
  .form-wrapper-items {
    display: flex;
    justify-content: space-between; } }

/*============================================================================
  Grid
    - Based on CSS Wizardry grid
==============================================================================*/
.grid {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -20px; }
  .grid::after {
    content: '';
    display: table;
    clear: both; }

.grid__item {
  float: left;
  padding-left: 20px;
  width: 100%; }
  .grid__item[class*='--push'] {
    position: relative; }

/*============================================================================
  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: 749px) {
  /** 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: 750px) {
  /** 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 ================*/
/*================ Rich Text Editor ================*/
.rte a {
  text-decoration: underline; }
  .rte a:hover {
    text-decoration: none; }
.rte img {
  height: auto; }
.rte table {
  table-layout: fixed; }
.rte ul,
.rte ol {
  margin: 0 0 10px 20px; }
.rte ul {
  list-style: disc outside; }
  .rte ul ul {
    list-style: circle outside; }
    .rte ul ul ul {
      list-style: square outside; }

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

.rte-table {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

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

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

.rte-list ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.rte-list li {
  position: relative; }
  .rte-list li:before {
    position: absolute;
    content: '•';
    left: -10px;
    top: 0; }

.placeholder-svg {
  display: block;
  fill: rgba(255, 245, 232, 0.35);
  background-color: rgba(255, 245, 232, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(255, 245, 232, 0.2); }

.placeholder-svg--small {
  width: 480px; }

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

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

/*================ Links & Buttons ================*/
a {
  text-decoration: none;
  transition: all 0.25s; }
  a:not(.btn) {
    color: inherit; }
    a:not(.btn):active, a:not(.btn):hover, a:not(.btn):focus {
      color: inherit; }
  a[href="javascript:void(0)"] {
    cursor: default; }

.type-arrow {
  font-size: 14px;
  display: flex;
  align-items: center;
  height: auto;
  background-color: transparent;
  padding: 0;
  font-family: "TSTAR", sans-serif;
  color: inherit;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none; }
  .type-arrow .icon {
    width: 20px;
    height: 100%;
    margin-left: 10px; }

button {
  border: none;
  font-family: "TSTAR", sans-serif; }
  button.button--link {
    background-color: transparent;
    padding: 0;
    font-family: "TSTAR", sans-serif;
    color: inherit;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none; }
    button.button--link span {
      font-family: inherit;
      color: inherit;
      font-weight: inherit;
      letter-spacing: inherit;
      text-transform: uppercase; }
    button.button--link .icon {
      width: 12px;
      height: 16px; }
    button.button--link[aria-expanded="false"] .icon {
      transform: rotate(180deg); }
  button[aria-expanded="true"] .icon {
    transform: rotate(180deg); }

.btn, .shopify-challenge__button, .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item,
.smartrr-portal-wrapper .smartrr-portal-tabs-header-item, .smartrr-portal-slide-panel .smartrr-portal-slide-panel-footer > div, .product-template .dynamic-checkout-button .shopify-payment-button__button--unbranded, .pagination a, .pagination .current, div.snize-ac-results .snize-view-all-link, .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a, #write-a-review .p-w-r .pr-btn-review, .p-w-r .pr-review-display .pr-rd-no-reviews a {
  -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;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
  margin: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  padding: 12px 46px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2.29px;
  text-transform: uppercase;
  font-family: "TSTAR", sans-serif; }
  @media only screen and (max-width: 749px) {
    .btn, .shopify-challenge__button, .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item,
    .smartrr-portal-wrapper .smartrr-portal-tabs-header-item, .smartrr-portal-slide-panel .smartrr-portal-slide-panel-footer > div, .product-template .dynamic-checkout-button .shopify-payment-button__button--unbranded, .pagination a, .pagination .current, div.snize-ac-results .snize-view-all-link, .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a, #write-a-review .p-w-r .pr-btn-review, .p-w-r .pr-review-display .pr-rd-no-reviews a {
      max-width: 220px;
      width: 100%;
      font-size: 14px;
      line-height: 1.71;
      letter-spacing: 2px;
      padding-top: 7px;
      padding-bottom: 7px; } }

.btn--full {
  max-width: unset;
  width: 100%;
  padding: 12px 5px; }
  @media only screen and (max-width: 749px) {
    .btn--full {
      padding-top: 7px;
      padding-bottom: 7px; } }

.btn--primary, .smartrr-portal-slide-panel button,
.smartrr-portal-wrapper button, .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item,
.smartrr-portal-wrapper .smartrr-portal-tabs-header-item, .smartrr-portal-slide-panel .smartrr-portal-slide-panel-footer > div, .pagination .current, .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a, #write-a-review .p-w-r .pr-btn-review, .p-w-r .pr-review-display .pr-rd-no-reviews a {
  background-color: #ff7458;
  color: #392c22;
  position: relative;
  overflow: hidden;
  transition: all 0.35s;
  border: 2px solid #ff7458; }
  .btn--primary.hover, .smartrr-portal-slide-panel button.hover,
  .smartrr-portal-wrapper button.hover, .smartrr-portal-slide-panel .hover.smartrr-portal-tabs-header-item,
  .smartrr-portal-wrapper .hover.smartrr-portal-tabs-header-item, .smartrr-portal-slide-panel .smartrr-portal-slide-panel-footer > div.hover, .pagination .hover.current, .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a.hover, #write-a-review .p-w-r .hover.pr-btn-review, .p-w-r .pr-review-display .pr-rd-no-reviews a.hover, .btn--primary:hover, .smartrr-portal-slide-panel button:hover,
  .smartrr-portal-wrapper button:hover, .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item:hover,
  .smartrr-portal-wrapper .smartrr-portal-tabs-header-item:hover, .smartrr-portal-slide-panel .smartrr-portal-slide-panel-footer > div:hover, .pagination .current:hover, .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a:hover, #write-a-review .p-w-r .pr-btn-review:hover, .p-w-r .pr-review-display .pr-rd-no-reviews a:hover {
    color: #392c22;
    border-color: #392c22;
    background-color: #ff7458; }
  .btn--primary:active, .smartrr-portal-slide-panel button:active,
  .smartrr-portal-wrapper button:active, .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item:active,
  .smartrr-portal-wrapper .smartrr-portal-tabs-header-item:active, .smartrr-portal-slide-panel .smartrr-portal-slide-panel-footer > div:active, .pagination .current:active, .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a:active, #write-a-review .p-w-r .pr-btn-review:active, .p-w-r .pr-review-display .pr-rd-no-reviews a:active, .btn--primary:focus, .smartrr-portal-slide-panel button:focus,
  .smartrr-portal-wrapper button:focus, .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item:focus,
  .smartrr-portal-wrapper .smartrr-portal-tabs-header-item:focus, .smartrr-portal-slide-panel .smartrr-portal-slide-panel-footer > div:focus, .pagination .current:focus, .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a:focus, #write-a-review .p-w-r .pr-btn-review:focus, .p-w-r .pr-review-display .pr-rd-no-reviews a:focus {
    color: #392c22;
    background-color: #ff7458;
    transition-delay: 0s; }
  .btn--primary:disabled, .smartrr-portal-slide-panel button:disabled,
  .smartrr-portal-wrapper button:disabled, .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item:disabled,
  .smartrr-portal-wrapper .smartrr-portal-tabs-header-item:disabled, .smartrr-portal-slide-panel .smartrr-portal-slide-panel-footer > div:disabled, .pagination .current:disabled, .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a:disabled, #write-a-review .p-w-r .pr-btn-review:disabled, .p-w-r .pr-review-display .pr-rd-no-reviews a:disabled {
    background-color: #959595;
    border-color: #959595; }
  .btn--primary.btn--alert, .smartrr-portal-slide-panel button.btn--alert,
  .smartrr-portal-wrapper button.btn--alert, .smartrr-portal-slide-panel .btn--alert.smartrr-portal-tabs-header-item,
  .smartrr-portal-wrapper .btn--alert.smartrr-portal-tabs-header-item, .smartrr-portal-slide-panel .smartrr-portal-slide-panel-footer > div.btn--alert, .pagination .btn--alert.current, .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a.btn--alert, #write-a-review .p-w-r .btn--alert.pr-btn-review, .p-w-r .pr-review-display .pr-rd-no-reviews a.btn--alert {
    border-color: #d93f26;
    background-color: #d93f26; }
    .btn--primary.btn--alert:hover, .smartrr-portal-slide-panel button.btn--alert:hover,
    .smartrr-portal-wrapper button.btn--alert:hover, .smartrr-portal-slide-panel .btn--alert.smartrr-portal-tabs-header-item:hover,
    .smartrr-portal-wrapper .btn--alert.smartrr-portal-tabs-header-item:hover, .smartrr-portal-slide-panel .smartrr-portal-slide-panel-footer > div.btn--alert:hover, .pagination .btn--alert.current:hover, .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a.btn--alert:hover, #write-a-review .p-w-r .btn--alert.pr-btn-review:hover, .p-w-r .pr-review-display .pr-rd-no-reviews a.btn--alert:hover {
      background-color: #e16551; }
    .btn--primary.btn--alert:active, .smartrr-portal-slide-panel button.btn--alert:active,
    .smartrr-portal-wrapper button.btn--alert:active, .smartrr-portal-slide-panel .btn--alert.smartrr-portal-tabs-header-item:active,
    .smartrr-portal-wrapper .btn--alert.smartrr-portal-tabs-header-item:active, .smartrr-portal-slide-panel .smartrr-portal-slide-panel-footer > div.btn--alert:active, .pagination .btn--alert.current:active, .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a.btn--alert:active, #write-a-review .p-w-r .btn--alert.pr-btn-review:active, .p-w-r .pr-review-display .pr-rd-no-reviews a.btn--alert:active {
      background-color: #e16551; }

.btn--secondary, .shopify-challenge__button, .smartrr-portal-slide-panel .smartrr-portal-send-now,
.smartrr-portal-wrapper .smartrr-portal-send-now, .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item.smartrr-portal-tabs-header-item-active,
.smartrr-portal-wrapper .smartrr-portal-tabs-header-item.smartrr-portal-tabs-header-item-active, .product-template .dynamic-checkout-button .shopify-payment-button__button--unbranded, .pagination a, .pagination .next a,
.pagination .prev a, div.snize-ac-results .snize-view-all-link {
  background-color: #181818;
  color: white;
  position: relative;
  overflow: hidden;
  transition: all 0.35s;
  border: 1px solid transparent;
  box-shadow: 0 0 0 1px #181818; }
  .btn--secondary.hover, .hover.shopify-challenge__button, .smartrr-portal-slide-panel .hover.smartrr-portal-send-now,
  .smartrr-portal-wrapper .hover.smartrr-portal-send-now, .smartrr-portal-slide-panel .hover.smartrr-portal-tabs-header-item.smartrr-portal-tabs-header-item-active,
  .smartrr-portal-wrapper .hover.smartrr-portal-tabs-header-item.smartrr-portal-tabs-header-item-active, .product-template .dynamic-checkout-button .hover.shopify-payment-button__button--unbranded, .pagination a.hover, div.snize-ac-results .hover.snize-view-all-link, .btn--secondary:hover, .shopify-challenge__button:hover, .smartrr-portal-slide-panel .smartrr-portal-send-now:hover,
  .smartrr-portal-wrapper .smartrr-portal-send-now:hover, .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item.smartrr-portal-tabs-header-item-active:hover,
  .smartrr-portal-wrapper .smartrr-portal-tabs-header-item.smartrr-portal-tabs-header-item-active:hover, .product-template .dynamic-checkout-button .shopify-payment-button__button--unbranded:hover, .pagination a:hover, div.snize-ac-results .snize-view-all-link:hover {
    color: white;
    border-color: #181818;
    background-color: #181818; }
  .btn--secondary:active, .shopify-challenge__button:active, .smartrr-portal-slide-panel .smartrr-portal-send-now:active,
  .smartrr-portal-wrapper .smartrr-portal-send-now:active, .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item.smartrr-portal-tabs-header-item-active:active,
  .smartrr-portal-wrapper .smartrr-portal-tabs-header-item.smartrr-portal-tabs-header-item-active:active, .product-template .dynamic-checkout-button .shopify-payment-button__button--unbranded:active, .pagination a:active, div.snize-ac-results .snize-view-all-link:active, .btn--secondary:focus, .shopify-challenge__button:focus, .smartrr-portal-slide-panel .smartrr-portal-send-now:focus,
  .smartrr-portal-wrapper .smartrr-portal-send-now:focus, .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item.smartrr-portal-tabs-header-item-active:focus,
  .smartrr-portal-wrapper .smartrr-portal-tabs-header-item.smartrr-portal-tabs-header-item-active:focus, .product-template .dynamic-checkout-button .shopify-payment-button__button--unbranded:focus, .pagination a:focus, div.snize-ac-results .snize-view-all-link:focus {
    color: white;
    background-color: #181818;
    transition-delay: 0s; }
  .btn--secondary.btn--alert, .btn--alert.shopify-challenge__button, .smartrr-portal-slide-panel .btn--alert.smartrr-portal-send-now,
  .smartrr-portal-wrapper .btn--alert.smartrr-portal-send-now, .smartrr-portal-slide-panel .btn--alert.smartrr-portal-tabs-header-item.smartrr-portal-tabs-header-item-active,
  .smartrr-portal-wrapper .btn--alert.smartrr-portal-tabs-header-item.smartrr-portal-tabs-header-item-active, .product-template .dynamic-checkout-button .btn--alert.shopify-payment-button__button--unbranded, .pagination a.btn--alert, div.snize-ac-results .btn--alert.snize-view-all-link {
    border-color: #d93f26;
    background-color: #d93f26; }
    .btn--secondary.btn--alert:hover, .btn--alert.shopify-challenge__button:hover, .smartrr-portal-slide-panel .btn--alert.smartrr-portal-send-now:hover,
    .smartrr-portal-wrapper .btn--alert.smartrr-portal-send-now:hover, .smartrr-portal-slide-panel .btn--alert.smartrr-portal-tabs-header-item.smartrr-portal-tabs-header-item-active:hover,
    .smartrr-portal-wrapper .btn--alert.smartrr-portal-tabs-header-item.smartrr-portal-tabs-header-item-active:hover, .product-template .dynamic-checkout-button .btn--alert.shopify-payment-button__button--unbranded:hover, .pagination a.btn--alert:hover, div.snize-ac-results .btn--alert.snize-view-all-link:hover {
      background-color: #e16551; }
    .btn--secondary.btn--alert:active, .btn--alert.shopify-challenge__button:active, .smartrr-portal-slide-panel .btn--alert.smartrr-portal-send-now:active,
    .smartrr-portal-wrapper .btn--alert.smartrr-portal-send-now:active, .smartrr-portal-slide-panel .btn--alert.smartrr-portal-tabs-header-item.smartrr-portal-tabs-header-item-active:active,
    .smartrr-portal-wrapper .btn--alert.smartrr-portal-tabs-header-item.smartrr-portal-tabs-header-item-active:active, .product-template .dynamic-checkout-button .btn--alert.shopify-payment-button__button--unbranded:active, .pagination a.btn--alert:active, div.snize-ac-results .btn--alert.snize-view-all-link:active {
      background-color: #e16551; }
  .btn--secondary:disabled, .shopify-challenge__button:disabled, .smartrr-portal-slide-panel .smartrr-portal-send-now:disabled,
  .smartrr-portal-wrapper .smartrr-portal-send-now:disabled, .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item.smartrr-portal-tabs-header-item-active:disabled,
  .smartrr-portal-wrapper .smartrr-portal-tabs-header-item.smartrr-portal-tabs-header-item-active:disabled, .product-template .dynamic-checkout-button .shopify-payment-button__button--unbranded:disabled, .pagination a:disabled, div.snize-ac-results .snize-view-all-link:disabled {
    background-color: #959595;
    border-color: #959595; }

.btn--round {
  background-color: #ff7458;
  color: #392c22;
  position: relative;
  overflow: hidden;
  transition: all 0.35s;
  border: 2px solid #ff7458;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.33;
  letter-spacing: 6px;
  padding: 20px 18px 20px 22px;
  width: 160px;
  height: 160px;
  white-space: pre-line;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 989px) {
    .btn--round {
      font-size: 14px;
      line-height: 1.36;
      width: 110px;
      height: 110px; } }
  .btn--round:hover {
    color: #392c22;
    border-color: #392c22;
    background-color: #ff7458; }
  .btn--round:active, .btn--round:focus {
    color: #392c22;
    background-color: #ff7458;
    transition-delay: 0s; }
  .btn--round:disabled {
    background-color: #959595;
    border-color: #959595; }
  .btn--round.btn--alert {
    border-color: #d93f26;
    background-color: #d93f26; }
    .btn--round.btn--alert:hover {
      background-color: #e16551; }
    .btn--round.btn--alert:active {
      background-color: #e16551; }

.btn--tertiary {
  background-color: #181818;
  color: white;
  position: relative;
  overflow: hidden;
  transition: all 0.35s;
  border: 1px solid transparent;
  box-shadow: 0 0 0 1px #181818; }
  .btn--tertiary.hover, .btn--tertiary:hover {
    color: #181818;
    border-color: #181818;
    background-color: #ff7458; }
  .btn--tertiary:active, .btn--tertiary:focus {
    color: #181818;
    background-color: #ff7458;
    transition-delay: 0s; }
  .btn--tertiary.btn--alert {
    border-color: #d93f26;
    background-color: #d93f26; }
    .btn--tertiary.btn--alert:hover {
      background-color: #e16551; }
    .btn--tertiary.btn--alert:active {
      background-color: #e16551; }
  .btn--tertiary:disabled {
    background-color: #959595;
    border-color: #959595; }

.btn--gradient {
  background-image: linear-gradient(90deg, #d33031 15%, #4f3d9c 85%);
  color: white;
  position: relative;
  overflow: hidden;
  transition: all 0.35s;
  border: 1px solid transparent;
  outline: 2px solid white;
  outline-offset: 4px; }
  .btn--gradient.hover, .btn--gradient:hover {
    color: white;
    border-color: white;
    background-image: linear-gradient(90deg, #d33031, #4f3d9c 100%);
    outline-offset: 0; }
  .btn--gradient:active, .btn--gradient:focus {
    color: white;
    background-image: linear-gradient(90deg, #d33031, #4f3d9c 100%);
    transition-delay: 0s;
    outline-offset: 0; }
  .btn--gradient.btn--alert {
    border-color: linear-gradient(180deg, #ff3131, #f92020 100%);
    background-image: linear-gradient(180deg, #ff3131, #f92020 100%); }
    .btn--gradient.btn--alert:hover {
      background-image: radial-gradient(red, #ef0303 100%); }
    .btn--gradient.btn--alert:active {
      background-image: radial-gradient(red, #ef0303 100%); }
  .btn--gradient:disabled {
    background-image: linear-gradient(180deg, #ffd3e2 3%, #a8fffb 100%);
    border-color: linear-gradient(180deg, #ffd3e2 3%, #a8fffb 100%);
    outline-offset: 0; }

.btn--image {
  position: relative;
  background-image: url(/cdn/shop/files/metalic-fiber-big_2x_0baccf24-b784-4574-9660-dedf54646a75.jpg?v=1650579537);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #823a18;
  letter-spacing: 1px;
  transition: all 0.35s; }
  .btn--image.border:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 2px solid transparent;
    border-image: url(/cdn/shop/files/metalic-fiber-big_2x_0baccf24-b784-4574-9660-dedf54646a75.jpg?v=1650579537) 30 round;
    transition: all 0.35s;
    pointer-events: none; }
  .btn--image.hover, .btn--image:hover {
    color: #181818; }
    .btn--image.hover.border:before, .btn--image:hover.border:before {
      width: calc(100% + 2px);
      height: calc(100% + 2px); }
  .btn--image:active, .btn--image:focus {
    color: #181818;
    transition-delay: 0s; }
    .btn--image:active.border:before, .btn--image:focus.border:before {
      width: 100%;
      height: 100%; }

/*================ Helper Classes ================*/
.clearfix {
  *zoom: 1; }
  .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; }

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

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

.visually-shown {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

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

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

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

html.supports-no-cookies .supports-cookies {
  display: none; }

/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  position: absolute !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: #fff5e8;
  background-color: white;
  padding: 10px;
  z-index: 10000;
  transition: none; }

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

.sr-only-focusable:focus {
  position: relative;
  width: auto;
  height: auto;
  clip: initial;
  margin: inherit;
  padding: inherit;
  border: initial; }

.display--none {
  display: none; }

@media only screen and (max-width: 749px) {
  .small--hide {
    display: none !important; } }

@media only screen and (min-width: 750px) {
  .medium-up--hide {
    display: none !important; } }

@media only screen and (max-width: 989px) {
  .medium-down--hide {
    display: none !important; } }

@media only screen and (min-width: 990px) {
  .large-up--hide {
    display: none !important; } }

@media only screen and (max-width: 1199px) {
  .large-down--hide {
    display: none !important; } }

@media only screen and (min-width: 1200px) {
  .extra-large-up--hide {
    display: none !important; } }

@media only screen and (max-width: 1399px) {
  .extra-large-down--hide {
    display: none !important; } }

@media only screen and (min-width: 1400px) {
  .widescreen--hide {
    display: none !important; } }

.tabs {
  display: flex;
  flex-direction: column; }
  .tabs .tab {
    padding: 28px 20px;
    border-top: 1px solid #e0e0e0; }
    .tabs .tab:last-child {
      border-bottom: 1px solid #e0e0e0; }
    .tabs .tab button {
      font-family: "TSTAR", sans-serif;
      font-size: 21px;
      line-height: 1.19;
      text-transform: unset;
      background: none;
      text-align: left;
      color: inherit;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      padding: 0; }
      .tabs .tab button .icon {
        width: 12px;
        height: 16px; }
      .tabs .tab button[aria-expanded="true"] .icon {
        transform: rotate(180deg); }
  .tabs .tab-text {
    padding-top: 20px;
    color: #fff5e8;
    font-size: 18px;
    line-height: 1.38; }
    .tabs .tab-text a {
      text-decoration: underline; }

.align-top-left {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left; }

.align-top-center {
  align-items: flex-start;
  justify-content: center;
  text-align: center; }

.align-top-right {
  align-items: flex-start;
  justify-content: flex-end;
  text-align: right; }

.align-center-left {
  align-items: center;
  justify-content: flex-start;
  text-align: left; }

.align-center-center {
  align-items: center;
  justify-content: center;
  text-align: center; }

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

.align-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left; }

.align-bottom-middle {
  align-items: flex-end;
  justify-content: center;
  text-align: center; }

.align-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right; }

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

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

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

.text-stroke, .instagram__heading:nth-child(odd), .about-instagram__heading:nth-child(odd) {
  font-family: "TSTAR", sans-serif;
  color: rgba(255, 254, 252, 0);
  -webkit-text-stroke: 1.5px #fee9cf; }

.image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s; }

.image-bg-absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1; }

.section-border {
  border-image: url("/cdn/shop/t/303/assets/border.svg?v=86457252033746667721680224469");
  border-bottom: 32px solid #000;
  border-bottom-width: 32px;
  border-image-repeat: repeat;
  border-image-slice: 401;
  border-image-width: 0 0 32px 0;
  border-top: 0;
  border-left: 0;
  border-right: 0; }
  @media only screen and (max-width: 749px) {
    .section-border {
      border-bottom-width: 24px;
      border-image-width: 0 0 24px 0; } }

.hp-b {
  display: none; }

/*================ General layout styles ================*/
html {
  font-size: 16px; }
  html body {
    background-color: white;
    font-family: "TSTAR", sans-serif;
    font-size: 16px; }
    html body * {
      -webkit-font-smoothing: antialiased; }
    html body.outline-none * {
      outline: none !important; }
  html main {
    overflow: hidden; }
    html main > div:not(.shopify-section), html main > section {
      overflow: hidden; }

body.header-text-color--dark .header:not(:hover) .header__nav-link, body.snize-results-page .header:not(:hover) .header__nav-link,
body.header-text-color--dark .header:not(:hover) .header-mobile-icons,
body.snize-results-page .header:not(:hover) .header-mobile-icons,
body.header-text-color--dark .header:not(:hover) .header__right-side a,
body.snize-results-page .header:not(:hover) .header__right-side a {
  color: white; }
@media only screen and (max-width: 989px) {
  body.header-mobile--dark header {
    background-image: unset;
    color: #fff5e8; }
    body.header-mobile--dark header.header--sticky {
      background-image: linear-gradient(180deg, #2e1f3b, #472d47 56%, #573d49 100%);
      color: #fff5e8; }
      body.header-mobile--dark header.header--sticky .header-mobile-icons {
        color: #fff5e8; }
      body.header-mobile--dark header.header--sticky .mobile-menu-icon--open {
        color: white; }
    body.header-mobile--dark header .header-mobile-icons,
    body.header-mobile--dark header .mobile-menu-icon--open {
      color: #fff5e8; } }
body.header--show-tabs .header--sticky {
  top: 0; }
  body.header--show-tabs .header--sticky .mobile-menu__sidebar#dev-redesign-menu {
    top: var(--header-inner-height);
    height: calc(100% - var(--header-inner-height)); }
body.header--show-tabs .article-sidebar--sticky .article-sidebar__wrapper {
  top: calc((var(--nav-height, 0px) + var(--switch-nav-height)) + 40px); }
body:not(.header--show-tabs) .header--sticky {
  top: calc(0px - var(--switch-nav-height, 109px)); }
  body:not(.header--show-tabs) .header--sticky .header-site-switch {
    opacity: 0; }

main {
  background: var(--main-bg-gradient);
  display: flex;
  flex-direction: column;
  min-height: 30vh; }

.shopify-challenge__container,
.page-width,
.wrapper,
.slideshow-product-inner,
.product__breadcrumbs {
  *zoom: 1;
  max-width: 1260px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
  width: 100%; }
  .shopify-challenge__container::after,
  .page-width::after,
  .wrapper::after,
  .slideshow-product-inner::after,
  .product__breadcrumbs::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (min-width: 1600px) {
    .shopify-challenge__container,
    .page-width,
    .wrapper,
    .slideshow-product-inner,
    .product__breadcrumbs {
      max-width: 80%; } }

.page-width {
  padding-top: 40px;
  padding-bottom: 20px; }
  @media only screen and (max-width: 749px) {
    .page-width {
      padding-top: 20px; } }

#challenge main {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px; }

.cbb-frequently-bought-container {
  display: none !important; }

@media only screen and (max-width: 749px) {
  div.accessibility-wrap {
    z-index: 100; } }
@media only screen and (max-width: 749px) {
  div.accessibility-wrap .accesibility-menu .accessibility-menu-btn {
    width: 40px;
    height: 40px; }
    div.accessibility-wrap .accesibility-menu .accessibility-menu-btn:after {
      width: 40px;
      height: 40px; }
    div.accessibility-wrap .accesibility-menu .accessibility-menu-btn svg {
      height: 30px !important; } }

body div.order-logic-sweet-alert {
  z-index: 10000000001; }

.smartrr-portal-slide-panel *,
.smartrr-portal-wrapper * {
  font-family: "Krub", sans-serif; }
.smartrr-portal-slide-panel h2,
.smartrr-portal-slide-panel h2 span,
.smartrr-portal-slide-panel h2 div,
.smartrr-portal-slide-panel .smartrr-portal-heading,
.smartrr-portal-slide-panel .smartrr-portal-heading span,
.smartrr-portal-slide-panel .smartrr-portal-heading div,
.smartrr-portal-wrapper h2,
.smartrr-portal-wrapper h2 span,
.smartrr-portal-wrapper h2 div,
.smartrr-portal-wrapper .smartrr-portal-heading,
.smartrr-portal-wrapper .smartrr-portal-heading span,
.smartrr-portal-wrapper .smartrr-portal-heading div {
  font-family: "TSTAR", sans-serif;
  color: #392c22; }
  @media only screen and (max-width: 749px) {
    .smartrr-portal-slide-panel h2,
    .smartrr-portal-slide-panel h2 span,
    .smartrr-portal-slide-panel h2 div,
    .smartrr-portal-slide-panel .smartrr-portal-heading,
    .smartrr-portal-slide-panel .smartrr-portal-heading span,
    .smartrr-portal-slide-panel .smartrr-portal-heading div,
    .smartrr-portal-wrapper h2,
    .smartrr-portal-wrapper h2 span,
    .smartrr-portal-wrapper h2 div,
    .smartrr-portal-wrapper .smartrr-portal-heading,
    .smartrr-portal-wrapper .smartrr-portal-heading span,
    .smartrr-portal-wrapper .smartrr-portal-heading div {
      font-size: 16px; } }
.smartrr-portal-slide-panel .smartrr-portal-manage-settings-text,
.smartrr-portal-slide-panel .smartrr-portal-manage-settings-text span,
.smartrr-portal-slide-panel .smartrr-portal-manage-settings-text div,
.smartrr-portal-wrapper .smartrr-portal-manage-settings-text,
.smartrr-portal-wrapper .smartrr-portal-manage-settings-text span,
.smartrr-portal-wrapper .smartrr-portal-manage-settings-text div {
  color: #392c22; }
.smartrr-portal-slide-panel button:hover,
.smartrr-portal-wrapper button:hover {
  opacity: 1; }
.smartrr-portal-slide-panel .smartrr-portal-modify-item-text-and-search-container input,
.smartrr-portal-wrapper .smartrr-portal-modify-item-text-and-search-container input {
  background-color: #fff;
  border: unset; }
.smartrr-portal-slide-panel .smartrr-portal-modify-item-container,
.smartrr-portal-wrapper .smartrr-portal-modify-item-container {
  background-image: linear-gradient(204deg, #fff5e8 100%, white -37%); }
.smartrr-portal-slide-panel .smartrr-portal-delivery-frequency-select,
.smartrr-portal-wrapper .smartrr-portal-delivery-frequency-select {
  background-color: #392c22;
  border-color: #392c22;
  border-radius: unset; }
.smartrr-portal-slide-panel .smartrr-portal-quantity-container,
.smartrr-portal-wrapper .smartrr-portal-quantity-container {
  border-radius: unset;
  background-color: #392c22;
  border-color: #392c22; }
  .smartrr-portal-slide-panel .smartrr-portal-quantity-container > *, .smartrr-portal-slide-panel .smartrr-portal-quantity-container > *[disabled],
  .smartrr-portal-wrapper .smartrr-portal-quantity-container > *,
  .smartrr-portal-wrapper .smartrr-portal-quantity-container > *[disabled] {
    background-color: #392c22;
    border-color: #392c22;
    color: #ffffff; }
.smartrr-portal-slide-panel .smartrr-portal-quantity-number,
.smartrr-portal-wrapper .smartrr-portal-quantity-number {
  background-color: #392c22; }
.smartrr-portal-slide-panel .smartrr-portal-tabs-header-container,
.smartrr-portal-wrapper .smartrr-portal-tabs-header-container {
  border-radius: unset;
  min-width: 290px; }
.smartrr-portal-slide-panel .smartrr-portal-tabs-header-item,
.smartrr-portal-wrapper .smartrr-portal-tabs-header-item {
  border: unset; }
  @media only screen and (max-width: 749px) {
    .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item,
    .smartrr-portal-wrapper .smartrr-portal-tabs-header-item {
      padding-left: 5px;
      padding-right: 5px;
      letter-spacing: normal; } }
  .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item span.smartrr-portal-tabs-header-item-title,
  .smartrr-portal-wrapper .smartrr-portal-tabs-header-item span.smartrr-portal-tabs-header-item-title {
    color: #392c22; }
  .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item:hover span.smartrr-portal-tabs-header-item-title,
  .smartrr-portal-wrapper .smartrr-portal-tabs-header-item:hover span.smartrr-portal-tabs-header-item-title {
    opacity: 1; }
  .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item.smartrr-portal-tabs-header-item-active span.smartrr-portal-tabs-header-item-title,
  .smartrr-portal-wrapper .smartrr-portal-tabs-header-item.smartrr-portal-tabs-header-item-active span.smartrr-portal-tabs-header-item-title {
    color: #ffffff; }

.smartrr-portal-slide-panel h1,
.smartrr-portal-slide-panel h1 span,
.smartrr-portal-slide-panel h1 div,
.smartrr-portal-slide-panel h2,
.smartrr-portal-slide-panel h2 span,
.smartrr-portal-slide-panel h2 div,
.smartrr-portal-slide-panel .smartrr-portal-heading,
.smartrr-portal-slide-panel .smartrr-portal-heading span,
.smartrr-portal-slide-panel .smartrr-portal-heading div {
  font-family: "TSTAR", sans-serif;
  color: #392c22;
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  text-decoration: unset; }
  @media only screen and (max-width: 749px) {
    .smartrr-portal-slide-panel h1,
    .smartrr-portal-slide-panel h1 span,
    .smartrr-portal-slide-panel h1 div,
    .smartrr-portal-slide-panel h2,
    .smartrr-portal-slide-panel h2 span,
    .smartrr-portal-slide-panel h2 div,
    .smartrr-portal-slide-panel .smartrr-portal-heading,
    .smartrr-portal-slide-panel .smartrr-portal-heading span,
    .smartrr-portal-slide-panel .smartrr-portal-heading div {
      font-size: 16px; } }
.smartrr-portal-slide-panel .smartrr-portal-slide-panel-content {
  background-image: linear-gradient(204deg, #fff5e8 100%, white -37%); }
.smartrr-portal-slide-panel .smartrr-portal-slide-panel-body,
.smartrr-portal-slide-panel .smartrr-portal-manage-subscriptions-subscription-cancel-button {
  color: #392c22; }
.smartrr-portal-slide-panel .smartrr-portal-delivery-addresses-edit-button-container * {
  color: #392c22; }
.smartrr-portal-slide-panel .smartrr-portal-slide-panel-footer > div {
  margin-top: 20px; }
.smartrr-portal-slide-panel .smartrr-portal-delivery-addresses-form-container * {
  color: #392c22; }
.smartrr-portal-slide-panel .smartrr-portal-slide-panel-close {
  color: #392c22; }

/*================ MODULES ================*/
/*================ Site Header ================*/
#shopify-section-header {
  position: relative;
  height: var(--sticky-header-height); }
  @media only screen and (max-width: 989px) {
    #shopify-section-header {
      top: 0;
      z-index: 100; } }

.header {
  transition: background-color 0.5s ease, color 0.20s, top 0.6s;
  background-image: linear-gradient(0deg, #2d1e3a, #392c22 100%);
  color: white;
  width: 100%;
  z-index: 100;
  top: calc(0px - var(--switch-nav-height, 109px)); }
  @media only screen and (max-width: 989px) {
    .header {
      background-image: linear-gradient(0deg, #2d1e3a, #392c22 100%); } }
  .header.header-hover:hover {
    color: #fff5e8; }
    @media only screen and (min-width: 990px) {
      .header.header-hover:hover .bg-image--dark {
        opacity: 1; }
      .header.header-hover:hover .header-site-switch {
        color: #fff5e8; }
      .header.header-hover:hover .header-site-switch__link {
        border-top-color: var(--border-hover-color, white);
        border-left-color: var(--border-hover-color, white);
        border-bottom-color: var(--border-hover-color, white); }
        .header.header-hover:hover .header-site-switch__link:last-child {
          border-right: 1px solid var(--border-hover-color, white); }
      .header.header-hover:hover .header-site-switch__link-place {
        background-color: var(--place-hover-bg, #c49ed4); }
        .header.header-hover:hover .header-site-switch__link-place:before {
          border-top-color: var(--border-hover-color, white); }
        .header.header-hover:hover .header-site-switch__link-place .header-site-switch__label {
          color: var(--place-label-color-hover, white); }
        .header.header-hover:hover .header-site-switch__link-place .header-site-switch__text {
          color: var(--place-text-color-hover, #999999); }
      .header.header-hover:hover .header-site-switch__link-skin {
        background-color: var(--skin-hover-bg, #2b2b2b); }
        .header.header-hover:hover .header-site-switch__link-skin .header-site-switch__label {
          color: var(--skin-label-color-hover, white); }
        .header.header-hover:hover .header-site-switch__link-skin .header-site-switch__text {
          color: var(--skin-text-color-hover, #999999); } }
  .header[data-aos^=fade][data-aos^=fade].aos-animate {
    transition: unset; }
  .header .bg-image--dark {
    transition: opacity 0.2s;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #2e1f3b, #472d47 56%, #573d49 100%);
    z-index: 2; }
    @media only screen and (max-width: 989px) {
      .header .bg-image--dark {
        display: none; } }
  .header:not(:hover).header-text-color--dark .header__nav-link, .header.snize-results-page:not(:hover) .header__nav-link,
  .header:not(:hover).header-text-color--dark .header__right-side a,
  .header.snize-results-page:not(:hover) .header__right-side a {
    color: white; }
  .header:not(:hover).header-text-color--dark .header-mobile-icons, .header.snize-results-page:not(:hover) .header-mobile-icons {
    color: #fff5e8; }
  .header.header-bg--mobile--dark, .header.mobile-menu__sidebar--open, .header.header--sticky.mobile-menu__sidebar--open .header-menu:not(.header-site-switch) {
    background-image: linear-gradient(180deg, #2e1f3b, #472d47 56%, #573d49 100%);
    color: #fff5e8; }
    .header.header-bg--mobile--dark .header-mobile-icons,
    .header.header-bg--mobile--dark .mobile-menu-icon--open, .header.mobile-menu__sidebar--open .header-mobile-icons,
    .header.mobile-menu__sidebar--open .mobile-menu-icon--open, .header.header--sticky.mobile-menu__sidebar--open .header-menu:not(.header-site-switch) .header-mobile-icons,
    .header.header--sticky.mobile-menu__sidebar--open .header-menu:not(.header-site-switch) .mobile-menu-icon--open {
      color: #fff5e8; }
    .header.header-bg--mobile--dark .header-site-switch__link, .header.mobile-menu__sidebar--open .header-site-switch__link, .header.header--sticky.mobile-menu__sidebar--open .header-menu:not(.header-site-switch) .header-site-switch__link {
      border-top-color: var(--border-hover-color, white);
      border-left-color: var(--border-hover-color, white);
      border-bottom-color: var(--border-hover-color, white); }
    .header.header-bg--mobile--dark .header-site-switch__link-place, .header.mobile-menu__sidebar--open .header-site-switch__link-place, .header.header--sticky.mobile-menu__sidebar--open .header-menu:not(.header-site-switch) .header-site-switch__link-place {
      background-color: var(--place-hover-bg, #c49ed4); }
      @media only screen and (max-width: 749px) {
        .header.header-bg--mobile--dark .header-site-switch__link-place, .header.mobile-menu__sidebar--open .header-site-switch__link-place, .header.header--sticky.mobile-menu__sidebar--open .header-menu:not(.header-site-switch) .header-site-switch__link-place {
          border-left: none; } }
      .header.header-bg--mobile--dark .header-site-switch__link-place:before, .header.mobile-menu__sidebar--open .header-site-switch__link-place:before, .header.header--sticky.mobile-menu__sidebar--open .header-menu:not(.header-site-switch) .header-site-switch__link-place:before {
        border-top-color: var(--border-hover-color, white); }
      .header.header-bg--mobile--dark .header-site-switch__link-place .header-site-switch__label, .header.mobile-menu__sidebar--open .header-site-switch__link-place .header-site-switch__label, .header.header--sticky.mobile-menu__sidebar--open .header-menu:not(.header-site-switch) .header-site-switch__link-place .header-site-switch__label {
        color: var(--place-label-color-hover, white); }
      .header.header-bg--mobile--dark .header-site-switch__link-place .header-site-switch__text, .header.mobile-menu__sidebar--open .header-site-switch__link-place .header-site-switch__text, .header.header--sticky.mobile-menu__sidebar--open .header-menu:not(.header-site-switch) .header-site-switch__link-place .header-site-switch__text {
        color: var(--place-text-color-hover, #999999); }
    .header.header-bg--mobile--dark .header-site-switch__link-skin, .header.mobile-menu__sidebar--open .header-site-switch__link-skin, .header.header--sticky.mobile-menu__sidebar--open .header-menu:not(.header-site-switch) .header-site-switch__link-skin {
      background-color: var(--skin-hover-bg, #2b2b2b);
      border-right: 1px solid var(--border-hover-color, white); }
      @media only screen and (max-width: 749px) {
        .header.header-bg--mobile--dark .header-site-switch__link-skin, .header.mobile-menu__sidebar--open .header-site-switch__link-skin, .header.header--sticky.mobile-menu__sidebar--open .header-menu:not(.header-site-switch) .header-site-switch__link-skin {
          border-right: none; } }
      .header.header-bg--mobile--dark .header-site-switch__link-skin .header-site-switch__label, .header.mobile-menu__sidebar--open .header-site-switch__link-skin .header-site-switch__label, .header.header--sticky.mobile-menu__sidebar--open .header-menu:not(.header-site-switch) .header-site-switch__link-skin .header-site-switch__label {
        color: var(--skin-label-color-hover, white); }
      .header.header-bg--mobile--dark .header-site-switch__link-skin .header-site-switch__text, .header.mobile-menu__sidebar--open .header-site-switch__link-skin .header-site-switch__text, .header.header--sticky.mobile-menu__sidebar--open .header-menu:not(.header-site-switch) .header-site-switch__link-skin .header-site-switch__text {
        color: var(--skin-text-color-hover, #999999); }
  .header.header--sticky {
    position: fixed;
    top: 0;
    transition: .5s; }
    .header.header--sticky .mobile-menu__sidebar#dev-redesign-menu {
      top: var(--nav-height);
      height: calc(100% - var(--nav-height)); }
    .header.header--sticky .header-menu:not(.header-site-switch) {
      height: unset;
      display: none;
      background-image: linear-gradient(0deg, #2d1e3a, #392c22 100%);
      color: white; }
      @media only screen and (min-width: 990px) {
        .header.header--sticky .header-menu:not(.header-site-switch) {
          color: white;
          background-image: linear-gradient(0deg, #2d1e3a, #392c22 100%); } }
      @media only screen and (min-width: 990px) {
        .header.header--sticky .header-menu:not(.header-site-switch).header-hover:hover {
          color: #fff5e8;
          background-image: linear-gradient(180deg, #2e1f3b, #472d47 56%, #573d49 100%); }
          .header.header--sticky .header-menu:not(.header-site-switch).header-hover:hover .header__nav-link {
            color: #fff5e8; } }
      @media only screen and (min-width: 990px) {
        .header.header--sticky .header-menu:not(.header-site-switch) .header-mobile-icons {
          color: #fff5e8; } }
  .header .header-inner {
    height: 100%;
    display: flex;
    flex-direction: column; }
  .header .header-inner--only-logo .header-menu {
    padding-top: 10px;
    padding-bottom: 10px; }
  .header .header-menu {
    width: 100%;
    padding: 0 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 100;
    height: 100%; }
    @media only screen and (max-width: 1399px) {
      .header .header-menu {
        padding-left: 30px;
        padding-right: 30px; } }
    @media only screen and (max-width: 989px) {
      .header .header-menu {
        padding: 19px 20px 20px; } }
  .header .header-site-switch {
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
    width: 100%;
    z-index: 2;
    color: #fff5e8;
    border-bottom: 1px solid #5c4272; }
    @media only screen and (max-width: 989px) {
      .header .header-site-switch {
        padding: 0;
        border-bottom: 1px solid transparent;
        z-index: 101; } }
  .header .header-site-switch__container {
    width: auto;
    display: flex;
    flex: 1 0 0;
    justify-content: center;
    align-items: stretch; }
  .header .header-site-switch__label {
    margin-bottom: 7px; }
  .header .header-site-switch__text {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #000000;
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: normal; }
    @media only screen and (max-width: 749px) {
      .header .header-site-switch__text {
        font-size: 10px;
        letter-spacing: 0.5px; } }
  .header .header-site-switch__link {
    color: #392c22;
    font-family: "TSTAR", sans-serif;
    font-size: 14px;
    letter-spacing: 1.75px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    max-width: 240px;
    width: 100%;
    height: auto;
    padding: 10px 12px 8px;
    border-top: 1px solid var(--border-color, #181818);
    border-left: 1px solid var(--border-color, #181818);
    border-bottom: 1px solid var(--border-color, #181818);
    border-right: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    flex: 1 0 auto;
    flex-direction: column;
    justify-content: flex-start; }
    @media only screen and (max-width: 749px) {
      .header .header-site-switch__link {
        width: 50%;
        font-size: 10px;
        padding: 6px 14px 8px; } }
    .header .header-site-switch__link:active, .header .header-site-switch__link:focus, .header .header-site-switch__link:hover {
      color: #392c22; }
  .header .header-site-switch__link-skin {
    background-color: var(--skin-bg, white);
    position: relative;
    border-right: 1px solid var(--border-color, #181818); }
    .header .header-site-switch__link-skin:after {
      transition: all 0.5s;
      content: '';
      position: absolute;
      bottom: -1px;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      background-color: #ff7458;
      height: 3px; }
      @media only screen and (max-width: 989px) {
        .header .header-site-switch__link-skin:after {
          display: none; } }
    .header .header-site-switch__link-skin:hover:after {
      width: calc(100% + 2px); }
    .header .header-site-switch__link-skin .header-site-switch__label {
      color: var(--skin-label-color, black); }
    .header .header-site-switch__link-skin .header-site-switch__text {
      color: var(--skin-text-color, #999999); }
  .header .header-site-switch__link-place {
    position: relative;
    background-color: var(--place-bg, #ff9c86); }
    .header .header-site-switch__link-place:before {
      content: "";
      position: absolute;
      bottom: -14px;
      width: 0px;
      height: 0px;
      border-top: 7px solid var(--place-border-color, black);
      border-right: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-left: 7px solid transparent; }
    .header .header-site-switch__link-place .header-site-switch__label {
      color: var(--place-label-color, black); }
    .header .header-site-switch__link-place .header-site-switch__text {
      color: var(--place-text-color, #999999); }

.site-logo__container {
  display: flex;
  flex: 1 0 0; }

.site-logo__wrapper {
  display: inline-block;
  width: 100%;
  margin-bottom: 0; }
  @media only screen and (min-width: 1200px) {
    .site-logo__wrapper {
      margin-left: 0;
      flex: 0 1 auto; } }
  @media only screen and (max-width: 989px) {
    .site-logo__wrapper {
      width: 60%;
      margin: 0 auto; } }

.site-logo {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative; }
  .site-logo svg {
    width: 100%;
    height: auto; }
  .site-logo img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .site-logo img.lazyload, .site-logo img.lazyloading {
      opacity: 1; }
    .site-logo img.lazyloaded:not([data-bgset]) {
      transition: unset; }

.header__nav {
  flex: 1 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 989px) {
    .header__nav {
      display: none; } }
  .header__nav ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    height: 100%; }
  .header__nav li {
    list-style-type: none; }
    .header__nav li a {
      text-decoration: unset; }
  .header__nav .header__nav-item {
    display: inline-block;
    margin-right: 40px;
    padding-top: 19px;
    padding-bottom: 20px; }
    @media only screen and (max-width: 1399px) {
      .header__nav .header__nav-item {
        margin-right: 15px; } }
    .header__nav .header__nav-item:last-child {
      margin-right: 0; }
    .header__nav .header__nav-item.active > .megamenu {
      color: #fff5e8;
      opacity: 1;
      visibility: visible;
      z-index: 1;
      top: calc(100% - 2px);
      pointer-events: auto; }
    .header__nav .header__nav-item.active > .header__nav-link:after {
      width: 100%; }
  .header__nav .header__nav-link {
    color: inherit;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative; }
    .header__nav .header__nav-link:after {
      transition: all 0.5s;
      content: '';
      position: absolute;
      bottom: -6px;
      left: 50%;
      transform: translateX(-50%);
      width: 0%;
      background-color: #ff7458;
      height: 3px; }

.header__right-side {
  flex: 1 0 0;
  font-size: 16px;
  display: flex;
  justify-content: flex-end; }
  @media only screen and (max-width: 989px) {
    .header__right-side {
      display: none; } }
  .header__right-side .header__account-link {
    display: inline-block; }
  .header__right-side .icon {
    width: 20px;
    height: 20px; }
  .header__right-side a {
    margin-left: 20px;
    transition: unset; }
    @media only screen and (max-width: 1399px) {
      .header__right-side a {
        margin-left: 15px; } }
    .header__right-side a:first-child {
      margin-left: 0; }

.header__cart {
  position: relative;
  margin-left: 30px;
  color: #fff5e8; }
  @media only screen and (max-width: 1399px) {
    .header__cart {
      margin-left: 15px;
      color: white; } }
  .header__cart svg {
    stroke: currentColor; }

.header__cart--indicator {
  font-size: 0;
  background: #ff7458;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 50%; }

.icon--cart,
.icon--account {
  stroke: currentColor; }

.megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 450px;
  height: auto;
  overflow: auto;
  padding: 24px 88px 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(0deg, #fbddb7, white 100%);
  border-top: 1px solid #fff5e8;
  display: flex;
  opacity: 0;
  visibility: hidden;
  z-index: -99;
  pointer-events: none;
  transition: all 0.35s; }

.megamenu__menu {
  display: flex; }
  .megamenu__menu.megamenu__level-1 {
    flex-direction: column; }
    .megamenu__menu.megamenu__level-1 > li {
      width: 100%;
      padding: 16px 0; }
  .megamenu__menu.megamenu__level-2 {
    flex-wrap: wrap;
    flex-basis: 580px; }
    .megamenu__menu.megamenu__level-2 > li {
      width: calc(100% / 2); }
      .megamenu__menu.megamenu__level-2 > li a {
        padding-top: 16px;
        padding-bottom: 16px; }
  .megamenu__menu > li {
    margin-right: 0; }

.megamenu__link {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 2px;
  transition: all 0.2s;
  position: relative;
  text-transform: uppercase;
  display: inline-block; }
  .megamenu__link:before {
    transition: all 0.35s;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #fff5e8;
    opacity: 0; }
  .megamenu__link:hover:before {
    opacity: 1; }
  .megamenu__link span {
    color: #ff7458; }

.megamenu__sub-menu > li {
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px; }

.megamenu__sub-link {
  font-family: "Krub", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  transition: all 0.2s;
  position: relative; }
  .megamenu__sub-link:before {
    transition: all 0.35s;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #fff5e8;
    opacity: 0; }
  .megamenu__sub-link:hover:before {
    opacity: 1; }

.megamenu__content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center; }

.megamenu__content-inner {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center; }

.megamenu__content-heading {
  font-size: 50px;
  line-height: 0.7;
  letter-spacing: 5px;
  color: #fff5e8;
  margin-bottom: 25px;
  text-transform: uppercase; }

.mobile-menu-icon,
.header-mobile-icons {
  display: inline-flex;
  align-items: center;
  width: 20%; }

.mobile-menu-icon {
  background-color: transparent;
  padding: 0;
  font-family: "TSTAR",sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  margin-right: 3px;
  justify-content: flex-start;
  color: #fff5e8;
  position: relative; }
  @media only screen and (max-width: 989px) {
    .mobile-menu-icon {
      color: #fff5e8; } }
  .mobile-menu-icon svg.icon {
    width: 20px;
    height: auto; }
    .mobile-menu-icon svg.icon path {
      stroke: none; }
  .mobile-menu-icon .mobile-menu-icon--open,
  .mobile-menu-icon .mobile-menu-icon--close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transition: all 0.35s; }
  .mobile-menu-icon .mobile-menu-icon--close {
    color: #fff5e8; }
  .mobile-menu-icon[data-action="open-drawer"] .mobile-menu-icon--open {
    opacity: 1;
    z-index: 0;
    visibility: visible; }
  .mobile-menu-icon[data-action="open-drawer"] .mobile-menu-icon--close {
    opacity: 0;
    z-index: -1;
    visibility: hidden; }
  .mobile-menu-icon[data-action="close-drawer"] .mobile-menu-icon--open {
    opacity: 0;
    z-index: -1;
    visibility: hidden; }
  .mobile-menu-icon[data-action="close-drawer"] .mobile-menu-icon--close {
    opacity: 1;
    z-index: 0;
    visibility: visible; }

.header-mobile-icons {
  margin-left: 3px;
  justify-content: flex-end;
  color: #fff5e8; }

.header-search {
  color: #fff5e8; }
  .header-search svg.icon path {
    stroke: none; }
  @media only screen and (max-width: 989px) {
    .header-search {
      color: #fff5e8; } }

.mobile-menu {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%; }
  .mobile-menu button {
    background: none;
    padding: 0; }
  .mobile-menu .icon {
    width: 6px;
    height: 10px;
    fill: #181818; }

html.mobile-menu__sidebar--open {
  max-height: 100vh;
  height: 100%;
  overflow: hidden; }

.mobile-menu__sidebar {
  position: fixed;
  width: 100%;
  opacity: 0;
  top: 90px;
  top: var(--mobile-sidebar-top);
  bottom: 0;
  height: 100%;
  height: calc(100% - var(--mobile-sidebar-top));
  z-index: 101;
  visibility: hidden;
  overflow: hidden;
  transition: opacity .5s ease, transform .5s ease, visibility 0s linear .5s;
  background-color: white;
  padding: 0;
  background-image: linear-gradient(180deg, #2e1f3b, #472d47 56%, #573d49 100%);
  border-top: 1px solid #fff5e8;
  display: flex;
  flex-direction: column; }
  .mobile-menu__sidebar.right {
    transform: translate3d(100%, 0, 0);
    right: 0; }
  .mobile-menu__sidebar.left {
    transform: translate3d(-100%, 0, 0);
    left: 0; }
  .mobile-menu__sidebar[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s ease, transform .5s ease, visibility 0s linear 0s;
    transform: translate3d(0, 0, 0); }
  .mobile-menu__sidebar .mobile-menu__sidebar-header {
    position: relative; }
  .mobile-menu__sidebar .close {
    width: 24px;
    height: auto;
    z-index: 20;
    cursor: pointer;
    background: none;
    padding: 0;
    line-height: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 28px; }
    .mobile-menu__sidebar .close:hover {
      box-shadow: none; }
    .mobile-menu__sidebar .close svg {
      fill: #fff5e8;
      width: 14px;
      height: 14px;
      pointer-events: none; }
      .mobile-menu__sidebar .close svg path {
        fill: #fff5e8; }

.mobile-menu__sidebar-wrapper {
  height: calc(100% - 60px); }

.mobile-menu__sidebar-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 20px 0 0;
  display: flex;
  flex-direction: column;
  overflow: auto; }

.mobile-menu__sidebar-container-2 {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0; }
  .mobile-menu__sidebar-container-2 .mobile-menu__link,
  .mobile-menu__sidebar-container-2 .mobile-menu__sub-submenu {
    border-bottom: 1px solid rgba(255, 245, 232, 0.4); }

.mobile-menu__list {
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0; }
  .mobile-menu__list a {
    font-family: "Krub", sans-serif;
    font-size: 14px;
    line-height: 2.86;
    text-align: center;
    display: inline-block;
    width: 100%; }

.mobile-menu__sidebar-header {
  padding: 18px 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 245, 232, 0.4);
  text-align: center; }

.mobile-menu__sidebar-heading {
  width: 100%;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0; }

.mobile-menu__main-sidebar-container {
  overflow: unset; }

.mobile-menu__main {
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
  width: 100%; }
  .mobile-menu__main .mobile-menu__btn,
  .mobile-menu__main .mobile-menu__link {
    color: #fff5e8;
    text-align: center;
    font-weight: 900;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 1.67px;
    text-transform: uppercase;
    padding: 15px 0;
    width: 100%; }
    .mobile-menu__main .mobile-menu__btn span,
    .mobile-menu__main .mobile-menu__link span {
      color: #ff7458; }

.mobile-menu__submenu {
  top: 0;
  height: 100%; }

.mobile-menu__btn.ariaToggleSlide {
  position: relative; }
  .mobile-menu__btn.ariaToggleSlide .icon {
    width: auto;
    height: 8px;
    position: absolute;
    right: 12px;
    top: calc(50% - 4px); }

.mobile-menu__link-wrapper {
  display: flex;
  margin-top: auto;
  width: 100%; }
  .mobile-menu__link-wrapper a {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 2.29px;
    text-transform: uppercase;
    padding: 18px 5px;
    width: 50%;
    border: 1px solid rgba(255, 245, 232, 0.4);
    border-bottom: unset; }
    .mobile-menu__link-wrapper a:last-child {
      border-left: unset; }

.mobile-rec-collections {
  display: block; }
  .mobile-rec-collections .slick-list {
    padding-left: 15px;
    padding-right: 15px; }

.mobile-rec-collections__wrapper {
  overflow: auto;
  display: flex;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-top: 2px;
  padding-bottom: 15px; }
  .mobile-rec-collections__wrapper::-webkit-scrollbar {
    display: none; }

.mobile-rec-collections__inner {
  display: flex; }

.mobile-rec-collections__item {
  margin: 0 5px;
  width: 70px; }
  .mobile-rec-collections__item:first-child {
    margin-left: 20px; }
  .mobile-rec-collections__item:last-child {
    margin-right: 20px; }
  .mobile-rec-collections__item figure {
    width: 100%;
    margin-bottom: 12px;
    position: relative;
    border-radius: 50%;
    overflow: hidden; }
    .mobile-rec-collections__item figure img {
      width: 70px;
      height: 70px;
      object-fit: cover; }
  .mobile-rec-collections__item h4 {
    text-transform: uppercase;
    color: var(--rec-col-heading-color, #392c22);
    font-family: "Krub", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0; }

.footer {
  background-image: linear-gradient(0deg, #2d1e3a, #1a1008 99%, #fbddb7 180%);
  color: white;
  position: relative; }
  .footer .wrapper, .footer .slideshow-product-inner, .footer .product__breadcrumbs {
    max-width: 810px;
    padding-top: 50px;
    padding-bottom: 20px; }
    @media only screen and (max-width: 749px) {
      .footer .wrapper, .footer .slideshow-product-inner, .footer .product__breadcrumbs {
        padding-top: 35px;
        padding-bottom: 15px; } }
  .footer ul {
    padding: 0; }
    .footer ul li {
      list-style-type: none; }

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.footer-menu-block,
.footer-social {
  margin: 0;
  padding: 0;
  width: calc(100% / 4 - 30px); }
  @media only screen and (max-width: 989px) {
    .footer-menu-block,
    .footer-social {
      width: calc(100% / 2 - 30px);
      margin-bottom: 20px; } }
  @media only screen and (max-width: 749px) {
    .footer-menu-block,
    .footer-social {
      width: 100%;
      text-align: center;
      margin-bottom: 0; } }

@media only screen and (max-width: 749px) {
  .footer-menu-block {
    display: none; } }

.footer-heading {
  margin-bottom: 10px;
  width: 100%;
  padding: 0;
  background: unset;
  color: #fff5e8; }
  @media only screen and (max-width: 749px) {
    .footer-heading {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; } }
  .footer-heading,
  .footer-heading h3,
  .footer-heading button {
    font-family: "TSTAR", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0; }
    @media only screen and (max-width: 749px) {
      .footer-heading,
      .footer-heading h3,
      .footer-heading button {
        font-size: 20px;
        line-height: 3;
        letter-spacing: 1.67px; } }
  .footer-heading span {
    margin-left: auto;
    margin-right: auto; }
  .footer-heading .icon {
    width: 12px;
    height: 8px; }

.footer-menu__subitem {
  margin-bottom: 0; }
  .footer-menu__subitem a {
    font-family: "Krub", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 2.67;
    margin-bottom: 0; }

.footer-social__inner {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0; }
  @media only screen and (max-width: 749px) {
    .footer-social__inner {
      justify-content: center;
      margin-top: 0; } }

.footer-social__item {
  margin-right: 10px; }
  .footer-social__item:last-child {
    margin-right: 0; }
  .footer-social__item .icon {
    width: 30px;
    height: 30px; }

.footer-copyright {
  font-family: "Krub", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-top: 35px; }

.footer__decorative-image {
  position: absolute;
  width: 120px;
  height: 185px;
  top: 50px; }
  .footer__decorative-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top; }
  .footer__decorative-image.footer__decorative-image-1 {
    left: 0; }
  .footer__decorative-image.footer__decorative-image-2 {
    right: 0; }

.preloader,
.element-preloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #392c22; }

.preloader {
  position: fixed; }

.element-preloader {
  position: absolute;
  border-radius: 10px;
  border: 1px solid #fff5e8; }

.page-preloader,
.element-preloader-inner {
  background-color: #392c22;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  animation: a1 1s linear infinite; }
  .page-preloader:before, .page-preloader:after,
  .element-preloader-inner:before,
  .element-preloader-inner:after {
    content: '';
    width: 150px;
    height: 150px;
    position: absolute;
    left: 0;
    border-radius: 50%; }
  .page-preloader:before,
  .element-preloader-inner:before {
    transform: rotate(120deg); }
  .page-preloader:after,
  .element-preloader-inner:after {
    transform: rotate(240deg); }

.page-preloader {
  width: 100px;
  height: 100px;
  border-top: 5px solid #fff5e8; }
  .page-preloader:before, .page-preloader:after {
    width: 100px;
    height: 100px;
    top: -3px; }
  .page-preloader:before {
    border-top: 5px solid #ff7458; }
  .page-preloader:after {
    border-top: 5px solid #8b436a;
    transform: rotate(240deg); }

.element-preloader-inner {
  width: 50px;
  height: 50px;
  border-top: 3px solid #fff5e8; }
  .element-preloader-inner:before, .element-preloader-inner:after {
    width: 50px;
    height: 50px; }
  .element-preloader-inner:before {
    border-top: 3px solid #ff7458; }
  .element-preloader-inner:after {
    border-top: 3px solid #8b436a;
    transform: rotate(240deg); }

@keyframes a1 {
  to {
    transform: rotate(360deg); } }

@keyframes a2 {
  to {
    transform: rotate(-360deg); } }

.promo-bar__content {
  background-color: white;
  background-image: linear-gradient(90deg, #ac99c7, #bdabc4 16%, #eda59e 41%, #ffa18f 76%, #ffd400 96%);
  /*padding: 10px 60px;*/
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center; }
  .promo-bar__content.promo-bar__content--modal .promo-bar__content-text {
    text-align: center;
    align-self: center; }

.promo-bar__content-inner {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
  border-bottom: 1px solid #392c22;
  width: 100%; }

@media only screen and (max-width: 749px) {
  .promo-bar__content-slideshow.promo-bar__modal-btn .slick-next {
    right: 40px; } }
@media only screen and (max-width: 749px) {
  .promo-bar__content-slideshow.promo-bar__modal-btn .slick-prev {
    left: 40px; } }

.promo-bar__content-slideshow {
  width: 100%; }
  .promo-bar__content-slideshow:not(.slick-initialized) .promo-bar__content-slide:not(:first-child) {
    display: none; }
  .promo-bar__content-slideshow.slick-initialized .slick-slide {
    display: flex; }
  .promo-bar__content-slideshow .slick-track {
    align-items: center; }
  .promo-bar__content-slideshow .slick-arrow {
    width: auto;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
    max-height: 18px; }
    .promo-bar__content-slideshow .slick-arrow svg {
      width: auto;
      height: 100%; }
      @media only screen and (max-width: 749px) {
        .promo-bar__content-slideshow .slick-arrow svg {
          height: 75%; } }
  .promo-bar__content-slideshow .slick-next {
    right: 50px; }
    @media only screen and (max-width: 749px) {
      .promo-bar__content-slideshow .slick-next {
        right: 20px; } }
  .promo-bar__content-slideshow .slick-prev {
    right: unset;
    left: 50px; }
    @media only screen and (max-width: 749px) {
      .promo-bar__content-slideshow .slick-prev {
        left: 20px; } }

.promo-bar__content-slide {
  align-self: stretch;
  padding: 13px 60px;
  background: var(--bg-color); }
  .promo-bar__content-slide.slick-slide {
    height: unset; }

.promo-bar__content-text {
  text-align: center;
  font-family: "Krub", sans-serif;
  font-size: var(--desktop-font-size, 16px);
  font-weight: 600;
  line-height: 1.6;
  flex: auto; }
  @media only screen and (max-width: 749px) {
    .promo-bar__content-text {
      font-size: var(--mobile-font-size, 10px);
      font-weight: bold; } }
  .promo-bar__content-text p {
    margin-bottom: 0; }
  .promo-bar__content-text a {
    text-decoration: underline; }

.promo-bar__button {
  position: absolute;
  top: calc(50% - 15px);
  right: 15px;
  background: transparent;
  width: 30px;
  height: 30px;
  z-index: 20; }
  @media only screen and (max-width: 749px) {
    .promo-bar__button {
      right: 7px; } }
  .promo-bar__button svg.icon {
    width: 15px;
    height: 10px; }
    @media only screen and (max-width: 749px) {
      .promo-bar__button svg.icon {
        width: 10px; } }
    .promo-bar__button svg.icon path {
      stroke: none; }

.promo-bar__modal {
  background-image: linear-gradient(0deg, #fbddb7, white 100%);
  display: flex;
  padding: 30px 0 30px 90px; }
  @media only screen and (max-width: 749px) {
    .promo-bar__modal {
      padding: 20px;
      flex-direction: column; } }

.promo-bar__modal-left {
  margin-right: 50px;
  width: 270px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 749px) {
    .promo-bar__modal-left {
      width: 100%;
      margin-right: 0; } }

.promo-bar__modal-left-inner {
  position: relative;
  padding-top: 35px; }
  @media only screen and (max-width: 749px) {
    .promo-bar__modal-left-inner {
      padding-top: 18px; } }
  .promo-bar__modal-left-inner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 190px;
    height: 100%;
    border-top: 21px solid #000;
    border-image: url("/cdn/shop/t/303/assets/pseudo-3.svg?v=46454299117896908531680224469") 100% 0% 0%; }
    @media only screen and (max-width: 749px) {
      .promo-bar__modal-left-inner:after {
        width: 160px;
        border-top-width: 18px;
        right: 0;
        margin: 0 auto; } }

.promo-bar__modal-heading {
  font-family: "TSTAR", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.17;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px; }
  @media only screen and (max-width: 749px) {
    .promo-bar__modal-heading {
      font-size: 16px;
      line-height: 2.19;
      letter-spacing: 1px;
      margin-bottom: 10px;
      text-align: center; } }

@media only screen and (max-width: 749px) {
  .promo-bar__modal-link {
    margin: 20px auto 0; } }

.promo-bar__modal-slideshow-wrap {
  margin-left: auto;
  width: calc(100% - 320px);
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 749px) {
    .promo-bar__modal-slideshow-wrap {
      width: calc(100% + 20px);
      margin-right: -20px; } }

.promo-bar__modal-slideshow {
  opacity: 0;
  transition: opacity 0.35s; }
  .promo-bar__modal-slideshow:not(.slick-initialized) {
    margin-bottom: 55px; }
    @media only screen and (max-width: 749px) {
      .promo-bar__modal-slideshow:not(.slick-initialized) {
        margin-bottom: 0; } }
  .promo-bar__modal-slideshow.slick-initialized {
    opacity: 1; }
  .promo-bar__modal-slideshow .slick-dots {
    margin-top: 45px; }
    @media only screen and (max-width: 749px) {
      .promo-bar__modal-slideshow .slick-dots {
        margin-top: 20px; } }
  .promo-bar__modal-slideshow .promo-bar__modal-slide {
    padding: 0 22px 15px;
    background-color: white;
    text-align: center;
    margin-right: 1px; }
    .promo-bar__modal-slideshow .promo-bar__modal-slide:last-child {
      margin-right: 0; }
    .promo-bar__modal-slideshow .promo-bar__modal-slide.slick-slide {
      display: flex;
      flex-direction: column;
      height: auto; }
    .promo-bar__modal-slideshow .promo-bar__modal-slide figure {
      position: relative;
      padding-bottom: 100%;
      margin-bottom: 8px; }
      .promo-bar__modal-slideshow .promo-bar__modal-slide figure img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .promo-bar__modal-slideshow .promo-bar__modal-slide h3 {
      font-family: "Krub", sans-serif;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.57;
      margin-bottom: 5px; }
    .promo-bar__modal-slideshow .promo-bar__modal-slide span {
      font-family: "Krub", sans-serif;
      font-size: 11px;
      font-weight: 600;
      line-height: 1.36;
      margin-top: auto; }

html.modal--open,
html.global_sidebar--open {
  max-height: 100vh;
  height: 100%;
  overflow: hidden; }

body.modal--open,
body.global_sidebar--open {
  position: relative;
  overflow: hidden; }
  body.modal--open::before,
  body.global_sidebar--open::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(24, 24, 24, 0.85);
    visibility: visible;
    pointer-events: auto;
    z-index: 101; }

.global-sidebar {
  position: fixed;
  width: 100%;
  max-width: 720px;
  opacity: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 101;
  visibility: hidden;
  overflow: hidden;
  transition: opacity .5s ease, transform .5s ease, visibility 0s linear .5s;
  background-color: white;
  padding: 0; }
  .global-sidebar.right {
    transform: translate3d(100%, 0, 0);
    right: 0; }
    .global-sidebar.right .global-sidebar__header {
      justify-content: flex-start; }
  .global-sidebar.left {
    transform: translate3d(-100%, 0, 0);
    left: 0; }
    .global-sidebar.left .global-sidebar__header {
      justify-content: flex-end; }
  .global-sidebar[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s ease, transform .5s ease, visibility 0s linear 0s;
    transform: translate3d(0, 0, 0); }
  .global-sidebar .close {
    width: 24px;
    height: auto;
    z-index: 20;
    cursor: pointer;
    background: none;
    padding: 0;
    line-height: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
    .global-sidebar .close:hover {
      box-shadow: none; }
    .global-sidebar .close svg {
      fill: #181818;
      width: 14px;
      height: 14px;
      pointer-events: none; }
      .global-sidebar .close svg path {
        fill: #181818; }

.global-sidebar__wrapper {
  height: 100%;
  overflow: auto; }

.global-sidebar__container {
  background-color: white;
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 30px 20px; }
  @media only screen and (max-width: 749px) {
    .global-sidebar__container {
      padding-top: 55px;
      padding-bottom: 55px; } }

.global-sidebar__header {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  height: 90px; }
  @media only screen and (max-width: 749px) {
    .global-sidebar__header {
      height: 60px;
      padding-left: 30px;
      padding-right: 30px; } }

.global-sidebar__heading {
  font-size: 48px;
  line-height: 1.14;
  margin-bottom: 15px; }
  @media only screen and (max-width: 749px) {
    .global-sidebar__heading {
      font-size: 36px;
      margin-bottom: 10px; } }

.product-template-container {
  overflow: hidden; }

.product-template {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: linear-gradient(to top, white 85%, #fef6eb 110%); }
  @media only screen and (max-width: 989px) {
    .product-template {
      padding-top: 15px;
      padding-bottom: 30px; } }
  .product-template .dynamic-checkout-button {
    margin-top: 10px; }
    .product-template .dynamic-checkout-button.disabled {
      cursor: default;
      pointer-events: none;
      opacity: .7; }
    .product-template .dynamic-checkout-button .shopify-payment-button__button--unbranded {
      max-width: 100%; }
      .product-template .dynamic-checkout-button .shopify-payment-button__button--unbranded:hover {
        background-color: #181818; }
    .product-template .dynamic-checkout-button .shopify-payment-button__button--branded {
      z-index: 0; }
    .product-template .dynamic-checkout-button .shopify-payment-button__more-options {
      font-size: 14px; }
      .product-template .dynamic-checkout-button .shopify-payment-button__more-options[aria-hidden="true"] {
        display: none; }

.product-wrapper {
  padding-right: 40px;
  padding-left: 40px; }
  @media only screen and (max-width: 989px) {
    .product-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
  .product-wrapper.product-wrapper-no-images {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .product-wrapper.product-wrapper-no-images .product__header,
    .product-wrapper.product-wrapper-no-images .product-content,
    .product-wrapper.product-wrapper-no-images .bundle-product-item__content,
    .product-wrapper.product-wrapper-no-images .gwp-modal-product__content {
      float: unset; }
      @media only screen and (min-width: 750px) {
        .product-wrapper.product-wrapper-no-images .product__header,
        .product-wrapper.product-wrapper-no-images .product-content,
        .product-wrapper.product-wrapper-no-images .bundle-product-item__content,
        .product-wrapper.product-wrapper-no-images .gwp-modal-product__content {
          width: 50%; } }
  .product-wrapper .product-item__discount-message {
    text-align: left; }

.product__label {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 50px;
  height: 50px;
  padding: 5px 4px 4px;
  border-radius: 50%;
  font-family: "TSTAR", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #fff5e8;
  background-image: linear-gradient(18deg, #232e4a 13%, #8b436a 92%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 2; }
  @media only screen and (max-width: 989px) {
    .product__label {
      font-size: 10px;
      width: 40px;
      height: 40px;
      right: 10px; } }

.product__images-wrapper {
  float: left;
  width: calc(100% - 330px);
  display: flex;
  align-items: center;
  height: 100%;
  position: relative; }
  @media only screen and (min-width: 1600px) {
    .product__images-wrapper {
      width: 70%; } }
  @media only screen and (max-width: 749px) {
    .product__images-wrapper {
      float: unset;
      width: 100%;
      position: relative;
      top: 0;
      flex-wrap: wrap;
      justify-content: center; } }

.product__images-container {
  position: relative;
  width: calc(100% - 90px - 40px);
  margin-left: 20px;
  margin-right: 20px; }
  @media only screen and (max-width: 989px) {
    .product__images-container {
      width: calc(100% - 55px - 35px);
      margin-bottom: 5px; } }
  @media only screen and (max-width: 749px) {
    .product__images-container {
      width: calc(100% + 40px);
      margin-left: -20px;
      margin-right: -20px; } }

@media only screen and (max-width: 989px) {
  .product__images.slick-slider {
    overflow: visible; } }
.product__images .slick-track {
  will-change: transform; }
.product__images .slick-slide {
  height: auto; }
@media only screen and (max-width: 989px) {
  .product__images .slick-dots {
    margin: 15px auto 0; } }
@media only screen and (max-width: 749px) {
  .product__images .slick-dots {
    max-width: calc(100% - 40px); } }
.product__images .slick-dots li.slick-active button {
  background-color: #392c22; }

.product__image-wrapper {
  position: relative;
  padding-bottom: 100%; }

.product__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .product__image img {
    height: 100%;
    object-fit: contain; }

.product__video-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.product__video {
  margin: 0 auto;
  min-height: 1px;
  padding-bottom: 100%;
  position: relative;
  width: 100%; }
  .product__video > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%; }

.product__images-thumbnails {
  width: 90px; }
  @media only screen and (max-width: 989px) {
    .product__images-thumbnails {
      width: 55px; } }
  .product__images-thumbnails.slick-slider {
    overflow: unset; }
  .product__images-thumbnails .slick-track {
    display: block; }
  .product__images-thumbnails .slick-current {
    position: relative; }
    .product__images-thumbnails .slick-current:after {
      content: '';
      position: absolute;
      bottom: 5px;
      left: 0;
      right: 0;
      margin: 0 auto;
      height: 5px;
      width: 70px;
      background-color: #ff7458; }
      @media only screen and (max-width: 989px) {
        .product__images-thumbnails .slick-current:after {
          width: 45px; } }
  .product__images-thumbnails .slick-slide.product__thumbnail {
    margin-top: 10px;
    margin-bottom: 10px;
    border: unset;
    cursor: pointer; }
    @media only screen and (max-width: 989px) {
      .product__images-thumbnails .slick-slide.product__thumbnail {
        margin-top: 2px;
        margin-bottom: 2px; } }
  .product__images-thumbnails .product__thumbnail {
    padding: 10px; }
    @media only screen and (max-width: 989px) {
      .product__images-thumbnails .product__thumbnail {
        padding: 5px; } }
    .product__images-thumbnails .product__thumbnail img {
      width: 70px;
      height: 70px;
      object-fit: cover; }
      @media only screen and (max-width: 989px) {
        .product__images-thumbnails .product__thumbnail img {
          width: 45px;
          height: 45px; } }
  .product__images-thumbnails .slick-arrow {
    flex-direction: column;
    left: 50%;
    transform: translateX(-50%) rotate(90deg); }
    .product__images-thumbnails .slick-arrow.slick-prev {
      top: -10px; }
      @media only screen and (min-width: 750px) and (max-width: 989px) {
        .product__images-thumbnails .slick-arrow.slick-prev {
          top: -20px; } }
    .product__images-thumbnails .slick-arrow.slick-next {
      bottom: -10px; }
      @media only screen and (min-width: 750px) and (max-width: 989px) {
        .product__images-thumbnails .slick-arrow.slick-next {
          bottom: -20px; } }
  .product__images-thumbnails,
  .product__images-thumbnails .slick-arrow,
  .product__images-thumbnails .slick-slide {
    pointer-events: none; }

.product-content, .bundle-product-item__content, .gwp-modal-product__content {
  float: right;
  width: 330px;
  height: 100%; }
  .product-content .tabs, .bundle-product-item__content .tabs, .gwp-modal-product__content .tabs {
    padding: 0;
    margin: 15px 0; }
    .product-content .tabs .tab, .bundle-product-item__content .tabs .tab, .gwp-modal-product__content .tabs .tab {
      padding: 10px 0; }
      .product-content .tabs .tab button, .bundle-product-item__content .tabs .tab button, .gwp-modal-product__content .tabs .tab button {
        font-size: 16px; }
  @media only screen and (min-width: 1600px) {
    .product-content, .bundle-product-item__content, .gwp-modal-product__content {
      width: 30%; } }
  @media only screen and (max-width: 749px) {
    .product-content, .bundle-product-item__content, .gwp-modal-product__content {
      float: unset;
      width: 100%;
      position: unset; } }

.product-quiz__button-padding {
  padding: 5px 15px 5px 15px;
  margin: 5px 0 10px 0; }

.product-quiz-banner {
  display: flex;
  justify-content: center;
  margin: 15px 0;
  background: var(--bg-banner); }
  .product-quiz-banner .product-quiz-banner__image-wrapper {
    width: 50%;
    position: relative; }
    .product-quiz-banner .product-quiz-banner__image-wrapper .product-content__banner-image-quiz img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      object-fit: cover; }
  .product-quiz-banner .product-quiz-banner__text-content {
    width: 50%;
    padding: 20px 5px;
    text-align: center; }
    .product-quiz-banner .product-quiz-banner__text-content .product-quiz-banner__title {
      margin-bottom: 5px;
      font-size: 20px;
      color: var(--banner-color-text); }
    .product-quiz-banner .product-quiz-banner__text-content .product-quiz-banner__text {
      margin-bottom: 5px;
      color: var(--banner-color-text); }
    .product-quiz-banner .product-quiz-banner__text-content .product-quiz-banner__button-padding {
      padding: 5px;
      font-size: 12px; }
    .product-quiz-banner .product-quiz-banner__text-content.full-banner-text__width {
      width: 100%; }

.product-content__sw-d {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  justify-content: space-between; }

.product-content__sw-d-item {
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  line-height: 2.73; }
  .product-content__sw-d-item.is-full {
    width: 100%; }

.product-content__sw-d-item-color {
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border-radius: 50%; }

.product-content__sw-d-item-text {
  font-family: "Krub", sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #392c22;
  margin-bottom: 0;
  width: calc(100% - 22px); }
  .product-content__sw-d-item-text p {
    margin-bottom: 0;
    font-weight: normal; }

.product-content__above-button {
  font-family: "Krub", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 2.67;
  color: #392c22;
  margin-bottom: 5px; }
  .product-content__above-button p {
    margin-bottom: 0;
    line-height: normal; }

.product__header {
  float: right;
  width: 330px;
  height: 100%;
  padding-top: 45px; }
  @media only screen and (min-width: 1600px) {
    .product__header {
      width: 30%; } }
  @media only screen and (max-width: 749px) {
    .product__header {
      padding-top: 0;
      float: unset;
      width: 100%; } }

.product-title {
  font-family: "TSTAR", sans-serif;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 15px;
  color: #392c22; }
  @media (max-width: 749px) {
    .product-title {
      font-size: calc(24px + 10.2 * ((100vw - 375px) / 1440)); } }
  @media (min-width: 750px) {
    .product-title {
      font-size: calc(24px + 6 * (100vw / 1440)); } }
  @media (min-width: 1440px) {
    .product-title {
      font-size: 30px; } }
  @media only screen and (max-width: 989px) {
    .product-title {
      letter-spacing: 1px;
      line-height: normal;
      margin-bottom: 5px; } }

.product-price {
  font-family: "TSTAR", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #392c22; }
  @media only screen and (min-width: 1600px) {
    .product-price {
      font-size: 18px; } }
  @media only screen and (max-width: 989px) {
    .product-price {
      font-size: 14px;
      line-height: 1.71; } }
  .product-price s {
    opacity: 0.5; }

.product__price-columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px; }

.product-description {
  font-family: "Krub", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  color: #392c22;
  margin-bottom: 10px; }
  @media only screen and (min-width: 1600px) {
    .product-description {
      font-size: 14px; } }
  @media only screen and (max-width: 749px) {
    .product-description {
      margin-bottom: 5px; } }

.product__current-variant-sku {
  display: block;
  margin-bottom: 10px; }

@media only screen and (max-width: 749px) {
  .product-quantity-button.is-fixed {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: white;
    padding: 20px 20px 10px;
    text-align: center; } }

.product-quantity-button__inner {
  display: flex; }
  @media only screen and (min-width: 750px) {
    .product-quantity-button__inner {
      height: auto !important; } }

.product-quantity-selector {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex: 1 0 110px;
  border: 1px solid #392c22;
  font-family: "Krub", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  text-align: center;
  color: #392c22; }
  @media only screen and (max-width: 989px) {
    .product-quantity-selector {
      flex: 1 0 110px; } }
  .product-quantity-selector input[type='number']::-webkit-outer-spin-button,
  .product-quantity-selector input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .product-quantity-selector input[type='number'] {
    -moz-appearance: textfield; }
  .product-quantity-selector input {
    background-color: transparent;
    padding: 0;
    border: unset; }
  .product-quantity-selector span,
  .product-quantity-selector input {
    width: calc(100% / 3);
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .product-quantity-selector .js-qty__adjust {
    cursor: pointer; }

.product-btn-add {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px; }
  @media only screen and (max-width: 749px) {
    .product-btn-add {
      max-width: 320px; } }
  .product-btn-add:disabled {
    background-color: #ff7458;
    color: #392c22; }

@media only screen and (min-width: 750px) {
  [data-product-price-mobile],
  [data-product-price-mobile-separator] {
    display: none !important; } }

.product-afterpay {
  flex: 100%;
  margin: 10px 0; }

.product-options-swatch__btn {
  margin-bottom: 0;
  cursor: pointer; }
  @media only screen and (max-width: 749px) {
    .product-options-swatch__btn {
      margin-bottom: 15px; } }
  .product-options-swatch__btn span {
    font-family: "TSTAR", sans-serif;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 2px;
    color: #392c22;
    text-transform: uppercase;
    text-decoration: underline;
    display: inline-block; }
    .product-options-swatch__btn span:first-child {
      margin-bottom: 5px; }

.product-options-swatch {
  width: 100%;
  margin-bottom: 15px;
  padding-right: 15px; }
  @media only screen and (max-width: 749px) {
    .product-options-swatch {
      padding-right: 0; } }

.product-options-swatch-fieldset {
  border: none;
  margin: 0;
  padding: 0;
  position: relative; }

.product-options-swatch__wrapper {
  position: relative; }

.product-options-swatch__heading {
  width: 100%; }

.product-options-swatch__inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px; }
  .product-options-swatch__inner h4 {
    width: 0;
    font-family: "Krub", sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 2.55;
    color: #392c22;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0; }
    @media only screen and (min-width: 1600px) {
      .product-options-swatch__inner h4 {
        font-size: 14px; } }

.product-options-swatch__item {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px 5px 5px;
  border-radius: 2px; }
  @media only screen and (min-width: 1600px) {
    .product-options-swatch__item {
      width: 30px;
      height: 30px; } }
  @media only screen and (max-width: 749px) {
    .product-options-swatch__item {
      width: 30px;
      height: 30px; } }

.product-options-swatch__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  cursor: pointer; }
  .product-options-swatch__input:checked + label .product-options-swatch__image:after {
    border: 2px solid #d93f26;
    width: 24px;
    height: 24px; }
    @media only screen and (min-width: 1600px) {
      .product-options-swatch__input:checked + label .product-options-swatch__image:after {
        width: 34px;
        height: 34px; } }
    @media only screen and (max-width: 749px) {
      .product-options-swatch__input:checked + label .product-options-swatch__image:after {
        width: 34px;
        height: 34px; } }

.product-options-swatch__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.product-options-swatch__image {
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #fff;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 100%; }
  .product-options-swatch__image:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid currentColor;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .product-options-swatch__image.product-options-swatch__image--white {
    border: 1px solid #181818; }

.product-options-select {
  margin-bottom: 10px; }
  .product-options-select .product-options-select__inner {
    position: relative;
    width: 100%; }
    @media only screen and (max-width: 989px) {
      .product-options-select .product-options-select__inner {
        min-width: unset; } }
    .product-options-select .product-options-select__inner.active .icon {
      transform: rotate(180deg); }
  .product-options-select .product-options-select__button {
    width: 100%;
    padding: 0 1px;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #181818;
    min-height: 48px; }
  .product-options-select .product-options-select__label {
    display: flex;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    padding-right: 15px; }
    .product-options-select .product-options-select__label > div {
      width: 100%; }
  .product-options-select .product-options-select__icon-wrapper {
    width: 16px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px; }
    .product-options-select .product-options-select__icon-wrapper .icon {
      width: 100%;
      height: auto; }
  .product-options-select .product-options-select__list {
    display: none;
    position: absolute;
    width: 100%;
    margin: 0;
    z-index: 1;
    background-color: white;
    padding: 0;
    cursor: pointer;
    top: 100%;
    border: 1px solid #181818;
    border-top: unset;
    max-height: 200px;
    overflow-x: auto; }
    @media only screen and (max-width: 749px) {
      .product-options-select .product-options-select__list {
        max-height: 50vw;
        overflow-y: auto; } }
  .product-options-select .product-options-select__item {
    list-style-type: none; }
    .product-options-select .product-options-select__item.selected {
      display: none; }
  .product-options-select .product-options-select__content {
    display: flex;
    align-items: center;
    padding: 9px 15px;
    width: 100%; }
  .product-options-select .product-options-select__content-image {
    width: 20px;
    height: 20px;
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100%;
    margin-right: 15px;
    position: relative; }
    @media only screen and (min-width: 1600px) {
      .product-options-select .product-options-select__content-image {
        width: 30px;
        height: 30px; } }
    .product-options-select .product-options-select__content-image:after {
      position: absolute;
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      border: 1px solid currentColor;
      border-radius: 50%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .product-options-select .product-options-select__content-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .product-options-select .product-options-select__content-value,
  .product-options-select .product-options-select__content-info {
    font-family: "Krub", sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.36;
    color: #392c22; }
    @media only screen and (min-width: 1600px) {
      .product-options-select .product-options-select__content-value,
      .product-options-select .product-options-select__content-info {
        font-size: 14px; } }
  .product-options-select .product-options-select__content-info {
    text-align: left; }
  .product-options-select .product-options-select__content-value {
    font-weight: bold; }

.product-options {
  width: 100%;
  margin-bottom: 10px; }
  .product-options .product-options__inner {
    position: relative; }
    .product-options .product-options__inner.active .icon {
      transform: rotate(180deg); }
  .product-options .product-options__button {
    width: 100%;
    padding: 9px 15px;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #181818;
    min-height: 48px;
    font-family: "Krub", sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.36;
    color: #392c22; }
    @media only screen and (min-width: 1600px) {
      .product-options .product-options__button {
        font-size: 14px; } }
  .product-options .product-options__label {
    display: flex;
    align-content: center;
    width: 100%; }
  .product-options .product-options__value,
  .product-options .product-options__input {
    padding: 0;
    margin: 0;
    background: none;
    width: 100%;
    border: none;
    font-family: "Krub", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.36;
    text-transform: uppercase;
    pointer-events: none;
    text-align: left; }
  .product-options .product-options__icon-wrapper {
    width: 16px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto; }
    .product-options .product-options__icon-wrapper .icon {
      width: 100%;
      height: auto; }
  .product-options .product-options__list {
    display: none;
    position: absolute;
    width: 100%;
    margin: 0;
    z-index: 1;
    background-color: white;
    padding: 0 15px;
    cursor: pointer;
    top: 100%;
    border: 1px solid #181818;
    border-top: unset;
    max-height: 200px;
    overflow-x: auto; }
    @media only screen and (max-width: 749px) {
      .product-options .product-options__list {
        max-height: 50vw;
        overflow-y: auto; } }
  .product-options .product-options__item {
    list-style-type: none;
    color: #392c22;
    font-family: "Krub", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px; }
    .product-options .product-options__item.selected {
      display: none; }

.product-form-error {
  display: none;
  padding: 10px 0;
  text-align: center;
  color: #d93f26;
  font-family: "Krub", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 0; }

afterpay-placement {
  font-family: "Krub", sans-serif;
  font-weight: 600;
  color: #392c22; }

.product-preorder-message {
  padding-bottom: 12px;
  font-family: "Krub", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 2.55;
  color: #392c22; }

.product-preorder-item {
  display: flex;
  align-items: center;
  margin-bottom: 0; }
  .product-preorder-item svg {
    width: 23px;
    height: auto;
    margin-right: 6px; }

.product-form-klaviyo-bis {
  margin: 10px 0; }
  .product-form-klaviyo-bis .product-form-klaviyo-bis__controls-wrap {
    max-width: 100%;
    margin: 0 auto;
    display: flex; }
    .product-form-klaviyo-bis .product-form-klaviyo-bis__controls-wrap label {
      flex: auto; }
    .product-form-klaviyo-bis .product-form-klaviyo-bis__controls-wrap input[type="email"] {
      width: 100%;
      border-color: #392c22;
      background: transparent;
      color: #392c22; }
      @media only screen and (max-width: 989px) {
        .product-form-klaviyo-bis .product-form-klaviyo-bis__controls-wrap input[type="email"] {
          padding-top: 10px;
          padding-bottom: 10px; } }
    .product-form-klaviyo-bis .product-form-klaviyo-bis__controls-wrap button {
      flex: 1 0 105px;
      padding: 5px; }
  .product-form-klaviyo-bis .product-form-klaviyo-bis__success,
  .product-form-klaviyo-bis .product-form-klaviyo-bis__error {
    text-align: center;
    font-family: "TSTAR", sans-serif;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0; }
  .product-form-klaviyo-bis .product-form-klaviyo-bis__success {
    color: #392c22; }
  .product-form-klaviyo-bis .product-form-klaviyo-bis__error {
    color: #d93f26; }

[data-truncate-button] {
  padding: 0;
  color: inherit;
  background-color: transparent; }

[data-full-text] {
  display: none; }

/* YMK */
.ymk-opened .YMK-button {
  position: relative;
  padding-left: 27px;
  padding-right: 27px;
  background: #ff7458;
  cursor: not-allowed;
  pointer-events: none; }
  @media only screen and (max-width: 989px) {
    .ymk-opened .YMK-button {
      display: none; } }
  .ymk-opened .YMK-button:before {
    display: none; }
.ymk-opened .YMK-module__loader {
  display: block;
  max-width: 600px;
  width: 100%;
  height: 100%; }
  @media only screen and (max-width: 989px) {
    .ymk-opened .YMK-module__loader {
      max-width: initial;
      max-height: initial; } }
@media only screen and (max-width: 989px) {
  .ymk-opened #YMK-module div {
    margin: 0 auto; } }
.ymk-opened .product__images {
  visibility: hidden;
  height: 0; }
  @media only screen and (max-width: 749px) {
    .ymk-opened .product__images {
      height: 0px;
      transform: translateX(-100%);
      visibility: hidden;
      opacity: 0; } }
.ymk-opened .YMK {
  display: block; }
.ymk-opened .YMK__image-button {
  display: none; }

.product__buttons-wrapper {
  margin-left: 15px; }
  @media only screen and (max-width: 749px) {
    .product__buttons-wrapper {
      width: 100%;
      margin: 10px 0 0; } }

.YMK {
  display: none;
  position: relative;
  max-width: 600px;
  width: 100%;
  height: 100%;
  z-index: 3;
  margin: 0 auto; }
  .YMK .YMK__wrapper {
    position: relative;
    padding-bottom: 133.33%; }
  .YMK #YMK-module {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .YMK .YMK-module__loader {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9); }
    .YMK .YMK-module__loader .YMK-module__picture {
      height: 100%;
      max-width: 350px;
      width: 100%;
      margin: 0 auto; }
    .YMK .YMK-module__loader img {
      height: 100%;
      display: block;
      object-fit: contain; }

[data-ymk-compare] {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none; }
  [data-ymk-compare] .YMK-module__comparison {
    display: flex;
    max-width: 600px; }
  [data-ymk-compare] .YMK-module__variant {
    flex: 0 0 50%;
    padding: 15px 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px; }
  [data-ymk-compare] .YMK-module_label {
    min-width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 4px 6px; }
  [data-ymk-compare] .YMK-module__variant-inner {
    display: flex;
    align-items: center;
    justify-content: center; }
  [data-ymk-compare] .product-options-swatch__item {
    width: 25px;
    height: 25px;
    margin: 0 5px 0 0; }
  [data-ymk-compare] .product-options-swatch__image {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  [data-ymk-compare] .YMK-module__heading {
    flex: 1; }

[data-ymk-button] {
  visibility: visible;
  opacity: 1;
  transition: .3s; }
  [data-ymk-button][disabled], [data-ymk-button].disabled {
    visibility: hidden;
    opacity: 0; }

.YMK-button {
  padding: 11px 16px 7px 56px;
  color: #181818;
  line-height: 1.2;
  letter-spacing: 0.07em;
  border: none;
  background: var(--btn-color, #ff7458);
  overflow: initial; }
  .YMK-button:focus {
    outline: 3px solid rgba(0, 0, 0, 0.5); }
  .YMK-button:before {
    content: "";
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 22px;
    background-image: url("data:image/png;base64,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");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .YMK-button.YMK-button__highlight:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    transition: .3s;
    animation: pulsedCircle 7s;
    pointer-events: none; }
  @media only screen and (max-width: 749px) {
    .YMK-button {
      max-width: 100%;
      padding-left: 28px;
      padding-right: 28px; }
      .YMK-button:before {
        display: none; } }

@keyframes pulsedCircle {
  0% {
    outline: 10px solid rgba(230, 230, 230, 0.2);
    background-color: rgba(255, 255, 255, 0.6); }

  10% {
    outline: 10px solid rgba(230, 230, 230, 0.4);
    background-color: rgba(255, 255, 255, 0.8); }

  20% {
    outline: 10px solid rgba(230, 230, 230, 0.2);
    background-color: rgba(255, 255, 255, 0.6); }

  30% {
    outline: 10px solid rgba(230, 230, 230, 0.2);
    background-color: rgba(255, 255, 255, 0.6); }

  40% {
    outline: 10px solid rgba(230, 230, 230, 0.4);
    background-color: rgba(255, 255, 255, 0.8); }

  50% {
    outline: 10px solid rgba(230, 230, 230, 0.2);
    background-color: rgba(255, 255, 255, 0.6); }

  60% {
    outline: 10px solid rgba(230, 230, 230, 0.2);
    background-color: rgba(255, 255, 255, 0.6); }

  70% {
    outline: 10px solid rgba(230, 230, 230, 0.4);
    background-color: rgba(255, 255, 255, 0.8); }

  80% {
    outline: 10px solid rgba(230, 230, 230, 0.2);
    background-color: rgba(255, 255, 255, 0.6); }

  90% {
    outline: 10px solid rgba(230, 230, 230, 0.2);
    background-color: rgba(255, 255, 255, 0.6); }

  95% {
    outline: 10px solid rgba(230, 230, 230, 0.4);
    background-color: rgba(255, 255, 255, 0.8); }

  100% {
    outline: 10px solid rgba(230, 230, 230, 0.2);
    background-color: rgba(255, 255, 255, 0.6); } }

.YMK__image-button {
  display: block;
  position: absolute;
  top: 17px;
  left: 17px;
  width: 78px;
  height: 78px;
  background-color: transparent;
  border: none;
  z-index: 2;
  padding: 0;
  cursor: pointer; }
  @media only screen and (max-width: 749px) {
    .YMK__image-button {
      width: 61px;
      height: 61px; } }

/* YMK END */
.collection-hero {
  padding: 90px 0;
  background-image: linear-gradient(to bottom, #2e1f3b, #472d47 56%, #573d49 100%); }
  @media only screen and (max-width: 749px) {
    .collection-hero {
      padding: 30px 0; } }

.collection-hero__breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff5e8; }
  .collection-hero__breadcrumbs span {
    margin-right: 10px;
    margin-left: 10px; }
  .collection-hero__breadcrumbs * {
    font-family: "Krub", sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 2.55;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase; }

.collection-hero__title {
  font-family: "TSTAR", sans-serif;
  font-size: 50px;
  letter-spacing: 5px;
  text-align: center;
  color: #fff5e8;
  text-transform: uppercase;
  margin-bottom: 0; }
  @media (max-width: 749px) {
    .collection-hero__title {
      font-size: calc(24px + 44.2 * ((100vw - 375px) / 1440)); } }
  @media (min-width: 750px) {
    .collection-hero__title {
      font-size: calc(24px + 26 * (100vw / 1440)); } }
  @media (min-width: 1440px) {
    .collection-hero__title {
      font-size: 50px; } }

.collection-description {
  font-family: "Krub", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #392c22;
  margin: 40px auto 0;
  max-width: 800px;
  text-align: center; }

.collection-template {
  background-color: #fff5e8; }

.collection-template__wrapper {
  max-width: 1280px;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto;
  overflow: hidden; }

.collection__product-list {
  overflow: hidden;
  padding-bottom: 80px; }
  @media only screen and (max-width: 989px) {
    .collection__product-list {
      overflow: unset; } }

.collection__product-list-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -1px; }

.collection__product-item {
  height: auto;
  width: 25%;
  border: 1px solid transparent; }
  @media only screen and (max-width: 989px) {
    .collection__product-item {
      width: 50%; } }

.collection__paginate {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center; }

.collection-filters {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media only screen and (max-width: 989px) {
    .collection-filters {
      flex-direction: column;
      margin-left: -10px;
      margin-right: -10px;
      padding-top: 15px;
      padding-bottom: 10px; } }

.collection-filters__tags {
  display: flex;
  align-items: center;
  width: 65%;
  scrollbar-width: none; }
  @media only screen and (max-width: 989px) {
    .collection-filters__tags {
      width: 100%;
      overflow: auto;
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 10px; } }
  .collection-filters__tags::-webkit-scrollbar {
    display: none; }

.collection-filters__heading {
  text-transform: uppercase;
  font-family: "TSTAR", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: center;
  color: #392c22;
  margin-right: 15px;
  margin-bottom: 0;
  flex: 0 0 auto; }
  @media only screen and (max-width: 989px) {
    .collection-filters__heading {
      font-size: 14px;
      line-height: 1.71;
      margin-right: 7px; } }

.collection-filters__buttons {
  flex: 0 1 auto;
  overflow: auto;
  scrollbar-width: none;
  margin-right: 10px; }
  @media only screen and (max-width: 989px) {
    .collection-filters__buttons {
      overflow: unset; } }
  .collection-filters__buttons::-webkit-scrollbar {
    display: none; }

.collection-filters__buttons-inner {
  width: 100%;
  display: flex;
  align-items: center; }

.collection-filters__btn {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 2px;
  min-width: 100px;
  padding: 11px 10px 12px;
  flex: 1 0 auto;
  margin-right: 10px; }
  @media only screen and (max-width: 989px) {
    .collection-filters__btn {
      margin-right: 5px;
      min-width: 65px;
      font-size: 10px;
      line-height: 2.4;
      letter-spacing: 1px;
      flex: unset;
      padding: 1px 11px;
      width: auto; } }

.collection-filters__count {
  font-family: "Krub", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 2.55;
  text-align: center;
  color: #392c22;
  flex: 0 0 auto;
  margin-bottom: 0; }
  @media only screen and (max-width: 989px) {
    .collection-filters__count {
      margin-left: 6px; } }

.collection-filter-sort {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  @media only screen and (max-width: 989px) {
    .collection-filter-sort {
      width: 100%;
      justify-content: space-between;
      padding-left: 4px;
      padding-right: 10px;
      flex-wrap: wrap; } }
  .collection-filter-sort:only-child {
    width: 100%; }
  .collection-filter-sort .collection-filter-sort__inner {
    position: relative;
    min-width: 300px;
    z-index: 3; }
    @media only screen and (max-width: 989px) {
      .collection-filter-sort .collection-filter-sort__inner {
        min-width: unset; } }
    .collection-filter-sort .collection-filter-sort__inner.active .icon {
      transform: rotate(180deg); }
  .collection-filter-sort .collection-filter-sort__button {
    width: 100%;
    padding: 0 6px;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .collection-filter-sort .collection-filter-sort__label {
    display: flex;
    align-content: center;
    justify-content: space-between;
    width: 100%; }
  .collection-filter-sort .collection-filter-sort__label-text,
  .collection-filter-sort .collection-filter-sort__value {
    font-family: "TSTAR", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-right: 5px; }
    @media only screen and (max-width: 989px) {
      .collection-filter-sort .collection-filter-sort__label-text,
      .collection-filter-sort .collection-filter-sort__value {
        font-size: 14px;
        line-height: 1.71; } }
  .collection-filter-sort .collection-filter-sort__value {
    margin-right: 0; }
  .collection-filter-sort .collection-filter-sort__input {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    font-family: "TSTAR", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 2px;
    text-transform: uppercase;
    pointer-events: none;
    display: none; }
    @media only screen and (max-width: 989px) {
      .collection-filter-sort .collection-filter-sort__input {
        font-size: 14px;
        line-height: 1.71; } }
  .collection-filter-sort .collection-filter-sort__icon-wrapper {
    width: 16px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px; }
    @media only screen and (max-width: 989px) {
      .collection-filter-sort .collection-filter-sort__icon-wrapper {
        width: 10px;
        margin-left: 9px; } }
    .collection-filter-sort .collection-filter-sort__icon-wrapper .icon {
      width: 100%;
      height: auto; }
  .collection-filter-sort .collection-filter-sort__list {
    display: none;
    position: absolute;
    width: 100%;
    margin: 0;
    z-index: 1;
    background-color: white;
    border-top: unset;
    padding: 0 6px 9px 6px;
    cursor: pointer;
    top: 100%; }
    @media only screen and (max-width: 749px) {
      .collection-filter-sort .collection-filter-sort__list {
        max-height: 50vw;
        overflow-y: auto; } }
  .collection-filter-sort .collection-filter-sort__item {
    list-style-type: none;
    color: #392c22;
    font-family: "TSTAR", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px; }
    @media only screen and (max-width: 989px) {
      .collection-filter-sort .collection-filter-sort__item {
        font-size: 14px;
        line-height: 1.71; } }
    .collection-filter-sort .collection-filter-sort__item.selected {
      display: none; }

.collection-banner {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff5e8; }
  @media only screen and (max-width: 749px) {
    .collection-banner {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .collection-banner .collection-banner__wrapper {
    max-width: 1280px;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    overflow: visible; }
    @media only screen and (max-width: 749px) {
      .collection-banner .collection-banner__wrapper {
        flex-direction: column-reverse; } }

.collection-banner__col-left {
  width: 60%;
  padding: 40px 100px 40px 40px; }
  @media only screen and (max-width: 749px) {
    .collection-banner__col-left {
      width: 100%;
      padding: 12% 20px 20px;
      text-align: center;
      font-family: "Krub", sans-serif; } }
  .collection-banner__col-left:only-child {
    width: 100%; }
  .collection-banner__col-left * {
    color: #fff5e8; }
    .collection-banner__col-left *:last-child {
      margin-bottom: 0; }
  .collection-banner__col-left h1,
  .collection-banner__col-left h2 {
    margin-bottom: 15px;
    letter-spacing: 1.5px; }
  @media only screen and (max-width: 749px) {
    .collection-banner__col-left h1 {
      font-size: 28px;
      margin-bottom: 10px; } }
  @media only screen and (max-width: 749px) {
    .collection-banner__col-left h2 {
      font-size: 22px;
      margin-bottom: 5px; } }
  .collection-banner__col-left p {
    font-family: "Krub", sans-serif;
    margin-bottom: 5px; }
    @media only screen and (max-width: 749px) {
      .collection-banner__col-left p {
        font-size: 16px; } }

.collection-banner__col-right {
  position: relative;
  width: calc(40% - 2px);
  min-height: 200px; }
  @media only screen and (max-width: 749px) {
    .collection-banner__col-right {
      width: 100%;
      min-height: 170px;
      margin-bottom: 2px; } }

.collection-banner__bg-image,
.collection-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .collection-banner__bg-image img,
  .collection-banner__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.collection-banner__bg-image img {
  object-fit: cover; }

.collection-banner__image {
  left: 15%;
  top: 50%;
  transform: translate(-30%, -50%); }
  @media only screen and (max-width: 749px) {
    .collection-banner__image {
      width: 90%;
      max-width: 400px;
      left: 50%;
      top: 45%;
      transform: translate(-50%, -39%); } }
  .collection-banner__image img {
    object-fit: contain; }

.video__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  background-color: #E0E0E0; }
  .video__wrapper video,
  .video__wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: unset; }
  .video__wrapper.video__vertical {
    width: unset;
    margin: 0 auto; }
    @media only screen and (max-width: 749px) {
      .video__wrapper.video__vertical {
        display: flex;
        width: 100%;
        padding-bottom: unset; } }
    .video__wrapper.video__vertical video,
    .video__wrapper.video__vertical iframe {
      margin: 0 auto; }
      @media only screen and (max-width: 749px) {
        .video__wrapper.video__vertical video,
        .video__wrapper.video__vertical iframe {
          position: absolute;
          width: 100%; } }
    .video__wrapper.video__vertical video {
      width: unset; }
    @media only screen and (max-width: 749px) {
      .video__wrapper.video__vertical .video__iframe {
        display: flex;
        padding-bottom: 178%; } }
    .video__wrapper.video__vertical .vertical-background {
      position: absolute;
      height: 100%; }
      @media only screen and (max-width: 749px) {
        .video__wrapper.video__vertical .vertical-background {
          display: none; } }
      .video__wrapper.video__vertical .vertical-background img {
        height: 100%;
        width: 100%;
        object-fit: cover; }

.video-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .video-image img {
    height: 100%;
    object-fit: cover; }

.video-play {
  position: absolute;
  bottom: 30px;
  left: 30px;
  padding: 0;
  background: transparent; }
  @media only screen and (max-width: 749px) {
    .video-play {
      bottom: 20px;
      left: 20px; } }
  .video-play .icon {
    width: 60px;
    height: 60px;
    color: white; }
    @media only screen and (max-width: 749px) {
      .video-play .icon {
        width: 40px;
        height: 42px; } }

.video-popup {
  display: none;
  bottom: 0;
  left: 0;
  opacity: 1;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 102;
  color: #fff5e8;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .video-popup.open {
    display: flex !important;
    overflow: visible; }
  .video-popup:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #181818;
    -webkit-animation: overlay-on 0.5s forwards;
    animation: overlay-on 0.5s forwards; }

.video-popup__video-inner {
  width: 100%;
  z-index: 1; }

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

.video-popup__close {
  position: absolute;
  top: 3%;
  right: 3%;
  cursor: pointer;
  background: none;
  padding: 0;
  color: white; }
  .video-popup__close svg {
    fill: white;
    width: 14px;
    height: 14px; }

.recent__wrapper {
  padding-top: 55px;
  padding-bottom: 55px; }
  @media only screen and (max-width: 749px) {
    .recent__wrapper {
      padding-top: 30px; } }

.recent__content {
  max-width: 1260px;
  margin: 0 auto; }
  @media only screen and (min-width: 1600px) {
    .recent__content {
      max-width: 80%; } }
  .recent__content .slick-list {
    overflow: visible; }
    @media only screen and (max-width: 749px) {
      .recent__content .slick-list {
        padding-left: 30px;
        padding-right: 30px; } }
  .recent__content .product-item-section {
    width: 360px;
    margin-left: 30px;
    margin-right: 30px; }
    @media only screen and (max-width: 749px) {
      .recent__content .product-item-section {
        margin-left: 15px;
        margin-right: 15px; }
        .recent__content .product-item-section:first-child {
          margin-left: 0; }
        .recent__content .product-item-section:last-child {
          margin-right: 0; } }

.recent__content__heading {
  font-size: 36px;
  line-height: 1.22;
  max-width: 1260px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto 50px; }
  @media only screen and (min-width: 1600px) {
    .recent__content__heading {
      max-width: 80%; } }
  @media only screen and (max-width: 749px) {
    .recent__content__heading {
      font-size: 24px;
      margin-bottom: 25px; } }

[data-action="update-item-quantity"] svg {
  pointer-events: none; }

.free-shipping__progress-bar {
  height: 8px;
  background-color: #f7d1a2;
  width: auto;
  flex: 1;
  margin-left: 20px; }
  @media only screen and (max-width: 989px) {
    .free-shipping__progress-bar {
      width: 100%;
      margin-left: 0; } }
  .free-shipping__progress-bar .free-shipping__progress-line {
    height: 100%;
    display: block;
    background-image: linear-gradient(92deg, #232e4a -6%, #8b436a 100%);
    max-width: 100%; }

/**
 * ----------------------------------------------------------------------------
 * Base drawer
 * ----------------------------------------------------------------------------
 */
/*! Avalanche | MIT License | @colourgarden */
.cart-drawer {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100vw;
  /* Interestingly, 100% does not work on iOS 9 and lower */
  height: 100%;
  max-height: none;
  opacity: 1;
  z-index: 99999999;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: white;
  box-shadow: none;
  touch-action: manipulation; }
  @media screen and (min-width: 420px) {
    .cart-drawer {
      width: 420px; } }
  @media screen and (min-width: 605px) {
    .cart-drawer {
      width: 605px; } }
  .cart-drawer:focus {
    outline: none; }

.cart-drawer--from-right {
  right: 0;
  left: auto;
  transform: translateX(100vw); }
  @media screen and (min-width: 420px) {
    .cart-drawer--from-right {
      transform: translateX(420px); } }
  @media screen and (min-width: 605px) {
    .cart-drawer--from-right {
      transform: translateX(605px); } }

.cart-drawer[aria-hidden="false"] {
  visibility: visible;
  transform: translateX(0); }
  .cart-drawer[aria-hidden="false"]::before {
    opacity: 1; }

.cart-drawer__container {
  width: 100%; }

.cart-drawer__header {
  height: auto;
  background: inherit;
  text-align: left;
  z-index: 1;
  padding-top: 34px;
  padding-bottom: 20px;
  min-height: 128px; }
  @supports (--css: variables) {
    .cart-drawer__header {
      height: var(--drawer-header-height); } }
  @media only screen and (max-width: 989px) {
    .cart-drawer__header {
      padding-top: 17px;
      min-height: 97px; } }

.cart-drawer__header-wrapper {
  display: flex;
  align-items: baseline;
  justify-content: flex-start; }

.close-cart-drawer {
  margin-left: auto;
  padding: 0;
  background: none; }
  .close-cart-drawer svg {
    stroke-width: 2px;
    stroke: currentColor; }

.cart-drawer__header--center {
  justify-content: center; }

.cart-drawer__title, .cart-drawer__item-counts, .cart-drawer__empty h2 {
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  font-family: "TSTAR", sans-serif; }
  @media only screen and (max-width: 989px) {
    .cart-drawer__title, .cart-drawer__item-counts, .cart-drawer__empty h2 {
      font-size: 16px; } }

.cart-drawer__item-counts {
  margin-left: 10px; }

.cart-drawer__header--bordered {
  box-shadow: 0 -1px black inset; }

.cart-drawer--secondary .cart-drawer__header--bordered {
  box-shadow: 0 -1px rgba(0, 0, 0, 0.6) inset; }

.cart-drawer__content {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: visible;
  height: calc(100% - 97px);
  max-height: calc(100% - 97px); }
  @supports (--css: variables) {
    .cart-drawer__content {
      height: calc(100% - var(--drawer-header-height));
      max-height: calc(100% - 97px); } }

.cart-drawer__main {
  margin: 0 auto;
  width: 100%;
  padding: 0; }
  .cart-drawer__main.cart-drawer__main--empty {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto; }

.cart-recommended__heading {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.75;
  letter-spacing: 1.33px;
  font-family: "TSTAR", sans-serif;
  text-transform: uppercase;
  margin-bottom: 14px; }
  @media only screen and (max-width: 989px) {
    .cart-recommended__heading {
      font-size: 16px;
      letter-spacing: 1px;
      margin-bottom: 4px; } }

.cart-drawer__footer {
  flex: none;
  padding: 25px 0 0;
  margin-top: auto; }
  .cart-drawer__footer > .cart-drawer__container {
    padding-bottom: 21px; }

.cart-drawer__footer-message {
  margin-bottom: 10px;
  font-size: 16px; }
  @media only screen and (max-width: 989px) {
    .cart-drawer__footer-message {
      font-size: 14px; } }
  .cart-drawer__footer-message p {
    margin-bottom: 0;
    line-height: 1.38; }
  .cart-drawer__footer-message a {
    text-decoration: underline; }

.cart-drawer__footer--padded {
  padding: 24px; }

.cart-drawer__discount {
  padding-bottom: 20px; }
  @media only screen and (max-width: 749px) {
    .cart-drawer__discount {
      padding-bottom: 17px; } }
  .cart-drawer__discount #dcodeInfo {
    margin-top: 10px;
    margin-bottom: -2px; }
    .cart-drawer__discount #dcodeInfo .calcNotice {
      display: inline-block;
      margin-top: 18px;
      font-family: "Krub", sans-serif;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.38; }
      @media only screen and (max-width: 749px) {
        .cart-drawer__discount #dcodeInfo .calcNotice {
          font-size: 14px;
          line-height: 1.57;
          margin-top: 10px; } }
    .cart-drawer__discount #dcodeInfo .dcDiscountBox {
      padding: 4px 6px;
      margin-bottom: 0; }
      .cart-drawer__discount #dcodeInfo .dcDiscountBox p {
        font-family: "Krub", sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.67;
        color: #000000;
        padding-left: 0;
        text-transform: lowercase; }
    .cart-drawer__discount #dcodeInfo #tags-filled {
      display: none; }
    .cart-drawer__discount #dcodeInfo #removeDiscount {
      margin: 0; }
      .cart-drawer__discount #dcodeInfo #removeDiscount svg {
        width: 10px;
        height: 10px;
        stroke: #000000; }

.cart-drawer__discount--open {
  background-color: transparent;
  padding: 0; }
  .cart-drawer__discount--open span {
    font-family: "Krub", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.38;
    color: #000000;
    text-decoration: underline; }
  .cart-drawer__discount--open .icon {
    margin-left: 10px;
    width: 18px;
    height: 18px; }

.cart-drawer__discount--close {
  position: absolute;
  top: 43px;
  left: 299px;
  background-color: transparent;
  padding: 0; }
  @media only screen and (max-width: 749px) {
    .cart-drawer__discount--close {
      top: 40px;
      left: unset;
      right: 0; } }
  .cart-drawer__discount--close .icon {
    width: 16px;
    height: 16px; }

.cart-drawer__discount-inner {
  display: none;
  position: relative; }

.cart-drawer__discount-heading {
  display: inline-block;
  font-family: "Krub", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
  margin-bottom: 8px; }
  @media only screen and (max-width: 749px) {
    .cart-drawer__discount-heading {
      font-size: 14px;
      line-height: 1.57;
      margin-bottom: 5px; } }

.cart-drawer__discount-inner-wrapper {
  position: relative;
  display: inline-block; }
  @media only screen and (max-width: 749px) {
    .cart-drawer__discount-inner-wrapper {
      width: calc(100% - 32px); } }
  .cart-drawer__discount-inner-wrapper .dcodeErrorMessage {
    position: absolute;
    top: -28px;
    right: -30px;
    font-size: 14px; }
    @media only screen and (max-width: 749px) {
      .cart-drawer__discount-inner-wrapper .dcodeErrorMessage {
        top: -24px;
        right: -34px; } }

.cart-drawer__discount--input-field {
  padding: 15px 109px 14px 16px;
  background-color: #ffffff;
  border: unset; }
  .cart-drawer__discount--input-field::placeholder {
    opacity: 0.7;
    font-family: "Krub", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 2.33;
    color: #3a2c21; }
  @media only screen and (max-width: 749px) {
    .cart-drawer__discount--input-field {
      width: 100%;
      padding-right: 85px; } }

.cart-drawer__discount-button {
  font-family: "TSTAR", sans-serif;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #392c22;
  position: absolute !important;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  background-color: #ffffff;
  padding: 9px 16px;
  border: 1px solid #392c22;
  box-shadow: 0 0 0 1px transparent; }
  .cart-drawer__discount-button:hover {
    box-shadow: 0 0 0 1px #392c22; }
  .cart-drawer__discount-button .dcloading {
    border-color: #392c22; }

.cart-drawer__subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38; }
  @media only screen and (max-width: 989px) {
    .cart-drawer__subtotal {
      font-size: 14px;
      line-height: 1.57; } }

/**
 * ----------------------------------------------------------------------------
 * Animation
 * ----------------------------------------------------------------------------
 */
[data-drawer-animated-left],
[data-drawer-animated-right] {
  opacity: 0;
  transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s; }
  .cart-drawer[aria-hidden="false"] [data-drawer-animated-left], .cart-drawer[aria-hidden="false"]
  [data-drawer-animated-right] {
    opacity: 1;
    transform: translateX(0); }

[data-drawer-animated-left] {
  transform: translateX(-65px); }

[data-drawer-animated-right] {
  transform: translateX(65px); }

[data-drawer-animated-bottom] {
  opacity: 0;
  transform: translateY(45px);
  transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .cart-drawer[aria-hidden="false"] [data-drawer-animated-bottom] {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s, transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s; }

[data-scrollable] {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#sidebar-cart {
  background-image: linear-gradient(204deg, #fff5e8 100%, white -37%);
  color: #392c22;
  font-family: "Krub", sans-serif;
  font-weight: 600;
  padding-left: 46px;
  padding-right: 28px;
  z-index: 10000000000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  #sidebar-cart::-webkit-scrollbar-track {
    background-color: transparent; }
  #sidebar-cart::-webkit-scrollbar {
    width: 5px;
    background-color: transparent; }
  #sidebar-cart::-webkit-scrollbar-thumb {
    background-color: #392c22; }
  @media only screen and (max-width: 989px) {
    #sidebar-cart {
      padding: 0 20px; } }

.cart-item {
  display: flex;
  align-items: stretch;
  padding: 24px;
  background-color: white;
  margin-top: 1px; }
  @media only screen and (max-width: 989px) {
    .cart-item {
      padding: 12px 20px; } }

.cart-item__free {
  background-image: linear-gradient(to right, white 17%, #f5d9b5 104%);
  padding: 13px 24px;
  align-items: center; }
  @media only screen and (max-width: 989px) {
    .cart-item__free .cart-item__header {
      align-items: center; } }
  .cart-item__free .cart-item__image-wrapper {
    max-width: 45px;
    width: 45px; }

.cart-item__property-list {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 0; }

.cart-item__property {
  font-size: 11px;
  line-height: 1.55; }

.cart-item__property-bundle {
  display: flex;
  flex-direction: column; }

.cart-item__image-wrapper {
  max-width: 84px;
  width: 84px;
  margin-right: 30px; }

.cart-item__image {
  display: block; }

.cart-item__header {
  display: flex;
  align-items: flex-start; }

.cart-item__remove {
  margin-left: 16px;
  text-decoration: underline;
  font-size: 11px;
  line-height: 2.55; }

.cart-item__title {
  margin-bottom: 0;
  font-size: 14px;
  font-style: normal;
  line-height: 1.57;
  flex: 1; }
  .cart-item__title a {
    color: inherit; }
    .cart-item__title a:hover {
      color: inherit; }

.cart-item__info {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%; }

.cart-item__controls {
  display: flex;
  align-items: center;
  justify-self: flex-end; }

.quantity-selector {
  position: relative;
  max-width: 100px; }

input.quantity-selector__current-quantity {
  text-align: center;
  border: 1px solid currentColor;
  background-color: transparent;
  padding: 3px 6px;
  font-size: 14px;
  font-family: "TSTAR", sans-serif;
  font-weight: 900;
  line-height: 1.71;
  letter-spacing: 2px;
  height: 33px;
  max-width: 80px; }

.quantity-selector__button {
  width: 7px;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center; }
  .quantity-selector__button.disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  .quantity-selector__button svg {
    width: 100%;
    stroke-width: 4px;
    height: auto;
    min-height: 4px;
    stroke: #392c22; }

.quantity-selector__button--minus {
  left: 7px; }

.quantity-selector__button--plus {
  right: 7px; }

.cart-item__footer {
  display: flex;
  text-align: center;
  justify-content: space-between; }

.cart-item__price-list {
  font-size: 14px;
  line-height: 1.57;
  margin-left: 15px;
  text-align: right; }
  @media only screen and (max-width: 989px) {
    .cart-item__price-list {
      font-size: 11px;
      line-height: 1.45; } }

.cart-item__discount-list {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.cart-item__discount {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.33; }

.cart-drawer__message {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.55; }

.cart-item__variant {
  font-size: 11px;
  line-height: 1.55;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  @media only screen and (max-width: 989px) {
    .cart-item__variant {
      margin-bottom: 0; } }

.cart-drawer__free-shipping {
  margin-top: 11px;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 989px) {
    .cart-drawer__free-shipping {
      flex-direction: column;
      align-items: flex-start;
      margin-top: 4px; } }

.free-shipping__message {
  color: inherit;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 2.33; }

.cart-drawer__empty {
  margin: auto;
  transform: translateY(-128px);
  text-align: center; }
  .cart-drawer__empty h2 {
    margin-bottom: 19px; }
  .cart-drawer__empty svg {
    margin-bottom: 20px; }
    @media only screen and (max-width: 989px) {
      .cart-drawer__empty svg {
        max-width: 154px;
        margin-bottom: 12px; } }
  .cart-drawer__empty ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 304px; }
    .cart-drawer__empty ul li:not(:last-child) {
      margin-bottom: 10px; }
    .cart-drawer__empty ul li a {
      width: 100%; }

.cart-item__actions {
  text-align: center;
  display: flex;
  align-items: center;
  margin-top: 6px; }

.cart-drawer__subtotal-heading {
  margin-bottom: 0; }

.cart-drawer__subtotal-price {
  letter-spacing: 1.14px; }

.price--compare-at {
  color: #979797;
  text-decoration: line-through; }

.cart-drawer__checkout {
  flex: 0 1 100%;
  padding: 7px 10px; }
  @media only screen and (max-width: 749px) {
    .cart-drawer__checkout {
      min-width: auto;
      max-width: unset;
      flex: 0 1 100%;
      padding-top: 13px;
      padding-bottom: 14px; } }

.cart-drawer__checkout-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 99; }

.cart-recommended {
  display: flex;
  opacity: 0;
  transition: opacity 0.35s;
  margin-right: -45px;
  width: calc(100% + 45px); }
  @media only screen and (max-width: 989px) {
    .cart-recommended {
      width: calc(100% + 20px);
      margin-right: -20px; } }
  .cart-recommended:not(.slick-initialized) {
    margin-bottom: 55px; }
    @media only screen and (max-width: 989px) {
      .cart-recommended:not(.slick-initialized) {
        margin-bottom: 0; } }
  .cart-recommended.slick-initialized {
    opacity: 1; }
  .cart-recommended .slick-arrow svg {
    width: 12px; }
  .cart-recommended .slick-arrow.slick-next {
    right: 45px; }
  .cart-recommended .slick-arrow.slick-prev {
    right: 70px; }
  @media only screen and (max-width: 989px) {
    .cart-recommended .slick-arrow {
      display: none !important; } }
  .cart-recommended .promo-bar__modal-slide {
    padding: 15px 22px 15px;
    background-color: white;
    text-align: center;
    margin-right: 1px; }
    @media only screen and (max-width: 989px) {
      .cart-recommended .promo-bar__modal-slide {
        padding: 15px 11px; } }
    .cart-recommended .promo-bar__modal-slide:last-child {
      margin-right: 0; }
    .cart-recommended .promo-bar__modal-slide.slick-slide {
      display: flex;
      flex-direction: column;
      height: auto; }
    .cart-recommended .promo-bar__modal-slide figure {
      position: relative;
      padding-bottom: 65%;
      margin-bottom: 8px; }
      @media only screen and (max-width: 989px) {
        .cart-recommended .promo-bar__modal-slide figure {
          padding-bottom: 56%;
          margin-bottom: 20px; } }
      .cart-recommended .promo-bar__modal-slide figure img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .cart-recommended .promo-bar__modal-slide h3 {
      font-family: "Krub", sans-serif;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.57;
      margin-bottom: 5px; }
      @media only screen and (max-width: 989px) {
        .cart-recommended .promo-bar__modal-slide h3 {
          font-size: 12px; } }
    .cart-recommended .promo-bar__modal-slide span {
      font-family: "Krub", sans-serif;
      font-size: 11px;
      font-weight: 600;
      line-height: 1.36;
      margin-top: auto; }

.cart-recommended__wrapper {
  background-color: #fbdfbb;
  margin-left: -46px;
  margin-right: -28px;
  padding: 17px 28px 0 46px; }
  @media only screen and (max-width: 989px) {
    .cart-recommended__wrapper {
      margin: 0 -20px;
      padding: 14px 20px 0; } }
  @media screen and (max-height: 400px) {
    .cart-recommended__wrapper {
      display: none; } }
  .cart-recommended__wrapper .slideshow-nav--cart-rec {
    justify-content: flex-start; }

.cart-recommended__actions {
  font-size: 11px;
  font-weight: 600;
  line-height: 2.55;
  text-decoration: underline;
  margin-top: auto; }
  @media only screen and (max-width: 989px) {
    .cart-recommended__actions {
      line-height: 1.55; } }
  .cart-recommended__actions s {
    opacity: 0.5; }

.checkout__buttons {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-wrap: wrap; }
  .checkout__buttons .paypal-button.paypal-button-color-gold {
    background: white; }
  .checkout__buttons .dynamic-checkout__content {
    margin-top: 10px;
    padding-left: 0;
    display: block !important; }
    @media only screen and (max-width: 749px) {
      .checkout__buttons .dynamic-checkout__content {
        margin-top: 6px !important; } }
  .checkout__buttons .shopify-cleanslate ._5OXoeDiU_AxIrQKygFbAG {
    margin-bottom: 16px; }
  .checkout__buttons .shopify-cleanslate ._1mqqPYZtCQtz5_i0b-po4l {
    width: 100%; }
  .checkout__buttons .shopify-cleanslate ._5OXoeDiU_AxIrQKygFbAG ._5a6PK6ZZ8knSIndXG3jvY {
    width: 100% !important; }
  .checkout__buttons .shopify-cleanslate ._3TUeZPsTWjDxakSmeDcA4D {
    padding: 0 3px !important;
    flex: 1 !important;
    margin: 0 !important; }
  .checkout__buttons .shopify-cleanslate ._1mqqPYZtCQtz5_i0b-po4l {
    margin: 0 !important; }
  .checkout__buttons .shopify-cleanslate ._3G6VJhJYno-AX3-X38f1TA {
    height: 100% !important; }
  .checkout__buttons .shopify-cleanslate ._1n3zwJXRK30xbubjNiZsKV {
    border-radius: 0 !important;
    max-height: 100% !important; }
    @media (min-width: 750px) {
      .checkout__buttons .shopify-cleanslate ._1n3zwJXRK30xbubjNiZsKV {
        border-radius: 0 !important;
        max-height: 100% !important; } }
  .checkout__buttons .shopify-cleanslate ._1mqqPYZtCQtz5_i0b-po4l form,
  .checkout__buttons .shopify-cleanslate .iZJMuEDN4NxKS3mrxcBP9 form {
    height: 100% !important; }
  .checkout__buttons .shopify-cleanslate ._1n3zwJXRK30xbubjNiZsKV, .checkout__buttons .shopify-cleanslate ._9ATKCDN1-_J5vniMChq1n {
    max-height: 54px !important; }
  .checkout__buttons .shopify-cleanslate .kEwctmM5pguv6XkPR8mx6, .checkout__buttons .shopify-cleanslate ._2PfRg7DFvcstLFRNRf5W1e {
    flex: 1;
    margin-top: 0 !important; }
    @media only screen and (max-width: 749px) {
      .checkout__buttons .shopify-cleanslate .kEwctmM5pguv6XkPR8mx6, .checkout__buttons .shopify-cleanslate ._2PfRg7DFvcstLFRNRf5W1e {
        margin-left: 6px !important; }
        .checkout__buttons .shopify-cleanslate .kEwctmM5pguv6XkPR8mx6:first-child, .checkout__buttons .shopify-cleanslate ._2PfRg7DFvcstLFRNRf5W1e:first-child {
          margin-left: 0 !important; } }
  .checkout__buttons .shopify-cleanslate ._1axiYDNHVzBHv3h8UhmWtr, .checkout__buttons .shopify-cleanslate .iZJMuEDN4NxKS3mrxcBP9 {
    flex-direction: row !important; }
    @media only screen and (max-width: 749px) {
      .checkout__buttons .shopify-cleanslate ._1axiYDNHVzBHv3h8UhmWtr, .checkout__buttons .shopify-cleanslate .iZJMuEDN4NxKS3mrxcBP9 {
        flex-wrap: wrap !important;
        padding-left: 0 !important; } }
    @media only screen and (max-width: 749px) {
      .checkout__buttons .shopify-cleanslate ._1axiYDNHVzBHv3h8UhmWtr > li, .checkout__buttons .shopify-cleanslate .iZJMuEDN4NxKS3mrxcBP9 > li {
        flex: 0 1 calc(50% - 3px);
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-bottom: 6px !important; } }
    @media only screen and (max-width: 749px) {
      .checkout__buttons .shopify-cleanslate ._1axiYDNHVzBHv3h8UhmWtr > li:nth-child(2n), .checkout__buttons .shopify-cleanslate .iZJMuEDN4NxKS3mrxcBP9 > li:nth-child(2n) {
        margin-left: 6px !important; } }
  .checkout__buttons .shopify-cleanslate ._3mgStMpRn3ZERlUsxma1Bc {
    display: flex !important; }

:root:root:root {
  /* data-testid="grid-cell" */ }
  :root:root:root .shopify-cleanslate > div > div {
    display: flex !important;
    margin: 0 -0.25rem !important;
    /* -4px */
    flex-wrap: wrap !important;
    width: calc(100% + 0.5rem) !important;
    /* 100% + 8px */ }
  @media (min-width: 35em) {
    :root:root:root {
      /* 560px */ }
      :root:root:root .shopify-cleanslate > div > div {
        flex-wrap: nowrap !important; } }
  :root:root:root .shopify-cleanslate > div > div > div {
    width: 100% !important;
    flex-basis: 7.5rem !important;
    /* 120px */
    flex-grow: 1 !important;
    padding: 0.25rem !important;
    /* 4px */
    margin: 0 !important;
    height: auto !important;
    max-height: 3.875rem !important;
    /* 62px */ }
  :root:root:root .paypalLight {
    width: 100% !important; }
  :root:root:root .shopify-cleanslate iframe {
    border: 0;
    border-radius: 0.25rem !important;
    /* 4px */
    overflow: hidden !important;
    float: left !important; }

.cart-drawer__container afterpay-placement {
  margin-top: 5px;
  margin-bottom: 0; }

afterpay-modal[visible="visible"] {
  position: fixed;
  z-index: 10000000001; }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px; }
  .pagination span {
    margin: 0 5px; }
    @media only screen and (max-width: 749px) {
      .pagination span {
        margin: 0 2px; } }
  .pagination a {
    min-width: 60px;
    width: auto;
    padding: 15px; }
    @media only screen and (max-width: 749px) {
      .pagination a {
        padding: 8px;
        min-width: auto; } }
  .pagination .current {
    min-width: 60px;
    width: auto;
    margin: auto 5px;
    padding: 15px; }
    @media only screen and (max-width: 749px) {
      .pagination .current {
        padding: 8px;
        min-width: auto;
        margin: auto 2px; } }
  .pagination .next a,
  .pagination .prev a {
    min-width: 120px; }
    @media only screen and (max-width: 749px) {
      .pagination .next a,
      .pagination .prev a {
        min-width: 60px;
        font-size: 12px; } }

.account-pages {
  padding: 100px 0 50px;
  font-family: "Krub", sans-serif; }
  .account-pages h1,
  .account-pages h2 {
    font-family: "TSTAR", sans-serif; }
  @media only screen and (max-width: 989px) {
    .account-pages {
      padding: 30px 0; } }
  .account-pages h2 {
    font-size: 30px;
    text-transform: uppercase; }
  .account-pages ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .account-pages .list--inline {
    display: flex;
    justify-content: center; }
    .account-pages .list--inline .btn, .account-pages .list--inline .shopify-challenge__button, .account-pages .list--inline .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item, .smartrr-portal-slide-panel .account-pages .list--inline .smartrr-portal-tabs-header-item,
    .account-pages .list--inline .smartrr-portal-wrapper .smartrr-portal-tabs-header-item,
    .smartrr-portal-wrapper .account-pages .list--inline .smartrr-portal-tabs-header-item, .account-pages .list--inline .smartrr-portal-slide-panel .smartrr-portal-slide-panel-footer > div, .smartrr-portal-slide-panel .account-pages .list--inline .smartrr-portal-slide-panel-footer > div, .account-pages .list--inline .product-template .dynamic-checkout-button .shopify-payment-button__button--unbranded, .product-template .dynamic-checkout-button .account-pages .list--inline .shopify-payment-button__button--unbranded, .account-pages .list--inline .pagination a, .pagination .account-pages .list--inline a, .account-pages .list--inline .pagination .current, .pagination .account-pages .list--inline .current, .account-pages .list--inline div.snize-ac-results .snize-view-all-link, div.snize-ac-results .account-pages .list--inline .snize-view-all-link, .account-pages .list--inline .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a, .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write .account-pages .list--inline a, .account-pages .list--inline #write-a-review .p-w-r .pr-btn-review, #write-a-review .p-w-r .account-pages .list--inline .pr-btn-review, .account-pages .list--inline .p-w-r .pr-review-display .pr-rd-no-reviews a, .p-w-r .pr-review-display .pr-rd-no-reviews .account-pages .list--inline a {
      padding: 10px;
      margin: 10px 5px; }

.account-pages__heading {
  text-transform: uppercase;
  text-align: center; }
  @media (max-width: 749px) {
    .account-pages__heading {
      font-size: calc(30px + 17 * ((100vw - 375px) / 1440)); } }
  @media (min-width: 750px) {
    .account-pages__heading {
      font-size: calc(30px + 10 * (100vw / 1440)); } }
  @media (min-width: 1440px) {
    .account-pages__heading {
      font-size: 40px; } }

.account-pages__form {
  max-width: 600px;
  margin: 0 auto; }
  .account-pages__form .btn--primary, .account-pages__form .smartrr-portal-slide-panel button, .smartrr-portal-slide-panel .account-pages__form button,
  .account-pages__form .smartrr-portal-wrapper button,
  .smartrr-portal-wrapper .account-pages__form button, .account-pages__form .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item, .smartrr-portal-slide-panel .account-pages__form .smartrr-portal-tabs-header-item,
  .account-pages__form .smartrr-portal-wrapper .smartrr-portal-tabs-header-item,
  .smartrr-portal-wrapper .account-pages__form .smartrr-portal-tabs-header-item, .account-pages__form .smartrr-portal-slide-panel .smartrr-portal-slide-panel-footer > div, .smartrr-portal-slide-panel .account-pages__form .smartrr-portal-slide-panel-footer > div, .account-pages__form .pagination .current, .pagination .account-pages__form .current, .account-pages__form .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a, .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write .account-pages__form a, .account-pages__form #write-a-review .p-w-r .pr-btn-review, #write-a-review .p-w-r .account-pages__form .pr-btn-review, .account-pages__form .p-w-r .pr-review-display .pr-rd-no-reviews a, .p-w-r .pr-review-display .pr-rd-no-reviews .account-pages__form a {
    margin: 15px 0; }
  @media only screen and (max-width: 749px) {
    .account-pages__form .btn, .account-pages__form .shopify-challenge__button, .account-pages__form .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item, .smartrr-portal-slide-panel .account-pages__form .smartrr-portal-tabs-header-item,
    .account-pages__form .smartrr-portal-wrapper .smartrr-portal-tabs-header-item,
    .smartrr-portal-wrapper .account-pages__form .smartrr-portal-tabs-header-item, .account-pages__form .smartrr-portal-slide-panel .smartrr-portal-slide-panel-footer > div, .smartrr-portal-slide-panel .account-pages__form .smartrr-portal-slide-panel-footer > div, .account-pages__form .product-template .dynamic-checkout-button .shopify-payment-button__button--unbranded, .product-template .dynamic-checkout-button .account-pages__form .shopify-payment-button__button--unbranded, .account-pages__form .pagination a, .pagination .account-pages__form a, .account-pages__form .pagination .current, .pagination .account-pages__form .current, .account-pages__form div.snize-ac-results .snize-view-all-link, div.snize-ac-results .account-pages__form .snize-view-all-link, .account-pages__form .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a, .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write .account-pages__form a, .account-pages__form #write-a-review .p-w-r .pr-btn-review, #write-a-review .p-w-r .account-pages__form .pr-btn-review, .account-pages__form .p-w-r .pr-review-display .pr-rd-no-reviews a, .p-w-r .pr-review-display .pr-rd-no-reviews .account-pages__form a {
      max-width: none;
      padding: 12px 20px; } }

.account-pages__form-footer a {
  display: block; }

.account-pages__header {
  margin-bottom: 55px; }
  .account-pages__header .account-pages__heading {
    margin-bottom: 20px; }

.account-pages__content {
  display: flex; }
  @media only screen and (max-width: 989px) {
    .account-pages__content {
      flex-direction: column; } }

.account-pages-order-history,
.account-pages-orders {
  width: 65%;
  padding: 0 30px; }
  @media only screen and (max-width: 989px) {
    .account-pages-order-history,
    .account-pages-orders {
      width: 100%; } }
  @media only screen and (max-width: 749px) {
    .account-pages-order-history,
    .account-pages-orders {
      padding: 0; } }
  .account-pages-order-history .responsive-table,
  .account-pages-orders .responsive-table {
    width: 100%; }
    @media only screen and (max-width: 749px) {
      .account-pages-order-history .responsive-table a.btn, .account-pages-order-history .responsive-table a.shopify-challenge__button, .account-pages-order-history .responsive-table .smartrr-portal-slide-panel a.smartrr-portal-tabs-header-item, .smartrr-portal-slide-panel .account-pages-order-history .responsive-table a.smartrr-portal-tabs-header-item,
      .account-pages-order-history .responsive-table .smartrr-portal-wrapper a.smartrr-portal-tabs-header-item,
      .smartrr-portal-wrapper .account-pages-order-history .responsive-table a.smartrr-portal-tabs-header-item, .account-pages-order-history .responsive-table .product-template .dynamic-checkout-button a.shopify-payment-button__button--unbranded, .product-template .dynamic-checkout-button .account-pages-order-history .responsive-table a.shopify-payment-button__button--unbranded, .account-pages-order-history .responsive-table .pagination a, .pagination .account-pages-order-history .responsive-table a, .account-pages-order-history .responsive-table div.snize-ac-results a.snize-view-all-link, div.snize-ac-results .account-pages-order-history .responsive-table a.snize-view-all-link, .account-pages-order-history .responsive-table .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a, .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write .account-pages-order-history .responsive-table a, .account-pages-order-history .responsive-table #write-a-review .p-w-r a.pr-btn-review, #write-a-review .p-w-r .account-pages-order-history .responsive-table a.pr-btn-review, .account-pages-order-history .responsive-table .p-w-r .pr-review-display .pr-rd-no-reviews a, .p-w-r .pr-review-display .pr-rd-no-reviews .account-pages-order-history .responsive-table a,
      .account-pages-orders .responsive-table a.btn,
      .account-pages-orders .responsive-table a.shopify-challenge__button,
      .account-pages-orders .responsive-table .smartrr-portal-slide-panel a.smartrr-portal-tabs-header-item,
      .smartrr-portal-slide-panel .account-pages-orders .responsive-table a.smartrr-portal-tabs-header-item,
      .account-pages-orders .responsive-table .smartrr-portal-wrapper a.smartrr-portal-tabs-header-item,
      .smartrr-portal-wrapper .account-pages-orders .responsive-table a.smartrr-portal-tabs-header-item,
      .account-pages-orders .responsive-table .product-template .dynamic-checkout-button a.shopify-payment-button__button--unbranded,
      .product-template .dynamic-checkout-button .account-pages-orders .responsive-table a.shopify-payment-button__button--unbranded,
      .account-pages-orders .responsive-table .pagination a,
      .pagination .account-pages-orders .responsive-table a,
      .account-pages-orders .responsive-table div.snize-ac-results a.snize-view-all-link,
      div.snize-ac-results .account-pages-orders .responsive-table a.snize-view-all-link,
      .account-pages-orders .responsive-table .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a,
      .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write .account-pages-orders .responsive-table a,
      .account-pages-orders .responsive-table #write-a-review .p-w-r a.pr-btn-review,
      #write-a-review .p-w-r .account-pages-orders .responsive-table a.pr-btn-review,
      .account-pages-orders .responsive-table .p-w-r .pr-review-display .pr-rd-no-reviews a,
      .p-w-r .pr-review-display .pr-rd-no-reviews .account-pages-orders .responsive-table a {
        width: 100%;
        max-width: unset; } }

.account-pages-orders .account-pages-orders__date,
.account-pages-orders .account-pages-orders__payment-status,
.account-pages-orders .account-pages-orders__fulfillment-status {
  text-align: left; }
.account-pages-orders .account-pages-orders__total,
.account-pages-orders [data-label="Total"] {
  text-align: right; }

.account-pages-order-history .order-table {
  width: 100%;
  overflow-wrap: break-word;
  border-spacing: 0px 5px; }
  @media only screen and (max-width: 749px) {
    .account-pages-order-history .order-table {
      table-layout: fixed; } }
.account-pages-order-history tbody tr th,
.account-pages-order-history tbody tr td {
  border-width: 1px 0 0 0;
  border-color: black;
  border-style: solid; }
  @media only screen and (min-width: 750px) {
    .account-pages-order-history tbody tr th,
    .account-pages-order-history tbody tr td {
      padding-top: 10px;
      padding-bottom: 10px; } }
  @media only screen and (max-width: 749px) {
    .account-pages-order-history tbody tr th,
    .account-pages-order-history tbody tr td {
      border-width: 0; } }
  @media only screen and (max-width: 749px) {
    .account-pages-order-history tbody tr th:first-child,
    .account-pages-order-history tbody tr td:first-child {
      border-top-width: 1px; } }
@media only screen and (min-width: 750px) {
  .account-pages-order-history tbody tr:last-child th,
  .account-pages-order-history tbody tr:last-child td {
    border-bottom-width: 1px; } }
@media only screen and (max-width: 749px) {
  .account-pages-order-history tbody tr:last-child th:last-child,
  .account-pages-order-history tbody tr:last-child td:last-child {
    border-bottom-width: 1px; } }
.account-pages-order-history tbody td {
  font-weight: 700; }
.account-pages-order-history tbody a {
  text-decoration: underline; }
.account-pages-order-history tbody a[title] {
  display: block;
  padding-bottom: 6px;
  font-weight: 700; }
  @media only screen and (max-width: 749px) {
    .account-pages-order-history tbody a[title] {
      text-align: right; } }
.account-pages-order-history tbody .note {
  font-weight: 500; }
.account-pages-order-history tbody .order-table__quantity-value,
.account-pages-order-history tbody .order-table__sku-value {
  text-align: center; }
  @media only screen and (max-width: 749px) {
    .account-pages-order-history tbody .order-table__quantity-value,
    .account-pages-order-history tbody .order-table__sku-value {
      text-align: right; } }
.account-pages-order-history tfoot tr th {
  font-weight: 500;
  padding-top: 4px; }
.account-pages-order-history tfoot tr td {
  font-weight: 700; }
.account-pages-order-history tfoot .order-total {
  font-weight: 500; }
.account-pages-order-history tfoot .order-total-price {
  font-weight: 700; }
@media only screen and (max-width: 749px) {
  .account-pages-order-history .order-table {
    border: 0; }
  .account-pages-order-history .order-table thead {
    display: none; }
  .account-pages-order-history .order-table th, .account-pages-order-history .order-table td {
    float: left;
    clear: left;
    width: 100%;
    text-align: right;
    padding: 0.5rem 0;
    margin: 0; }
  .account-pages-order-history .order-table th::before,
  .account-pages-order-history .order-table td::before {
    content: attr(data-label);
    float: left;
    text-align: left;
    padding-right: 2em;
    max-width: 80%; }
  .account-pages-order-history .order-table tbody tr th:first-child {
    padding-top: 1.25em; }
  .account-pages-order-history .order-table tbody tr td:last-child {
    padding-bottom: 1.25em; } }
.account-pages-order-history .item-props {
  margin-top: 5px;
  display: flex;
  flex-direction: column; }
.account-pages-order-history .order-discount {
  display: block;
  line-height: 1.2em; }
.account-pages-order-history .order-discount .icon--saletag {
  fill: currentColor;
  width: 1em;
  height: 1em;
  margin-right: 0.4em; }
.account-pages-order-history .order-discount--title {
  text-transform: uppercase;
  word-break: break-word;
  padding-right: 1em; }
.account-pages-order-history .order-discount--list {
  margin: 0.8em 0 0 1.3em;
  list-style: none;
  padding: 0; }
.account-pages-order-history .order-discount__item {
  text-indent: -1.3em; }
.account-pages-order-history .order-discount__item + .order-discount__item {
  margin-top: 0.6em; }
@media only screen and (max-width: 749px) {
  .account-pages-order-history .order-discount-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%; } }
.account-pages-order-history .order-discount-card-wrapper {
  display: flex;
  justify-content: center; }
@media only screen and (min-width: 750px) {
  .account-pages-order-history .order-discount-card-wrapper {
    justify-content: flex-end; } }
.account-pages-order-history .order-discount--cart {
  padding-right: 0; }
@media only screen and (min-width: 750px) {
  .account-pages-order-history .order-discount--cart-total {
    padding-left: 27.5px; } }
@media only screen and (min-width: 750px) and (min-width: 750px) {
  .account-pages-order-history .order-discount--cart-total {
    padding-left: 55px;
    min-width: 150px; } }

.account-pages-details {
  width: 35%;
  padding: 0 30px; }
  @media only screen and (max-width: 989px) {
    .account-pages-details {
      width: 100%;
      margin-top: 30px; } }
  @media only screen and (max-width: 749px) {
    .account-pages-details {
      padding: 0; } }
  .account-pages-details p {
    font-weight: 500; }
  @media only screen and (max-width: 749px) {
    .account-pages-details .btn, .account-pages-details .shopify-challenge__button, .account-pages-details .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item, .smartrr-portal-slide-panel .account-pages-details .smartrr-portal-tabs-header-item,
    .account-pages-details .smartrr-portal-wrapper .smartrr-portal-tabs-header-item,
    .smartrr-portal-wrapper .account-pages-details .smartrr-portal-tabs-header-item, .account-pages-details .smartrr-portal-slide-panel .smartrr-portal-slide-panel-footer > div, .smartrr-portal-slide-panel .account-pages-details .smartrr-portal-slide-panel-footer > div, .account-pages-details .product-template .dynamic-checkout-button .shopify-payment-button__button--unbranded, .product-template .dynamic-checkout-button .account-pages-details .shopify-payment-button__button--unbranded, .account-pages-details .pagination a, .pagination .account-pages-details a, .account-pages-details .pagination .current, .pagination .account-pages-details .current, .account-pages-details div.snize-ac-results .snize-view-all-link, div.snize-ac-results .account-pages-details .snize-view-all-link, .account-pages-details .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a, .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write .account-pages-details a, .account-pages-details #write-a-review .p-w-r .pr-btn-review, #write-a-review .p-w-r .account-pages-details .pr-btn-review, .account-pages-details .p-w-r .pr-review-display .pr-rd-no-reviews a, .p-w-r .pr-review-display .pr-rd-no-reviews .account-pages-details a {
      max-width: none; } }
  .account-pages-details .account-pages-details__buttons {
    display: flex;
    flex-direction: column; }
    .account-pages-details .account-pages-details__buttons a,
    .account-pages-details .account-pages-details__buttons button {
      width: 100%; }
      @media only screen and (min-width: 750px) {
        .account-pages-details .account-pages-details__buttons a,
        .account-pages-details .account-pages-details__buttons button {
          max-width: 280px; } }
    .account-pages-details .account-pages-details__buttons div {
      width: 100%; }

.account-pages__address {
  max-width: 800px;
  margin: 0 auto; }

.customer-address-form input[type="checkbox"],
.customer-address-form .btn,
.customer-address-form .shopify-challenge__button,
.customer-address-form .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item,
.smartrr-portal-slide-panel .customer-address-form .smartrr-portal-tabs-header-item,
.customer-address-form .smartrr-portal-wrapper .smartrr-portal-tabs-header-item,
.smartrr-portal-wrapper .customer-address-form .smartrr-portal-tabs-header-item,
.customer-address-form .smartrr-portal-slide-panel .smartrr-portal-slide-panel-footer > div,
.smartrr-portal-slide-panel .customer-address-form .smartrr-portal-slide-panel-footer > div,
.customer-address-form .product-template .dynamic-checkout-button .shopify-payment-button__button--unbranded,
.product-template .dynamic-checkout-button .customer-address-form .shopify-payment-button__button--unbranded,
.customer-address-form .pagination a,
.pagination .customer-address-form a,
.customer-address-form .pagination .current,
.pagination .customer-address-form .current,
.customer-address-form div.snize-ac-results .snize-view-all-link,
div.snize-ac-results .customer-address-form .snize-view-all-link,
.customer-address-form .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a,
.product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write .customer-address-form a,
.customer-address-form #write-a-review .p-w-r .pr-btn-review,
#write-a-review .p-w-r .customer-address-form .pr-btn-review,
.customer-address-form .p-w-r .pr-review-display .pr-rd-no-reviews a,
.p-w-r .pr-review-display .pr-rd-no-reviews .customer-address-form a {
  margin-bottom: 20px; }

.customer-address-default {
  font-size: 24px;
  margin-bottom: 10px; }

.customer-address-list li {
  margin-bottom: 20px; }

.reset-customer-password-form,
.activate-customer-password-form {
  max-width: 500px;
  margin: 0 auto; }
  .reset-customer-password-form .btn, .reset-customer-password-form .shopify-challenge__button, .reset-customer-password-form .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item, .smartrr-portal-slide-panel .reset-customer-password-form .smartrr-portal-tabs-header-item,
  .reset-customer-password-form .smartrr-portal-wrapper .smartrr-portal-tabs-header-item,
  .smartrr-portal-wrapper .reset-customer-password-form .smartrr-portal-tabs-header-item, .reset-customer-password-form .smartrr-portal-slide-panel .smartrr-portal-slide-panel-footer > div, .smartrr-portal-slide-panel .reset-customer-password-form .smartrr-portal-slide-panel-footer > div, .reset-customer-password-form .product-template .dynamic-checkout-button .shopify-payment-button__button--unbranded, .product-template .dynamic-checkout-button .reset-customer-password-form .shopify-payment-button__button--unbranded, .reset-customer-password-form .pagination a, .pagination .reset-customer-password-form a, .reset-customer-password-form .pagination .current, .pagination .reset-customer-password-form .current, .reset-customer-password-form div.snize-ac-results .snize-view-all-link, div.snize-ac-results .reset-customer-password-form .snize-view-all-link, .reset-customer-password-form .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a, .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write .reset-customer-password-form a, .reset-customer-password-form #write-a-review .p-w-r .pr-btn-review, #write-a-review .p-w-r .reset-customer-password-form .pr-btn-review, .reset-customer-password-form .p-w-r .pr-review-display .pr-rd-no-reviews a, .p-w-r .pr-review-display .pr-rd-no-reviews .reset-customer-password-form a,
  .activate-customer-password-form .btn,
  .activate-customer-password-form .shopify-challenge__button,
  .activate-customer-password-form .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item,
  .smartrr-portal-slide-panel .activate-customer-password-form .smartrr-portal-tabs-header-item,
  .activate-customer-password-form .smartrr-portal-wrapper .smartrr-portal-tabs-header-item,
  .smartrr-portal-wrapper .activate-customer-password-form .smartrr-portal-tabs-header-item,
  .activate-customer-password-form .smartrr-portal-slide-panel .smartrr-portal-slide-panel-footer > div,
  .smartrr-portal-slide-panel .activate-customer-password-form .smartrr-portal-slide-panel-footer > div,
  .activate-customer-password-form .product-template .dynamic-checkout-button .shopify-payment-button__button--unbranded,
  .product-template .dynamic-checkout-button .activate-customer-password-form .shopify-payment-button__button--unbranded,
  .activate-customer-password-form .pagination a,
  .pagination .activate-customer-password-form a,
  .activate-customer-password-form .pagination .current,
  .pagination .activate-customer-password-form .current,
  .activate-customer-password-form div.snize-ac-results .snize-view-all-link,
  div.snize-ac-results .activate-customer-password-form .snize-view-all-link,
  .activate-customer-password-form .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a,
  .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write .activate-customer-password-form a,
  .activate-customer-password-form #write-a-review .p-w-r .pr-btn-review,
  #write-a-review .p-w-r .activate-customer-password-form .pr-btn-review,
  .activate-customer-password-form .p-w-r .pr-review-display .pr-rd-no-reviews a,
  .p-w-r .pr-review-display .pr-rd-no-reviews .activate-customer-password-form a {
    margin: 0 auto;
    display: block; }

.template-addresses .account-pages__header {
  margin: 0; }
  @media only screen and (max-width: 749px) {
    .template-addresses .account-pages__header {
      margin: 30px 0 0; } }

.search-wgt-rec-inner--skin {
  display: none !important; }

.search-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 105;
  background-image: linear-gradient(0deg, #fbddb7, white 100%); }

.search-modal__inner {
  max-width: 1100px;
  width: 100%;
  height: 100%;
  padding: 150px 20px 50px;
  margin: 0 auto;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 749px) {
    .search-modal__inner {
      padding: 20px; } }

.search-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: transparent;
  margin-bottom: 40px; }
  .search-modal__header form {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #000000;
    padding: 15px 0; }
    @media only screen and (max-width: 749px) {
      .search-modal__header form {
        width: calc(100% - 40px);
        padding: 0; } }

.search-modal__label {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }
  .search-modal__label svg.icon {
    width: 30px;
    height: auto; }
    @media only screen and (max-width: 749px) {
      .search-modal__label svg.icon {
        width: 18px; } }
    .search-modal__label svg.icon g,
    .search-modal__label svg.icon path {
      stroke: none; }
    .search-modal__label svg.icon.icon--skin {
      display: none !important; }

.search-modal__input {
  width: 100%;
  padding: 0 25px 0 0;
  background: transparent;
  border: unset;
  font-family: "TSTAR", sans-serif;
  font-size: 50px;
  color: #000000;
  text-transform: uppercase; }
  @media (max-width: 749px) {
    .search-modal__input {
      font-size: calc(22px + 47.6 * ((100vw - 375px) / 1440)); } }
  @media (min-width: 750px) {
    .search-modal__input {
      font-size: calc(22px + 28 * (100vw / 1440)); } }
  @media (min-width: 1440px) {
    .search-modal__input {
      font-size: 50px; } }
  @media only screen and (max-width: 749px) {
    .search-modal__input {
      line-height: 1.59; } }
  .search-modal__input::placeholder {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-transform: uppercase; }
    @media only screen and (max-width: 749px) {
      .search-modal__input::placeholder {
        line-height: 1.59; } }

.search-modal__btn-close {
  position: absolute;
  top: 27px;
  right: 77px;
  padding: 8px;
  background: transparent; }
  @media only screen and (max-width: 749px) {
    .search-modal__btn-close {
      margin-left: auto;
      position: unset; } }
  .search-modal__btn-close .icon {
    width: 15px;
    height: auto; }
    @media only screen and (max-width: 749px) {
      .search-modal__btn-close .icon {
        width: 18px; } }
    .search-modal__btn-close .icon.icon--skin {
      display: none !important; }

.search-wgt-rec {
  overflow: auto;
  height: 100%;
  display: flex;
  align-items: flex-start; }

.search-wgt-rec-inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-right: -1px; }
  @media only screen and (max-width: 749px) {
    .search-wgt-rec-inner {
      flex-direction: column;
      margin-right: 0; } }

.search-wgt-rec__item {
  background: #ffffff;
  width: calc(20% - 1px);
  margin-right: 1px;
  margin-bottom: 1px;
  padding: 0 22px 15px;
  text-align: center;
  position: relative; }
  @media only screen and (max-width: 749px) {
    .search-wgt-rec__item {
      padding: 0 10px;
      width: 100%;
      display: flex; } }
  .search-wgt-rec__item .search-wgt-rec__item-label {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px 5px;
    border: 1px solid #392c22;
    color: #392c22;
    text-transform: capitalize;
    font-family: "Krub", sans-serif;
    font-size: 11px;
    font-weight: 600;
    z-index: 1; }
  .search-wgt-rec__item figure {
    position: relative;
    padding-bottom: 100%;
    margin-bottom: 8px; }
    @media only screen and (max-width: 749px) {
      .search-wgt-rec__item figure {
        padding-bottom: 22%;
        width: 22%; } }
    .search-wgt-rec__item figure img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 75%;
      height: 75%;
      object-fit: contain; }
  @media only screen and (max-width: 749px) {
    .search-wgt-rec__item .search-wgt-rec__item-content {
      padding: 5px 10px 5px 30px;
      width: 78%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      text-align: left; } }
  .search-wgt-rec__item h3 {
    font-family: "Krub", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.57;
    margin-bottom: 5px; }
    @media only screen and (max-width: 749px) {
      .search-wgt-rec__item h3 {
        margin-bottom: 0; } }
  .search-wgt-rec__item span {
    font-family: "Krub", sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.36;
    margin-top: auto; }
    @media only screen and (max-width: 749px) {
      .search-wgt-rec__item span {
        line-height: 1.45;
        margin-top: 0; } }

.snize-instant-widget-is-open .search-modal__label {
  pointer-events: none; }

div.snize-ac-results {
  background: transparent !important;
  box-shadow: unset !important;
  max-width: 1060px !important;
  width: 100%;
  height: 100%;
  padding-top: 40px !important; }
  @media only screen and (max-width: 1060px) {
    div.snize-ac-results {
      left: 0 !important;
      width: 100% !important;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 0 !important; } }
  div.snize-ac-results .snize-ac-results-content {
    background: transparent !important;
    padding: 0 !important;
    box-shadow: unset !important;
    min-height: 300px !important; }
  div.snize-ac-results .snize-ac-results-columns {
    margin-bottom: 30px; }
  div.snize-ac-results .snize-ac-results-column:first-child {
    width: 19%;
    padding-right: 20px; }
    @media only screen and (max-width: 749px) {
      div.snize-ac-results .snize-ac-results-column:first-child {
        padding-right: 0; } }
  div.snize-ac-results .snize-ac-results-column:nth-child(2) {
    width: 81%; }
  div.snize-ac-results .snize-ac-results-multicolumn-list {
    background: transparent !important;
    max-width: 100% !important;
    margin-right: 0 -1px 0 0 !important; }
    div.snize-ac-results .snize-ac-results-multicolumn-list .snize-product {
      max-width: unset;
      min-width: unset;
      width: calc(25% - 1px);
      flex: 0 0 calc(25% - 1px);
      background: #ffffff !important;
      padding: 22px !important;
      margin: 0 1px 1px 0 !important; }
      @media only screen and (max-width: 749px) {
        div.snize-ac-results .snize-ac-results-multicolumn-list .snize-product {
          flex: 100%;
          width: 100%;
          margin-right: 0 !important;
          padding: 0 10px !important; } }
      div.snize-ac-results .snize-ac-results-multicolumn-list .snize-product .snize-item {
        display: flex;
        flex-direction: column; }
        @media only screen and (max-width: 749px) {
          div.snize-ac-results .snize-ac-results-multicolumn-list .snize-product .snize-item {
            display: grid;
            grid-template-columns: 22% 78%; } }
  div.snize-ac-results .snize-product-label {
    background: #ffffff;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px 5px;
    border: 1px solid #392c22;
    color: #392c22;
    text-transform: capitalize;
    font-family: "Krub", sans-serif;
    font-size: 11px;
    font-weight: 600;
    z-index: 1; }
    div.snize-ac-results .snize-product-label span {
      display: none; }
  div.snize-ac-results .snize-thumbnail {
    padding-bottom: 100%;
    height: unset !important;
    margin-bottom: 8px; }
    @media only screen and (max-width: 749px) {
      div.snize-ac-results .snize-thumbnail {
        margin-bottom: 0;
        grid-column: 1;
        grid-row: 1 / 5; } }
    div.snize-ac-results .snize-thumbnail img {
      max-height: unset !important;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain; }
  div.snize-ac-results .snize-title {
    font-family: "Krub", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.57;
    text-align: center;
    color: #000000;
    margin-bottom: 5px;
    max-height: unset;
    -webkit-line-clamp: unset; }
    @media only screen and (max-width: 749px) {
      div.snize-ac-results .snize-title {
        text-align: left;
        margin-left: 30px;
        margin-bottom: 0;
        grid-column: 2;
        grid-row: 2; } }
  div.snize-ac-results .snize-price-list {
    margin-top: auto; }
    @media only screen and (max-width: 749px) {
      div.snize-ac-results .snize-price-list {
        text-align: left;
        margin-left: 30px;
        grid-column: 2;
        grid-row: 3; } }
    div.snize-ac-results .snize-price-list * {
      font-family: "Krub", sans-serif;
      font-size: 11px;
      font-weight: 600;
      line-height: 1.37;
      text-align: center;
      color: #000000; }
  div.snize-ac-results .snize-description {
    display: none; }
  div.snize-ac-results div.snize-dropdown-arrow {
    display: none !important; }
  div.snize-ac-results ul {
    display: flex !important;
    flex-wrap: wrap; }
    @media only screen and (max-width: 749px) {
      div.snize-ac-results ul {
        flex-direction: column; } }
  div.snize-ac-results li {
    border: unset !important; }
  div.snize-ac-results li.snize-label {
    display: none; }
  div.snize-ac-results .snize-suggestion {
    width: 100%;
    text-transform: capitalize;
    font-family: "Krub", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 2.86;
    color: #392c22;
    background: transparent !important;
    padding: 0; }
  div.snize-ac-results .snize-view-all-link {
    max-width: unset !important; }
  div.snize-ac-results .snize-no-products-found .snize-did-you-mean .snize-no-products-found-link,
  div.snize-ac-results .snize-popular-suggestions-text .snize-no-products-found-link {
    border: 1px solid;
    background-color: #ff7458;
    color: #392c22;
    border-color: #ff7458;
    border-radius: 0; }
    div.snize-ac-results .snize-no-products-found .snize-did-you-mean .snize-no-products-found-link:hover,
    div.snize-ac-results .snize-popular-suggestions-text .snize-no-products-found-link:hover {
      background-color: #ff7458;
      color: #392c22;
      border-color: #392c22; }

.snize-results-page main {
  margin-top: 0; }
.snize-results-page h1 {
  text-transform: uppercase; }

.snize-search-results #snize-search-results-list-mode .snize-product-label,
.snize-search-results #snize-search-results-grid-mode .snize-product-label {
  background: #ffffff;
  position: absolute;
  top: 5px !important;
  left: unset !important;
  right: 5px !important;
  padding: 2px 5px;
  border: 1px solid #392c22;
  color: #392c22;
  text-transform: capitalize;
  font-family: "Krub", sans-serif;
  font-size: 11px;
  font-weight: 600;
  z-index: 1; }
  .snize-search-results #snize-search-results-list-mode .snize-product-label span,
  .snize-search-results #snize-search-results-grid-mode .snize-product-label span {
    display: none; }
.snize-search-results #snize-search-results-list-mode span.snize-overhidden,
.snize-search-results #snize-search-results-grid-mode span.snize-overhidden {
  overflow: visible; }
.snize-search-results #snize-search-results-list-mode li.snize-product .snize-title,
.snize-search-results #snize-search-results-grid-mode li.snize-product .snize-title {
  font-family: "Krub", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
  text-align: center;
  color: #392c22;
  margin-bottom: 0; }
.snize-search-results #snize-search-results-list-mode li.snize-product .snize-description,
.snize-search-results #snize-search-results-grid-mode li.snize-product .snize-description {
  font-family: "Krub", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 2.55;
  color: #392c22;
  margin-bottom: 5px; }
.snize-search-results #snize-search-results-list-mode li.snize-product .snize-price-list *,
.snize-search-results #snize-search-results-grid-mode li.snize-product .snize-price-list * {
  font-family: "TSTAR", sans-serif;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 2px;
  margin-bottom: 0; }
.snize-search-results #snize-search-results-list-mode li.snize-product .snize-button,
.snize-search-results #snize-search-results-grid-mode li.snize-product .snize-button {
  background-color: #181818;
  color: white;
  transition: all 0.35s;
  border: 1px solid transparent;
  box-shadow: 0 0 0 1px #181818;
  border-radius: 0; }
  .snize-search-results #snize-search-results-list-mode li.snize-product .snize-button:hover,
  .snize-search-results #snize-search-results-grid-mode li.snize-product .snize-button:hover {
    color: white;
    border-color: #181818;
    background-color: #181818; }

.bg-wt {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }
  @media only screen and (max-width: 749px) {
    .bg-wt {
      max-height: unset;
      align-items: flex-end;
      justify-content: center;
      flex-direction: column;
      padding: 0; } }
  .bg-wt .slideshow-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; }
  .bg-wt .slick-dots {
    margin: 0; }
  .bg-wt .slick-arrow {
    width: 30px;
    flex-direction: column;
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    color: #392C22;
    z-index: 2; }
    .bg-wt .slick-arrow:after {
      content: '';
      position: absolute;
      background: transparent;
      top: 50%;
      left: 50%;
      width: 400%;
      height: 400%;
      opacity: 0; }
    .bg-wt .slick-arrow:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 140%;
      height: 140%;
      background-color: white;
      opacity: 0.4;
      border-radius: 50%;
      z-index: -1; }
    .bg-wt .slick-arrow svg path {
      stroke: currentColor; }
  .bg-wt .slick-prev {
    right: unset;
    left: 30px; }
    @media only screen and (min-width: 750px) and (max-width: 989px) {
      .bg-wt .slick-prev {
        left: 10px; } }
    .bg-wt .slick-prev:after, .bg-wt .slick-prev:before {
      transform: translate(-46%, -50%); }
  .bg-wt .slick-next {
    left: unset;
    right: 30px; }
    @media only screen and (min-width: 750px) and (max-width: 989px) {
      .bg-wt .slick-next {
        right: 10px; } }
    .bg-wt .slick-next:after, .bg-wt .slick-next:before {
      transform: translate(-54%, -50%); }
  .bg-wt.bg-wt--medium {
    height: 75vw;
    min-height: 700px; }
    @media only screen and (min-width: 1600px) {
      .bg-wt.bg-wt--medium {
        max-height: calc(100vh - var(--promo-bar-height)); } }
    @media only screen and (min-width: 1400px) {
      .bg-wt.bg-wt--medium {
        min-height: 900px; } }
    @media only screen and (max-width: 989px) {
      .bg-wt.bg-wt--medium .bg-wt__content-wrapper {
        padding: 145px 30px 105px; } }
    @media only screen and (max-width: 749px) {
      .bg-wt.bg-wt--medium .bg-wt__content-wrapper {
        padding-left: 12px;
        padding-right: 12px; } }
  .bg-wt.bg-wt--small {
    height: 61vw;
    min-height: 660px; }
    @media only screen and (min-width: 1600px) {
      .bg-wt.bg-wt--small {
        max-height: calc(100vh - var(--promo-bar-height)); } }
    @media only screen and (min-width: 1400px) {
      .bg-wt.bg-wt--small {
        min-height: 900px; } }
    @media only screen and (max-width: 989px) {
      .bg-wt.bg-wt--small .bg-wt__content-wrapper {
        padding: 145px 30px 45px; } }
    @media only screen and (max-width: 749px) {
      .bg-wt.bg-wt--small .bg-wt__content-wrapper {
        padding-left: 12px;
        padding-right: 12px; } }

.bg-wt__inner,
.bg-wt__slideshow {
  display: block;
  width: 100%;
  height: 100%; }

.bg-wt__slide {
  position: relative;
  display: block;
  padding-bottom: 600px; }
  @media only screen and (max-width: 989px) {
    .bg-wt__slide {
      padding-bottom: 300px; } }

.bg-wt__video, .bg-wt__video video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover; }

.bg-wt__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1; }

.bg-wt__content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 14% 12% 275px;
  z-index: 1; }
  @media only screen and (max-width: 989px) {
    .bg-wt__content-wrapper {
      padding: 145px 30px 45px; } }
  @media only screen and (max-width: 749px) {
    .bg-wt__content-wrapper {
      height: auto;
      top: unset;
      padding-top: 0;
      padding-left: 12px;
      padding-right: 12px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end; } }

.bg-wt__content {
  max-width: 450px;
  width: 100%;
  padding-bottom: 65px;
  position: relative; }
  @media only screen and (max-width: 989px) {
    .bg-wt__content {
      padding-bottom: 40px; } }
  @media only screen and (max-width: 749px) {
    .bg-wt__content {
      margin: 0 auto; } }
  .bg-wt__content:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 190px;
    height: auto;
    border-top: 20px solid #000;
    border-image: url("/cdn/shop/t/303/assets/pseudo-1.svg?v=119163182374679336271680224469") 100% 0% 0%; }
    @media only screen and (max-width: 749px) {
      .bg-wt__content:after {
        right: 0;
        margin: 0 auto;
        width: 160px;
        border-top-width: 16px; } }

.bg-wt__heading {
  color: #fff5e8;
  font-family: "TSTAR", sans-serif;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase; }
  @media (max-width: 749px) {
    .bg-wt__heading {
      font-size: calc(40px + 68 * ((100vw - 375px) / 1440)); } }
  @media (min-width: 750px) {
    .bg-wt__heading {
      font-size: calc(40px + 40 * (100vw / 1440)); } }
  @media (min-width: 1440px) {
    .bg-wt__heading {
      font-size: 80px; } }
  @media only screen and (max-width: 749px) {
    .bg-wt__heading {
      margin-bottom: 10px;
      text-align: center; } }
  .bg-wt__heading.bg-wt__heading--medium {
    letter-spacing: 2px; }
    @media (max-width: 749px) {
      .bg-wt__heading.bg-wt__heading--medium {
        font-size: calc(40px + 136 * ((100vw - 375px) / 1440)); } }
    @media (min-width: 750px) {
      .bg-wt__heading.bg-wt__heading--medium {
        font-size: calc(40px + 80 * (100vw / 1440)); } }
    @media (min-width: 1440px) {
      .bg-wt__heading.bg-wt__heading--medium {
        font-size: 120px; } }
    @media only screen and (max-width: 749px) {
      .bg-wt__heading.bg-wt__heading--medium {
        letter-spacing: normal; } }
  @media (max-width: 749px) {
    .bg-wt__heading.bg-wt__heading--small {
      font-size: calc(40px + 68 * ((100vw - 375px) / 1440)); } }
  @media (min-width: 750px) {
    .bg-wt__heading.bg-wt__heading--small {
      font-size: calc(40px + 40 * (100vw / 1440)); } }
  @media (min-width: 1440px) {
    .bg-wt__heading.bg-wt__heading--small {
      font-size: 80px; } }

.bg-wt__text {
  color: #fff5e8;
  font-family: "Krub", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 20px; }
  @media only screen and (max-width: 749px) {
    .bg-wt__text {
      font-size: 12px;
      text-align: center;
      margin-left: auto;
      margin-right: auto; } }

@media only screen and (max-width: 749px) {
  .bg-wt__btn {
    margin: 0 auto;
    display: block; } }

@media only screen and (max-width: 749px) {
  .about-bg-wt .bg-wt__text {
    margin-bottom: 0; } }

.section-iwt {
  position: relative; }

.section-iwt__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 74%;
  margin: 0 auto;
  width: 100%;
  padding: 45vw 20px 175px; }
  @media only screen and (min-width: 1600px) {
    .section-iwt__wrapper {
      max-width: 1400px; } }
  @media screen and (min-width: 1441px) {
    .section-iwt__wrapper {
      padding-top: 35vw; } }
  @media only screen and (max-width: 1399px) {
    .section-iwt__wrapper {
      max-width: unset; } }
  @media only screen and (max-width: 989px) {
    .section-iwt__wrapper {
      padding-top: 58vw; } }
  @media only screen and (max-width: 749px) {
    .section-iwt__wrapper {
      flex-direction: column-reverse;
      padding-top: 90vw;
      padding-bottom: 65px; } }
  @media only screen and (max-width: 399px) {
    .section-iwt__wrapper {
      padding-top: 100vw; } }
  .section-iwt__wrapper.section-iwt--padding-default {
    padding-top: 175px; }
    @media only screen and (max-width: 989px) {
      .section-iwt__wrapper.section-iwt--padding-default {
        padding-top: 125px; } }
    @media only screen and (max-width: 749px) {
      .section-iwt__wrapper.section-iwt--padding-default {
        padding-top: 65px; } }

.section-iwt__image-wrapper {
  width: 50%;
  position: relative; }
  @media only screen and (max-width: 749px) {
    .section-iwt__image-wrapper {
      width: 100%;
      max-width: 55%;
      min-width: 185px; } }

.section-iwt__main-image {
  position: relative; }
  .section-iwt__main-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.section-iwt__btn {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
  z-index: 1; }
  @media only screen and (max-width: 749px) {
    .section-iwt__btn {
      transform: translate(50%, 30%); } }

.section-iwt__content {
  width: 50%;
  padding-top: 20px;
  padding-left: 90px;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 749px) {
    .section-iwt__content {
      width: 100%;
      padding-top: 0;
      padding-left: 0;
      margin-bottom: 30px; } }

.section-iwt__heading {
  color: #fff5e8;
  font-family: "TSTAR", sans-serif;
  line-height: 0.92;
  letter-spacing: 2px;
  margin-bottom: 20px; }
  @media (max-width: 749px) {
    .section-iwt__heading {
      font-size: calc(60px + 102 * ((100vw - 375px) / 1440)); } }
  @media (min-width: 750px) {
    .section-iwt__heading {
      font-size: calc(60px + 60 * (100vw / 1440)); } }
  @media (min-width: 1440px) {
    .section-iwt__heading {
      font-size: 120px; } }
  @media only screen and (max-width: 749px) {
    .section-iwt__heading {
      line-height: 0.95;
      letter-spacing: 1.5px;
      max-width: 69%;
      min-width: 230px; } }

.section-iwt__text {
  color: #fff5e8;
  font-family: "Krub", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: normal;
  margin-bottom: 0; }
  @media only screen and (max-width: 749px) {
    .section-iwt__text {
      font-size: 12px;
      line-height: 1.75;
      max-width: 69%;
      min-width: 230px; } }

.section-iwt__secondary-image {
  position: absolute;
  max-width: 500px;
  max-height: 500px;
  width: 35vw;
  height: 35vw;
  bottom: -75px;
  right: 0;
  z-index: 1;
  overflow: hidden; }
  @media only screen and (min-width: 1600px) {
    .section-iwt__secondary-image {
      right: 5%; } }
  @media only screen and (max-width: 749px) {
    .section-iwt__secondary-image {
      width: 150px;
      height: 150px;
      top: 65%; } }
  @media only screen and (max-width: 399px) {
    .section-iwt__secondary-image {
      top: 61%; } }
  .section-iwt__secondary-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.section-iwt__decorative-image {
  position: absolute;
  right: 0;
  top: 315px;
  width: 175px;
  height: 260px; }
  @media only screen and (min-width: 1600px) {
    .section-iwt__decorative-image {
      top: 500px; } }
  @media only screen and (max-width: 1199px) {
    .section-iwt__decorative-image {
      width: 75px;
      height: 150px; } }
  @media only screen and (max-width: 749px) {
    .section-iwt__decorative-image {
      top: 300px; } }
  .section-iwt__decorative-image.section-iwt__decorative-image--default {
    top: -85px; }
    @media only screen and (max-width: 989px) {
      .section-iwt__decorative-image.section-iwt__decorative-image--default {
        top: 20px; } }
  .section-iwt__decorative-image img {
    height: 100%;
    object-fit: contain; }

@media only screen and (max-width: 749px) {
  .slideshow-iwt {
    padding: 40px 20px 90px; } }
@media only screen and (max-width: 749px) {
  .slideshow-iwt .slick-list {
    overflow: visible; } }
.slideshow-iwt .slick-arrow {
  bottom: 40px; }
  @media only screen and (max-width: 749px) {
    .slideshow-iwt .slick-arrow {
      bottom: 33px; } }
@media only screen and (max-width: 749px) {
  .slideshow-iwt .slick-prev {
    right: 50px; } }

.slideshow-iwt__slide {
  position: relative; }

.slideshow-iwt__images {
  display: flex;
  max-height: 100vh; }

.slideshow-iwt__image-wrapper {
  position: relative;
  width: 50%; }
  @media only screen and (min-width: 750px) {
    .slideshow-iwt__image-wrapper {
      opacity: 1 !important;
      transform: unset !important; } }
  .slideshow-iwt__image-wrapper[data-aos]:nth-child(1):before {
    left: 0; }
    @media only screen and (max-width: 749px) {
      .slideshow-iwt__image-wrapper[data-aos]:nth-child(1):before {
        display: none; } }
  .slideshow-iwt__image-wrapper[data-aos]:nth-child(2):before {
    right: 0; }
    @media only screen and (max-width: 749px) {
      .slideshow-iwt__image-wrapper[data-aos]:nth-child(2):before {
        display: none; } }
  .slideshow-iwt__image-wrapper[data-aos]:before {
    transition: all 0.8s;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 1; }
  .slideshow-iwt__image-wrapper.aos-init.aos-animate:nth-child(1):before {
    left: -150%; }
  .slideshow-iwt__image-wrapper.aos-init.aos-animate:nth-child(2):before {
    right: -150%; }

.slideshow-iwt__image {
  position: relative;
  width: 100%; }
  .slideshow-iwt__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.slideshow-iwt__image-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.slideshow-iwt__content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1; }
  @media only screen and (max-width: 749px) {
    .slideshow-iwt__content-wrapper {
      position: unset; } }

.slideshow-iwt__content {
  max-width: 500px;
  width: 100%;
  text-align: center; }

.slideshow-iwt__preheading {
  color: #fff5e8;
  font-family: "TSTAR", sans-serif;
  font-size: 50px;
  letter-spacing: 5px;
  margin-bottom: 0; }
  @media (max-width: 749px) {
    .slideshow-iwt__preheading {
      font-size: calc(24px + 44.2 * ((100vw - 375px) / 1440)); } }
  @media (min-width: 750px) {
    .slideshow-iwt__preheading {
      font-size: calc(24px + 26 * (100vw / 1440)); } }
  @media (min-width: 1440px) {
    .slideshow-iwt__preheading {
      font-size: 50px; } }

.slideshow-iwt__heading {
  font-family: "TSTAR", sans-serif;
  font-size: 120px;
  letter-spacing: 5px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative; }
  @media (max-width: 749px) {
    .slideshow-iwt__heading {
      font-size: calc(60px + 102 * ((100vw - 375px) / 1440)); } }
  @media (min-width: 750px) {
    .slideshow-iwt__heading {
      font-size: calc(60px + 60 * (100vw / 1440)); } }
  @media (min-width: 1440px) {
    .slideshow-iwt__heading {
      font-size: 120px; } }
  @media only screen and (max-width: 989px) {
    .slideshow-iwt__heading {
      padding-bottom: 23px;
      margin-bottom: 30px; } }
  .slideshow-iwt__heading:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 190px;
    height: 100%;
    border-bottom: 20px solid #000;
    border-image: url("/cdn/shop/t/303/assets/pseudo-1-revers.svg?v=139407983808207726651680224469") 0% 0% 100%; }
    @media only screen and (max-width: 989px) {
      .slideshow-iwt__heading:after {
        width: 160px;
        border-bottom-width: 16px; } }

@media only screen and (max-width: 749px) {
  .slideshow-iwt__btn {
    position: absolute;
    bottom: -55px;
    left: calc(50% - 55px); } }

.slideshow-container {
  padding: var(--padding-top, 175px) 0 var(--padding-bottom, 150px) 195px;
  position: relative; }
  @media only screen and (min-width: 1600px) {
    .slideshow-container {
      padding-left: 17%; } }
  @media only screen and (max-width: 989px) {
    .slideshow-container {
      padding-left: 20px;
      padding-bottom: var(--padding-bottom, 55px); } }
  @media only screen and (max-width: 749px) {
    .slideshow-container {
      padding-top: var(--padding-top, 50px); } }
  .slideshow-container.bottom-text {
    padding-bottom: 75px; }
    @media only screen and (max-width: 989px) {
      .slideshow-container.bottom-text {
        padding-bottom: 40px; } }
  .slideshow-container.slideshow-container__right .slideshow-nav {
    justify-content: flex-end; }
  .slideshow-container.slideshow-container__between {
    padding-top: 0;
    padding-bottom: 0;
    background-image: unset !important;
    transform: translateY(-54px);
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1; }
    @media only screen and (max-width: 989px) {
      .slideshow-container.slideshow-container__between {
        transform: translateY(-34px); } }
    .slideshow-container.slideshow-container__between .slideshow-text {
      display: none; }
  .slideshow-container.slideshow-container__middle {
    padding-left: 80px;
    padding-right: 80px; }
    @media only screen and (max-width: 749px) {
      .slideshow-container.slideshow-container__middle {
        padding-left: 10px;
        padding-right: 10px; } }
  .slideshow-container.slideshow-divided-running-text .running-text {
    margin-bottom: 35px; }
    @media only screen and (max-width: 749px) {
      .slideshow-container.slideshow-divided-running-text .running-text {
        margin-bottom: 10px; } }
  .slideshow-container.slideshow-divided-running-text.slideshow-container__middle {
    padding-left: 0;
    padding-right: 0; }
    .slideshow-container.slideshow-divided-running-text.slideshow-container__middle .slideshow {
      margin-left: 80px;
      margin-right: 80px; }
      @media only screen and (max-width: 749px) {
        .slideshow-container.slideshow-divided-running-text.slideshow-container__middle .slideshow {
          margin-left: 10px;
          margin-right: 10px; } }
  .slideshow-container.slideshow-container__fullwidth {
    padding-left: 0; }
  .slideshow-container:not(.slideshow-divided-running-text) .running-text {
    border-bottom: unset; }

.slideshow-header {
  text-align: center;
  padding: 0 20px; }
  .slideshow-header.slideshow-header__margin {
    padding-top: 35px; }
    @media only screen and (max-width: 749px) {
      .slideshow-header.slideshow-header__margin {
        padding-top: 10px; } }
  .slideshow-header .slideshow__heading {
    position: relative;
    font-family: "Amboy", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    z-index: 1; }
    @media (max-width: 749px) {
      .slideshow-header .slideshow__heading {
        font-size: calc(24px + 61.2 * ((100vw - 375px) / 1440)); } }
    @media (min-width: 750px) {
      .slideshow-header .slideshow__heading {
        font-size: calc(24px + 36 * (100vw / 1440)); } }
    @media (min-width: 1440px) {
      .slideshow-header .slideshow__heading {
        font-size: 60px; } }
    .slideshow-header .slideshow__heading.slideshow__heading--gradient {
      color: var(--heading-color, black); }
      .slideshow-header .slideshow__heading.slideshow__heading--gradient span {
        background-image: var(--heading-gradient);
        background-size: 200% 200%;
        -webkit-background-clip: text;
        -webkit-text-stroke: 4px transparent;
        text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.6); }
    .slideshow-header .slideshow__heading.slideshow__heading--image span {
      background-image: var(--heading-bg, none);
      background-position: center;
      background-size: cover;
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      color: #fff; }
      .slideshow-header .slideshow__heading.slideshow__heading--image span::after {
        content: attr(data-text);
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        text-shadow: -3px 3px 3px rgba(103, 66, 15, 0.6);
        top: 0;
        z-index: -1; }
    .slideshow-header .slideshow__heading.slideshow__heading--color {
      color: var(--heading-color, black);
      text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.6); }
    .slideshow-header .slideshow__heading span {
      position: relative;
      display: block; }
  .slideshow-header .slideshow__text {
    font-family: "Krub", sans-serif;
    font-weight: 500;
    margin-bottom: 20px; }
    @media (max-width: 749px) {
      .slideshow-header .slideshow__text {
        font-size: calc(14px + 10.2 * ((100vw - 375px) / 1440)); } }
    @media (min-width: 750px) {
      .slideshow-header .slideshow__text {
        font-size: calc(14px + 6 * (100vw / 1440)); } }
    @media (min-width: 1440px) {
      .slideshow-header .slideshow__text {
        font-size: 20px; } }

.slideshow-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .slideshow-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.slideshow-container__decor-img-1 {
  position: absolute;
  top: 0;
  left: 0; }

.slideshow-text {
  margin-top: 45px;
  margin-left: -195px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 989px) {
    .slideshow-text {
      margin-top: 20px;
      margin-left: -20px; } }
  .slideshow-text p {
    font-family: "TSTAR", sans-serif;
    font-size: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    color: inherit;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 50px; }
    @media only screen and (max-width: 989px) {
      .slideshow-text p {
        font-size: 16px;
        letter-spacing: 1px;
        padding-bottom: 26px; } }
    .slideshow-text p:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      margin: 0 auto;
      width: 450px;
      height: 100%;
      border-bottom: 30px solid #000;
      border-image: url("/cdn/shop/t/303/assets/pseudo-2.svg?v=93740286343099082271680224469") 0% 0% 100%; }
      @media only screen and (max-width: 989px) {
        .slideshow-text p:after {
          width: 220px;
          border-image: url("/cdn/shop/t/303/assets/pseudo-2-small.svg?v=31986039658758628291680224469") 0% 0% 100%;
          border-bottom-width: 16px; } }
  .slideshow-text em {
    font-style: normal;
    color: #d93f26; }

.slideshow {
  display: flex; }
  .slideshow.slideshow--content-full .product-item__content {
    padding: 0;
    height: auto; }
  .slideshow.slideshow--no-borders .slideshow-slide {
    border-right: 1px solid; }
    .slideshow.slideshow--no-borders .slideshow-slide:last-child {
      border-right: unset; }
  .slideshow.slideshow--no-borders .slick-list {
    border-left: 2px solid currentColor; }
  .slideshow.slideshow--no-borders .slick-track {
    border: 2px solid currentColor;
    border-left: unset; }
  .slideshow.slideshow--product-space {
    margin-left: 0;
    margin-right: 0; }
    .slideshow.slideshow--product-space .slick-track {
      justify-content: space-between; }
    @media only screen and (max-width: 749px) {
      .slideshow.slideshow--product-space .slick-list {
        margin: 0; } }
    .slideshow.slideshow--product-space .slideshow-slide {
      margin-right: 40px; }
      .slideshow.slideshow--product-space .slideshow-slide:last-child {
        margin-right: 0; }
      @media only screen and (max-width: 1199px) {
        .slideshow.slideshow--product-space .slideshow-slide {
          margin-right: 20px; } }

.slideshow-slide .btn--image {
  font-size: 18px; }
.slideshow-slide.slick-slide {
  height: auto;
  position: relative; }
.slideshow-slide > a, .slideshow-slide > div {
  position: relative;
  width: 100%;
  display: flex; }
.slideshow-slide:hover .image-overlay {
  z-index: 2;
  visibility: visible; }

.slide-iwt-item {
  padding-bottom: 140%; }
  .slide-iwt-item .slide-iwt-item__image {
    width: 100%;
    height: 100%;
    position: absolute; }
    .slide-iwt-item .slide-iwt-item__image img {
      height: 100%;
      object-fit: cover; }
  .slide-iwt-item .slide-iwt-item__content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px 10px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center; }
    @media only screen and (max-width: 749px) {
      .slide-iwt-item .slide-iwt-item__content {
        padding: 20px 10px; } }
  .slide-iwt-item .slide-iwt-item__heading {
    font-family: "TSTAR", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-bottom: 0; }
    @media only screen and (max-width: 749px) {
      .slide-iwt-item .slide-iwt-item__heading {
        font-size: 12px;
        line-height: 2;
        letter-spacing: 1.71px; } }

.slide-coll-item {
  padding-bottom: 140%; }
  .slide-coll-item .slide-coll-item__image {
    width: 100%;
    height: 100%;
    position: absolute; }
    .slide-coll-item .slide-coll-item__image img {
      height: 100%;
      object-fit: cover; }
  .slide-coll-item .slide-coll-item__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 30px 10px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center; }
    @media only screen and (max-width: 749px) {
      .slide-coll-item .slide-coll-item__content {
        padding: 20px 10px; } }
  .slide-coll-item .slide-coll-item__content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .slide-coll-item .slide-coll-item__heading {
    font-family: "TSTAR", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-bottom: 0;
    z-index: 3; }
    @media only screen and (max-width: 749px) {
      .slide-coll-item .slide-coll-item__heading {
        font-size: 12px;
        line-height: 2;
        letter-spacing: 1.71px; } }

.slide-product-item {
  flex-direction: column;
  height: 100%;
  padding: 30px; }
  @media only screen and (max-width: 749px) {
    .slide-product-item {
      padding: 15px; } }
  .slide-product-item .slide-product-item__image-wrapper {
    display: block;
    margin-bottom: 10px; }
  .slide-product-item .slide-product-item__image {
    position: relative;
    padding-bottom: 100%;
    width: 100%; }
    @media only screen and (max-width: 749px) {
      .slide-product-item .slide-product-item__image {
        padding-bottom: 91%; } }
    .slide-product-item .slide-product-item__image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .slide-product-item .slide-product-item__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center; }
    .slide-product-item .slide-product-item__content .btn, .slide-product-item .slide-product-item__content .shopify-challenge__button, .slide-product-item .slide-product-item__content .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item, .smartrr-portal-slide-panel .slide-product-item .slide-product-item__content .smartrr-portal-tabs-header-item,
    .slide-product-item .slide-product-item__content .smartrr-portal-wrapper .smartrr-portal-tabs-header-item,
    .smartrr-portal-wrapper .slide-product-item .slide-product-item__content .smartrr-portal-tabs-header-item, .slide-product-item .slide-product-item__content .smartrr-portal-slide-panel .smartrr-portal-slide-panel-footer > div, .smartrr-portal-slide-panel .slide-product-item .slide-product-item__content .smartrr-portal-slide-panel-footer > div, .slide-product-item .slide-product-item__content .product-template .dynamic-checkout-button .shopify-payment-button__button--unbranded, .product-template .dynamic-checkout-button .slide-product-item .slide-product-item__content .shopify-payment-button__button--unbranded, .slide-product-item .slide-product-item__content .pagination a, .pagination .slide-product-item .slide-product-item__content a, .slide-product-item .slide-product-item__content .pagination .current, .pagination .slide-product-item .slide-product-item__content .current, .slide-product-item .slide-product-item__content div.snize-ac-results .snize-view-all-link, div.snize-ac-results .slide-product-item .slide-product-item__content .snize-view-all-link, .slide-product-item .slide-product-item__content .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a, .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write .slide-product-item .slide-product-item__content a, .slide-product-item .slide-product-item__content #write-a-review .p-w-r .pr-btn-review, #write-a-review .p-w-r .slide-product-item .slide-product-item__content .pr-btn-review, .slide-product-item .slide-product-item__content .p-w-r .pr-review-display .pr-rd-no-reviews a, .p-w-r .pr-review-display .pr-rd-no-reviews .slide-product-item .slide-product-item__content a {
      margin-top: auto;
      display: block; }
      @media only screen and (max-width: 1199px) {
        .slide-product-item .slide-product-item__content .btn, .slide-product-item .slide-product-item__content .shopify-challenge__button, .slide-product-item .slide-product-item__content .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item, .smartrr-portal-slide-panel .slide-product-item .slide-product-item__content .smartrr-portal-tabs-header-item,
        .slide-product-item .slide-product-item__content .smartrr-portal-wrapper .smartrr-portal-tabs-header-item,
        .smartrr-portal-wrapper .slide-product-item .slide-product-item__content .smartrr-portal-tabs-header-item, .slide-product-item .slide-product-item__content .smartrr-portal-slide-panel .smartrr-portal-slide-panel-footer > div, .smartrr-portal-slide-panel .slide-product-item .slide-product-item__content .smartrr-portal-slide-panel-footer > div, .slide-product-item .slide-product-item__content .product-template .dynamic-checkout-button .shopify-payment-button__button--unbranded, .product-template .dynamic-checkout-button .slide-product-item .slide-product-item__content .shopify-payment-button__button--unbranded, .slide-product-item .slide-product-item__content .pagination a, .pagination .slide-product-item .slide-product-item__content a, .slide-product-item .slide-product-item__content .pagination .current, .pagination .slide-product-item .slide-product-item__content .current, .slide-product-item .slide-product-item__content div.snize-ac-results .snize-view-all-link, div.snize-ac-results .slide-product-item .slide-product-item__content .snize-view-all-link, .slide-product-item .slide-product-item__content .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a, .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write .slide-product-item .slide-product-item__content a, .slide-product-item .slide-product-item__content #write-a-review .p-w-r .pr-btn-review, #write-a-review .p-w-r .slide-product-item .slide-product-item__content .pr-btn-review, .slide-product-item .slide-product-item__content .p-w-r .pr-review-display .pr-rd-no-reviews a, .p-w-r .pr-review-display .pr-rd-no-reviews .slide-product-item .slide-product-item__content a {
          font-size: 12px;
          letter-spacing: 1px;
          padding: 5px; } }
      .slide-product-item .slide-product-item__content .btn s, .slide-product-item .slide-product-item__content .shopify-challenge__button s, .slide-product-item .slide-product-item__content .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item s, .smartrr-portal-slide-panel .slide-product-item .slide-product-item__content .smartrr-portal-tabs-header-item s,
      .slide-product-item .slide-product-item__content .smartrr-portal-wrapper .smartrr-portal-tabs-header-item s,
      .smartrr-portal-wrapper .slide-product-item .slide-product-item__content .smartrr-portal-tabs-header-item s, .slide-product-item .slide-product-item__content .smartrr-portal-slide-panel .smartrr-portal-slide-panel-footer > div s, .smartrr-portal-slide-panel .slide-product-item .slide-product-item__content .smartrr-portal-slide-panel-footer > div s, .slide-product-item .slide-product-item__content .product-template .dynamic-checkout-button .shopify-payment-button__button--unbranded s, .product-template .dynamic-checkout-button .slide-product-item .slide-product-item__content .shopify-payment-button__button--unbranded s, .slide-product-item .slide-product-item__content .pagination a s, .pagination .slide-product-item .slide-product-item__content a s, .slide-product-item .slide-product-item__content .pagination .current s, .pagination .slide-product-item .slide-product-item__content .current s, .slide-product-item .slide-product-item__content div.snize-ac-results .snize-view-all-link s, div.snize-ac-results .slide-product-item .slide-product-item__content .snize-view-all-link s, .slide-product-item .slide-product-item__content .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a s, .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write .slide-product-item .slide-product-item__content a s, .slide-product-item .slide-product-item__content #write-a-review .p-w-r .pr-btn-review s, #write-a-review .p-w-r .slide-product-item .slide-product-item__content .pr-btn-review s, .slide-product-item .slide-product-item__content .p-w-r .pr-review-display .pr-rd-no-reviews a s, .p-w-r .pr-review-display .pr-rd-no-reviews .slide-product-item .slide-product-item__content a s {
        opacity: 0.5; }
  .slide-product-item .slide-product-item__heading {
    font-family: "Krub", sans-serif;
    font-size: var(--heading-font-size, 16px);
    font-weight: 600;
    line-height: 1.38;
    margin-bottom: 10px; }
    @media only screen and (max-width: 749px) {
      .slide-product-item .slide-product-item__heading {
        font-size: 14px;
        line-height: 1.57;
        margin-bottom: 5px; } }
  .slide-product-item .slide-product-item__reviews {
    margin-bottom: 15px; }
    .slide-product-item .slide-product-item__reviews .pr-snippet-rating-decimal {
      display: none; }
    .slide-product-item .slide-product-item__reviews .pr-category-snippet {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
  .slide-product-item .slide-product-item__options {
    font-family: "Krub", sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 2.55;
    margin-bottom: 10px;
    margin-bottom: 5px; }
    @media only screen and (max-width: 749px) {
      .slide-product-item .slide-product-item__options {
        line-height: 1.36; } }

@media only screen and (min-width: 990px) {
  .blog-slideshow {
    padding-top: 100px;
    padding-bottom: 100px; } }

.running-text {
  border: 2px solid transparent;
  background-image: linear-gradient(to right, #ff7458 32%, #f68b2c 100%); }
  .running-text .running-text-line {
    font-family: "TSTAR", sans-serif;
    font-size: var(--running-text-size, 50px);
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
    white-space: nowrap;
    letter-spacing: normal; }
    @media only screen and (max-width: 989px) {
      .running-text .running-text-line {
        font-size: 30px;
        letter-spacing: normal; } }
  .running-text .slick-track {
    display: flex;
    align-items: center;
    justify-content: center; }

.prefooter {
  position: relative;
  color: #fbddb7;
  text-align: center; }
  .prefooter .wrapper, .prefooter .slideshow-product-inner, .prefooter .product__breadcrumbs {
    padding-top: 40px;
    padding-bottom: 40px; }
    @media only screen and (max-width: 989px) {
      .prefooter .wrapper, .prefooter .slideshow-product-inner, .prefooter .product__breadcrumbs {
        padding-top: 60px;
        padding-bottom: 35px; } }

.prefooter__heading {
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 5px;
  position: relative;
  padding-top: 30px; }
  @media (max-width: 749px) {
    .prefooter__heading {
      font-size: calc(40px + 17 * ((100vw - 375px) / 1440)); } }
  @media (min-width: 750px) {
    .prefooter__heading {
      font-size: calc(40px + 10 * (100vw / 1440)); } }
  @media (min-width: 1440px) {
    .prefooter__heading {
      font-size: 50px; } }
  @media only screen and (max-width: 989px) {
    .prefooter__heading {
      margin-bottom: 10px;
      padding-top: 26px; } }
  .prefooter__heading:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 190px;
    height: 100%;
    border-top: 20px solid #000;
    border-image: url("/cdn/shop/t/303/assets/pseudo-1.svg?v=119163182374679336271680224469") 100% 0% 0%; }
    @media only screen and (max-width: 989px) {
      .prefooter__heading:after {
        width: 160px;
        border-top-width: 16px; } }

.prefooter__text {
  font-family: "Krub", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
  margin-bottom: 20px; }
  @media only screen and (max-width: 989px) {
    .prefooter__text {
      font-size: 12px;
      margin-bottom: 15px; } }

.prefooter__form-wrapper {
  max-width: 395px;
  margin: 0 auto;
  display: flex; }
  .prefooter__form-wrapper input[type="email"] {
    flex: 0 1 auto; }
  .prefooter__form-wrapper button {
    flex: 1 0 105px;
    padding: 5px; }

.prefooter__after-text {
  font-family: "Krub", sans-serif;
  font-size: 12px;
  margin-top: 20px; }
  @media only screen and (max-width: 989px) {
    .prefooter__after-text {
      margin-top: 30px; } }

.prefooter-form__success,
.prefooter-form__error {
  text-align: center;
  font-family: "TSTAR", sans-serif;
  font-size: 20px;
  margin-bottom: 20px; }

.prefooter-form__success {
  color: #fff5e8; }

.prefooter-form__error {
  color: #d93f26; }

.slideshow-product {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media only screen and (max-width: 749px) {
    .slideshow-product {
      padding-top: 50px; } }

.slideshow-product-inner {
  max-width: 1090px;
  position: relative; }
  @media only screen and (max-width: 749px) {
    .slideshow-product-inner {
      padding-left: 40px;
      padding-right: 40px; } }
  @media only screen and (min-width: 750px) {
    .slideshow-product-inner .slick-dots {
      max-width: calc(100% - 105px); } }
  @media only screen and (max-width: 749px) {
    .slideshow-product-inner .slick-dots {
      position: absolute;
      bottom: 222px;
      left: 0;
      right: 0;
      width: 100%;
      max-width: calc(100% - 30px);
      margin: 0 auto;
      z-index: 1; } }

.slideshow-product__slideshow .slick-prev {
  right: 42px; }
.slideshow-product__slideshow .slick-next {
  right: -6px; }

.slideshow-product__slide {
  display: flex !important;
  flex-direction: row-reverse; }
  @media only screen and (max-width: 749px) {
    .slideshow-product__slide {
      flex-direction: column; } }

.slideshow-product__content {
  width: 40%;
  display: flex;
  flex-direction: column;
  padding: 40px 20px 25px;
  text-align: center; }
  @media only screen and (max-width: 749px) {
    .slideshow-product__content {
      width: 100%;
      padding: 20px 20px 60px; } }
  @media only screen and (max-width: 749px) {
    .slideshow-product__content.slideshow-product__swatch--rotate .slideshow-product__image {
      transform: rotate(90deg); } }

.slideshow-product__image-wrapper {
  width: 60%;
  height: auto; }
  @media only screen and (max-width: 749px) {
    .slideshow-product__image-wrapper {
      width: 100%; } }

.slideshow-product__image {
  width: 100%;
  height: 100%; }
  .slideshow-product__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.slideshow-product__swatch-image {
  width: 100%;
  position: relative;
  padding-bottom: 120%;
  margin-bottom: 30px; }
  @media only screen and (max-width: 749px) {
    .slideshow-product__swatch-image {
      width: 200px;
      padding-bottom: unset;
      margin-left: auto;
      margin-right: auto; } }
  .slideshow-product__swatch-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; }
    @media only screen and (max-width: 749px) {
      .slideshow-product__swatch-image img {
        position: unset; } }

.slideshow-product__heading {
  font-family: "TSTAR", sans-serif;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 749px) {
    .slideshow-product__heading {
      font-size: 16px;
      letter-spacing: 1px;
      margin-bottom: 0; } }
  .slideshow-product__heading p {
    margin-bottom: 0; }
  .slideshow-product__heading em {
    font-style: normal;
    opacity: 0.4; }

.slideshow-product__text {
  font-family: "Krub", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 2.55;
  margin-bottom: 0; }

.slideshow-product__btn {
  position: absolute;
  right: 45px;
  bottom: 90px;
  z-index: 1; }
  @media only screen and (max-width: 749px) {
    .slideshow-product__btn {
      bottom: 0;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      transform: translateY(55%); } }

.instagram {
  position: relative;
  background-image: linear-gradient(to bottom, #273189, black 176%); }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .instagram.instagram--disconnect .instagram__decor-img-1 {
      bottom: 1%; } }
  .instagram.instagram--disconnect .instagram__heading--1 {
    top: 12%; }
    @media only screen and (max-width: 749px) {
      .instagram.instagram--disconnect .instagram__heading--1 {
        top: 16%; } }
  .instagram.instagram--disconnect .instagram__heading--2 {
    top: 32%; }
    @media only screen and (max-width: 1199px) {
      .instagram.instagram--disconnect .instagram__heading--2 {
        top: 20%; } }
    @media only screen and (max-width: 749px) {
      .instagram.instagram--disconnect .instagram__heading--2 {
        top: 3%;
        left: -2%; } }
  .instagram.instagram--disconnect .instagram__heading--3 {
    top: 76%; }
    @media only screen and (max-width: 749px) {
      .instagram.instagram--disconnect .instagram__heading--3 {
        top: 44%; } }
  .instagram.instagram--disconnect .instagram__heading--4 {
    top: 93%; }
    @media only screen and (max-width: 749px) {
      .instagram.instagram--disconnect .instagram__heading--4 {
        top: 30%; } }

.instagram__decor-img-1 {
  position: absolute;
  right: 0;
  bottom: 13%; }
  @media only screen and (max-width: 749px) {
    .instagram__decor-img-1 {
      top: 39%; } }
  .instagram__decor-img-1 img[data-sizes="auto"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; }
    @media only screen and (max-width: 749px) {
      .instagram__decor-img-1 img[data-sizes="auto"] {
        width: 39%;
        height: 47%;
        margin-left: auto; } }

.instagram-inner {
  position: relative;
  padding-top: 255px;
  padding-bottom: 90px;
  overflow: hidden; }
  @media only screen and (max-width: 749px) {
    .instagram-inner {
      padding-top: 60px;
      padding-bottom: 50px; } }

.instagram__secondary-image {
  position: absolute;
  width: 300px;
  height: 300px;
  top: -44px;
  right: 0;
  overflow: hidden; }
  @media only screen and (max-width: 1199px) {
    .instagram__secondary-image {
      width: 150px;
      height: 150px; } }
  .instagram__secondary-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.instagram__heading {
  position: absolute;
  font-family: "TSTAR", sans-serif;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 0; }
  @media (max-width: 749px) {
    .instagram__heading {
      font-size: calc(80px + 204 * ((100vw - 375px) / 1440)); } }
  @media (min-width: 750px) {
    .instagram__heading {
      font-size: calc(80px + 120 * (100vw / 1440)); } }
  @media (min-width: 1440px) {
    .instagram__heading {
      font-size: 200px; } }
  .instagram__heading:nth-child(odd) {
    -webkit-text-stroke-width: 4px; }
    @media only screen and (max-width: 749px) {
      .instagram__heading:nth-child(odd) {
        -webkit-text-stroke-width: 2.5px; } }
  .instagram__heading:nth-child(even) {
    color: #fff5e8; }

.instagram__heading--1 {
  top: 6%;
  left: 11%; }
  @media only screen and (max-width: 989px) {
    .instagram__heading--1 {
      top: 1%; } }
  @media only screen and (max-width: 749px) {
    .instagram__heading--1 {
      top: 9%;
      left: 6%;
      z-index: unset; } }

.instagram__heading--2 {
  top: 17%;
  left: 38%;
  z-index: 1; }
  @media only screen and (max-width: 1399px) {
    .instagram__heading--2 {
      top: 15%;
      right: 0;
      left: auto; } }
  @media only screen and (min-width: 990px) and (max-width: 1199px) {
    .instagram__heading--2 {
      top: 12%; } }
  @media only screen and (max-width: 989px) {
    .instagram__heading--2 {
      top: 7%; } }
  @media only screen and (max-width: 749px) {
    .instagram__heading--2 {
      top: 2%;
      left: 3%;
      right: auto;
      z-index: 1; } }

.instagram__heading--3 {
  top: 41%;
  left: 31%; }
  @media only screen and (max-width: 749px) {
    .instagram__heading--3 {
      top: 23%;
      left: -6%; } }

.instagram__heading--4 {
  top: 52%;
  left: -3.5%; }
  @media only screen and (max-width: 749px) {
    .instagram__heading--4 {
      top: 16%;
      left: -42%; } }

.instagram__wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  padding-left: 6%;
  padding-right: 20%; }
  @media only screen and (max-width: 1199px) {
    .instagram__wrapper {
      padding-right: 8%; } }
  @media only screen and (max-width: 749px) {
    .instagram__wrapper {
      padding-left: 60px;
      padding-right: 60px;
      flex-wrap: wrap; } }

.instagram__content {
  padding-top: 100px;
  padding-left: 10%;
  max-width: 445px;
  width: 100%; }
  @media only screen and (min-width: 1600px) {
    .instagram__content {
      max-width: 40%; } }
  @media only screen and (max-width: 1199px) {
    .instagram__content {
      padding-top: 0; } }
  @media only screen and (max-width: 749px) {
    .instagram__content {
      padding-left: 15px;
      padding-right: 15px; } }

.instagram__main-image-wrapper {
  width: 100%; }

.instagram__main-image {
  z-index: 0;
  width: 100%;
  position: relative; }
  @media only screen and (max-width: 749px) {
    .instagram__main-image {
      margin-bottom: 50px; } }
  .instagram__main-image img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%; }

.instagram__text {
  font-family: "Krub", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #fff5e8;
  margin-bottom: 20px; }
  @media only screen and (max-width: 749px) {
    .instagram__text {
      text-align: center;
      font-size: 12px;
      line-height: 1.58;
      margin-bottom: 25px; } }

@media only screen and (max-width: 749px) {
  .instagram__btn {
    margin-left: auto;
    margin-right: auto;
    display: block; } }

.instagram-slideshow-container {
  padding: 365px 0 0 195px;
  position: relative;
  opacity: 0; }
  @media only screen and (min-width: 1600px) {
    .instagram-slideshow-container {
      padding-left: 17%; } }
  @media only screen and (max-width: 989px) {
    .instagram-slideshow-container {
      padding-left: 20px; } }
  @media only screen and (max-width: 749px) {
    .instagram-slideshow-container {
      padding-top: 50px; } }
  .instagram-slideshow-container .running-text {
    border-bottom: unset; }

.instagram-slideshow-container__fullwidth {
  padding-left: 0; }
  .instagram-slideshow-container__fullwidth .slideshow-nav {
    justify-content: center; }

#insta-feed,
.instafeed-shopify {
  margin-top: 0 !important; }

.instagram-slideshow .instafeed-container {
  width: 100% !important;
  position: relative;
  padding-top: 0 !important;
  padding-bottom: 100%; }
  .instagram-slideshow .instafeed-container img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .instagram-slideshow .instafeed-container div {
    display: none !important; }

.section-itp {
  position: relative;
  display: flex;
  align-items: stretch;
  background-image: var(--itp-background-gradient); }
  @media only screen and (max-width: 989px) {
    .section-itp {
      flex-wrap: wrap; } }
  @media only screen and (max-width: 749px) {
    .section-itp {
      flex-direction: column-reverse; } }
  .section-itp .section-itp__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .section-itp .section-itp__background img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      vertical-align: bottom; }
  .section-itp .section-itp__column {
    flex: 1 0 calc(100% / 3);
    width: 100%; }
    .section-itp .section-itp__column a {
      width: 100%; }
  .section-itp .section-itp__image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px; }
    @media only screen and (max-width: 989px) {
      .section-itp .section-itp__image-wrapper {
        flex: 1 0 50%;
        max-width: 100%; } }
  .section-itp .section-itp__image-wrapper--fill {
    padding: 0;
    width: 100%; }
  .section-itp .section-itp__image {
    width: 100%;
    height: 100%; }
    .section-itp .section-itp__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .section-itp .section-itp__text-wrapper {
    font-family: "Krub", sans-serif;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px; }
    @media only screen and (max-width: 989px) {
      .section-itp .section-itp__text-wrapper {
        flex: 1 0 100%;
        order: -1; } }
    @media only screen and (max-width: 749px) {
      .section-itp .section-itp__text-wrapper {
        flex: 1 0 100%;
        order: 0; } }
    .section-itp .section-itp__text-wrapper .btn, .section-itp .section-itp__text-wrapper .shopify-challenge__button, .section-itp .section-itp__text-wrapper .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item, .smartrr-portal-slide-panel .section-itp .section-itp__text-wrapper .smartrr-portal-tabs-header-item,
    .section-itp .section-itp__text-wrapper .smartrr-portal-wrapper .smartrr-portal-tabs-header-item,
    .smartrr-portal-wrapper .section-itp .section-itp__text-wrapper .smartrr-portal-tabs-header-item, .section-itp .section-itp__text-wrapper .smartrr-portal-slide-panel .smartrr-portal-slide-panel-footer > div, .smartrr-portal-slide-panel .section-itp .section-itp__text-wrapper .smartrr-portal-slide-panel-footer > div, .section-itp .section-itp__text-wrapper .product-template .dynamic-checkout-button .shopify-payment-button__button--unbranded, .product-template .dynamic-checkout-button .section-itp .section-itp__text-wrapper .shopify-payment-button__button--unbranded, .section-itp .section-itp__text-wrapper .pagination a, .pagination .section-itp .section-itp__text-wrapper a, .section-itp .section-itp__text-wrapper .pagination .current, .pagination .section-itp .section-itp__text-wrapper .current, .section-itp .section-itp__text-wrapper div.snize-ac-results .snize-view-all-link, div.snize-ac-results .section-itp .section-itp__text-wrapper .snize-view-all-link, .section-itp .section-itp__text-wrapper .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a, .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write .section-itp .section-itp__text-wrapper a, .section-itp .section-itp__text-wrapper #write-a-review .p-w-r .pr-btn-review, #write-a-review .p-w-r .section-itp .section-itp__text-wrapper .pr-btn-review, .section-itp .section-itp__text-wrapper .p-w-r .pr-review-display .pr-rd-no-reviews a, .p-w-r .pr-review-display .pr-rd-no-reviews .section-itp .section-itp__text-wrapper a {
      margin-top: 30px; }
  .section-itp .section-itp__text {
    font-size: var(--text-size, 18px);
    font-weight: 500;
    color: var(--text-color, black); }
    @media only screen and (max-width: 749px) {
      .section-itp .section-itp__text {
        font-size: 16px; } }
  .section-itp .section-itp__heading {
    font-family: "Amboy", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    text-align: var(--heading-align, center);
    line-height: 1;
    margin-bottom: 30px; }
    @media (max-width: 749px) {
      .section-itp .section-itp__heading {
        font-size: calc(35px + 25.5 * ((100vw - 375px) / 1440)); } }
    @media (min-width: 750px) {
      .section-itp .section-itp__heading {
        font-size: calc(35px + 15 * (100vw / 1440)); } }
    @media (min-width: 1440px) {
      .section-itp .section-itp__heading {
        font-size: 50px; } }
    .section-itp .section-itp__heading span {
      margin-bottom: 3px; }
    .section-itp .section-itp__heading .section-itp__heading--left {
      text-align: var(--heading-align, left); }
    .section-itp .section-itp__heading .section-itp__heading--right {
      text-align: var(--heading-align, right); }
  .section-itp .section-itp__product-wrapper {
    padding: 30px; }
    .section-itp .section-itp__product-wrapper .product-item__content {
      padding: 5px 0 0; }
    @media only screen and (max-width: 989px) {
      .section-itp .section-itp__product-wrapper {
        max-width: 50%; } }
    @media only screen and (max-width: 749px) {
      .section-itp .section-itp__product-wrapper {
        max-width: 100%;
        padding-top: 10px; } }

.simple-iwt {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .simple-iwt .simple-iwt__wrapper {
    display: flex;
    flex-direction: row;
    overflow: hidden; }
    @media only screen and (max-width: 749px) {
      .simple-iwt .simple-iwt__wrapper {
        flex-direction: column; } }
    .simple-iwt .simple-iwt__wrapper.simple-iwt__wrapper--border {
      border-top: 2px solid #000;
      border-bottom: 2px solid #000; }
  .simple-iwt .simple-iwt__image-wrapper {
    max-width: 47%;
    width: 100%;
    -webkit-box-shadow: 5px 3px 15px -2px #000000;
    box-shadow: 5px 3px 15px -2px #000000; }
    @media only screen and (max-width: 749px) {
      .simple-iwt .simple-iwt__image-wrapper {
        max-width: 100%; } }
  .simple-iwt .simple-iwt__image {
    width: 100%;
    height: 100%; }
    .simple-iwt .simple-iwt__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .simple-iwt .simple-iwt__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 53%;
    padding: 90px 40px 60px 95px; }
    @media only screen and (max-width: 989px) {
      .simple-iwt .simple-iwt__content {
        padding: 40px 20px; } }
    @media only screen and (max-width: 749px) {
      .simple-iwt .simple-iwt__content {
        max-width: 100%; } }
  .simple-iwt .simple-iwt__heading {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    text-transform: uppercase;
    line-height: 0.9;
    margin-bottom: 40px; }
    @media (max-width: 749px) {
      .simple-iwt .simple-iwt__heading {
        font-size: calc(45px + 76.5 * ((100vw - 375px) / 1440)); } }
    @media (min-width: 750px) {
      .simple-iwt .simple-iwt__heading {
        font-size: calc(45px + 45 * (100vw / 1440)); } }
    @media (min-width: 1440px) {
      .simple-iwt .simple-iwt__heading {
        font-size: 90px; } }
    @media only screen and (max-width: 749px) {
      .simple-iwt .simple-iwt__heading {
        align-self: center;
        text-align: center; } }
    .simple-iwt .simple-iwt__heading .simple-iwt__heading--left {
      -webkit-text-stroke: 1px transparent;
      text-align: left; }
      @media (max-width: 749px) {
        .simple-iwt .simple-iwt__heading .simple-iwt__heading--left {
          font-size: calc(20px + 34 * ((100vw - 375px) / 1440)); } }
      @media (min-width: 750px) {
        .simple-iwt .simple-iwt__heading .simple-iwt__heading--left {
          font-size: calc(20px + 20 * (100vw / 1440)); } }
      @media (min-width: 1440px) {
        .simple-iwt .simple-iwt__heading .simple-iwt__heading--left {
          font-size: 40px; } }
      @media only screen and (max-width: 749px) {
        .simple-iwt .simple-iwt__heading .simple-iwt__heading--left {
          text-align: center; } }
    .simple-iwt .simple-iwt__heading .simple-iwt__heading--right {
      -webkit-text-stroke: 1px transparent;
      text-align: right; }
      @media (max-width: 749px) {
        .simple-iwt .simple-iwt__heading .simple-iwt__heading--right {
          font-size: calc(30px + 17 * ((100vw - 375px) / 1440)); } }
      @media (min-width: 750px) {
        .simple-iwt .simple-iwt__heading .simple-iwt__heading--right {
          font-size: calc(30px + 10 * (100vw / 1440)); } }
      @media (min-width: 1440px) {
        .simple-iwt .simple-iwt__heading .simple-iwt__heading--right {
          font-size: 40px; } }
      @media only screen and (max-width: 749px) {
        .simple-iwt .simple-iwt__heading .simple-iwt__heading--right {
          text-align: center; } }
      .simple-iwt .simple-iwt__heading .simple-iwt__heading--right::after {
        left: unset;
        right: 0; }
  .simple-iwt .simple-iwt__text {
    font-family: "Krub", sans-serif;
    margin-bottom: 60px; }
    @media (max-width: 749px) {
      .simple-iwt .simple-iwt__text {
        font-size: calc(16px + 6.8 * ((100vw - 375px) / 1440)); } }
    @media (min-width: 750px) {
      .simple-iwt .simple-iwt__text {
        font-size: calc(16px + 4 * (100vw / 1440)); } }
    @media (min-width: 1440px) {
      .simple-iwt .simple-iwt__text {
        font-size: 20px; } }
    @media only screen and (max-width: 749px) {
      .simple-iwt .simple-iwt__text {
        text-align: center; } }
  .simple-iwt .simple-iwt__btn {
    width: auto;
    align-self: flex-start;
    max-width: unset;
    font-size: 18px;
    -webkit-box-shadow: -6px 11px 22px 12px rgba(114, 74, 11, 0.44);
    box-shadow: -6px 11px 22px 12px rgba(114, 74, 11, 0.44); }
    @media only screen and (max-width: 749px) {
      .simple-iwt .simple-iwt__btn {
        align-self: center; } }

.video-products {
  position: relative;
  padding: 110px 90px 120px; }
  @media only screen and (max-width: 1199px) {
    .video-products {
      padding: 60px; } }
  @media only screen and (max-width: 749px) {
    .video-products {
      padding: 40px 20px; } }

.video-products__wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden; }

.video-products__video {
  width: 75%;
  position: relative;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  transition: border .3s; }
  @media only screen and (max-width: 1199px) {
    .video-products__video {
      width: 65%; } }
  @media only screen and (max-width: 749px) {
    .video-products__video {
      width: 100%;
      border-right: 2px solid transparent;
      border-bottom: unset; } }
  .video-products__video.border {
    border-right: 2px solid currentColor; }
    @media only screen and (max-width: 749px) {
      .video-products__video.border {
        border-bottom: 2px solid transparent; } }

.video-products__btn {
  position: absolute;
  top: 15px;
  right: 15px; }
  @media only screen and (max-width: 749px) {
    .video-products__btn {
      position: relative;
      top: 0;
      right: 0;
      width: 100%;
      max-width: unset; } }

.video-products__products-wrapper {
  width: 25%;
  position: relative;
  overflow: auto;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent; }
  @media only screen and (max-width: 1199px) {
    .video-products__products-wrapper {
      width: 35%; } }
  @media only screen and (max-width: 749px) {
    .video-products__products-wrapper {
      width: 100%;
      padding-bottom: 90%;
      border-left: 2px solid transparent; } }

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

.video-products__product {
  display: flex;
  padding: 14px 25px;
  border-bottom: 1px solid transparent; }
  @media only screen and (max-width: 989px) {
    .video-products__product {
      padding: 7px; } }
  .video-products__product:last-child {
    border-bottom: unset; }

.video-products__product-image {
  width: 36%;
  padding-bottom: 36%;
  position: relative; }
  @media only screen and (max-width: 1199px) {
    .video-products__product-image {
      width: 30%;
      padding-bottom: 22%; } }
  .video-products__product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; }

.video-products__product-info {
  padding-left: 25px;
  width: 64%; }
  @media only screen and (max-width: 1199px) {
    .video-products__product-info {
      width: 70%; } }

.video-products__product-title {
  font-family: "Krub", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
  margin-bottom: 0; }
  @media only screen and (max-width: 1399px) {
    .video-products__product-title {
      font-size: 14px;
      line-height: 1.57; } }

.video-products__product-options {
  font-family: "Krub", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 2.55; }

.video-products__product-link {
  margin-top: auto;
  font-family: "TSTAR", sans-serif;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 0; }
  @media only screen and (max-width: 1399px) {
    .video-products__product-link {
      font-size: 12px;
      line-height: 2;
      letter-spacing: 1.71px; } }

.video-products__decor-img-1 {
  position: absolute;
  top: 0;
  left: 0; }
  .video-products__decor-img-1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.video-products__decor-img-2 {
  position: absolute;
  bottom: 0;
  right: 0; }
  .video-products__decor-img-2 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.about-iwc__wrapper {
  padding: 0 12% 125px;
  display: flex;
  position: relative; }
  @media only screen and (max-width: 989px) {
    .about-iwc__wrapper {
      display: block;
      padding: 15px 30px 100px; } }

.about-iwc__decorative-img {
  position: absolute;
  top: 150px;
  right: 0;
  width: 80px;
  height: 255px; }
  @media only screen and (max-width: 749px) {
    .about-iwc__decorative-img {
      width: 65px;
      height: 155px;
      top: 50px; } }
  .about-iwc__decorative-img img {
    width: 100%;
    height: 100%; }

.about-iwc__secondary-img {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -90px;
  width: 220px;
  height: 220px; }
  @media only screen and (max-width: 989px) {
    .about-iwc__secondary-img {
      margin-top: 15px; } }
  @media only screen and (max-width: 1199px) {
    .about-iwc__secondary-img {
      width: 150px;
      height: 150px; } }
  @media only screen and (max-width: 749px) {
    .about-iwc__secondary-img {
      width: 100px;
      height: 100px; } }
  .about-iwc__secondary-img img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.about-iwc__main-img {
  width: 46%;
  margin: -35px 0 20px; }
  @media only screen and (max-width: 1199px) {
    .about-iwc__main-img {
      width: 100%;
      max-width: 65%; } }

.about-iwc__content-wrapper {
  padding: 120px 0 0 90px;
  width: 50%;
  color: #fff5e8; }
  @media only screen and (max-width: 989px) {
    .about-iwc__content-wrapper {
      width: 100%;
      padding: 0;
      text-align: center; } }

.about-iwc__subheading {
  font-family: "TSTAR", sans-serif;
  font-size: 30px;
  letter-spacing: 2px;
  margin-bottom: 5px;
  line-height: 1; }
  @media only screen and (max-width: 989px) {
    .about-iwc__subheading {
      margin-bottom: 2px;
      font-size: 24px; } }

.about-iwc__heading {
  font-family: "TSTAR", sans-serif;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 20px;
  max-width: 455px; }
  @media only screen and (max-width: 989px) {
    .about-iwc__heading {
      margin-bottom: 10px;
      font-size: 60px;
      letter-spacing: 1.5px;
      max-width: none; } }

.about-iwc__text {
  font-family: "Krub", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  max-width: 425px;
  margin-bottom: 0; }
  @media only screen and (max-width: 989px) {
    .about-iwc__text {
      font-size: 12px;
      line-height: 1.75;
      padding: 0 25px;
      max-width: none; } }

.about-iwt {
  position: relative; }

.about-iwt__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

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

.about-iwt__wrapper {
  padding: 0 10%;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 989px) {
    .about-iwt__wrapper {
      display: block;
      padding: 0 30px 50px; } }

.about-iwt__image {
  width: 35%;
  transform: translateY(25%);
  min-width: 390px; }
  @media only screen and (max-width: 989px) {
    .about-iwt__image {
      width: 100%;
      max-width: 390px;
      margin: 0 auto;
      transform: translateY(-30%);
      min-width: auto; } }
  .about-iwt__image img {
    width: 100%;
    height: auto;
    object-fit: cover; }

.about-iwt__text {
  font-family: "TSTAR", sans-serif;
  letter-spacing: 2px;
  line-height: 1.7;
  text-transform: uppercase;
  color: #fff5e8;
  width: 65%;
  padding: 5px 20px; }
  @media (max-width: 749px) {
    .about-iwt__text {
      font-size: calc(18px + 20.4 * ((100vw - 375px) / 1440)); } }
  @media (min-width: 750px) {
    .about-iwt__text {
      font-size: calc(18px + 12 * (100vw / 1440)); } }
  @media (min-width: 1440px) {
    .about-iwt__text {
      font-size: 30px; } }
  @media only screen and (max-width: 989px) {
    .about-iwt__text {
      width: 100%;
      text-align: center;
      padding: 0;
      margin-top: -40px; } }
  .about-iwt__text p {
    margin-bottom: 0; }
  .about-iwt__text em {
    color: #f68b2c;
    font-style: normal; }

.about-slideshow {
  padding: 100px 0 100px 195px; }
  @media only screen and (max-width: 1199px) {
    .about-slideshow {
      padding: 100px 0 100px 110px; } }
  @media only screen and (max-width: 989px) {
    .about-slideshow {
      padding: 0 0 55px 20px; } }

.about-slideshow__fullwidth {
  padding-left: 0; }
  .about-slideshow__fullwidth .about-slideshow__wrapper {
    margin-left: unset; }
  .about-slideshow__fullwidth .slideshow-nav {
    justify-content: center; }

.about-slideshow__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 195px 100px;
  margin-left: -195px; }
  @media only screen and (max-width: 1199px) {
    .about-slideshow__wrapper {
      padding: 0 110px 100px;
      margin-left: -110px; } }
  @media only screen and (max-width: 989px) {
    .about-slideshow__wrapper {
      flex-direction: column-reverse;
      padding: 63px 45px 20px;
      margin-left: -20px; } }

.about-slideshow__content {
  width: 52%;
  z-index: 2;
  padding-right: 90px; }
  @media only screen and (max-width: 989px) {
    .about-slideshow__content {
      line-height: 1;
      letter-spacing: normal;
      padding-right: 0;
      width: 100%; } }

.about-slideshow__decor-img {
  width: 170px;
  height: 255px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-60%, -15%); }
  @media only screen and (max-width: 989px) {
    .about-slideshow__decor-img {
      width: 100px;
      height: 150px;
      transform: translate(-70%, -20%); } }

.about-slideshow__content-heading {
  color: #fff5e8;
  font-family: "TSTAR", sans-serif;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 35px; }
  @media (max-width: 749px) {
    .about-slideshow__content-heading {
      font-size: calc(40px + 136 * ((100vw - 375px) / 1440)); } }
  @media (min-width: 750px) {
    .about-slideshow__content-heading {
      font-size: calc(40px + 80 * (100vw / 1440)); } }
  @media (min-width: 1440px) {
    .about-slideshow__content-heading {
      font-size: 120px; } }
  @media only screen and (max-width: 989px) {
    .about-slideshow__content-heading {
      letter-spacing: normal;
      margin-bottom: 10px;
      text-align: center; } }

.about-slideshow__content-text {
  color: #fff5e8;
  font-family: "Krub", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 2;
  margin-bottom: 0; }
  @media only screen and (max-width: 989px) {
    .about-slideshow__content-text {
      font-size: 12px;
      line-height: 1.75;
      text-align: center; } }

.about-slideshow__content-more-btn {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 10px;
  color: #fff5e8;
  font-family: "Krub", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-decoration: underline; }

.about-iwt__bottom-sliders {
  padding-left: 14%; }

.about-slideshow__content-img-wrap {
  position: relative;
  width: 48%; }
  @media only screen and (max-width: 989px) {
    .about-slideshow__content-img-wrap {
      width: 75%;
      margin-bottom: 20px;
      max-width: 500px; } }

.about-slideshow__content-image {
  position: relative; }

.about-instagram {
  position: relative;
  background-image: linear-gradient(to bottom, #273189, black 176%); }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .about-instagram.instagram--disconnect .about-instagram__decor-img-1 {
      bottom: 1%; } }
  .about-instagram.instagram--disconnect .about-instagram__heading--1 {
    top: 22%; }
    @media only screen and (max-width: 1399px) {
      .about-instagram.instagram--disconnect .about-instagram__heading--1 {
        top: 16%; } }
    @media only screen and (max-width: 749px) {
      .about-instagram.instagram--disconnect .about-instagram__heading--1 {
        top: 27%; } }
  .about-instagram.instagram--disconnect .about-instagram__heading--2 {
    top: 7%; }
    @media only screen and (max-width: 1399px) {
      .about-instagram.instagram--disconnect .about-instagram__heading--2 {
        top: 3%; } }
    @media only screen and (max-width: 749px) {
      .about-instagram.instagram--disconnect .about-instagram__heading--2 {
        top: 5%;
        left: -2%; } }
  .about-instagram.instagram--disconnect .about-instagram__heading--3 {
    top: 68%; }
    @media only screen and (max-width: 1399px) {
      .about-instagram.instagram--disconnect .about-instagram__heading--3 {
        top: 79%; } }
    @media only screen and (max-width: 749px) {
      .about-instagram.instagram--disconnect .about-instagram__heading--3 {
        top: 50%; } }
  .about-instagram .instagram-slideshow-container {
    padding-top: 125px; }
    @media only screen and (max-width: 749px) {
      .about-instagram .instagram-slideshow-container {
        padding-top: 30px; } }

.about-instagram__decor-img-1 {
  position: absolute;
  left: 0;
  bottom: 14%; }
  @media only screen and (max-width: 749px) {
    .about-instagram__decor-img-1 {
      right: 0;
      top: 47%; } }
  .about-instagram__decor-img-1 img[data-sizes="auto"] {
    object-fit: contain;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }
    @media only screen and (max-width: 749px) {
      .about-instagram__decor-img-1 img[data-sizes="auto"] {
        width: 39%;
        height: 47%;
        margin-left: auto; } }

.about-instagram-inner {
  position: relative;
  padding-top: 155px;
  padding-bottom: 130px;
  overflow: hidden; }
  @media only screen and (max-width: 749px) {
    .about-instagram-inner {
      padding-top: 70px;
      padding-bottom: 50px; } }

.about-instagram__heading {
  position: absolute;
  font-family: "TSTAR", sans-serif;
  line-height: 1;
  letter-spacing: 2px;
  white-space: nowrap;
  margin-bottom: 0;
  text-transform: uppercase; }
  @media (max-width: 749px) {
    .about-instagram__heading {
      font-size: calc(60px + 102 * ((100vw - 375px) / 1440)); } }
  @media (min-width: 750px) {
    .about-instagram__heading {
      font-size: calc(60px + 60 * (100vw / 1440)); } }
  @media (min-width: 1440px) {
    .about-instagram__heading {
      font-size: 120px; } }
  @media only screen and (max-width: 749px) {
    .about-instagram__heading {
      letter-spacing: 0.75px; } }
  .about-instagram__heading:nth-child(odd) {
    -webkit-text-stroke-width: 4px; }
    @media only screen and (max-width: 749px) {
      .about-instagram__heading:nth-child(odd) {
        -webkit-text-stroke-width: 2.5px; } }
  .about-instagram__heading:nth-child(even) {
    color: #fff5e8; }

.about-instagram__heading--1 {
  top: 13%;
  left: -6.5%; }
  @media only screen and (max-width: 1399px) {
    .about-instagram__heading--1 {
      top: 8%; } }
  @media only screen and (max-width: 989px) {
    .about-instagram__heading--1 {
      top: 1%; } }
  @media only screen and (max-width: 749px) {
    .about-instagram__heading--1 {
      top: 18%;
      left: 27%;
      z-index: unset; } }

.about-instagram__heading--2 {
  top: 4.5%;
  left: 14%;
  z-index: 1; }
  @media only screen and (max-width: 1399px) {
    .about-instagram__heading--2 {
      top: 1%; } }
  @media only screen and (max-width: 989px) {
    .about-instagram__heading--2 {
      top: 7%; } }
  @media only screen and (max-width: 749px) {
    .about-instagram__heading--2 {
      top: 3%;
      left: 0%;
      z-index: 1; } }

.about-instagram__heading--3 {
  top: 41%;
  left: 9%; }
  @media only screen and (max-width: 749px) {
    .about-instagram__heading--3 {
      top: 33%;
      left: -35%;
      z-index: 1; } }

.about-instagram__wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding-right: 6%;
  padding-left: 18%; }
  @media only screen and (max-width: 1199px) {
    .about-instagram__wrapper {
      padding-left: 8%; } }
  @media only screen and (max-width: 749px) {
    .about-instagram__wrapper {
      padding-right: 60px;
      padding-left: 60px;
      flex-wrap: wrap; } }

.about-instagram__content {
  padding-right: 60px;
  max-width: 470px;
  width: 100%; }
  @media only screen and (min-width: 1600px) {
    .about-instagram__content {
      max-width: 40%; } }
  @media only screen and (max-width: 989px) {
    .about-instagram__content {
      padding-right: 20px; } }
  @media only screen and (max-width: 749px) {
    .about-instagram__content {
      padding-left: 0;
      padding-right: 0;
      margin-left: -10px;
      margin-right: -10px;
      width: calc(100% + 20px); } }

.about-instagram__main-image-wrapper {
  width: 100%; }

.about-instagram__main-image {
  z-index: 0;
  width: 100%;
  position: relative; }
  @media only screen and (max-width: 749px) {
    .about-instagram__main-image {
      margin-bottom: 40px; } }
  .about-instagram__main-image img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%; }

.about-instagram__text {
  font-family: "Krub", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #fff5e8;
  margin-bottom: 0; }
  @media only screen and (max-width: 749px) {
    .about-instagram__text {
      text-align: center;
      font-size: 12px;
      line-height: 1.58; } }

.blog-header {
  padding: 135px 30px 300px; }
  @media only screen and (max-width: 989px) {
    .blog-header {
      padding: 20px; } }

.blog-header__wrapper {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding-top: 30px; }
  @media only screen and (max-width: 989px) {
    .blog-header__wrapper {
      padding-top: 26px; } }
  .blog-header__wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 190px;
    height: 100%;
    border-top: 20px solid #000;
    border-image: url("/cdn/shop/t/303/assets/pseudo-1-r.svg?v=128476698847312795781680224469") 100% 0% 0%; }
    @media only screen and (max-width: 989px) {
      .blog-header__wrapper:after {
        width: 160px;
        border-top-width: 16px; } }

.blog-header__title {
  font-family: "TSTAR", sans-serif;
  color: #fff5e8;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px; }
  @media (max-width: 749px) {
    .blog-header__title {
      font-size: calc(40px + 68 * ((100vw - 375px) / 1440)); } }
  @media (min-width: 750px) {
    .blog-header__title {
      font-size: calc(40px + 40 * (100vw / 1440)); } }
  @media (min-width: 1440px) {
    .blog-header__title {
      font-size: 80px; } }

.blog-header__text {
  line-height: 2;
  font-size: 14px;
  font-family: "Krub", sans-serif;
  font-weight: 500;
  color: #fff5e8;
  margin-bottom: 60px; }
  @media only screen and (max-width: 989px) {
    .blog-header__text {
      margin-bottom: 0; } }

.blog-list {
  background-color: #fff5e8;
  padding-top: 10px; }
  @media only screen and (max-width: 989px) {
    .blog-list {
      padding-top: 0; } }

.blog-list__inner {
  margin-top: -310px;
  padding: 0 90px 150px;
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  @media only screen and (max-width: 1199px) {
    .blog-list__inner {
      padding: 0 45px 150px; } }
  @media only screen and (max-width: 989px) {
    .blog-list__inner {
      flex-direction: column;
      padding: 0 20px 60px;
      margin-top: 0; } }

.blog__btn-load {
  margin: 40px auto 0;
  display: block;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%); }
  @media only screen and (max-width: 989px) {
    .blog__btn-load {
      max-width: 200px;
      margin: 30px auto 0;
      position: static;
      transform: translateX(0); } }

/*================ Article ================*/
.article-item {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  padding: 1px; }
  @media only screen and (max-width: 989px) {
    .article-item {
      width: 100%;
      padding: 0; } }
  .article-item:hover .image-overlay {
    z-index: 2;
    visibility: visible; }

.article-item__image-wrapper {
  display: block;
  position: relative; }

.article-item__image {
  width: 100%;
  position: relative;
  padding-bottom: 100%; }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .article-item__image {
      padding-bottom: 56.25%; } }
  .article-item__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.article-item__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-color: #fff;
  height: 20%; }
  @media only screen and (max-width: 989px) {
    .article-item__content {
      flex-direction: column;
      height: auto;
      text-align: center; } }
  @media only screen and (min-width: 990px) and (max-width: 1199px) {
    .article-item__content {
      height: 30%; } }

.article-item__heading {
  font-family: "Krub", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: inherit;
  flex: 0 1 auto;
  margin-bottom: 0; }
  @media only screen and (max-width: 989px) {
    .article-item__heading {
      width: 100%;
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 10px; } }

.article-item__link {
  font-family: "TSTAR", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 2px;
  color: inherit;
  text-transform: uppercase;
  text-decoration: underline;
  flex: 0 1 auto;
  text-align: center;
  margin-left: 10px; }

/*================ Article full width ================*/
.article-item-fw__btn {
  max-width: 180px; }

.article-item-fw {
  display: flex;
  align-items: center;
  background-color: #fff;
  max-height: 600px;
  margin: 1px;
  overflow: hidden;
  width: 100%; }
  @media only screen and (max-width: 989px) {
    .article-item-fw {
      flex-direction: column;
      max-height: none;
      margin: 0 0 0 -20px;
      background-color: transparent;
      width: calc(100% + 40px); } }
  @media only screen and (min-width: 990px) {
    .article-item-fw:nth-child(2n) {
      flex-direction: row-reverse; } }
  .article-item-fw:hover .image-overlay {
    z-index: 2;
    visibility: visible; }

@media only screen and (min-width: 990px) {
  .article-item-fw__image {
    width: 100%;
    height: 100%; } }

.article-item-fw__image-wrapper {
  display: block;
  position: relative;
  width: 50%;
  height: 100%; }
  @media only screen and (max-width: 989px) {
    .article-item-fw__image-wrapper {
      width: 100%; } }
  .article-item-fw__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.article-item-fw__content {
  width: 50%;
  padding: 20px 80px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media only screen and (max-width: 1399px) {
    .article-item-fw__content {
      padding: 20px 40px; } }
  @media only screen and (max-width: 989px) {
    .article-item-fw__content {
      width: auto;
      margin: -40px 20px 0;
      background-color: #fff;
      z-index: 2;
      position: relative;
      padding: 30px 20px; } }

.article-item-fw__label {
  font-family: "TSTAR", sans-serif;
  font-size: 16px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to bottom, #232e4a 10%, #8b436a 84%);
  margin-bottom: 5px;
  display: block;
  line-height: 1.5;
  letter-spacing: 2px;
  text-transform: uppercase; }

.article-item-fw__heading {
  font-family: "TSTAR", sans-serif;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: inherit; }
  @media only screen and (max-width: 1399px) {
    .article-item-fw__heading {
      font-size: 30px; } }
  @media only screen and (max-width: 989px) {
    .article-item-fw__heading {
      margin-bottom: 10px; } }

.article-item-fw__excerpt {
  margin-bottom: 25px; }
  @media only screen and (max-width: 989px) {
    .article-item-fw__excerpt {
      margin-bottom: 20px; } }
  .article-item-fw__excerpt * {
    font-family: "Krub", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    color: inherit; }
    @media only screen and (max-width: 989px) {
      .article-item-fw__excerpt * {
        font-size: 12px; } }

.product-item {
  display: flex;
  flex-direction: column;
  height: 100%; }

.product-item__label {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  padding: 5px 4px 4px;
  border-radius: 50%;
  font-family: "TSTAR", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #fff5e8;
  background-image: linear-gradient(18deg, #232e4a 13%, #8b436a 92%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 1; }
  @media only screen and (max-width: 989px) {
    .product-item__label {
      font-size: 10px;
      width: 28px;
      height: 28px;
      padding: 3px; } }

.product-item__image-wrapper {
  display: block;
  position: relative;
  padding-bottom: 100%; }

.product-item__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  visibility: visible;
  transition: opacity linear 0.5s;
  display: flex;
  align-items: center;
  justify-content: center; }
  .product-item__image img {
    height: 100%;
    object-fit: contain; }

.product-item__content {
  padding: 5px 30px 30px;
  display: flex;
  flex-direction: column;
  height: 100%; }
  @media only screen and (max-width: 989px) {
    .product-item__content {
      padding: 5px 10px 10px; } }

.product-item__discount-message {
  text-align: center;
  color: #d93f26;
  margin-bottom: 10px; }

.product-item__heading {
  display: block; }
  .product-item__heading h3 {
    font-family: "Krub", sans-serif;
    font-size: var(--heading-font-size, 16px);
    font-weight: 600;
    line-height: 1.38;
    text-align: center;
    color: #392c22; }
    @media only screen and (max-width: 749px) {
      .product-item__heading h3 {
        font-size: 14px;
        line-height: 1.57;
        margin-bottom: 5px; } }

.product-item__options {
  font-family: "Krub", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 2.55;
  text-align: center;
  color: #392c22;
  margin-bottom: 5px; }
  @media only screen and (max-width: 749px) {
    .product-item__options {
      line-height: 1.45;
      margin-bottom: 10px; } }

.product-item__container {
  position: relative;
  margin-top: auto; }

.product-item__btn {
  font-size: 14px;
  letter-spacing: 1px; }
  @media only screen and (min-width: 1600px) {
    .product-item__btn {
      font-size: 16px; } }
  @media only screen and (max-width: 1399px) {
    .product-item__btn {
      letter-spacing: 1px; } }
  @media only screen and (max-width: 1199px) {
    .product-item__btn {
      font-size: 12px; } }
  @media only screen and (max-width: 749px) {
    .product-item__btn {
      font-size: 10px; } }
  .product-item__btn s {
    opacity: 0.5; }

.product-btn__wrapper {
  position: relative; }

.product-item__notify-wrapper {
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 2; }
  .product-item__notify-wrapper.to-bottom {
    bottom: initial;
    top: 100%; }

.product-item__notify {
  padding: 5px 0;
  background-color: #ffffff;
  width: 100%; }
  .product-item__notify .product-item__notify-controls-wrap {
    max-width: 100%;
    margin: 0 auto;
    display: flex; }
    .product-item__notify .product-item__notify-controls-wrap label {
      flex: auto; }
    .product-item__notify .product-item__notify-controls-wrap input[type="email"] {
      width: 100%;
      border-color: #392c22;
      background: transparent;
      color: #392c22; }
      @media only screen and (max-width: 989px) {
        .product-item__notify .product-item__notify-controls-wrap input[type="email"] {
          padding-top: 10px;
          padding-bottom: 10px;
          font-size: 10px; } }
    .product-item__notify .product-item__notify-controls-wrap .btn, .product-item__notify .product-item__notify-controls-wrap .shopify-challenge__button, .product-item__notify .product-item__notify-controls-wrap .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item, .smartrr-portal-slide-panel .product-item__notify .product-item__notify-controls-wrap .smartrr-portal-tabs-header-item,
    .product-item__notify .product-item__notify-controls-wrap .smartrr-portal-wrapper .smartrr-portal-tabs-header-item,
    .smartrr-portal-wrapper .product-item__notify .product-item__notify-controls-wrap .smartrr-portal-tabs-header-item, .product-item__notify .product-item__notify-controls-wrap .smartrr-portal-slide-panel .smartrr-portal-slide-panel-footer > div, .smartrr-portal-slide-panel .product-item__notify .product-item__notify-controls-wrap .smartrr-portal-slide-panel-footer > div, .product-item__notify .product-item__notify-controls-wrap .product-template .dynamic-checkout-button .shopify-payment-button__button--unbranded, .product-template .dynamic-checkout-button .product-item__notify .product-item__notify-controls-wrap .shopify-payment-button__button--unbranded, .product-item__notify .product-item__notify-controls-wrap .pagination a, .pagination .product-item__notify .product-item__notify-controls-wrap a, .product-item__notify .product-item__notify-controls-wrap .pagination .current, .pagination .product-item__notify .product-item__notify-controls-wrap .current, .product-item__notify .product-item__notify-controls-wrap div.snize-ac-results .snize-view-all-link, div.snize-ac-results .product-item__notify .product-item__notify-controls-wrap .snize-view-all-link, .product-item__notify .product-item__notify-controls-wrap .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a, .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write .product-item__notify .product-item__notify-controls-wrap a, .product-item__notify .product-item__notify-controls-wrap #write-a-review .p-w-r .pr-btn-review, #write-a-review .p-w-r .product-item__notify .product-item__notify-controls-wrap .pr-btn-review, .product-item__notify .product-item__notify-controls-wrap .p-w-r .pr-review-display .pr-rd-no-reviews a, .p-w-r .pr-review-display .pr-rd-no-reviews .product-item__notify .product-item__notify-controls-wrap a {
      flex: 1 0 75px;
      padding: 5px;
      margin-top: unset; }
      @media only screen and (max-width: 989px) {
        .product-item__notify .product-item__notify-controls-wrap .btn, .product-item__notify .product-item__notify-controls-wrap .shopify-challenge__button, .product-item__notify .product-item__notify-controls-wrap .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item, .smartrr-portal-slide-panel .product-item__notify .product-item__notify-controls-wrap .smartrr-portal-tabs-header-item,
        .product-item__notify .product-item__notify-controls-wrap .smartrr-portal-wrapper .smartrr-portal-tabs-header-item,
        .smartrr-portal-wrapper .product-item__notify .product-item__notify-controls-wrap .smartrr-portal-tabs-header-item, .product-item__notify .product-item__notify-controls-wrap .smartrr-portal-slide-panel .smartrr-portal-slide-panel-footer > div, .smartrr-portal-slide-panel .product-item__notify .product-item__notify-controls-wrap .smartrr-portal-slide-panel-footer > div, .product-item__notify .product-item__notify-controls-wrap .product-template .dynamic-checkout-button .shopify-payment-button__button--unbranded, .product-template .dynamic-checkout-button .product-item__notify .product-item__notify-controls-wrap .shopify-payment-button__button--unbranded, .product-item__notify .product-item__notify-controls-wrap .pagination a, .pagination .product-item__notify .product-item__notify-controls-wrap a, .product-item__notify .product-item__notify-controls-wrap .pagination .current, .pagination .product-item__notify .product-item__notify-controls-wrap .current, .product-item__notify .product-item__notify-controls-wrap div.snize-ac-results .snize-view-all-link, div.snize-ac-results .product-item__notify .product-item__notify-controls-wrap .snize-view-all-link, .product-item__notify .product-item__notify-controls-wrap .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a, .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write .product-item__notify .product-item__notify-controls-wrap a, .product-item__notify .product-item__notify-controls-wrap #write-a-review .p-w-r .pr-btn-review, #write-a-review .p-w-r .product-item__notify .product-item__notify-controls-wrap .pr-btn-review, .product-item__notify .product-item__notify-controls-wrap .p-w-r .pr-review-display .pr-rd-no-reviews a, .p-w-r .pr-review-display .pr-rd-no-reviews .product-item__notify .product-item__notify-controls-wrap a {
          flex: 1 0 55px;
          font-size: 10px; } }
  .product-item__notify .product-item__notify-success,
  .product-item__notify .product-item__notify-error {
    text-align: center;
    font-family: "TSTAR", sans-serif;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0; }
    @media only screen and (max-width: 749px) {
      .product-item__notify .product-item__notify-success,
      .product-item__notify .product-item__notify-error {
        font-size: 10px; } }
  .product-item__notify .product-item__notify-success {
    color: #392c22; }
  .product-item__notify .product-item__notify-error {
    color: #d93f26; }

@media only screen and (min-width: 990px) {
  .product-item__image-wrapper--hover:hover .product-item__image.product-item__image--hover {
    visibility: visible;
    opacity: 1; }
  .product-item__image-wrapper--hover:hover .product-item__image {
    visibility: hidden;
    opacity: 0; } }

.product-item__image--hover {
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity linear 0.5s; }
  .product-item__image--hover img {
    object-fit: contain; }

.product-item__price {
  text-align: center;
  margin: 8px auto;
  font-size: 20px; }
  @media only screen and (max-width: 749px) {
    .product-item__price {
      font-size: 16px; } }
  .product-item__price s {
    color: #817d7da8;
    margin-left: 2px; }

.collection-item-iwt {
  height: auto;
  width: 50%;
  border: 1px solid transparent;
  overflow: hidden; }
  .collection-item-iwt.collection-item-iwt--100 {
    width: 100%; }
    @media only screen and (max-width: 989px) {
      .collection-item-iwt.collection-item-iwt--100 {
        margin: 10px -10px;
        width: calc(100% + 20px); } }
    .collection-item-iwt.collection-item-iwt--100 .collection-item-iwt__inner {
      padding: 40px; }
    @media (max-width: 749px) {
      .collection-item-iwt.collection-item-iwt--100 .collection-item-iwt__heading {
        font-size: calc(24px + 44.2 * ((100vw - 375px) / 1440)); } }
    @media (min-width: 750px) {
      .collection-item-iwt.collection-item-iwt--100 .collection-item-iwt__heading {
        font-size: calc(24px + 26 * (100vw / 1440)); } }
    @media (min-width: 1440px) {
      .collection-item-iwt.collection-item-iwt--100 .collection-item-iwt__heading {
        font-size: 50px; } }
  .collection-item-iwt.collection-item-iwt--50 {
    width: 50%; }
    @media only screen and (max-width: 989px) {
      .collection-item-iwt.collection-item-iwt--50 {
        margin: 10px -10px;
        width: calc(100% + 20px);
        min-height: 260px; } }
    .collection-item-iwt.collection-item-iwt--50 .collection-item-iwt__inner {
      padding: 10%; }
      @media only screen and (max-width: 989px) {
        .collection-item-iwt.collection-item-iwt--50 .collection-item-iwt__inner {
          padding: 30px; } }
    @media (max-width: 749px) {
      .collection-item-iwt.collection-item-iwt--50 .collection-item-iwt__heading {
        font-size: calc(40px + 68 * ((100vw - 375px) / 1440)); } }
    @media (min-width: 750px) {
      .collection-item-iwt.collection-item-iwt--50 .collection-item-iwt__heading {
        font-size: calc(40px + 40 * (100vw / 1440)); } }
    @media (min-width: 1440px) {
      .collection-item-iwt.collection-item-iwt--50 .collection-item-iwt__heading {
        font-size: 80px; } }

.collection-item-iwt__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex; }

.collection-item-iwt__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .collection-item-iwt__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.collection-item-iwt__content {
  z-index: 1; }

.collection-item-iwt__heading {
  font-family: "TSTAR", sans-serif;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: inherit;
  margin-bottom: 20px; }
  @media (max-width: 749px) {
    .collection-item-iwt__heading {
      font-size: calc(40px + 68 * ((100vw - 375px) / 1440)); } }
  @media (min-width: 750px) {
    .collection-item-iwt__heading {
      font-size: calc(40px + 40 * (100vw / 1440)); } }
  @media (min-width: 1440px) {
    .collection-item-iwt__heading {
      font-size: 80px; } }
  @media only screen and (max-width: 989px) {
    .collection-item-iwt__heading {
      margin-bottom: 10px; } }
  .collection-item-iwt__heading u {
    color: transparent;
    text-decoration: unset; }
  .collection-item-iwt__heading p {
    margin-bottom: 0; }

#pr-categorysnippet {
  min-height: 20px;
  margin-bottom: 20px; }
  #pr-categorysnippet:empty {
    display: none; }
  #pr-categorysnippet .p-w-r {
    margin: 0; }
  #pr-categorysnippet .p-w-r .pr-category-snippet {
    margin: 0;
    display: flex;
    align-items: center; }
  #pr-categorysnippet .p-w-r .pr-snippet-stars {
    background: transparent !important; }
  #pr-categorysnippet .p-w-r .pr-snippet .pr-snippet-stars-png .pr-snippet-rating-decimal {
    display: none; }
  #pr-categorysnippet .p-w-r .pr-snippet div, #pr-categorysnippet .p-w-r .pr-snippet span {
    font-family: "Krub", sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-decoration: underline;
    padding: 0; }
  #pr-categorysnippet .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star {
    width: 18px;
    height: 18px; }

.product-power-reviews {
  background-color: #fff5e8;
  padding-top: 80px;
  padding-bottom: 40px; }
  @media only screen and (max-width: 749px) {
    .product-power-reviews {
      padding-top: 40px; } }
  .product-power-reviews .product-power-reviews__heading {
    font-family: "TSTAR", sans-serif;
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center; }
  .product-power-reviews .wrapper, .product-power-reviews .slideshow-product-inner, .product-power-reviews .product__breadcrumbs {
    max-width: 980px; }
  .product-power-reviews .p-w-r {
    font-family: "Krub", sans-serif;
    margin: 0; }
  .product-power-reviews .p-w-r .pr-irlsnippet {
    height: 190px !important; }
    @media only screen and (max-width: 749px) {
      .product-power-reviews .p-w-r .pr-irlsnippet {
        height: 110px !important; } }
  .product-power-reviews .p-w-r .pr-irlsnippet-images {
    height: 190px !important; }
    @media only screen and (max-width: 749px) {
      .product-power-reviews .p-w-r .pr-irlsnippet-images {
        height: 110px !important; } }
  .product-power-reviews .p-w-r .pr-irlsnippet-images .pr-irlsnippet-image-container {
    margin-right: 0; }
  .product-power-reviews .p-w-r .pr-irlsnippet-images .pr-irlsnippet-image-container img:not(.pr-irlsnippet-play-btn) {
    width: 190px !important;
    height: 190px !important; }
    @media only screen and (max-width: 749px) {
      .product-power-reviews .p-w-r .pr-irlsnippet-images .pr-irlsnippet-image-container img:not(.pr-irlsnippet-play-btn) {
        width: 110px !important;
        height: 110px !important; } }
  .product-power-reviews .p-w-r .pr-irlsnippet-leftbtn,
  .product-power-reviews .p-w-r .pr-irlsnippet-rightbtn {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 11; }
    .product-power-reviews .p-w-r .pr-irlsnippet-leftbtn .pr-caret-icon__line,
    .product-power-reviews .p-w-r .pr-irlsnippet-rightbtn .pr-caret-icon__line {
      stroke: #fff5e8; }
  .product-power-reviews .p-w-r .pr-irlsnippet-leftbtn {
    left: 0; }
  .product-power-reviews .p-w-r .pr-irlsnippet-rightbtn {
    right: 0; }
  .product-power-reviews .p-w-r .pr-snippet-stars,
  .product-power-reviews .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-header-contents,
  .product-power-reviews .p-w-r .pr-review-display .pr-rd-footer,
  .product-power-reviews .p-w-r .pr-review-snapshot,
  .product-power-reviews .p-w-r .pr-read-review,
  .product-power-reviews .p-w-r .pr-review-display {
    background-color: inherit; }
  .product-power-reviews .p-w-r .pr-review-display .pr-rd-footer {
    padding-bottom: 0 !important; }
  .product-power-reviews .p-w-r .pr-review-display .pr-review {
    border-bottom: 1px solid #181818 !important; }
  .product-power-reviews .p-w-r .pr-review-snapshot.pr-review-enhanced .pr-review-snapshot-header {
    display: none; }
  .product-power-reviews .p-w-r .pr-helpful-btn {
    border: unset; }
    .product-power-reviews .p-w-r .pr-helpful-btn:hover {
      background-color: rgba(48, 53, 51, 0.5); }
      .product-power-reviews .p-w-r .pr-helpful-btn:hover span {
        color: #fff5e8; }
      .product-power-reviews .p-w-r .pr-helpful-btn:hover path {
        fill: #fff5e8; }
  .product-power-reviews .p-w-r .pr-rd-flag-review-btn {
    color: #392c22;
    font-family: "TSTAR", sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 2.55; }
  @media only screen and (max-width: 749px) {
    .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet,
    .product-power-reviews .p-w-r .pr-review-snapshot.pr-snapshot-mobile .pr-review-snapshot-simple .pr-snippet-read-and-write {
      text-align: center; } }
  .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline {
    font-family: "TSTAR", sans-serif;
    font-size: 50px;
    line-height: 0.6;
    letter-spacing: 2px;
    text-align: center;
    color: #392c22; }
  .product-power-reviews .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-review-headline, .product-power-reviews .p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-review-headline {
    font-family: "TSTAR", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #392c22;
    text-transform: uppercase; }
  .product-power-reviews .p-w-r .pr-review-display p {
    font-family: "Krub", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #392c22; }
  .product-power-reviews .p-w-r .pr-review-display .pr-rd-inner-side-content-block .pr-rd-details,
  .product-power-reviews .p-w-r .pr-review-display .pr-rd-side-content-block .pr-rd-details {
    font-size: 16px;
    color: #392c22; }
    .product-power-reviews .p-w-r .pr-review-display .pr-rd-inner-side-content-block .pr-rd-details span,
    .product-power-reviews .p-w-r .pr-review-display .pr-rd-inner-side-content-block .pr-rd-details time,
    .product-power-reviews .p-w-r .pr-review-display .pr-rd-side-content-block .pr-rd-details span,
    .product-power-reviews .p-w-r .pr-review-display .pr-rd-side-content-block .pr-rd-details time {
      font-weight: 600; }
    .product-power-reviews .p-w-r .pr-review-display .pr-rd-inner-side-content-block .pr-rd-details .pr-rd-bold,
    .product-power-reviews .p-w-r .pr-review-display .pr-rd-side-content-block .pr-rd-details .pr-rd-bold {
      font-weight: 400; }
  .product-power-reviews .p-w-r .pr-review-display .pr-rd-reviewer-type {
    display: flex;
    align-items: center; }
  .product-power-reviews .p-w-r .pr-review-display .pr-rd-badging-text {
    opacity: 0.5;
    font-family: "Krub", sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 2.55;
    text-align: center;
    color: #392c22;
    text-transform: uppercase; }
  .product-power-reviews .p-w-r .pr-review-display .pr-rd-pagination {
    border-color: #392c22; }
  .product-power-reviews .p-w-r .pr-review-display .pr-rd-pagination .pr-rd-pagination-btn {
    font-family: "TSTAR", sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.71;
    letter-spacing: 2px;
    color: #392c22; }
  @media only screen and (min-width: 750px) {
    .product-power-reviews .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-content-block {
      width: 100%;
      display: flex;
      justify-content: space-between; } }
  @media only screen and (min-width: 750px) {
    .product-power-reviews .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-content-block .pr-rd-review-position {
      order: 1;
      text-align: left; } }
  .product-power-reviews .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-content-block .pr-rd-to-top {
    font-family: "TSTAR", sans-serif;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 2px;
    color: #392c22; }
    @media only screen and (min-width: 750px) {
      .product-power-reviews .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-content-block .pr-rd-to-top {
        order: 3;
        text-align: right; } }
  @media only screen and (min-width: 750px) {
    .product-power-reviews .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-content-block .pr-rd-pagination {
      order: 2;
      text-align: center; } }
  @media only screen and (min-width: 750px) {
    .product-power-reviews .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-content-block .pr-rd-review-position,
    .product-power-reviews .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-content-block .pr-rd-to-top,
    .product-power-reviews .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-content-block .pr-rd-pagination {
      float: unset;
      width: calc(100% / 3); } }
  .product-power-reviews .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-content-block .pr-rd-review-position a,
  .product-power-reviews .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-content-block .pr-rd-to-top a,
  .product-power-reviews .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-content-block .pr-rd-pagination a {
    font-family: "TSTAR", sans-serif;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 2px;
    color: #392c22; }

#write-a-review main {
  background-color: #fff5e8; }
#write-a-review h1 {
  font-family: "TSTAR", sans-serif;
  letter-spacing: 1px;
  color: #392c22;
  max-width: 700px;
  margin: 0 auto 10px; }
  @media (max-width: 749px) {
    #write-a-review h1 {
      font-size: calc(24px + 10.2 * ((100vw - 375px) / 1440)); } }
  @media (min-width: 750px) {
    #write-a-review h1 {
      font-size: calc(24px + 6 * (100vw / 1440)); } }
  @media (min-width: 1440px) {
    #write-a-review h1 {
      font-size: 30px; } }
#write-a-review .p-w-r {
  font-family: "Krub", sans-serif; }
#write-a-review .p-w-r .pr-header .pr-header-title {
  font-family: "TSTAR", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #392c22; }
#write-a-review .p-w-r .pr-header a {
  font-family: "TSTAR", sans-serif;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 2px;
  color: #392c22; }
#write-a-review .p-w-r .pr-war {
  margin: 0 auto; }
#write-a-review .p-w-r .pr-footer a[href="http://www.powerreviews.com"] {
  display: none; }
#write-a-review .pr-ryp-list {
  margin: 0 auto; }
  #write-a-review .pr-ryp-list li {
    list-style-type: none; }
#write-a-review .ryp-purchase {
  background: transparent;
  border: unset; }
  #write-a-review .ryp-purchase > div:nth-child(3) > div:nth-child(2) {
    border-top: 1px solid #392c22;
    padding: 20px 0 0; }
#write-a-review .ryp-footer {
  background: transparent;
  border: unset; }

.p-w-r .pr-review-display .pr-rd-no-reviews a {
  box-shadow: none; }
  @media only screen and (max-width: 749px) {
    .p-w-r .pr-review-display .pr-rd-no-reviews a {
      max-width: unset; } }

.pr-snapshot-rating .pr-stars,
div.prStars {
  background-image: url("/cdn/shop/t/303/assets/rating-stars.svg?v=90669249683808526591680224469") !important; }

.pr-stars-small,
.pr-snippet-stars .pr-stars-small {
  background-image: url("/cdn/shop/t/303/assets/rating-stars.svg?v=90669249683808526591680224469") !important; }

.p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-rating-stars div {
  width: 20px;
  height: 20px; }

.p-w-r .pr-review-display .pr-snippet-rating-decimal {
  height: 24px; }
.p-w-r .pr-star-v4 {
  background-image: url("/cdn/shop/t/303/assets/rating-stars.svg?v=90669249683808526591680224469") !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  border: unset !important; }
.p-w-r .pr-star-v4-0-filled {
  background-position: 0px 0px; }
.p-w-r .pr-star-v4-25-filled,
.p-w-r .pr-star-v4-50-filled,
.p-w-r .pr-star-v4-75-filled {
  background-position: 0px -23px; }
.p-w-r .pr-star-v4-100-filled {
  background-position: 0px -46px; }
.p-w-r .pr-review-snapshot-snippets .pr-star-v4 {
  width: 28px !important;
  height: 28px !important;
  background-size: calc(28px * 5) !important; }
.p-w-r .pr-review-snapshot-snippets .pr-star-v4-0-filled {
  background-position: 0px 0px; }
.p-w-r .pr-review-snapshot-snippets .pr-star-v4-25-filled,
.p-w-r .pr-review-snapshot-snippets .pr-star-v4-50-filled,
.p-w-r .pr-review-snapshot-snippets .pr-star-v4-75-filled {
  background-position: 0px -28px; }
.p-w-r .pr-review-snapshot-snippets .pr-star-v4-100-filled {
  background-position: 0px -56px; }
.p-w-r label.pr-star-v4 {
  background-size: calc(50px * 5) !important; }
.p-w-r label.pr-star-v4-0-filled {
  background-position: 0px 0px; }
.p-w-r label.pr-star-v4-25-filled, .p-w-r label.pr-star-v4-50-filled, .p-w-r label.pr-star-v4-75-filled {
  background-position: 0px -50px; }
.p-w-r label.pr-star-v4-100-filled {
  background-position: 0px -100px; }

.product-tabs {
  display: flex; }
  .product-tabs:is(ul) {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .product-tabs .product-description {
    padding-top: 20px; }

.product-tabs__content {
  padding: 160px 40px 90px;
  display: flex;
  justify-content: center;
  width: 58%; }
  .product-tabs__content:only-child {
    width: 100%; }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .product-tabs__content {
      padding-top: 90px; } }
  @media only screen and (max-width: 749px) {
    .product-tabs__content {
      width: 100%;
      padding: 30px; } }

.product-tabs__content-inner {
  padding-left: 50px;
  max-width: 550px;
  width: 100%; }
  @media only screen and (max-width: 989px) {
    .product-tabs__content-inner {
      padding-left: 0; } }

.product-tabs__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 25px; }

.product-tabs__button {
  font-family: "TSTAR", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #fff5e8;
  padding: 0;
  position: relative;
  background: transparent;
  text-transform: uppercase;
  margin-right: 50px; }
  @media only screen and (max-width: 1199px) {
    .product-tabs__button {
      margin-right: 20px; } }
  @media only screen and (max-width: 749px) {
    .product-tabs__button {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      line-height: 3;
      letter-spacing: 1.67px;
      text-align: center; } }
  .product-tabs__button:last-child {
    margin-right: 0; }
  .product-tabs__button:after {
    transition: all 0.5s;
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    background-color: #ff7458;
    height: 3px; }
    @media only screen and (max-width: 749px) {
      .product-tabs__button:after {
        display: none; } }
  .product-tabs__button.active:after {
    width: 100%; }
  .product-tabs__button span {
    margin-left: auto;
    margin-right: auto; }
  .product-tabs__button .icon {
    width: 12px;
    height: 8px; }

.product-tabs__text {
  display: none;
  position: relative; }
  .product-tabs__text:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -60px;
    margin: 0 auto;
    width: 190px;
    height: 20px;
    border-top: 20px solid #000;
    border-image: url("/cdn/shop/t/303/assets/pseudo-3-light.svg?v=115679440480501498581680224469") 100% 0% 0%; }
    @media only screen and (max-width: 749px) {
      .product-tabs__text:after {
        display: none; } }
  .product-tabs__text * {
    font-family: "Krub", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: normal;
    color: #fff5e8; }
    @media only screen and (min-width: 750px) {
      .product-tabs__text *:last-child {
        margin-bottom: 0; } }
  .product-tabs__text button {
    padding: 0;
    background: transparent; }
  .product-tabs__text button,
  .product-tabs__text p {
    margin-bottom: 25px; }
    @media only screen and (max-width: 749px) {
      .product-tabs__text button,
      .product-tabs__text p {
        margin-bottom: 20px; } }
  .product-tabs__text button,
  .product-tabs__text a {
    text-decoration: underline; }

.product-tabs__images {
  width: 42%;
  position: relative;
  aspect-ratio: 1; }

.product-tabs__image {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .product-tabs__image img {
    object-fit: cover;
    height: 100%; }

.product-tabs__content--mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; }

section.product-iwt {
  position: relative;
  overflow: visible; }

.product-iwt__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  padding: 80px 195px 120px 90px; }
  @media only screen and (min-width: 1600px) {
    .product-iwt__wrapper {
      max-width: 80%; } }
  @media only screen and (max-width: 1199px) {
    .product-iwt__wrapper {
      padding: 40px 95px 70px 50px; } }
  @media only screen and (max-width: 749px) {
    .product-iwt__wrapper {
      flex-direction: column;
      padding: 40px 30px; } }

.product-iwt__images {
  width: 50%; }
  @media only screen and (max-width: 749px) {
    .product-iwt__images {
      width: 100%; } }

.product-iwt__image-wrapper {
  position: relative; }

.product-iwt__content {
  width: 50%;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 749px) {
    .product-iwt__content {
      width: 100%;
      padding-top: 0;
      padding-left: 0;
      margin-bottom: 30px; } }

.product-iwt__heading {
  color: #fff5e8;
  font-family: "TSTAR", sans-serif;
  line-height: 0.92;
  letter-spacing: 2px;
  margin: 80px 0 0 -40px;
  text-transform: uppercase; }
  @media (max-width: 749px) {
    .product-iwt__heading {
      font-size: calc(60px + 102 * ((100vw - 375px) / 1440)); } }
  @media (min-width: 750px) {
    .product-iwt__heading {
      font-size: calc(60px + 60 * (100vw / 1440)); } }
  @media (min-width: 1440px) {
    .product-iwt__heading {
      font-size: 120px; } }
  @media only screen and (max-width: 749px) {
    .product-iwt__heading {
      line-height: 0.95;
      letter-spacing: 1.5px;
      margin: 0 0 -20px;
      z-index: 2; } }

.product-iwt__slideshow {
  padding-top: 50px;
  padding-left: 110px;
  position: relative; }
  @media only screen and (max-width: 989px) {
    .product-iwt__slideshow {
      padding-top: 20px;
      padding-left: 20px; } }
  @media only screen and (max-width: 749px) {
    .product-iwt__slideshow {
      padding-left: 0; } }
  .product-iwt__slideshow.slick-slider {
    overflow: visible; }
  .product-iwt__slideshow .slick-list {
    overflow: visible; }
  .product-iwt__slideshow .product-iwt__slide.slick-slide {
    display: flex; }
  .product-iwt__slideshow .slick-arrow {
    bottom: -14px; }
  .product-iwt__slideshow .slick-dots {
    max-width: calc(100% - 115px); }
    @media only screen and (max-width: 749px) {
      .product-iwt__slideshow .slick-dots {
        max-width: 100%;
        margin-top: 30px; } }
  .product-iwt__slideshow .slick-next {
    right: 0; }
  .product-iwt__slideshow .slick-prev {
    right: 48px; }

.product-iwt__slide {
  justify-content: space-between; }
  @media only screen and (max-width: 749px) {
    .product-iwt__slide.product-iwt__slide--sec-img .product-iwt__slide-inner {
      width: calc(100% - 120px - 25px - 20px); } }
  .product-iwt__slide.product-iwt__slide--sec-img .product-iwt__secondary-image {
    margin-top: -40px;
    margin-right: 20px; }

@media only screen and (max-width: 989px) {
  .product-iwt__slide-inner {
    width: calc(100% - 150px - 20px); } }
@media only screen and (max-width: 749px) {
  .product-iwt__slide-inner {
    width: calc(100% - 120px - 20px); } }

.product-iwt__title {
  font-family: "TSTAR", sans-serif;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 2px;
  color: #fff5e8;
  text-transform: uppercase;
  margin-bottom: 10px; }
  @media only screen and (max-width: 749px) {
    .product-iwt__title {
      font-size: 16px;
      font-weight: 900;
      line-height: 1.88;
      letter-spacing: 1px;
      margin-bottom: 2px; } }

.product-iwt__text {
  color: #fff5e8;
  font-family: "Krub", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: normal;
  margin-bottom: 0; }
  @media only screen and (max-width: 749px) {
    .product-iwt__text {
      font-size: 12px;
      line-height: 1.75; } }

@media only screen and (max-width: 749px) {
  .product-iwt-ba__btn {
    margin-left: auto;
    margin-right: auto; } }

.product-iwt__secondary-image {
  position: absolute;
  width: 250px;
  height: 250px;
  top: 190px;
  right: 0;
  z-index: 1;
  overflow: hidden; }
  @media only screen and (max-width: 1399px) {
    .product-iwt__secondary-image {
      top: 175px;
      width: 150px;
      height: 150px; } }
  @media only screen and (max-width: 989px) {
    .product-iwt__secondary-image {
      position: unset; } }
  @media only screen and (max-width: 749px) {
    .product-iwt__secondary-image {
      width: 120px;
      height: 120px; } }
  .product-iwt__secondary-image img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.product-iwt__decorative-image {
  position: absolute;
  right: 0;
  top: 315px;
  width: 175px;
  height: 260px; }
  @media only screen and (min-width: 1600px) {
    .product-iwt__decorative-image {
      top: 500px; } }
  @media only screen and (max-width: 1199px) {
    .product-iwt__decorative-image {
      width: 75px;
      height: 150px; } }
  @media only screen and (max-width: 749px) {
    .product-iwt__decorative-image {
      top: 300px; } }
  .product-iwt__decorative-image img {
    height: 100%;
    object-fit: contain; }

section.product-iwt-ba {
  position: relative;
  overflow: visible; }

.product-iwt-ba__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  padding: 100px 195px 100px 180px; }
  @media only screen and (min-width: 1600px) {
    .product-iwt-ba__wrapper {
      max-width: 80%; } }
  @media only screen and (max-width: 1199px) {
    .product-iwt-ba__wrapper {
      padding: 70px 95px 70px 80px; } }
  @media only screen and (max-width: 749px) {
    .product-iwt-ba__wrapper {
      flex-direction: column-reverse;
      padding: 40px 20px; } }

.product-iwt-ba__images {
  width: 58%;
  margin-bottom: -160px; }
  @media only screen and (max-width: 749px) {
    .product-iwt-ba__images {
      width: 100%;
      margin-bottom: 20px; } }
  .product-iwt-ba__images .slick-arrow {
    bottom: 21px; }
  .product-iwt-ba__images .slick-next {
    left: 56%; }
  .product-iwt-ba__images .slick-prev {
    right: 56%; }

.product-iwt-ba__image-wrapper {
  position: relative; }

.product-iwt-ba__content {
  width: 42%;
  position: relative;
  z-index: 1;
  max-width: 450px; }
  @media only screen and (max-width: 749px) {
    .product-iwt-ba__content {
      width: 100%;
      margin-bottom: 20px;
      max-width: 90%; } }

.product-iwt-ba__content-inner {
  padding-left: 80px; }
  @media only screen and (max-width: 749px) {
    .product-iwt-ba__content-inner {
      padding-left: 0; } }

.product-iwt-ba__heading {
  color: #fff5e8;
  font-family: "TSTAR", sans-serif;
  line-height: 0.92;
  letter-spacing: 2px;
  margin: 60px 0 20px -40px;
  text-transform: uppercase; }
  @media (max-width: 749px) {
    .product-iwt-ba__heading {
      font-size: calc(60px + 102 * ((100vw - 375px) / 1440)); } }
  @media (min-width: 750px) {
    .product-iwt-ba__heading {
      font-size: calc(60px + 60 * (100vw / 1440)); } }
  @media (min-width: 1440px) {
    .product-iwt-ba__heading {
      font-size: 120px; } }
  @media only screen and (max-width: 749px) {
    .product-iwt-ba__heading {
      line-height: 0.95;
      letter-spacing: 1.5px;
      margin: 0 0 10px;
      z-index: 2;
      max-width: 75%; } }

.product-iwt-ba__text {
  color: #fff5e8;
  font-family: "Krub", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: normal;
  margin-bottom: 30px; }
  @media only screen and (max-width: 749px) {
    .product-iwt-ba__text {
      font-size: 12px;
      line-height: 1.75;
      margin-bottom: 0; } }

.product-iwt-ba__secondary-image {
  position: absolute;
  width: 250px;
  height: 250px;
  top: 190px;
  right: 0;
  z-index: 1;
  overflow: hidden; }
  @media only screen and (max-width: 749px) {
    .product-iwt-ba__secondary-image {
      position: unset;
      width: 120px;
      height: 120px; } }
  .product-iwt-ba__secondary-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.product-iwt-ba__decorative-image {
  position: absolute;
  right: 0;
  top: 315px;
  width: 175px;
  height: 260px; }
  @media only screen and (min-width: 1600px) {
    .product-iwt-ba__decorative-image {
      top: 500px; } }
  @media only screen and (max-width: 1199px) {
    .product-iwt-ba__decorative-image {
      width: 75px;
      height: 150px; } }
  @media only screen and (max-width: 749px) {
    .product-iwt-ba__decorative-image {
      top: 300px; } }
  .product-iwt-ba__decorative-image img {
    height: 100%;
    object-fit: contain; }

section.product-sw {
  overflow: unset;
  padding-top: 50px;
  padding-bottom: 30px; }

.product-sw-dropdown {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .product-sw-dropdown .product-sw-dropdown__inner {
    position: relative;
    margin-bottom: 20px; }
    .product-sw-dropdown .product-sw-dropdown__inner.active .icon {
      transform: rotate(180deg); }
  .product-sw-dropdown .product-sw-dropdown__button {
    width: auto;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0; }
    @media only screen and (max-width: 989px) {
      .product-sw-dropdown .product-sw-dropdown__button {
        flex-direction: column; } }
    .product-sw-dropdown .product-sw-dropdown__button.disabled {
      pointer-events: none;
      cursor: auto; }
  .product-sw-dropdown .product-sw-dropdown__name,
  .product-sw-dropdown .product-sw-dropdown__value {
    font-family: "TSTAR", sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 0.8;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media only screen and (max-width: 989px) {
      .product-sw-dropdown .product-sw-dropdown__name,
      .product-sw-dropdown .product-sw-dropdown__value {
        font-size: 24px;
        line-height: 1.25;
        letter-spacing: 1px; } }
  .product-sw-dropdown .product-sw-dropdown__group {
    display: flex;
    align-items: center;
    position: relative; }
    .product-sw-dropdown .product-sw-dropdown__group.is-after:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 2px;
      right: 0;
      left: 0;
      top: calc(100% + 12px);
      background-color: #392c22; }
      @media only screen and (max-width: 989px) {
        .product-sw-dropdown .product-sw-dropdown__group.is-after:after {
          top: 100%; } }
  .product-sw-dropdown .product-sw-dropdown__icon-wrapper {
    width: 16px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 23px; }
    @media only screen and (max-width: 989px) {
      .product-sw-dropdown .product-sw-dropdown__icon-wrapper {
        width: 10px; } }
    .product-sw-dropdown .product-sw-dropdown__icon-wrapper .icon {
      width: 100%;
      height: auto; }
  .product-sw-dropdown .product-sw-dropdown__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: auto;
    margin: 0;
    z-index: 1;
    background-color: white;
    border-top: unset;
    padding: 20px;
    cursor: pointer;
    top: calc(100% + 14px);
    right: 0;
    text-align: center; }
    @media only screen and (max-width: 989px) {
      .product-sw-dropdown .product-sw-dropdown__list {
        max-height: 50vw;
        overflow-y: auto;
        top: calc(100% + 2px); } }
  .product-sw-dropdown .product-sw-dropdown__item {
    list-style-type: none;
    color: #392c22;
    font-family: "TSTAR", sans-serif;
    font-size: 16px;
    line-height: 2.75;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    position: relative; }
    @media only screen and (max-width: 989px) {
      .product-sw-dropdown .product-sw-dropdown__item {
        font-size: 14px; } }
    .product-sw-dropdown .product-sw-dropdown__item:after {
      transition: all 0.5s;
      content: '';
      position: absolute;
      bottom: 5px;
      left: 50%;
      transform: translateX(-50%);
      width: 0%;
      background-color: #ff7458;
      height: 2px; }
    .product-sw-dropdown .product-sw-dropdown__item.selected:after {
      width: 100%; }

.product-sw__subheading {
  width: 100%;
  text-align: center;
  font-family: "Krub", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 2.55;
  color: #392c22;
  margin-bottom: 15px; }

.product-sw-swatches__content {
  display: none; }

.product-sw-swatches__images {
  overflow: auto;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
  padding-bottom: 5px; }
  .product-sw-swatches__images::-webkit-scrollbar-track {
    background-color: transparent; }
  .product-sw-swatches__images::-webkit-scrollbar {
    height: 2px;
    background-color: transparent; }
  .product-sw-swatches__images::-webkit-scrollbar-thumb {
    background-color: #392c22;
    opacity: 0.5; }

.product-sw-swatches__images-inner {
  margin: 0 auto;
  display: flex; }

.product-sw-swatches__image {
  margin: 4px;
  width: 126px;
  height: 126px;
  cursor: pointer; }
  @media only screen and (max-width: 989px) {
    .product-sw-swatches__image {
      width: 106px;
      height: 106px;
      margin: 2px; } }
  .product-sw-swatches__image:first-child {
    margin-left: 20px; }
  .product-sw-swatches__image:last-child {
    margin-right: 20px; }
  .product-sw-swatches__image img {
    border-radius: 50%;
    padding: 4px;
    border: 2px solid transparent;
    object-fit: none;
    height: 100%; }
  .product-sw-swatches__image.active img {
    border-color: #d93f26; }

.product-sw-swatches__text {
  text-align: center;
  font-family: "Krub", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
  color: #392c22; }
  @media only screen and (max-width: 749px) {
    .product-sw-swatches__text {
      font-size: 14px;
      line-height: 1.57; } }

.product-sw-swatches__text-item {
  display: none; }

.product-ti {
  position: relative; }

.product-ti__decor-img-1 {
  position: absolute;
  top: 8%;
  right: 0; }
  .product-ti__decor-img-1 img[data-sizes="auto"] {
    margin-left: auto; }
    @media only screen and (max-width: 749px) {
      .product-ti__decor-img-1 img[data-sizes="auto"] {
        width: 67%; } }

.product-ti__decor-img-2 {
  position: absolute;
  top: 28%;
  left: 0; }
  .product-ti__decor-img-2 img[data-sizes="auto"] {
    margin-right: auto; }
    @media only screen and (max-width: 749px) {
      .product-ti__decor-img-2 img[data-sizes="auto"] {
        width: 67%; } }

.product-ti__inner {
  padding-top: 170px;
  padding-bottom: 80px; }
  @media only screen and (max-width: 749px) {
    .product-ti__inner {
      padding-top: 85px;
      padding-bottom: 50px; } }

.product-ti__testi {
  margin: 0 auto;
  max-width: calc(840px + 20px + 20px);
  padding: 0 20px;
  position: relative; }
  .product-ti__testi:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    margin: 0 auto;
    width: 190px;
    height: 100%;
    border-top: 20px solid #000;
    border-image: url("/cdn/shop/t/303/assets/pseudo-1-r.svg?v=128476698847312795781680224469") 100% 0% 0%; }
    @media only screen and (max-width: 989px) {
      .product-ti__testi:after {
        width: 160px;
        border-top-width: 16px; } }

.product-ti__testi-slideshow .slick-list {
  max-width: 420px;
  margin: 0 auto; }
  @media only screen and (max-width: 749px) {
    .product-ti__testi-slideshow .slick-list {
      max-width: 76%; } }
.product-ti__testi-slideshow .slick-arrow {
  top: 15%; }
  @media only screen and (max-width: 749px) {
    .product-ti__testi-slideshow .slick-arrow {
      top: 25%; } }
.product-ti__testi-slideshow .slick-prev {
  left: 0;
  right: auto; }
.product-ti__testi-slideshow .slick-next {
  right: 0; }

.product-ti__testi-slide {
  color: #fff5e8; }
  .product-ti__testi-slide.slick-slide {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto; }

.product-ti__testi-slide-text {
  font-family: "TSTAR", sans-serif;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  color: #fff5e8;
  margin-bottom: 20px;
  text-transform: uppercase; }
  @media (max-width: 749px) {
    .product-ti__testi-slide-text {
      font-size: calc(24px + 10.2 * ((100vw - 375px) / 1440)); } }
  @media (min-width: 750px) {
    .product-ti__testi-slide-text {
      font-size: calc(24px + 6 * (100vw / 1440)); } }
  @media (min-width: 1440px) {
    .product-ti__testi-slide-text {
      font-size: 30px; } }
  @media only screen and (max-width: 749px) {
    .product-ti__testi-slide-text {
      line-height: 1.25; } }

.product-ti__testi-slide-author {
  font-family: "Krub", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  color: #fff5e8;
  margin-bottom: 0; }

a.product-ti__testi-reviews-link {
  font-family: "TSTAR", sans-serif;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
  color: #d93f26;
  margin-top: 50px;
  display: block; }
  a.product-ti__testi-reviews-link:hover {
    color: #fff5e8; }

.product-ti__instagram {
  padding: 120px 0 0 195px;
  position: relative;
  opacity: 0; }
  @media only screen and (min-width: 1600px) {
    .product-ti__instagram {
      padding-left: 17%; } }
  @media only screen and (max-width: 989px) {
    .product-ti__instagram {
      padding-left: 20px;
      padding-top: 40px; } }
  .product-ti__instagram .running-text {
    border-bottom: unset; }

.product-uiw {
  margin: 20px auto; }

.product-uiw__heading {
  font-family: "TSTAR", sans-serif;
  font-size: 22px;
  line-height: 1.71;
  letter-spacing: 2px;
  color: #392c22;
  text-transform: uppercase;
  margin-bottom: 5px; }

.product-uiw__inner {
  border: 1px solid transparent; }

.product-uiw__product {
  display: flex;
  border-bottom: 1px solid transparent; }
  @media only screen and (max-width: 989px) {
    .product-uiw__product {
      padding: 3px 10px; } }
  .product-uiw__product:last-child {
    border-bottom: unset; }

.product-uiw__product-image {
  width: 30%;
  position: relative;
  aspect-ratio: 1; }
  .product-uiw__product-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    object-fit: contain; }

.product-uiw__product-info {
  padding: 20px 10px 20px 25px;
  width: 70%;
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  @media only screen and (max-width: 989px) {
    .product-uiw__product-info {
      padding-top: 10px;
      padding-bottom: 10px; } }

.product-uiw__product-title {
  font-family: "Krub", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.38;
  margin-bottom: 10px; }
  @media only screen and (max-width: 1399px) {
    .product-uiw__product-title {
      font-size: 14px;
      line-height: 1.57; } }

.product-uiw__product-description {
  display: none;
  font-size: 16px;
  font-weight: 400;
  opacity: .5; }
  @media only screen and (max-width: 1399px) {
    .product-uiw__product-description {
      font-size: 12px;
      line-height: 1.57; } }
  @media only screen and (min-width: 1600px) {
    .product-uiw__product-description {
      display: block; } }

.product-uiw__product-options {
  font-family: "Krub", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 2.55; }

.product-uiw__product-link {
  font-family: "TSTAR", sans-serif;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 0; }
  @media only screen and (max-width: 1399px) {
    .product-uiw__product-link {
      font-size: 12px;
      line-height: 2;
      letter-spacing: 1.71px; } }
  .product-uiw__product-link s {
    opacity: 0.5; }

.smartrr-purchase-options {
  margin-bottom: 0; }

ul.selling-plan-list {
  display: none; }

[data-smartrr-selling-plan-groups] {
  display: flex;
  flex-direction: column; }

[data-smartrr-form-id] .smartrr-purchase-options {
  padding: 0px !important; }

ul.selling-plan-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  flex-flow: wrap;
  margin-bottom: 0px;
  grid-row-gap: 15px; }

ul.selling-plan-list li.active-plan {
  background: #FF9C86; }

ul.selling-plan-list li {
  background: #fff;
  line-height: 1.5;
  padding: 8px 8px;
  width: calc(33.3% - 10px);
  text-align: center;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-weight: 500; }

.smartrr-selling-plan-group-name > div {
  display: flex;
  justify-content: space-between;
  width: 100%; }

.smartrr-selling-plan-group-name {
  flex: 1;
  display: flex;
  width: 100%;
  font-size: 20px;
  line-height: 1; }

.smartrr-selling-plan-group-name p {
  margin-bottom: 0px;
  font-size: 0.9em; }

.smartrr-deliver-frequency {
  margin-top: -5px;
  margin-left: 20px;
  font-weight: 400 !important;
  font-family: Roboto,sans-serif;
  margin-bottom: 15px; }

[data-smartrr-form-id] [data-smartrr-selling-plan-group-id] {
  background: #fff;
  border: 1px solid #eee;
  padding-top: 0px !important; }

[data-smartrr-form-id] .smartrr-selling-plan-group-label {
  padding: 20px; }

[data-smartrr-selling-plan-group-input] + .smartrr-selling-plan-group-input-display:after {
  background: #000 !important;
  height: 14px !important;
  width: 14px !important;
  top: 2px !important;
  left: 4px !important; }

[data-smartrr-selling-plan-group-input] + .smartrr-selling-plan-group-input-display:before {
  height: 22px !important;
  width: 22px !important;
  border-color: #000 !important;
  border-width: 1px !important;
  top: -2px !Important; }

[data-smartrr-form-id] [data-smartrr-selling-plan-group-id].active-plan {
  background: #F7F1E9; }

[data-smartrr-form-id] [data-smartrr-selling-plan-group-id]:not(:last-child) {
  margin-bottom: 10px; }

span.org-price.dis-allow, span.cart-item__price.price.org-price {
  text-decoration: line-through;
  color: #b7b7b7; }

.subs-details {
  padding: 0px 20px;
  margin-bottom: 20px;
  line-height: 0;
  position: relative; }

.subs-details a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-family: Roboto,sans-serif;
  font-weight: 400;
  cursor: pointer;
  font-size: 15px !important; }

.subs-details a span {
  margin-left: 8px;
  text-decoration: underline; }

.cart-item .selling-plan-product {
  width: 100%;
  display: flex; }

.cart-item .selling-plan-product select {
  width: 100%;
  border: 1px solid #000;
  padding: 6.5px;
  line-height: 1.5;
  font-size: 12px;
  min-width: 160px;
  margin-right: 10px;
  font-family: "Krub", sans-serif;
  font-weight: 500; }

.cart-item .selling-plan-product select option {
  color: #000; }

span.spec-tooltip {
  position: absolute;
  background: #fff;
  z-index: 9;
  width: 90%;
  left: 5%;
  display: none;
  line-height: 1.5;
  color: #000;
  top: 40px;
  font-size: 12px;
  margin: 0 !important;
  padding: 10px;
  border-radius: 0px;
  text-decoration: none !important;
  box-shadow: 0 0 5px #d2d2d2; }

.subs-details a span strong {
  display: block;
  margin-bottom: 5px; }

span.spec-tooltip:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
  bottom: -20px;
  height: 10px;
  width: 10px;
  left: 0;
  top: -20px; }

.subs-details a:hover span.spec-tooltip {
  display: block; }

.cart-spinner {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  align-items: center;
  top: 0;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9;
  display: none; }

.cart-spinner img {
  margin: 0 auto;
  height: 130px;
  width: auto; }

.cart-item {
  position: relative; }

.data-smartrr-selling-plans-select [data-smartrr-selling-plans-select] {
  width: calc(100% - 40px);
  border: 1px solid #000000;
  margin: 0 20px 20px;
  background: transparent; }

.data-smartrr-selling-plans-select [data-smartrr-selling-plans-select] option {
  color: #000; }

.data-smartrr-selling-plans-select {
  position: relative; }

.data-smartrr-selling-plans-select:after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-width: 1px 1px 0 0;
  border-color: #000;
  top: 16px;
  right: 35px;
  transform: rotate(135deg);
  z-index: 99;
  vertical-align: middle;
  border-style: solid;
  bottom: unset;
  margin: auto; }

@media (max-width: 768px) {
  [data-smartrr-form-id] .smartrr-selling-plan-group-label {
    padding: 15px; }

  ul.selling-plan-list, .subs-details {
    padding-left: 15px;
    padding-right: 15px; }

  .smartrr-selling-plan-group-name {
    font-size: 16px; }

  .smartrr-selling-plan-group-name p {
    line-height: 0;
    margin-top: 3px; }

  ul.selling-plan-list li,
  .smartrr-deliver-frequency,
  .subs-details a span {
    font-size: 14px !important; }

  .subs-details {
    margin: 15px 0; }

  .smartrr-deliver-frequency {
    margin-top: 0px;
    margin-bottom: 5px; }

  span.spec-tooltip {
    font-size: 12px !important; } }
/* header multi currency  */
#store-multi-currency-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none; }

div#store-multi-currency-popup {
  max-width: 447px;
  width: 100%;
  margin-left: auto;
  padding: 60px 30px 30px !important;
  background: rgba(255, 255, 255, 0.95);
  height: calc(100vh - 0px);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: 0;
  margin: 0;
  font-family: "Krub", sans-serif; }

input.region-search__search {
  border: 1px solid #000;
  margin-bottom: 15px; }

#store-multi-currency-popup p {
  font-weight: 400; }

.selected-country {
  font-family: "Krub", sans-serif;
  cursor: pointer;
  text-transform: uppercase; }

ul.all-countries-list {
  padding: 0px;
  list-style: none;
  margin: 0; }

ul.all-countries-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
  font-weight: 300 !important;
  line-height: 1;
  cursor: pointer; }

ul.all-countries-list li:last-child {
  margin-bottom: 0px; }

ul.all-countries-list li img {
  width: 25px;
  height: auto;
  margin-right: 15px; }

ul.all-countries-list li span:first-child {
  display: flex;
  flex-direction: row-reverse;
  margin-right: 10px;
  align-items: flex-start; }

div#store-multi-currency-popup div#store-multi-currency-close {
  right: 30px;
  top: 20px;
  position: absolute;
  cursor: pointer;
  color: #000; }

.selected-country p {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  font-size: 14px !important;
  margin: 0; }

.selected-country p img {
  width: 25px;
  height: auto; }

@media (max-width: 991px) {
  .selected-country p {
    flex-direction: column;
    font-size: 12px !important;
    padding: 10px;
    border-top: 1px solid rgba(255, 245, 232, 0.4); }

  .selected-country {
    width: 50%; } }
@media (max-width: 575px) {
  div#store-multi-currency-popup {
    max-width: 100%; }

  .cart-item__actions {
    flex-flow: wrap; }

  .selling-plan-product {
    width: 100%;
    display: block;
    text-align: left; }

  .cart-item .selling-plan-product select {
    width: 170px;
    margin-bottom: 10px; } }
.product-video {
  background: var(--bg-color, white);
  padding-top: 30px;
  padding-bottom: 30px; }

.article-template {
  background-color: var(--article-bg, #2c2136);
  color: #fff; }
  .article-template .product-item__image-wrapper {
    background-color: #fff; }

.article-template__wrapper {
  display: flex;
  flex-direction: column; }

.article-template__container {
  display: flex;
  justify-content: space-between;
  max-width: 1210px;
  width: 100%;
  padding: 75px 20px 0;
  margin: -100px auto 0;
  background-color: var(--article-bg);
  z-index: 0; }
  @media only screen and (max-width: 1199px) {
    .article-template__container {
      padding-top: 35px;
      margin-top: -50px; } }
  @media only screen and (max-width: 749px) {
    .article-template__container {
      flex-direction: column;
      padding-top: 0;
      margin-top: 0; } }

article.article {
  max-width: 870px;
  width: calc(100% - 305px);
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 749px) {
    article.article {
      padding-top: 56px;
      max-width: 100%;
      width: 100%; } }

.article-tag {
  font-family: "TSTAR", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.16;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ff9c86 !important; }
  .article-tag:hover {
    color: #fff;
    text-decoration: underline; }

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

.article-header__info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 20px; }
  @media only screen and (max-width: 749px) {
    .article-header__info {
      margin-bottom: 12px; } }

.article-header__circle {
  display: block;
  font-size: 25px;
  line-height: 0;
  margin: 0 11px; }

.article-header__date {
  font-family: "Krub", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #FFFFFF; }

.article-header__heading {
  max-width: 526px;
  width: 100%;
  font-family: "TSTAR", sans-serif;
  font-weight: normal;
  line-height: 1.53;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #FFFFFF;
  margin: 0 auto 60px auto; }
  @media (max-width: 749px) {
    .article-header__heading {
      font-size: calc(24px + 10.2 * ((100vw - 375px) / 1440)); } }
  @media (min-width: 750px) {
    .article-header__heading {
      font-size: calc(24px + 6 * (100vw / 1440)); } }
  @media (min-width: 1440px) {
    .article-header__heading {
      font-size: 30px; } }
  @media only screen and (max-width: 749px) {
    .article-header__heading {
      margin-bottom: 32px; } }

.article-featured__image {
  width: 100%; }
  @media only screen and (max-width: 749px) {
    .article-featured__image {
      width: auto; } }
  .article-featured__image figure {
    position: relative;
    padding-top: 30.2%; }
    @media only screen and (max-width: 749px) {
      .article-featured__image figure {
        padding-top: 53.2%; } }
    .article-featured__image figure img {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      vertical-align: middle; }

.article-content {
  font-family: "Krub", sans-serif;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  @media only screen and (max-width: 749px) {
    .article-content {
      padding-bottom: 56px; } }
  .article-content:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 4px;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  .article-content a {
    text-decoration: underline; }
    .article-content a:not(.btn) {
      color: #ff9c86; }
      .article-content a:not(.btn):hover {
        color: #c01556; }
  .article-content img {
    height: auto; }
  @media (max-width: 749px) {
    .article-content h2 {
      font-size: calc(20px + 6.8 * ((100vw - 375px) / 1440)); } }
  @media (min-width: 750px) {
    .article-content h2 {
      font-size: calc(20px + 4 * (100vw / 1440)); } }
  @media (min-width: 1440px) {
    .article-content h2 {
      font-size: 24px; } }
  .article-content p {
    font-family: "Krub", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7;
    color: #FFFFFF; }
  .article-content blockquote {
    position: relative;
    display: block;
    padding: 46px 0 61px;
    margin-left: 0;
    margin-right: 0;
    font-family: serif;
    font-weight: 500;
    line-height: 1.33;
    text-align: center;
    letter-spacing: 0.07em;
    color: #ff9c86;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
    @media (max-width: 749px) {
      .article-content blockquote {
        font-size: calc(24px + 10.2 * ((100vw - 375px) / 1440)); } }
    @media (min-width: 750px) {
      .article-content blockquote {
        font-size: calc(24px + 6 * (100vw / 1440)); } }
    @media (min-width: 1440px) {
      .article-content blockquote {
        font-size: 30px; } }
    @media only screen and (max-width: 749px) {
      .article-content blockquote {
        padding: 32px 0;
        margin-bottom: 56px; } }
    .article-content blockquote p {
      max-width: 594px;
      font-family: inherit;
      font-size: inherit;
      color: inherit;
      line-height: inherit;
      margin: 0 auto; }
    .article-content blockquote:before {
      content: "";
      display: block;
      width: 46px;
      height: 37px;
      position: relative;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='37' viewBox='0 0 46 37' fill='none'%3E%3Cpath d='M34.8108 -9.7819e-07C36.9289 -7.93018e-07 38.6787 0.425289 40.0601 1.27586C41.4414 2.12644 42.5926 3.26054 43.5135 4.67816C44.5265 6.19029 45.2172 7.89144 45.5856 9.78161C45.8619 11.6718 46 13.3729 46 14.8851C46 19.516 44.8488 23.7688 42.5465 27.6437C40.2442 31.5185 36.6527 34.6373 31.7718 37L30.5285 34.4483C33.2913 33.2197 35.6857 31.3295 37.7117 28.7778C39.7377 26.2261 40.8428 23.6271 41.027 20.9808C41.1191 19.5632 41.027 18.2401 40.7508 17.0115C39.0931 18.6181 37.0671 19.4215 34.6727 19.4215C32.002 19.4215 29.7457 18.5709 27.9039 16.8697C26.0621 15.1686 25.1411 12.8059 25.1411 9.7816C25.1411 6.85185 26.1081 4.48914 28.042 2.69348C29.8839 0.897826 32.1401 -1.21167e-06 34.8108 -9.7819e-07ZM9.66967 -3.1761e-06C11.7878 -2.99093e-06 13.5375 0.425286 14.9189 1.27586C16.3003 2.12644 17.4515 3.26053 18.3724 4.67816C19.3854 6.19029 20.0761 7.89144 20.4444 9.7816C20.7207 11.6718 20.8589 13.3729 20.8589 14.8851C20.8589 19.516 19.7077 23.7688 17.4054 27.6437C15.1031 31.5185 11.5115 34.6373 6.63063 37L5.38739 34.4483C8.15015 33.2197 10.5445 31.3295 12.5706 28.7778C14.5966 26.2261 15.7017 23.6271 15.8859 20.9808C15.978 19.5632 15.8859 18.2401 15.6096 17.0115C13.9519 18.6181 11.9259 19.4215 9.53153 19.4215C6.86086 19.4215 4.6046 18.5709 2.76276 16.8697C0.920919 15.1686 2.11512e-06 12.8059 2.37951e-06 9.7816C2.63563e-06 6.85185 0.966968 4.48914 2.9009 2.69348C4.74274 0.897824 6.999 -3.40958e-06 9.66967 -3.1761e-06Z' fill='%23FF9C86'/%3E%3C/svg%3E");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      margin: 0 auto 21px; }
      @media only screen and (max-width: 749px) {
        .article-content blockquote:before {
          width: 32px;
          height: 26px; } }
    .article-content blockquote:after {
      pointer-events: none;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: calc(100% - 8px);
      border-top: 1px solid rgba(255, 255, 255, 0.12);
      border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  .article-content .article-product-recs__heading {
    margin-bottom: 35px; }
    @media only screen and (max-width: 749px) {
      .article-content .article-product-recs__heading {
        margin-bottom: 15px; } }
  .article-content .article-product__heading {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 8px; }

.article-social-sharing {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 26px 0; }
  .article-social-sharing .social-sharing {
    display: flex; }
  .article-social-sharing a {
    width: 45px;
    height: 45px;
    margin-right: 10px;
    transition: .3s; }
    .article-social-sharing a:hover svg path {
      fill: #FFF5E8; }
    .article-social-sharing a:last-child {
      margin-right: 0; }
    .article-social-sharing a svg {
      width: 100%;
      height: 100%; }
      .article-social-sharing a svg circle {
        fill: #ff9c86; }
      .article-social-sharing a svg path {
        max-width: 20px;
        max-height: 20px;
        fill: #000; }

.article-social-sharing__text {
  font-family: "Krub", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  color: #FFFFFF;
  margin-right: 23px; }

.article-recs {
  width: 100%; }

.article-recs__title {
  width: 100%;
  margin: 34px auto 60px;
  text-transform: uppercase;
  text-align: center; }
  @media (max-width: 749px) {
    .article-recs__title {
      font-size: calc(24px + 10.2 * ((100vw - 375px) / 1440)); } }
  @media (min-width: 750px) {
    .article-recs__title {
      font-size: calc(24px + 6 * (100vw / 1440)); } }
  @media (min-width: 1440px) {
    .article-recs__title {
      font-size: 30px; } }
  @media only screen and (max-width: 749px) {
    .article-recs__title {
      margin-top: 16px;
      margin-bottom: 32px; } }

.article-recs__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  @media only screen and (max-width: 749px) {
    .article-recs__wrapper {
      flex-wrap: wrap;
      flex-direction: column; } }

.article-recs__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 50%;
  width: 100%;
  min-height: 240px;
  flex: 0 1 100%;
  padding: 29px 27px 20px;
  overflow: hidden; }
  @media only screen and (min-width: 1600px) {
    .article-recs__item {
      min-height: 350px; } }
  @media only screen and (max-width: 749px) {
    .article-recs__item {
      max-width: 100%; } }

.article-recs__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--overlay-color) 7.58%, rgba(0, 0, 0, 0) 94.81%);
  z-index: 1;
  transition: .3s; }

.article-recs__background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 0; }

.article-recs__image {
  width: 100%;
  height: 100%; }
  .article-recs__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s !important; }

.article-recs__container {
  position: relative;
  z-index: 2; }

.article-recs__tag {
  display: block;
  margin-bottom: 20px; }

.article-recs__heading {
  max-width: 260px;
  width: 100%;
  margin-bottom: 50px; }
  .article-recs__heading a {
    font-family: "Krub", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: inherit; }
    .article-recs__heading a:hover {
      text-decoration: underline; }

.article-recs__link {
  position: relative;
  font-family: "Krub", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.71;
  text-decoration-line: underline;
  color: #FFFFFF;
  margin-top: auto;
  z-index: 2; }
  .article-recs__link:hover {
    text-decoration: none; }

.article-sidebar {
  max-width: 305px;
  width: 100%;
  padding-left: 35px; }
  @media only screen and (max-width: 749px) {
    .article-sidebar {
      width: 100%;
      margin: 32px 0;
      padding-left: 0;
      order: 3; } }
  .article-sidebar.article-sidebar--sticky .article-sidebar__wrapper {
    position: sticky;
    top: calc(var(--nav-height, 0px) + 40px);
    transition: .5s; }
    @media only screen and (max-width: 749px) {
      .article-sidebar.article-sidebar--sticky .article-sidebar__wrapper {
        position: initial;
        top: unset; } }

.article-sidebar__block {
  margin-bottom: 50px; }
  @media only screen and (max-width: 749px) {
    .article-sidebar__block {
      max-width: 270px; } }
  .article-sidebar__block:last-child {
    margin-bottom: 0; }

.article-sidebar__heading {
  font-family: "TSTAR", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.18;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 17px; }

.article-sidebar__list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .article-sidebar__list.article-sidebar__list--row li {
    display: inline-block;
    margin-right: 14px; }
    .article-sidebar__list.article-sidebar__list--row li:last-child {
      margin-right: 0; }

.article-sidebar__item {
  margin-bottom: 15px; }
  .article-sidebar__item:last-child {
    margin-bottom: 0; }

.article-sidebar__link {
  font-family: "Krub", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  color: inherit; }
  .article-sidebar__link:hover:before {
    display: block; }
  .article-sidebar__link:not(.btn):hover {
    text-decoration-line: underline;
    color: #ff9c86; }

.article-product-recs {
  margin: 65px 0px 55px; }
  @media only screen and (max-width: 749px) {
    .article-product-recs {
      margin: 32px 0 46px; } }

.article-product-recs__wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 -5px; }
  @media only screen and (max-width: 749px) {
    .article-product-recs__wrapper {
      flex-direction: column;
      padding: 0; } }

.article-product-recs__container {
  width: 100%; }
  @media only screen and (max-width: 749px) {
    .article-product-recs__container {
      width: unset; } }

.article-product-recs__heading {
  font-family: "Krub", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF; }
  @media only screen and (max-width: 749px) {
    .article-product-recs__heading {
      text-align: left; } }

.article-product-recs__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%; }

.article-product-recs__item {
  padding: 0 5px;
  width: 25%;
  font-family: "TSTAR", sans-serif;
  margin-bottom: 10px; }
  @media only screen and (max-width: 989px) {
    .article-product-recs__item {
      width: 50%; } }
  .article-product-recs__item .product-item {
    background-color: #fff; }
    .article-product-recs__item .product-item .product-item__notify {
      padding: 0; }
    .article-product-recs__item .product-item .btn, .article-product-recs__item .product-item .shopify-challenge__button, .article-product-recs__item .product-item .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item, .smartrr-portal-slide-panel .article-product-recs__item .product-item .smartrr-portal-tabs-header-item,
    .article-product-recs__item .product-item .smartrr-portal-wrapper .smartrr-portal-tabs-header-item,
    .smartrr-portal-wrapper .article-product-recs__item .product-item .smartrr-portal-tabs-header-item, .article-product-recs__item .product-item .smartrr-portal-slide-panel .smartrr-portal-slide-panel-footer > div, .smartrr-portal-slide-panel .article-product-recs__item .product-item .smartrr-portal-slide-panel-footer > div, .article-product-recs__item .product-item .product-template .dynamic-checkout-button .shopify-payment-button__button--unbranded, .product-template .dynamic-checkout-button .article-product-recs__item .product-item .shopify-payment-button__button--unbranded, .article-product-recs__item .product-item .pagination a, .pagination .article-product-recs__item .product-item a, .article-product-recs__item .product-item .pagination .current, .pagination .article-product-recs__item .product-item .current, .article-product-recs__item .product-item div.snize-ac-results .snize-view-all-link, div.snize-ac-results .article-product-recs__item .product-item .snize-view-all-link, .article-product-recs__item .product-item .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a, .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write .article-product-recs__item .product-item a, .article-product-recs__item .product-item #write-a-review .p-w-r .pr-btn-review, #write-a-review .p-w-r .article-product-recs__item .product-item .pr-btn-review, .article-product-recs__item .product-item .p-w-r .pr-review-display .pr-rd-no-reviews a, .p-w-r .pr-review-display .pr-rd-no-reviews .article-product-recs__item .product-item a {
      text-decoration: none; }
  .article-product-recs__item .product-item__content {
    padding: 20px 0 0;
    color: #392c22; }
  .article-product-recs__item .product-item__image img {
    height: 100%; }
  .article-product-recs__item .product-item__heading {
    padding: 0 10px;
    text-decoration: none; }
    .article-product-recs__item .product-item__heading h3 {
      font-weight: 700;
      font-size: 14px;
      line-height: 1.4;
      margin: 0 0 8px; }
  .article-product-recs__item .product-item__price {
    display: flex;
    justify-content: center;
    line-height: 1.7;
    margin-top: 0; }
    .article-product-recs__item .product-item__price s {
      order: -1;
      margin-right: 8px; }

.sidebar-article__list {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.sidebar-article__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px; }
  .sidebar-article__item:last-child {
    margin-bottom: 0; }

.sidebar-article__image-wrapper {
  display: block;
  height: 46px;
  max-width: 70px;
  width: 100%;
  margin: auto 10px auto 0; }

.sidebar-article__image {
  width: 100%;
  height: 100%; }
  .sidebar-article__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.sidebar-article__inner {
  display: flex;
  flex-direction: column; }

.sidebar-article__tag {
  font-size: 10px;
  line-height: 1.2;
  margin-bottom: 5px; }

.sidebar-article__heading {
  font-family: "Krub", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  color: #FFFFFF; }
  .sidebar-article__heading:hover {
    text-decoration: underline; }

@media only screen and (max-width: 989px) {
  .article-slideshow-container {
    padding: 50px 20px 30px; } }
@media only screen and (max-width: 749px) {
  .article-slideshow-container {
    padding: 0 20px 30px; } }
@media only screen and (max-width: 749px) {
  .article-slideshow-container .running-text {
    margin: 0 -20px 15px;
    border-bottom: 2px solid; } }

.article-slideshow {
  display: block; }
  @media only screen and (max-width: 749px) {
    .article-slideshow .slideshow-slide:nth-child(1n+4) {
      display: none; } }

.slide-article-item {
  flex-direction: column;
  height: 100%; }
  .slide-article-item .slide-article-item__image img {
    width: 100%;
    height: 400px;
    object-fit: cover; }
    @media only screen and (max-width: 749px) {
      .slide-article-item .slide-article-item__image img {
        height: 320px; } }
  .slide-article-item .slide-article-item__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px 20px 20px;
    height: 100%; }
    @media only screen and (max-width: 749px) {
      .slide-article-item .slide-article-item__content {
        display: block;
        text-align: center;
        padding: 20px 50px; } }
  .slide-article-item .slide-article-item__heading {
    font-family: "Krub", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.38;
    margin: 0;
    flex: 0 1 auto; }
    @media only screen and (max-width: 749px) {
      .slide-article-item .slide-article-item__heading {
        margin-bottom: 10px;
        font-size: 14px; } }
  .slide-article-item .slide-article-item__link {
    font-size: 14px;
    font-weight: 900;
    line-height: 1.7;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: underline;
    flex: 0 1 auto;
    text-align: center; }

@media only screen and (max-width: 749px) {
  [data-chose-options] {
    max-width: 100%; } }

.bundle-modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 29, 29, 0.9);
  z-index: 102;
  overflow: hidden;
  display: flex; }

.bundle-modal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  max-width: 1050px;
  width: 100%;
  padding-bottom: 40px;
  overflow: hidden;
  height: 100%;
  max-height: 786px; }
  @media only screen and (max-width: 749px) {
    .bundle-modal {
      padding-bottom: 0;
      max-height: unset; } }

.bundle-modal__wrapper {
  width: 100%;
  height: 100%; }
  @media only screen and (max-width: 749px) {
    .bundle-modal__wrapper {
      display: flex;
      flex-direction: column;
      overflow: hidden; } }

.bundle-modal__inner {
  max-width: 1050px;
  width: 100%;
  background-image: linear-gradient(to top, white 85%, #fef6eb 110%);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative; }

.bundle-modal__close-wrapper {
  padding: 20px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: transparent;
  height: auto; }

.bundle-modal__btn-close {
  background: transparent;
  padding: 0;
  display: inline-flex;
  color: #fff5e8; }

.bundle-modal__header {
  width: 100%;
  position: relative; }
  .bundle-modal__header .bundle-modal__header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
  .bundle-modal__header:before,
  .bundle-modal__header .bundle-modal__header-bar {
    content: '';
    position: absolute;
    left: 0;
    right: 0; }
  .bundle-modal__header:before {
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #392c22;
    opacity: 0.5; }
  .bundle-modal__header .bundle-modal__header-bar {
    bottom: -2px;
    width: 0%;
    height: 5px;
    background-color: #ff7458;
    z-index: 2; }

.bundle-modal__header-button {
  flex: 1;
  font-family: "TSTAR", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: center;
  color: #392c22;
  background: transparent;
  padding: 24px 3px 18px;
  text-transform: uppercase; }
  .bundle-modal__header-button[disabled] {
    opacity: 0.5; }

.bundle-modal__header-close-wrapper {
  padding: 17px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.bundle-modal__header-info-price {
  font-family: "TSTAR", sans-serif;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
  width: 100%; }

.bundle-modal__header-info-title {
  font-family: "TSTAR", sans-serif;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0; }
  .bundle-modal__header-info-title span {
    opacity: 0.5; }

.bundle-modal__header-btn-close {
  margin-left: auto;
  background: transparent;
  padding: 0;
  display: inline-flex;
  color: #392c22; }
  @media only screen and (max-width: 749px) {
    .bundle-modal__header-btn-close {
      position: relative;
      z-index: 13; } }

.bundle-modal__products {
  overflow: auto;
  width: 100%;
  height: auto; }
  @media only screen and (max-width: 749px) {
    .bundle-modal__products {
      height: 100%; } }

.bundle-product-item {
  height: auto;
  display: flex; }
  @media only screen and (max-width: 749px) {
    .bundle-product-item {
      max-height: unset;
      align-items: center; } }

.bundle-product-item__header {
  padding-top: 60px;
  height: auto;
  width: 100%; }
  @media only screen and (max-width: 749px) {
    .bundle-product-item__header {
      height: auto;
      padding-top: 15px;
      text-transform: uppercase; } }

.bundle-product-item__content {
  float: unset;
  height: 100%;
  width: 36%; }
  @media only screen and (max-width: 749px) {
    .bundle-product-item__content {
      height: auto;
      width: 100%;
      display: flex;
      flex-direction: column;
      flex: 1 0 auto; } }
  .bundle-product-item__content .product-options-select .product-options-select__list {
    position: relative;
    max-height: 120px; }
  .bundle-product-item__content .product__form {
    display: flex;
    height: auto; }
    @media only screen and (max-width: 749px) {
      .bundle-product-item__content .product__form {
        height: 100%; } }
    @media only screen and (max-width: 749px) {
      .bundle-product-item__content .product__form .product-options-select {
        margin-bottom: 16px; } }
    .bundle-product-item__content .product__form > div {
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: column; }
  .bundle-product-item__content .product-content__sw-d-item {
    line-height: normal; }

.bundle-product-item__wrapper {
  padding: 0 60px 38px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap; }
  @media only screen and (max-width: 749px) {
    .bundle-product-item__wrapper {
      height: 100%;
      padding: 0 20px 0;
      flex-wrap: unset;
      align-items: flex-start;
      flex-direction: column; } }

.bundle-product-item__images-wrapper {
  width: 64%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 20px 60px 0 20px; }
  @media only screen and (max-width: 749px) {
    .bundle-product-item__images-wrapper {
      width: 100%;
      position: relative;
      top: 0;
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      height: auto; } }

.bundle-product-item__images {
  width: 100%; }
  @media only screen and (max-width: 989px) {
    .bundle-product-item__images .slick-dots {
      margin-right: auto;
      margin-left: auto; } }
  @media only screen and (max-width: 749px) {
    .bundle-product-item__images .slick-dots {
      max-width: 100%;
      margin-top: 10px;
      margin-bottom: 20px; } }
  .bundle-product-item__images .slick-dots li.slick-active button {
    background-color: #392c22; }

.bundle-product-item__image-wrapper {
  position: relative;
  padding-bottom: 100%;
  width: 100%; }

.bundle-product-item__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .bundle-product-item__image img {
    height: 100%;
    object-fit: contain; }

.bundle-product-item__images-thumbnails {
  display: flex;
  align-items: center;
  width: 100%; }
  .bundle-product-item__images-thumbnails.slick-slider {
    display: flex;
    overflow: unset; }
  .bundle-product-item__images-thumbnails .slick-track {
    display: block; }
  .bundle-product-item__images-thumbnails .slick-current {
    position: relative; }
    .bundle-product-item__images-thumbnails .slick-current:after {
      content: '';
      position: absolute;
      bottom: 5px;
      left: 0;
      right: 0;
      margin: 0 auto;
      height: 5px;
      width: 90px;
      background-color: #ff7458; }
      @media only screen and (max-width: 989px) {
        .bundle-product-item__images-thumbnails .slick-current:after {
          width: 45px; } }
  .bundle-product-item__images-thumbnails .slick-slide.bundle-product-item__thumbnail {
    border: unset; }
  .bundle-product-item__images-thumbnails .bundle-product-item__thumbnail {
    padding: 10px; }
    @media only screen and (max-width: 989px) {
      .bundle-product-item__images-thumbnails .bundle-product-item__thumbnail {
        padding: 5px; } }
    .bundle-product-item__images-thumbnails .bundle-product-item__thumbnail img {
      width: 90px;
      height: 90px;
      object-fit: contain; }
      @media only screen and (max-width: 989px) {
        .bundle-product-item__images-thumbnails .bundle-product-item__thumbnail img {
          width: 45px;
          height: 45px; } }
  .bundle-product-item__images-thumbnails .slick-arrow {
    position: initial;
    top: 50%; }
    .bundle-product-item__images-thumbnails .slick-arrow.slick-prev {
      left: -30px; }
    .bundle-product-item__images-thumbnails .slick-arrow.slick-next {
      right: -30px; }

.bundle-product-item__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .bundle-product-item__buttons [data-bundle-btn-prev] {
    text-decoration: underline;
    text-align: left;
    margin-right: 20px; }
  .bundle-product-item__buttons [data-bundle-btn-next] {
    flex: auto;
    max-width: unset; }
  @media only screen and (max-width: 749px) {
    .bundle-product-item__buttons {
      margin-top: auto;
      padding: 20px;
      box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.1);
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: #ffffff;
      z-index: 1; } }

.bundle-final {
  padding: 30px 50px 50px; }
  @media only screen and (max-width: 749px) {
    .bundle-final {
      padding: 0 20px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; } }

.bundle-final__products {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.bundle-final__product {
  width: calc(100% / 3);
  text-align: center;
  color: #392c22;
  display: flex;
  flex-direction: column;
  height: auto; }
  @media only screen and (max-width: 749px) {
    .bundle-final__product {
      width: 100%;
      text-align: left;
      flex-direction: row; } }
  @media only screen and (max-width: 749px) {
    .bundle-final__product:not(:last-child) {
      border-bottom: 1px solid #d7d5d3; } }

.bundle-final__product-img-wrapper {
  position: relative;
  padding-bottom: 100%;
  width: 100%; }
  @media only screen and (max-width: 749px) {
    .bundle-final__product-img-wrapper {
      width: 36%;
      padding-bottom: 36%; } }

.bundle-final__product-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain; }

.bundle-final__product-content {
  padding-top: 5px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 749px) {
    .bundle-final__product-content {
      width: 64%;
      padding-left: 20px;
      justify-content: center; } }

.bundle-final__product-title {
  font-family: "Krub", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
  margin-bottom: 0; }
  @media only screen and (max-width: 749px) {
    .bundle-final__product-title {
      font-size: 14px;
      line-height: 1.57; } }

.bundle-final__product-options {
  margin-bottom: 15px; }
  @media only screen and (max-width: 749px) {
    .bundle-final__product-options {
      margin-bottom: 0; } }
  .bundle-final__product-options p {
    margin-bottom: 0; }
    .bundle-final__product-options p span {
      font-family: "Krub", sans-serif;
      font-size: 11px;
      font-weight: 600;
      line-height: 2.55; }
      @media only screen and (max-width: 749px) {
        .bundle-final__product-options p span {
          line-height: 1.45; } }
    .bundle-final__product-options p span:first-child {
      font-weight: 400; }

.bundle-final__product-edit {
  font-family: "TSTAR", sans-serif;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 2px;
  text-decoration: underline;
  padding: 0;
  background: transparent;
  margin-top: auto; }
  @media only screen and (max-width: 749px) {
    .bundle-final__product-edit {
      font-size: 12px;
      text-align: left;
      margin-top: 0; } }

.bundle-final__footer {
  margin-top: 50px;
  text-align: center; }
  @media only screen and (max-width: 749px) {
    .bundle-final__footer {
      padding: 25px 20px 20px;
      margin-left: -20px;
      margin-right: -20px;
      box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.1); } }

.bundle-final-footer__title {
  font-family: "TSTAR", sans-serif;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 749px) {
    .bundle-final-footer__title {
      font-size: 24px;
      letter-spacing: 1px;
      margin-bottom: 5px; } }

.bundle-final-footer__prices {
  font-family: "TSTAR", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 15px; }
  @media only screen and (max-width: 749px) {
    .bundle-final-footer__prices {
      font-size: 14px;
      line-height: 1.71;
      margin-bottom: 18px; } }
  .bundle-final-footer__prices strike {
    margin-left: 10px; }
    @media only screen and (max-width: 749px) {
      .bundle-final-footer__prices strike {
        margin-left: 10px; } }

[data-bundle-compare-price] {
  opacity: 0.5; }

[data-bundle-form-error] {
  color: #d93f26;
  font-family: "TSTAR", sans-serif;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 2px;
  margin-bottom: 15px; }

@media only screen and (max-width: 749px) {
  .bundle-final-footer__btn {
    max-width: unset;
    padding-left: 5px;
    padding-right: 5px; } }

.bundle-final-footer__buttons {
  display: flex;
  justify-content: center; }
  .bundle-final-footer__buttons .product-quantity-selector {
    max-width: 110px; }

.bundle-close-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  background-image: linear-gradient(to top, white 85%, #fef6eb 110%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.bundle-close-modal__heading {
  font-family: "TSTAR", sans-serif;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  max-width: 450px;
  margin: 0 auto 30px;
  width: 100%; }
  @media only screen and (max-width: 749px) {
    .bundle-close-modal__heading {
      font-size: 24px;
      letter-spacing: 1px;
      margin-bottom: 25px;
      max-width: 265px; } }
  .bundle-close-modal__heading:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -41px;
    width: 190px;
    height: 100%;
    margin: 0 auto;
    border-top: 21px solid #000;
    border-image: url("/cdn/shop/t/303/assets/pseudo-3.svg?v=46454299117896908531680224469") 100% 0% 0%; }

.bundle-close-modal__btn-approve {
  margin-bottom: 20px;
  width: 100%;
  max-width: 220px; }
  @media only screen and (max-width: 749px) {
    .bundle-close-modal__btn-approve {
      margin-bottom: 15px;
      background: transparent;
      border-color: currentColor; }
      .bundle-close-modal__btn-approve:hover {
        background: transparent; } }

.bundle-close-modal__btn-continue {
  font-family: "TSTAR", sans-serif;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: underline;
  padding: 0;
  background: transparent;
  max-width: 228px; }
  @media only screen and (max-width: 749px) {
    .bundle-close-modal__btn-continue {
      font-size: 10px;
      line-height: 2.4;
      letter-spacing: 1px;
      max-width: 280px; } }

.faq-tabs__heading {
  font-family: "TSTAR", sans-serif;
  color: #392c22;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px; }
  @media (max-width: 749px) {
    .faq-tabs__heading {
      font-size: calc(40px + 68 * ((100vw - 375px) / 1440)); } }
  @media (min-width: 750px) {
    .faq-tabs__heading {
      font-size: calc(40px + 40 * (100vw / 1440)); } }
  @media (min-width: 1440px) {
    .faq-tabs__heading {
      font-size: 80px; } }
  @media only screen and (max-width: 749px) {
    .faq-tabs__heading {
      margin-bottom: 15px; } }

.faq-tabs__item {
  padding-top: 15px;
  padding-bottom: 15px; }
  .faq-tabs__item:not(:first-child) {
    border-top: 1px solid #392c22; }

.faq-tabs__button {
  width: 100%;
  background: transparent;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  line-height: 2;
  font-size: 24px;
  font-family: "Krub", sans-serif;
  font-weight: 600;
  color: #392c22; }
  @media only screen and (max-width: 749px) {
    .faq-tabs__button {
      font-size: 16px; } }
  .faq-tabs__button .icon {
    width: 15px;
    height: 10px; }

.faq-tabs__text {
  line-height: 2;
  font-size: 16px;
  font-family: "Krub", sans-serif;
  font-weight: 500;
  color: #392c22; }
  @media only screen and (max-width: 749px) {
    .faq-tabs__text {
      font-size: 14px; } }

.careers-form .careers-form__text {
  margin-bottom: 1vw;
  font-family: "Krub", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2; }
  .careers-form .careers-form__text em {
    font-style: normal;
    font-size: 22px; }
.careers-form .careers-form__form {
  display: flex;
  flex-direction: column; }
.careers-form .careers-form__container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4vw; }
  @media only screen and (max-width: 399px) {
    .careers-form .careers-form__container {
      flex-direction: column; } }
  .careers-form .careers-form__container:last-child {
    margin-bottom: 0; }
  .careers-form .careers-form__container h2 {
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 10px; }
.careers-form .careers-form__wrapper {
  width: calc(25% - 10px);
  display: flex;
  flex-direction: column;
  margin: 0 10px 20px 0; }
  @media only screen and (max-width: 989px) {
    .careers-form .careers-form__wrapper {
      width: calc(33% - 10px); } }
  @media only screen and (max-width: 749px) {
    .careers-form .careers-form__wrapper {
      width: calc(50% - 10px); } }
  @media only screen and (max-width: 399px) {
    .careers-form .careers-form__wrapper {
      width: 100%; } }
  .careers-form .careers-form__wrapper input {
    margin-top: auto; }
  .careers-form .careers-form__wrapper:last-child {
    margin-right: 0; }
  .careers-form .careers-form__wrapper label {
    display: block;
    font-family: "TSTAR", sans-serif; }
.careers-form .careers-form__name {
  width: 100%;
  margin-bottom: 10px; }
.careers-form .careers-form__btn-more {
  display: block;
  margin: 0 auto;
  background-color: transparent; }
  .careers-form .careers-form__btn-more svg {
    width: 15px;
    height: 15px; }
.careers-form .careers-form__btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 1.5vw; }
  @media only screen and (max-width: 749px) {
    .careers-form .careers-form__btn-wrapper button {
      max-width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }
  .careers-form .careers-form__btn-wrapper span {
    pointer-events: none; }
.careers-form .careers-form__work-container .careers-form__container {
  margin-bottom: 10px; }

.contest-bg-wt {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: var(--mobile-rec-collections); }
  @media only screen and (max-width: 749px) {
    .contest-bg-wt {
      max-height: unset;
      align-items: flex-end;
      justify-content: center;
      flex-direction: column;
      padding: 0; } }
  .contest-bg-wt .slick-arrow {
    width: 30px;
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2; }
    .contest-bg-wt .slick-arrow:after {
      content: '';
      position: absolute;
      background: transparent;
      top: 50%;
      left: 50%;
      width: 400%;
      height: 400%;
      opacity: 0; }
    .contest-bg-wt .slick-arrow:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 140%;
      height: 140%;
      background-color: white;
      opacity: 0.4;
      border-radius: 50%;
      z-index: -1; }
  .contest-bg-wt .slick-prev {
    right: unset;
    left: 30px; }
    @media only screen and (min-width: 750px) and (max-width: 989px) {
      .contest-bg-wt .slick-prev {
        left: 10px; } }
    .contest-bg-wt .slick-prev:after, .contest-bg-wt .slick-prev:before {
      transform: translate(-46%, -50%); }
  .contest-bg-wt .slick-next {
    left: unset;
    right: 30px; }
    @media only screen and (min-width: 750px) and (max-width: 989px) {
      .contest-bg-wt .slick-next {
        right: 10px; } }
    .contest-bg-wt .slick-next:after, .contest-bg-wt .slick-next:before {
      transform: translate(-54%, -50%); }
  .contest-bg-wt.contest-bg-wt--medium {
    height: 75vw;
    min-height: 700px; }
    @media only screen and (min-width: 1600px) {
      .contest-bg-wt.contest-bg-wt--medium {
        max-height: calc(100vh - var(--promo-bar-height)); } }
    @media only screen and (min-width: 1400px) {
      .contest-bg-wt.contest-bg-wt--medium {
        min-height: 900px; } }
    @media only screen and (max-width: 989px) {
      .contest-bg-wt.contest-bg-wt--medium .contest-bg-wt__content-wrapper {
        padding: 145px 30px 105px; } }
    @media only screen and (max-width: 749px) {
      .contest-bg-wt.contest-bg-wt--medium .contest-bg-wt__content-wrapper {
        padding-left: 12px;
        padding-right: 12px; } }
  .contest-bg-wt.contest-bg-wt--small {
    height: 61vw;
    min-height: 660px; }
    @media only screen and (min-width: 1600px) {
      .contest-bg-wt.contest-bg-wt--small {
        max-height: calc(100vh - var(--promo-bar-height)); } }
    @media only screen and (min-width: 1400px) {
      .contest-bg-wt.contest-bg-wt--small {
        min-height: 900px; } }
    @media only screen and (max-width: 989px) {
      .contest-bg-wt.contest-bg-wt--small .contest-bg-wt__content-wrapper {
        padding: 145px 30px 45px; } }
    @media only screen and (max-width: 749px) {
      .contest-bg-wt.contest-bg-wt--small .contest-bg-wt__content-wrapper {
        padding-left: 12px;
        padding-right: 12px; } }

.contest-bg-wt__slideshow {
  width: 100%;
  height: 100%; }

.contest-bg-wt__slide {
  position: relative;
  display: block; }

.contest-bg-wt__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1; }

.contest-bg-wt__content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 14% 12% 275px;
  z-index: 1; }
  @media only screen and (max-width: 989px) {
    .contest-bg-wt__content-wrapper {
      padding: 145px 30px 45px; } }
  @media only screen and (max-width: 749px) {
    .contest-bg-wt__content-wrapper {
      height: auto;
      top: unset;
      padding-top: 0;
      padding-left: 12px;
      padding-right: 12px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end; } }

.contest-bg-wt__content {
  max-width: 450px;
  width: 100%;
  padding-bottom: 65px;
  position: relative; }
  @media only screen and (max-width: 989px) {
    .contest-bg-wt__content {
      padding-bottom: 40px; } }
  @media only screen and (max-width: 749px) {
    .contest-bg-wt__content {
      margin: 0 auto; } }
  .contest-bg-wt__content:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 190px;
    height: auto;
    border-top: 20px solid #000;
    border-image: url("/cdn/shop/t/303/assets/pseudo-1.svg?v=119163182374679336271680224469") 100% 0% 0%; }
    @media only screen and (max-width: 749px) {
      .contest-bg-wt__content:after {
        right: 0;
        margin: 0 auto;
        width: 160px;
        border-top-width: 16px; } }

.contest-bg-wt__heading {
  color: #fff5e8;
  font-family: "TSTAR", sans-serif;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase; }
  @media (max-width: 749px) {
    .contest-bg-wt__heading {
      font-size: calc(40px + 136 * ((100vw - 375px) / 1440)); } }
  @media (min-width: 750px) {
    .contest-bg-wt__heading {
      font-size: calc(40px + 80 * (100vw / 1440)); } }
  @media (min-width: 1440px) {
    .contest-bg-wt__heading {
      font-size: 120px; } }
  @media only screen and (max-width: 749px) {
    .contest-bg-wt__heading {
      margin-bottom: 10px;
      text-align: center; } }
  .contest-bg-wt__heading.contest-bg-wt__heading--medium {
    letter-spacing: 2px; }
    @media (max-width: 749px) {
      .contest-bg-wt__heading.contest-bg-wt__heading--medium {
        font-size: calc(40px + 85 * ((100vw - 375px) / 1440)); } }
    @media (min-width: 750px) {
      .contest-bg-wt__heading.contest-bg-wt__heading--medium {
        font-size: calc(40px + 50 * (100vw / 1440)); } }
    @media (min-width: 1440px) {
      .contest-bg-wt__heading.contest-bg-wt__heading--medium {
        font-size: 90px; } }
    @media only screen and (max-width: 749px) {
      .contest-bg-wt__heading.contest-bg-wt__heading--medium {
        letter-spacing: normal; } }
  @media (max-width: 749px) {
    .contest-bg-wt__heading.contest-bg-wt__heading--small {
      font-size: calc(40px + 68 * ((100vw - 375px) / 1440)); } }
  @media (min-width: 750px) {
    .contest-bg-wt__heading.contest-bg-wt__heading--small {
      font-size: calc(40px + 40 * (100vw / 1440)); } }
  @media (min-width: 1440px) {
    .contest-bg-wt__heading.contest-bg-wt__heading--small {
      font-size: 80px; } }

.contest-bg-wt__text {
  color: #fff5e8;
  font-family: "Krub", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 20px; }
  @media only screen and (max-width: 749px) {
    .contest-bg-wt__text {
      font-size: 12px;
      text-align: center;
      margin-left: auto;
      margin-right: auto; } }

@media only screen and (max-width: 749px) {
  .contest-bg-wt__btn {
    margin: 0 auto;
    display: block; } }

.contest-vwt__wrapper {
  padding: 0 12%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between; }
  @media only screen and (max-width: 749px) {
    .contest-vwt__wrapper {
      flex-direction: column;
      padding: 30px 30px 30px; } }

.contest-vwt__decorative-img {
  position: absolute;
  top: 50%;
  right: 0;
  width: 80px;
  height: 255px;
  transform: translateY(-50%); }
  @media only screen and (max-width: 749px) {
    .contest-vwt__decorative-img {
      width: 65px;
      height: 155px;
      top: 50px; } }
  .contest-vwt__decorative-img img {
    width: 100%;
    height: 100%; }

.contest-vwt__video-wrapper {
  width: 50%; }
  @media only screen and (max-width: 749px) {
    .contest-vwt__video-wrapper {
      width: 100%; } }

.contest-vwt__ratio--square .contest-vwt__video {
  padding-bottom: 100%; }

.contest-vwt__ratio--vertical .contest-vwt__video {
  padding-bottom: 177.7%; }

.contest-vwt__ratio--vertical {
  margin: -150px 0 -100px;
  width: 40%; }
  @media only screen and (max-width: 749px) {
    .contest-vwt__ratio--vertical {
      width: 100%;
      margin: 0; } }

.contest-vwt__ratio--horizontal .contest-vwt__video {
  padding-bottom: 56.25%; }

.contest-vwt__content-wrapper {
  width: 50%;
  padding: 20px 6%;
  color: #fff5e8; }
  @media only screen and (max-width: 749px) {
    .contest-vwt__content-wrapper {
      width: 100%;
      padding: 30px 0 0; } }

.contest-vwt__subheading {
  font-family: "TSTAR", sans-serif;
  font-size: 30px;
  letter-spacing: 2px;
  margin-bottom: 5px;
  line-height: 1; }
  @media only screen and (max-width: 989px) {
    .contest-vwt__subheading {
      margin-bottom: 2px;
      font-size: 24px; } }

.contest-vwt__heading {
  font-family: "TSTAR", sans-serif;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 20px;
  max-width: 455px; }
  @media only screen and (max-width: 989px) {
    .contest-vwt__heading {
      margin-bottom: 10px;
      font-size: 60px;
      letter-spacing: 1.5px;
      max-width: none; } }

.contest-vwt__text {
  font-family: "Krub", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  max-width: 425px;
  margin-bottom: 0; }
  @media only screen and (max-width: 749px) {
    .contest-vwt__text {
      font-size: 12px;
      line-height: 1.75;
      padding: 0 25px;
      max-width: none; } }
  .contest-vwt__text p {
    list-style: disc outside none;
    display: list-item; }

.contest-form {
  padding: 150px 5% 100px; }
  @media only screen and (max-width: 749px) {
    .contest-form {
      padding: 50px 5%; } }

.contest-form__heading {
  font-family: "TSTAR", sans-serif;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 20px; }

.contest-form__text-wrapper {
  text-align: center;
  margin: 0 auto 50px;
  font-family: "Krub", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2; }
  .contest-form__text-wrapper em {
    font-style: normal;
    font-size: 22px; }

.contest-form__form {
  margin: 0 auto; }
  .contest-form__form textarea {
    width: 100%; }

.contest-form__button-wrapper {
  text-align: center;
  margin-top: 30px; }

.contest-form__success,
.contest-form__error {
  text-align: center;
  font-family: "Krub", sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
  color: inherit; }

.contest-form__error {
  color: #d93f26; }

.contest-form__bottom-text {
  text-align: center;
  margin-top: 30px; }

.product-badges-count {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

.product-badge-count {
  background-color: var(--bg-color, white);
  color: #392c22;
  text-transform: uppercase;
  border: 2px solid #392c22;
  padding: 3px 10px; }
  .product-badge-count:not(:first-child) {
    display: none; }
  .product-badge-count span {
    font-family: "Krub", sans-serif;
    font-weight: var(--bold, 400);
    font-size: 14px; }
  .product-badge-count .product-badge-count__main {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .product-badge-count .product-badge-count__count {
    display: flex;
    align-items: center; }
    .product-badge-count .product-badge-count__count .count-value {
      display: flex; }

.collection-notify-me-banner {
  padding: 50px 0;
  background-color: var(--bg-color); }

.collection-notify-me-banner__wrapper {
  max-width: 1280px;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto;
  overflow: hidden; }

.collection-notify-me-banner__inner {
  background-color: var(--bg-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px; }
  @media only screen and (max-width: 989px) {
    .collection-notify-me-banner__inner {
      flex-direction: column; } }

@media only screen and (max-width: 989px) {
  .collection-notify-me-banner__content {
    margin-bottom: 20px; } }
.collection-notify-me-banner__content h2 {
  font-family: "TSTAR", sans-serif;
  font-size: 32px;
  color: var(--text-color);
  text-transform: uppercase;
  margin-bottom: 0; }
.collection-notify-me-banner__content h3 {
  font-family: "Krub", sans-serif;
  font-size: 24px;
  color: var(--text-color);
  text-transform: uppercase;
  margin-bottom: 0; }

.collection-notify-me-banner__form:only-child {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  flex-direction: column; }
.collection-notify-me-banner__form .collection-notify-me-banner__success,
.collection-notify-me-banner__form .collection-notify-me-banner__error {
  text-align: center;
  font-family: "TSTAR", sans-serif;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0; }
.collection-notify-me-banner__form .collection-notify-me-banner__success {
  color: #392c22; }
.collection-notify-me-banner__form .collection-notify-me-banner__error {
  color: #d93f26; }

.collection-notify-me-banner__form-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  @media only screen and (max-width: 989px) {
    .collection-notify-me-banner__form-inner {
      flex-wrap: wrap;
      justify-content: center; } }
  .collection-notify-me-banner__form-inner label {
    margin-left: 10px; }
    @media only screen and (max-width: 749px) {
      .collection-notify-me-banner__form-inner label {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px; } }
    .collection-notify-me-banner__form-inner label:first-child {
      margin-left: 0; }
    @media only screen and (max-width: 749px) {
      .collection-notify-me-banner__form-inner label input {
        width: 100%; } }
  .collection-notify-me-banner__form-inner button {
    color: #fff5e8;
    padding: 10px; }

.quick-form {
  position: relative;
  padding: 0; }
  .quick-form .product-options-swatch-fieldset {
    width: 100%;
    max-width: 100%; }
  .quick-form .product-options-swatch__image {
    display: block; }
  .quick-form .product-options-swatch__label {
    display: flex;
    align-items: center;
    justify-content: center; }
  .quick-form .product-options-swatch__inner {
    padding: 0 25px;
    margin: 0; }
    @media only screen and (max-width: 749px) {
      .quick-form .product-options-swatch__inner {
        padding: 0 15px; } }
  .quick-form .product-options-swatch__item {
    margin: 0 auto; }
  .quick-form .owl-dots {
    display: none; }
  .quick-form .owl-nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  .quick-form .quick-prev, .quick-form .quick-next {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background: none;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit; }
    .quick-form .quick-prev svg, .quick-form .quick-next svg {
      width: 9px;
      height: auto; }
      @media only screen and (max-width: 749px) {
        .quick-form .quick-prev svg, .quick-form .quick-next svg {
          width: 6px; } }
      .quick-form .quick-prev svg path, .quick-form .quick-next svg path {
        fill: currentColor; }
  .quick-form .owl-stage {
    margin: 0 auto; }
  .quick-form .owl-stage-outer {
    z-index: 2;
    padding: 2px 0; }
  .quick-form .quick-prev {
    left: 0; }
    @supports (-webkit-touch-callout: none) {
      .quick-form .quick-prev {
        left: -10px; } }
  .quick-form .quick-next {
    right: 0; }
    @supports (-webkit-touch-callout: none) {
      .quick-form .quick-next {
        right: -10px; } }
  @media only screen and (min-width: 1200px) {
    .quick-form .product-options-swatch__item {
      width: 30px;
      height: 30px; } }
  @media only screen and (max-width: 749px) {
    .quick-form .product-options-swatch__item {
      width: 20px;
      height: 20px; } }
  @media only screen and (min-width: 1200px) {
    .quick-form .product-options-swatch__input:checked + label .product-options-swatch__image:after {
      width: 34px;
      height: 34px; } }
  @media only screen and (max-width: 749px) {
    .quick-form .product-options-swatch__input:checked + label .product-options-swatch__image:after {
      width: 24px;
      height: 24px; } }

[data-section-type="quick-add"] {
  margin-top: auto; }
  [data-section-type="quick-add"] .product-options .product-options__list {
    max-height: 80px; }

.product-item__container select[name="id"] {
  display: none; }

.a-b-test {
  display: none; }

.product-item__actions {
  margin-top: auto; }

.gwp-modal__inner {
  background-image: linear-gradient(to top, white 85%, #fef6eb 110%); }

.gwp-modal__header * {
  color: #392c22; }

button.cart-item__gwp-change {
  text-decoration: underline;
  text-transform: none;
  line-height: inherit;
  font-size: inherit;
  margin-left: 5px; }
  button.cart-item__gwp-change:only-child {
    margin-left: auto; }

.gwp-modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 102;
  overflow: hidden;
  display: flex; }

.gwp-modal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  max-width: 1050px;
  width: 100%;
  overflow: hidden;
  height: 100%;
  max-height: 786px; }
  @media only screen and (max-width: 749px) {
    .gwp-modal {
      padding-bottom: 0;
      max-height: unset; } }

.gwp-modal__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column; }

.gwp-modal__inner {
  max-width: 1050px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
  overflow: auto;
  padding: 30px; }
  @media only screen and (max-width: 749px) {
    .gwp-modal__inner {
      padding: 15px;
      padding-bottom: 30px; } }

.gwp-modal__header {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px; }
  .gwp-modal__header * {
    font-family: "Krub", sans-serif;
    line-height: 1.2;
    letter-spacing: 2px;
    color: #392c22;
    margin-bottom: 0; }
    @media (max-width: 749px) {
      .gwp-modal__header * {
        font-size: calc(14px + 17 * ((100vw - 375px) / 1440)); } }
    @media (min-width: 750px) {
      .gwp-modal__header * {
        font-size: calc(14px + 10 * (100vw / 1440)); } }
    @media (min-width: 1440px) {
      .gwp-modal__header * {
        font-size: 24px; } }
    @media only screen and (max-width: 989px) {
      .gwp-modal__header * {
        letter-spacing: 1px;
        line-height: normal; } }

.gwp-modal__close-wrapper {
  padding: 20px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: transparent;
  height: auto; }
  @media only screen and (max-width: 1049px) {
    .gwp-modal__close-wrapper {
      padding-left: 20px;
      padding-right: 20px; } }

.gwp-modal__btn-close {
  background: transparent;
  padding: 0;
  display: inline-flex;
  color: #fff5e8; }

.gwp-modal__product {
  height: auto;
  display: flex;
  flex-direction: column;
  width: calc(100% / 3 - 30px);
  margin: 15px;
  text-align: center; }
  @media only screen and (max-width: 749px) {
    .gwp-modal__product {
      max-height: unset;
      align-items: center; } }

.gwp-modal__product-image-wrapper {
  position: relative;
  padding-bottom: 100%;
  width: 100%; }
  @media only screen and (max-width: 749px) {
    .gwp-modal__product-image-wrapper {
      padding-bottom: 91%; } }
  .gwp-modal__product-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; }

.gwp-modal__product-title {
  font-family: "Krub", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
  margin-bottom: 10px; }
  @media only screen and (max-width: 749px) {
    .gwp-modal__product-title {
      font-size: 14px;
      line-height: 1.57;
      margin-bottom: 5px; } }

.gwp-modal__product-button {
  margin-top: auto;
  display: block;
  max-width: unset; }
  @media only screen and (max-width: 1199px) {
    .gwp-modal__product-button {
      font-size: 12px; } }

.gwp-modal-product {
  height: auto;
  width: 100%;
  display: flex; }
  @media only screen and (max-width: 749px) {
    .gwp-modal-product {
      max-height: unset;
      align-items: center; } }

.gwp-modal-product__header {
  height: auto;
  width: 100%; }
  @media only screen and (max-width: 749px) {
    .gwp-modal-product__header {
      height: auto;
      padding-top: 15px;
      text-transform: uppercase; } }

.gwp-modal-product__content {
  float: unset;
  height: 100%;
  width: 36%; }
  @media only screen and (max-width: 749px) {
    .gwp-modal-product__content {
      height: auto;
      width: 100%;
      display: flex;
      flex-direction: column;
      flex: 1 0 auto; } }
  .gwp-modal-product__content .product-options-select .product-options-select__list {
    position: relative;
    max-height: 120px; }
  .gwp-modal-product__content .product-options-select .product-options-select__content-text {
    text-align: left; }
  .gwp-modal-product__content .product__form {
    display: flex;
    height: auto; }
    @media only screen and (max-width: 749px) {
      .gwp-modal-product__content .product__form {
        height: 100%; } }
    @media only screen and (max-width: 749px) {
      .gwp-modal-product__content .product__form .product-options-select {
        margin-bottom: 16px; } }
    .gwp-modal-product__content .product__form > div {
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: column; }

.gwp-modal-product__wrapper {
  padding: 0 60px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  @media only screen and (max-width: 749px) {
    .gwp-modal-product__wrapper {
      height: 100%;
      padding: 0 20px;
      flex-wrap: unset;
      align-items: flex-start;
      flex-direction: column; } }

.gwp-modal-product__images-wrapper {
  width: 64%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: auto;
  position: relative;
  padding-left: 20px;
  padding-right: 60px; }
  @media only screen and (max-width: 749px) {
    .gwp-modal-product__images-wrapper {
      width: 100%;
      position: relative;
      top: 0;
      padding-top: 0;
      padding-left: 0;
      padding-right: 0;
      height: auto; } }

.gwp-modal-product__images {
  width: 100%; }
  @media only screen and (max-width: 989px) {
    .gwp-modal-product__images .slick-dots {
      margin-right: auto;
      margin-left: auto; } }
  @media only screen and (max-width: 749px) {
    .gwp-modal-product__images .slick-dots {
      max-width: 100%;
      margin-top: 10px;
      margin-bottom: 20px; } }
  .gwp-modal-product__images .slick-dots li.slick-active button {
    background-color: #392c22; }

.gwp-modal-product__image-wrapper {
  position: relative;
  padding-bottom: 100%;
  width: 100%; }

.gwp-modal-product__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .gwp-modal-product__image img {
    height: 100%;
    object-fit: contain; }

.gwp-modal-product__images-thumbnails {
  width: 100%; }
  .gwp-modal-product__images-thumbnails.slick-slider {
    overflow: unset; }
  .gwp-modal-product__images-thumbnails .slick-track {
    display: block; }
  .gwp-modal-product__images-thumbnails .slick-current {
    position: relative; }
    .gwp-modal-product__images-thumbnails .slick-current:after {
      content: '';
      position: absolute;
      bottom: 5px;
      left: 0;
      right: 0;
      margin: 0 auto;
      height: 5px;
      width: 90px;
      background-color: #ff7458; }
      @media only screen and (max-width: 989px) {
        .gwp-modal-product__images-thumbnails .slick-current:after {
          width: 45px; } }
  .gwp-modal-product__images-thumbnails .slick-slide.gwp-modal-product__thumbnail {
    border: unset; }
  .gwp-modal-product__images-thumbnails .gwp-modal-product__thumbnail {
    padding: 10px; }
    @media only screen and (max-width: 989px) {
      .gwp-modal-product__images-thumbnails .gwp-modal-product__thumbnail {
        padding: 5px; } }
    .gwp-modal-product__images-thumbnails .gwp-modal-product__thumbnail img {
      width: 90px;
      height: 90px;
      object-fit: cover; }
      @media only screen and (max-width: 989px) {
        .gwp-modal-product__images-thumbnails .gwp-modal-product__thumbnail img {
          width: 45px;
          height: 45px; } }
  .gwp-modal-product__images-thumbnails .slick-arrow {
    top: 50%;
    transform: translateY(-50%); }
    .gwp-modal-product__images-thumbnails .slick-arrow.slick-prev {
      left: -30px; }
    .gwp-modal-product__images-thumbnails .slick-arrow.slick-next {
      right: -30px; }

.gwp-modal-product__buttons {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  .gwp-modal-product__buttons .gwp-modal__back-to-cart {
    margin-top: 10px;
    max-width: unset; }
    @media only screen and (max-width: 1199px) {
      .gwp-modal-product__buttons .gwp-modal__back-to-cart {
        font-size: 12px; } }
    .gwp-modal-product__buttons .gwp-modal__back-to-cart[disabled="disabled"] {
      pointer-events: none; }

.gwp-modal-products {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%; }
  .gwp-modal-products .product-item {
    width: 25%;
    height: auto; }
    @media only screen and (max-width: 989px) {
      .gwp-modal-products .product-item {
        width: 50%; } }
    .gwp-modal-products .product-item .btn, .gwp-modal-products .product-item .shopify-challenge__button, .gwp-modal-products .product-item .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item, .smartrr-portal-slide-panel .gwp-modal-products .product-item .smartrr-portal-tabs-header-item,
    .gwp-modal-products .product-item .smartrr-portal-wrapper .smartrr-portal-tabs-header-item,
    .smartrr-portal-wrapper .gwp-modal-products .product-item .smartrr-portal-tabs-header-item, .gwp-modal-products .product-item .smartrr-portal-slide-panel .smartrr-portal-slide-panel-footer > div, .smartrr-portal-slide-panel .gwp-modal-products .product-item .smartrr-portal-slide-panel-footer > div, .gwp-modal-products .product-item .product-template .dynamic-checkout-button .shopify-payment-button__button--unbranded, .product-template .dynamic-checkout-button .gwp-modal-products .product-item .shopify-payment-button__button--unbranded, .gwp-modal-products .product-item .pagination a, .pagination .gwp-modal-products .product-item a, .gwp-modal-products .product-item .pagination .current, .pagination .gwp-modal-products .product-item .current, .gwp-modal-products .product-item div.snize-ac-results .snize-view-all-link, div.snize-ac-results .gwp-modal-products .product-item .snize-view-all-link, .gwp-modal-products .product-item .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a, .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write .gwp-modal-products .product-item a, .gwp-modal-products .product-item #write-a-review .p-w-r .pr-btn-review, #write-a-review .p-w-r .gwp-modal-products .product-item .pr-btn-review, .gwp-modal-products .product-item .p-w-r .pr-review-display .pr-rd-no-reviews a, .p-w-r .pr-review-display .pr-rd-no-reviews .gwp-modal-products .product-item a {
      margin-top: auto; }

.breadcrumbs__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.breadcrumbs__item {
  list-style-type: none;
  text-transform: uppercase; }

.breadcrumbs__link,
.breadcrumbs__item a {
  line-height: 1.5; }
  @media only screen and (max-width: 749px) {
    .breadcrumbs__link,
    .breadcrumbs__item a {
      font-size: 14px; } }

.collection__breadcrumbs {
  padding-top: 10px; }

.product__breadcrumbs {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px; }
  @media only screen and (max-width: 749px) {
    .product__breadcrumbs {
      padding: 0 20px 20px; } }

.product-quiz-variant {
  background: #fff;
  position: relative; }
  .product-quiz-variant .product-quiz-variant__decorative-img img {
    position: absolute;
    right: -60px;
    bottom: 170px;
    width: 100%;
    max-width: 170px;
    height: 100%;
    min-height: 240px;
    max-height: 240px; }

.product-quiz-variant__container {
  max-width: 1100px;
  padding: 50px 20px 30px 20px;
  margin: 0 auto; }
  @media only screen and (max-width: 989px) {
    .product-quiz-variant__container {
      padding: 20px; } }

.product-quiz-variant__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }
  @media only screen and (max-width: 989px) {
    .product-quiz-variant__wrapper {
      flex-direction: column-reverse; } }

.product-quiz-variant__product-information-inner {
  width: 40%;
  padding-right: 10px;
  padding-bottom: 72px; }
  @media only screen and (max-width: 989px) {
    .product-quiz-variant__product-information-inner {
      width: 100%;
      padding: 0; } }

.product-quiz-variant__shade-text {
  position: relative;
  width: 100vw;
  max-width: 680px;
  z-index: 2;
  opacity: 0.4;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 15px; }
  @media (max-width: 749px) {
    .product-quiz-variant__shade-text {
      font-size: calc(60px + 102 * ((100vw - 375px) / 1440)); } }
  @media (min-width: 750px) {
    .product-quiz-variant__shade-text {
      font-size: calc(60px + 60 * (100vw / 1440)); } }
  @media (min-width: 1440px) {
    .product-quiz-variant__shade-text {
      font-size: 120px; } }
  .product-quiz-variant__shade-text.text-stroke, .product-quiz-variant__shade-text.instagram__heading:nth-child(odd), .product-quiz-variant__shade-text.about-instagram__heading:nth-child(odd) {
    -webkit-text-stroke: 3.5px #392c22; }

.product-quiz-variant__product-information {
  width: 100%;
  max-width: 325px; }
  @media only screen and (max-width: 989px) {
    .product-quiz-variant__product-information {
      max-width: 100%; } }

.product-quiz-variant__variant-title {
  font-family: "TSTAR", sans-serif;
  color: #3a2c21;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px; }
  .product-quiz-variant__variant-title span {
    color: #a49b91; }

.product-quiz-variant__product-title {
  font-family: "Krub", sans-serif;
  color: #392c22;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 10px; }

.product-quiz-variant__product-description {
  margin-bottom: 30px; }
  .product-quiz-variant__product-description p {
    font-family: "Krub", sans-serif;
    color: #3a2c21;
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
    text-align: left;
    margin-bottom: 0; }
    .product-quiz-variant__product-description p a {
      text-decoration: underline; }
  @media only screen and (max-width: 989px) {
    .product-quiz-variant__product-description {
      margin-bottom: 25px; } }

.product-quiz-variant__price-wrapper {
  display: flex;
  justify-content: flex-start;
  width: 100%; }

.product-quiz-variant__price-wrapper s {
  opacity: 0.5;
  margin-left: 10px; }

.product-quiz-variant__price {
  margin-bottom: 15px; }

.product-quiz-variant__form {
  margin-bottom: 20px; }
  @media only screen and (max-width: 989px) {
    .product-quiz-variant__form .product-btn-add {
      display: flex;
      justify-content: center; } }

@media only screen and (max-width: 399px) {
  .product-quiz-variant__form .product-btn-add {
    letter-spacing: 1px;
    font-size: 12px; } }

.product-quiz-variant__links {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .product-quiz-variant__links a {
    color: #392c22;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1.4;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase; }
    @media only screen and (max-width: 989px) {
      .product-quiz-variant__links a {
        font-size: 14px; } }

.product-quiz-variant__slider {
  width: 60%;
  height: 100%;
  padding-left: 10px; }
  @media only screen and (max-width: 989px) {
    .product-quiz-variant__slider {
      width: 100%;
      padding: 0; } }

.product-quiz-variant__shade-text-mobile {
  margin-bottom: 10px;
  opacity: 0.5;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase; }
  @media (max-width: 749px) {
    .product-quiz-variant__shade-text-mobile {
      font-size: calc(60px + 102 * ((100vw - 375px) / 1440)); } }
  @media (min-width: 750px) {
    .product-quiz-variant__shade-text-mobile {
      font-size: calc(60px + 60 * (100vw / 1440)); } }
  @media (min-width: 1440px) {
    .product-quiz-variant__shade-text-mobile {
      font-size: 120px; } }
  .product-quiz-variant__shade-text-mobile.text-stroke, .product-quiz-variant__shade-text-mobile.instagram__heading:nth-child(odd), .product-quiz-variant__shade-text-mobile.about-instagram__heading:nth-child(odd) {
    -webkit-text-stroke: 2px #392c22; }

.product-quiz-variant__variant-title-mobile {
  color: #3a2c21;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0; }
  .product-quiz-variant__variant-title-mobile span {
    color: #a49b91; }

.product-quiz-variant__product-title-mobile {
  font-family: "Krub", sans-serif;
  color: #3a2c22;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center; }

.product-quiz-variant__slide-wrapper-slide {
  position: relative;
  padding-bottom: 100%; }
  .product-quiz-variant__slide-wrapper-slide figure {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .product-quiz-variant__slide-wrapper-slide figure img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

@media only screen and (max-width: 989px) {
  .product-quiz-variant__slider .slideshow-nav {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0; } }

.product-bundle__related-link {
  margin-bottom: 10px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: underline; }

.bundle-related__heading {
  font-family: "TSTAR", sans-serif;
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center; }

.bundle-related__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin-left: -8px;
  margin-right: -8px; }

.bundle-related__item {
  width: calc(20% - 16px);
  margin: 8px; }
  .bundle-related__item .product-item__content {
    padding-left: 8px;
    padding-right: 8px; }
  @media only screen and (max-width: 1199px) {
    .bundle-related__item {
      width: calc(100% / 3 - 16px); } }
  @media only screen and (max-width: 989px) {
    .bundle-related__item {
      width: calc(50% - 16px); } }

.coll-columns {
  padding-top: 30px;
  padding-bottom: 70px;
  background-color: var(--bg-color, #fef5e7); }
  @media only screen and (max-width: 749px) {
    .coll-columns {
      padding-top: 10px;
      padding-bottom: 55px; } }
  @media only screen and (max-width: 749px) {
    .coll-columns .wrapper, .coll-columns .slideshow-product-inner, .coll-columns .product__breadcrumbs {
      padding-left: 0;
      padding-right: 0; } }

.coll-columns__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center; }

.coll-columns-item {
  max-width: 300px;
  padding: 25px;
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media only screen and (max-width: 989px) {
    .coll-columns-item {
      width: 50%; } }
  @media only screen and (max-width: 749px) {
    .coll-columns-item {
      padding-top: 0;
      padding-bottom: 0; } }

.coll-columns-item__image {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  transform: translateY(40px); }
  @media only screen and (max-width: 749px) {
    .coll-columns-item__image {
      transform: translateY(35px); } }
  .coll-columns-item__image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.coll-columns-item__header {
  background-image: var(--bg-gradient);
  height: 170px;
  width: 170px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #783C5D;
  padding: 20px; }
  @media only screen and (max-width: 989px) {
    .coll-columns-item__header {
      height: 135px;
      width: 135px;
      padding: 10px; } }

.coll-columns-item__pretitle {
  font-family: "TSTAR", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 0; }
  @media (max-width: 749px) {
    .coll-columns-item__pretitle {
      font-size: calc(14px + 3.4 * ((100vw - 375px) / 1440)); } }
  @media (min-width: 750px) {
    .coll-columns-item__pretitle {
      font-size: calc(14px + 2 * (100vw / 1440)); } }
  @media (min-width: 1440px) {
    .coll-columns-item__pretitle {
      font-size: 16px; } }

.coll-columns-item__title {
  font-family: "Krub", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 0; }
  @media (max-width: 749px) {
    .coll-columns-item__title {
      font-size: calc(36px + 10.2 * ((100vw - 375px) / 1440)); } }
  @media (min-width: 750px) {
    .coll-columns-item__title {
      font-size: calc(36px + 6 * (100vw / 1440)); } }
  @media (min-width: 1440px) {
    .coll-columns-item__title {
      font-size: 42px; } }

.coll-columns-item__list {
  padding-top: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  @media only screen and (max-width: 749px) {
    .coll-columns-item__list {
      display: none; } }
  .coll-columns-item__list a {
    color: #783C5D;
    font-family: "Krub", sans-serif;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.67;
    letter-spacing: -0.01em; }
    .coll-columns-item__list a:hover {
      color: #783C5D;
      text-decoration: underline; }

.logo-list {
  padding: 40px 180px 70px 140px; }
  @media only screen and (max-width: 989px) {
    .logo-list {
      padding: 20px 15px 30px; } }

.logo-list__heading {
  font-family: "TSTAR", sans-serif;
  font-size: 36px;
  margin: 0 auto 40px;
  text-align: center;
  text-transform: uppercase; }

.logo-list .logo-list__slider .slick-track {
  align-items: center; }

.logo-list__slide {
  margin: 0 40px;
  max-width: 250px; }
  @media only screen and (max-width: 989px) {
    .logo-list__slide {
      margin: 0 15px; } }

.logo-list__slide-image {
  position: relative; }
  .logo-list__slide-image img {
    position: absolute; }

.page-video {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 45px 160px 55px;
  background-image: url("/cdn/shop/t/192/assets/decor-1-triangles.svg?v=1804677572405885264"), url("/cdn/shop/t/192/assets/decor-2-triangles.svg?v=3595335571550498962"), url("/cdn/shop/t/192/assets/decor-3-triangles.svg?v=158640071096389953"), linear-gradient(180deg, #ff2a7b, #232e4a);
  background-position: right top, right bottom, left 65%;
  background-repeat: no-repeat, no-repeat, no-repeat; }
  @media only screen and (max-width: 1399px) {
    .page-video {
      padding: 40px 40px; } }
  @media only screen and (max-width: 749px) {
    .page-video {
      padding: 40px 20px; } }
  .page-video .full-width {
    width: 100%;
    height: 100%;
    margin-bottom: 25px; }
  .page-video .video-products {
    padding: 0;
    position: unset; }
  .page-video .video-products--block {
    margin-bottom: 35px; }
    @media only screen and (max-width: 749px) {
      .page-video .video-products--block {
        margin-bottom: 15px; } }

.page-video__header {
  text-align: center;
  margin-bottom: 20px; }

.page-video__header-preheading {
  font-size: 50px;
  line-height: 1.2em;
  text-align: center;
  margin: 0; }
  @media only screen and (max-width: 749px) {
    .page-video__header-preheading {
      margin-bottom: 25px;
      font-size: 40px; } }

.page-video__header-heading {
  margin-bottom: 10px;
  font-size: 70px;
  line-height: 1.2em; }
  @media only screen and (max-width: 749px) {
    .page-video__header-heading {
      font-size: 50px; } }

.page-video__header-decor-element {
  padding-bottom: 10px; }

.page-video__iwt {
  display: flex;
  align-items: stretch; }
  @media only screen and (max-width: 989px) {
    .page-video__iwt {
      flex-direction: column;
      align-items: unset; } }

.page-video__iwt-image-wrapper {
  flex: 1 0 53%; }
  @media only screen and (max-width: 749px) {
    .page-video__iwt-image-wrapper {
      flex: 1 0 100%; } }

.page-video__iwt-image {
  width: 100%;
  position: relative;
  height: 100%; }
  .page-video__iwt-image img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%; }

.page-video__iwt-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 0 47%;
  padding: 30px 10px 57px; }
  @media only screen and (max-width: 749px) {
    .page-video__iwt-content {
      flex: 1 0 100%;
      padding: 20px 10px; } }

.page-video__iwt-content-heading {
  font-size: 70px;
  line-height: 1.2;
  margin-bottom: 5px;
  text-align: center; }
  @media only screen and (max-width: 1199px) {
    .page-video__iwt-content-heading {
      font-size: 60px; }
      .page-video__iwt-content-heading br {
        display: none; } }
  @media only screen and (max-width: 749px) {
    .page-video__iwt-content-heading {
      font-size: 40px; } }

.page-video__iwt-content-subheading {
  font-size: 35px;
  line-height: 1.2;
  text-align: center;
  margin: 0; }
  @media only screen and (max-width: 1199px) {
    .page-video__iwt-content-subheading br {
      display: none; } }
  @media only screen and (max-width: 749px) {
    .page-video__iwt-content-subheading {
      font-size: 25px; } }

.page-video__iwt-content-text {
  margin-top: 30px;
  font-family: 'Krub', sans-serif;
  font-size: 19px;
  text-align: center; }
  @media only screen and (max-width: 1199px) {
    .page-video__iwt-content-text {
      margin-top: 20px;
      font-size: 18px; }
      .page-video__iwt-content-text br {
        display: none; } }
  @media only screen and (max-width: 749px) {
    .page-video__iwt-content-text {
      margin-top: 16px; } }
  .page-video__iwt-content-text p {
    line-height: 1.44em;
    margin: 0; }

.page-video__iwt-content-btn {
  min-width: 345px;
  border: 2px solid;
  font-size: 30px;
  margin-top: 40px;
  padding: 10px 46px;
  white-space: normal; }
  @media only screen and (max-width: 1199px) {
    .page-video__iwt-content-btn {
      margin-top: 30px; } }
  @media only screen and (max-width: 749px) {
    .page-video__iwt-content-btn {
      min-width: unset;
      margin-top: 20px; } }

.video-products--block .video-products__wrapper {
  overflow: visible; }
  @media only screen and (min-width: 750px) {
    .video-products--block .video-products__wrapper {
      height: 100%; } }
.video-products--block .video-products__image-wrapper {
  width: 100%; }
  @media only screen and (min-width: 750px) {
    .video-products--block .video-products__image-wrapper {
      height: 100%;
      display: flex;
      align-items: baseline;
      justify-content: stretch;
      flex-direction: column; } }
.video-products--block .video-products__image {
  position: relative;
  padding-bottom: 100%; }
  .video-products--block .video-products__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    object-fit: cover; }
.video-products--block .video-products__btn {
  position: relative;
  width: 100%;
  top: 0;
  right: 0;
  line-height: 1.2em;
  font-size: 24px;
  padding: 21px 46px;
  border: 2px solid; }
  @media only screen and (max-width: 1199px) {
    .video-products--block .video-products__btn {
      font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1199 - 320)));
      padding: 12px 20px; }
      .video-products--block .video-products__btn br {
        display: none; } }
  @media only screen and (min-width: 750px) {
    .video-products--block .video-products__btn {
      height: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; } }
  @media only screen and (max-width: 749px) {
    .video-products--block .video-products__btn {
      padding: 15px; } }
  .video-products--block .video-products__btn svg {
    margin-left: 5px; }
    @media only screen and (max-width: 1199px) {
      .video-products--block .video-products__btn svg {
        width: 35px; } }
    @media only screen and (min-width: 750px) {
      .video-products--block .video-products__btn svg {
        margin: auto; } }
.video-products--block .video-play--relative {
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%; }
.video-products--block .video-products__products-wrapper {
  width: 100%;
  position: absolute;
  border: none;
  top: 100%;
  height: 0;
  max-height: 770px;
  padding: 0; }
  @media only screen and (max-width: 1199px) {
    .video-products--block .video-products__products-wrapper {
      max-height: 450px; } }
  @media only screen and (max-width: 749px) {
    .video-products--block .video-products__products-wrapper {
      max-height: 300px;
      position: relative; } }
.video-products--block .video-products__products {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
.video-products--block .video-products__products-close {
  display: block;
  padding: 10px;
  cursor: pointer;
  top: 5px;
  right: 15px;
  position: sticky;
  left: 90%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
.video-products--block .product-item {
  height: auto;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid transparent;
  padding: 14px 25px; }
  .video-products--block .product-item:last-child {
    border-bottom: none; }
  .video-products--block .product-item .btn, .video-products--block .product-item .shopify-challenge__button, .video-products--block .product-item .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item, .smartrr-portal-slide-panel .video-products--block .product-item .smartrr-portal-tabs-header-item,
  .video-products--block .product-item .smartrr-portal-wrapper .smartrr-portal-tabs-header-item,
  .smartrr-portal-wrapper .video-products--block .product-item .smartrr-portal-tabs-header-item, .video-products--block .product-item .smartrr-portal-slide-panel .smartrr-portal-slide-panel-footer > div, .smartrr-portal-slide-panel .video-products--block .product-item .smartrr-portal-slide-panel-footer > div, .video-products--block .product-item .product-template .dynamic-checkout-button .shopify-payment-button__button--unbranded, .product-template .dynamic-checkout-button .video-products--block .product-item .shopify-payment-button__button--unbranded, .video-products--block .product-item .pagination a, .pagination .video-products--block .product-item a, .video-products--block .product-item .pagination .current, .pagination .video-products--block .product-item .current, .video-products--block .product-item div.snize-ac-results .snize-view-all-link, div.snize-ac-results .video-products--block .product-item .snize-view-all-link, .video-products--block .product-item .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a, .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write .video-products--block .product-item a, .video-products--block .product-item #write-a-review .p-w-r .pr-btn-review, #write-a-review .p-w-r .video-products--block .product-item .pr-btn-review, .video-products--block .product-item .p-w-r .pr-review-display .pr-rd-no-reviews a, .p-w-r .pr-review-display .pr-rd-no-reviews .video-products--block .product-item a {
    padding: 5px; }
.video-products--block .product-item__heading {
  font-family: "Krub", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
  margin-bottom: 0; }
  @media only screen and (max-width: 1399px) {
    .video-products--block .product-item__heading {
      font-size: 14px;
      line-height: 1.57; } }
.video-products--block .product-item__price {
  font-size: 16px; }
.video-products--block .product-item__image-wrapper {
  max-width: calc(100% - 64%);
  width: 100%;
  padding-bottom: 0; }
.video-products--block .product-item__content {
  max-width: calc((100% - 36%) - 15px);
  width: 100%;
  height: unset;
  padding: 0; }

.page-video__single-btn {
  padding-top: 10px;
  padding-bottom: 20px; }
  @media only screen and (max-width: 749px) {
    .page-video__single-btn {
      padding-bottom: 0; } }

.page-video__single-btn-inner {
  border: 2px solid;
  display: block;
  font-size: 22px;
  line-height: 1.2em;
  padding: 22px 46px;
  max-width: unset;
  white-space: normal; }
  @media only screen and (max-width: 749px) {
    .page-video__single-btn-inner {
      font-size: 16px;
      padding: 15px 7px;
      line-height: 1.4; } }

#shopify-section-page-404-template {
  display: flex;
  flex: 1;
  min-height: calc(100vh - var(--header-height, 220px)); }

.page-404 {
  padding: 90px 0;
  width: 100%;
  position: relative;
  background: var(--bg-color, #fff5e8);
  color: var(--text-color, black); }
  @media only screen and (max-width: 749px) {
    .page-404 {
      padding: 50px 0; } }
  .page-404 .page-404__container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1280px;
    width: 100%;
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1; }
  .page-404 .page-404__background-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .page-404 .page-404__info {
    text-align: center;
    margin-bottom: 25px; }
  .page-404 .page-404__heading {
    font-family: "TSTAR", sans-serif;
    color: inherit; }
    @media (max-width: 749px) {
      .page-404 .page-404__heading {
        font-size: calc(32px + 17 * ((100vw - 375px) / 1440)); } }
    @media (min-width: 750px) {
      .page-404 .page-404__heading {
        font-size: calc(32px + 10 * (100vw / 1440)); } }
    @media (min-width: 1440px) {
      .page-404 .page-404__heading {
        font-size: 42px; } }
  .page-404 .page-404__subheading {
    color: inherit;
    margin-bottom: 25px; }
    .page-404 .page-404__subheading a {
      text-decoration: underline; }

.try-now {
  padding: 0 20px;
  background-color: var(--bg-color, transparent); }
  .try-now .try-now__container {
    padding: 26px 55px 57px;
    max-width: calc(1200px + 40px);
    width: 100%;
    background-color: var(--bg-color, white);
    margin: 0 auto; }
    @media only screen and (max-width: 989px) {
      .try-now .try-now__container {
        padding: 20px; } }
  .try-now .try-now__navigation-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 30px; }
  .try-now .try-now__navigation {
    width: 100%; }
    .try-now .try-now__navigation:not(.slick-initialized) .try-now-navigation__item:not(:first-child) {
      display: none; }
  .try-now .try-now__body {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row; }
    @media only screen and (max-width: 749px) {
      .try-now .try-now__body {
        flex-direction: column;
        align-items: center; } }
  .try-now .try-now__module {
    position: relative;
    margin-right: 30px;
    min-width: 41.6%; }
    @media only screen and (max-width: 749px) {
      .try-now .try-now__module {
        min-width: initial;
        max-width: 480px;
        width: 100%;
        margin-right: 0; } }
  .try-now .try-now__wrapper {
    width: 100%;
    max-width: calc(58.4% - 30px); }
    @media only screen and (max-width: 749px) {
      .try-now .try-now__wrapper {
        max-width: 100%; } }
  .try-now .try-now__header {
    position: relative;
    width: 100%;
    padding-top: 20px;
    margin-bottom: 57px; }
    @media only screen and (max-width: 989px) {
      .try-now .try-now__header {
        margin-bottom: 16px; } }
  .try-now .try-now__heading {
    font-family: "Krub", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 12px; }
  .try-now .try-now__text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #666666;
    margin-bottom: 19px; }
    .try-now .try-now__text a {
      text-decoration: underline; }
      .try-now .try-now__text a:hover {
        text-decoration: none; }
  .try-now .try-now__products {
    flex: 0 0 calc(100% - var(--module-iframe-width, 0px) - 30px); }
    .try-now .try-now__products:not(.slick-initialized) .try-now__product:not(:first-child) {
      display: none; }
    .try-now .try-now__products .slick-list {
      margin: 0 -6px; }
  .try-now .try-now__product .product-item {
    height: initial;
    width: 100%;
    flex-direction: row; }
    .try-now .try-now__product .product-item .product-item__image-wrapper {
      width: 200px;
      height: 200px;
      margin-right: 30px;
      padding-bottom: initial; }
      @media only screen and (max-width: 1199px) {
        .try-now .try-now__product .product-item .product-item__image-wrapper {
          width: 100px;
          height: 100px;
          margin-right: 10px; } }
    .try-now .try-now__product .product-item .product-item__content {
      padding: 0;
      max-width: calc(100% - 230px);
      width: 100%; }
      @media only screen and (max-width: 1199px) {
        .try-now .try-now__product .product-item .product-item__content {
          max-width: calc(100% - 110px); } }
    .try-now .try-now__product .product-item .product-options-swatch {
      margin-bottom: 25px; }
      @media only screen and (max-width: 989px) {
        .try-now .try-now__product .product-item .product-options-swatch {
          margin-bottom: 10px; } }
    .try-now .try-now__product .product-item .product-options-swatch__item {
      width: 26px;
      height: 26px; }
    .try-now .try-now__product .product-item .product-options-swatch__input:checked + label .product-options-swatch__image:after {
      width: 31px;
      height: 31px; }
    .try-now .try-now__product .product-item .product-options-swatch__wrapper {
      margin: 0 -25px; }
      @media only screen and (max-width: 749px) {
        .try-now .try-now__product .product-item .product-options-swatch__wrapper {
          margin: 0; } }
    .try-now .try-now__product .product-item .owl-stage {
      margin: 0; }
    .try-now .try-now__product .product-item .product-btn__wrapper {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
    .try-now .try-now__product .product-item .btn, .try-now .try-now__product .product-item .shopify-challenge__button, .try-now .try-now__product .product-item .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item, .smartrr-portal-slide-panel .try-now .try-now__product .product-item .smartrr-portal-tabs-header-item,
    .try-now .try-now__product .product-item .smartrr-portal-wrapper .smartrr-portal-tabs-header-item,
    .smartrr-portal-wrapper .try-now .try-now__product .product-item .smartrr-portal-tabs-header-item, .try-now .try-now__product .product-item .smartrr-portal-slide-panel .smartrr-portal-slide-panel-footer > div, .smartrr-portal-slide-panel .try-now .try-now__product .product-item .smartrr-portal-slide-panel-footer > div, .try-now .try-now__product .product-item .product-template .dynamic-checkout-button .shopify-payment-button__button--unbranded, .product-template .dynamic-checkout-button .try-now .try-now__product .product-item .shopify-payment-button__button--unbranded, .try-now .try-now__product .product-item .pagination a, .pagination .try-now .try-now__product .product-item a, .try-now .try-now__product .product-item .pagination .current, .pagination .try-now .try-now__product .product-item .current, .try-now .try-now__product .product-item div.snize-ac-results .snize-view-all-link, div.snize-ac-results .try-now .try-now__product .product-item .snize-view-all-link, .try-now .try-now__product .product-item .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a, .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write .try-now .try-now__product .product-item a, .try-now .try-now__product .product-item #write-a-review .p-w-r .pr-btn-review, #write-a-review .p-w-r .try-now .try-now__product .product-item .pr-btn-review, .try-now .try-now__product .product-item .p-w-r .pr-review-display .pr-rd-no-reviews a, .p-w-r .pr-review-display .pr-rd-no-reviews .try-now .try-now__product .product-item a {
      max-width: calc(50% - 5px);
      width: 100%;
      padding: 14px 10px 13px;
      font-size: 15px;
      line-height: 1.2;
      border: none;
      margin-bottom: 10px; }
      @media only screen and (max-width: 989px) {
        .try-now .try-now__product .product-item .btn, .try-now .try-now__product .product-item .shopify-challenge__button, .try-now .try-now__product .product-item .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item, .smartrr-portal-slide-panel .try-now .try-now__product .product-item .smartrr-portal-tabs-header-item,
        .try-now .try-now__product .product-item .smartrr-portal-wrapper .smartrr-portal-tabs-header-item,
        .smartrr-portal-wrapper .try-now .try-now__product .product-item .smartrr-portal-tabs-header-item, .try-now .try-now__product .product-item .smartrr-portal-slide-panel .smartrr-portal-slide-panel-footer > div, .smartrr-portal-slide-panel .try-now .try-now__product .product-item .smartrr-portal-slide-panel-footer > div, .try-now .try-now__product .product-item .product-template .dynamic-checkout-button .shopify-payment-button__button--unbranded, .product-template .dynamic-checkout-button .try-now .try-now__product .product-item .shopify-payment-button__button--unbranded, .try-now .try-now__product .product-item .pagination a, .pagination .try-now .try-now__product .product-item a, .try-now .try-now__product .product-item .pagination .current, .pagination .try-now .try-now__product .product-item .current, .try-now .try-now__product .product-item div.snize-ac-results .snize-view-all-link, div.snize-ac-results .try-now .try-now__product .product-item .snize-view-all-link, .try-now .try-now__product .product-item .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a, .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write .try-now .try-now__product .product-item a, .try-now .try-now__product .product-item #write-a-review .p-w-r .pr-btn-review, #write-a-review .p-w-r .try-now .try-now__product .product-item .pr-btn-review, .try-now .try-now__product .product-item .p-w-r .pr-review-display .pr-rd-no-reviews a, .p-w-r .pr-review-display .pr-rd-no-reviews .try-now .try-now__product .product-item a {
          max-width: 100%; } }
    .try-now .try-now__product .product-item .btn--primary, .try-now .try-now__product .product-item .smartrr-portal-slide-panel button, .smartrr-portal-slide-panel .try-now .try-now__product .product-item button,
    .try-now .try-now__product .product-item .smartrr-portal-wrapper button,
    .smartrr-portal-wrapper .try-now .try-now__product .product-item button, .try-now .try-now__product .product-item .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item, .smartrr-portal-slide-panel .try-now .try-now__product .product-item .smartrr-portal-tabs-header-item,
    .try-now .try-now__product .product-item .smartrr-portal-wrapper .smartrr-portal-tabs-header-item,
    .smartrr-portal-wrapper .try-now .try-now__product .product-item .smartrr-portal-tabs-header-item, .try-now .try-now__product .product-item .smartrr-portal-slide-panel .smartrr-portal-slide-panel-footer > div, .smartrr-portal-slide-panel .try-now .try-now__product .product-item .smartrr-portal-slide-panel-footer > div, .try-now .try-now__product .product-item .pagination .current, .pagination .try-now .try-now__product .product-item .current, .try-now .try-now__product .product-item .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a, .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write .try-now .try-now__product .product-item a, .try-now .try-now__product .product-item #write-a-review .p-w-r .pr-btn-review, #write-a-review .p-w-r .try-now .try-now__product .product-item .pr-btn-review, .try-now .try-now__product .product-item .p-w-r .pr-review-display .pr-rd-no-reviews a, .p-w-r .pr-review-display .pr-rd-no-reviews .try-now .try-now__product .product-item a {
      background-color: #FF9C86; }
    .try-now .try-now__product .product-item .btn--secondary, .try-now .try-now__product .product-item .shopify-challenge__button, .try-now .try-now__product .product-item .smartrr-portal-slide-panel .smartrr-portal-send-now, .smartrr-portal-slide-panel .try-now .try-now__product .product-item .smartrr-portal-send-now,
    .try-now .try-now__product .product-item .smartrr-portal-wrapper .smartrr-portal-send-now,
    .smartrr-portal-wrapper .try-now .try-now__product .product-item .smartrr-portal-send-now, .try-now .try-now__product .product-item .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item.smartrr-portal-tabs-header-item-active, .smartrr-portal-slide-panel .try-now .try-now__product .product-item .smartrr-portal-tabs-header-item.smartrr-portal-tabs-header-item-active,
    .try-now .try-now__product .product-item .smartrr-portal-wrapper .smartrr-portal-tabs-header-item.smartrr-portal-tabs-header-item-active,
    .smartrr-portal-wrapper .try-now .try-now__product .product-item .smartrr-portal-tabs-header-item.smartrr-portal-tabs-header-item-active, .try-now .try-now__product .product-item .product-template .dynamic-checkout-button .shopify-payment-button__button--unbranded, .product-template .dynamic-checkout-button .try-now .try-now__product .product-item .shopify-payment-button__button--unbranded, .try-now .try-now__product .product-item .pagination a, .pagination .try-now .try-now__product .product-item a, .try-now .try-now__product .product-item div.snize-ac-results .snize-view-all-link, div.snize-ac-results .try-now .try-now__product .product-item .snize-view-all-link {
      background-color: #000; }
    .try-now .try-now__product .product-item .product-item__heading h3 {
      font-size: 24px;
      font-weight: 700;
      line-height: 1.3;
      text-align: left;
      color: #000;
      margin-bottom: 7px; }
      @media only screen and (max-width: 1199px) {
        .try-now .try-now__product .product-item .product-item__heading h3 {
          font-size: 16px; } }
    .try-now .try-now__product .product-item .product-item__price {
      font-family: 'Roboto', sans-serif;
      font-size: 15px;
      font-weight: 400;
      text-align: left;
      line-height: 1.2;
      margin: 0 0 14px; }
    @media only screen and (max-width: 989px) {
      .try-now .try-now__product .product-item .product-item__notify-wrapper.to-bottom {
        top: initial;
        bottom: calc(100% + 10px); } }
    @media only screen and (max-width: 989px) {
      .try-now .try-now__product .product-item .product-item__notify-wrapper input[type="email"] {
        height: 100%; } }
    .try-now .try-now__product .product-item .product-item__notify-wrapper .btn, .try-now .try-now__product .product-item .product-item__notify-wrapper .shopify-challenge__button, .try-now .try-now__product .product-item .product-item__notify-wrapper .smartrr-portal-slide-panel .smartrr-portal-tabs-header-item, .smartrr-portal-slide-panel .try-now .try-now__product .product-item .product-item__notify-wrapper .smartrr-portal-tabs-header-item,
    .try-now .try-now__product .product-item .product-item__notify-wrapper .smartrr-portal-wrapper .smartrr-portal-tabs-header-item,
    .smartrr-portal-wrapper .try-now .try-now__product .product-item .product-item__notify-wrapper .smartrr-portal-tabs-header-item, .try-now .try-now__product .product-item .product-item__notify-wrapper .smartrr-portal-slide-panel .smartrr-portal-slide-panel-footer > div, .smartrr-portal-slide-panel .try-now .try-now__product .product-item .product-item__notify-wrapper .smartrr-portal-slide-panel-footer > div, .try-now .try-now__product .product-item .product-item__notify-wrapper .product-template .dynamic-checkout-button .shopify-payment-button__button--unbranded, .product-template .dynamic-checkout-button .try-now .try-now__product .product-item .product-item__notify-wrapper .shopify-payment-button__button--unbranded, .try-now .try-now__product .product-item .product-item__notify-wrapper .pagination a, .pagination .try-now .try-now__product .product-item .product-item__notify-wrapper a, .try-now .try-now__product .product-item .product-item__notify-wrapper .pagination .current, .pagination .try-now .try-now__product .product-item .product-item__notify-wrapper .current, .try-now .try-now__product .product-item .product-item__notify-wrapper div.snize-ac-results .snize-view-all-link, div.snize-ac-results .try-now .try-now__product .product-item .product-item__notify-wrapper .snize-view-all-link, .try-now .try-now__product .product-item .product-item__notify-wrapper .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a, .product-power-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write .try-now .try-now__product .product-item .product-item__notify-wrapper a, .try-now .try-now__product .product-item .product-item__notify-wrapper #write-a-review .p-w-r .pr-btn-review, #write-a-review .p-w-r .try-now .try-now__product .product-item .product-item__notify-wrapper .pr-btn-review, .try-now .try-now__product .product-item .product-item__notify-wrapper .p-w-r .pr-review-display .pr-rd-no-reviews a, .p-w-r .pr-review-display .pr-rd-no-reviews .try-now .try-now__product .product-item .product-item__notify-wrapper a {
      margin: 0; }
  .try-now .try-now__nav .slick-dots {
    flex-wrap: initial; }
    .try-now .try-now__nav .slick-dots li {
      display: inline-block !important;
      width: 100%;
      background-color: #E9E9E9; }
      .try-now .try-now__nav .slick-dots li.slick-active {
        background-color: #000; }
      .try-now .try-now__nav .slick-dots li button {
        height: 3px;
        width: 100%;
        margin: 0; }
  .try-now .try-now-navigation__slideshow-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
    .try-now .try-now-navigation__slideshow-nav .slick-arrow {
      top: 50%;
      transform: translateY(-50%);
      color: #737373; }
      @media only screen and (max-width: 989px) {
        .try-now .try-now-navigation__slideshow-nav .slick-arrow {
          padding: 0;
          margin: 0; } }
      .try-now .try-now-navigation__slideshow-nav .slick-arrow path {
        stroke-width: 2px !important;
        stroke: currentColor; }
      .try-now .try-now-navigation__slideshow-nav .slick-arrow svg {
        width: 12px !important; }
      .try-now .try-now-navigation__slideshow-nav .slick-arrow.slick-prev {
        left: -30px;
        right: initial; }
        @media only screen and (max-width: 989px) {
          .try-now .try-now-navigation__slideshow-nav .slick-arrow.slick-prev {
            left: -15px; } }
      .try-now .try-now-navigation__slideshow-nav .slick-arrow.slick-next {
        left: initial;
        right: -30px; }
        @media only screen and (max-width: 989px) {
          .try-now .try-now-navigation__slideshow-nav .slick-arrow.slick-next {
            right: -15px; } }

.try-now-navigation {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .try-now-navigation .slick-list {
    margin: 0 -5px; }
  .try-now-navigation .try-now-navigation__item {
    margin: 0 5px; }
  .try-now-navigation .try-now-navigation__link {
    display: block;
    width: 100%;
    padding: 13px;
    background: #FEF0EC;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #737373; }
    .try-now-navigation .try-now-navigation__link.current {
      color: #000;
      background: linear-gradient(90.31deg, #fed951 0.04%, #ff7a70 48.65%, #ff46c7 101.21%); }

.try-now-product {
  width: 108px;
  padding: 0 10px; }
  .try-now-product .try-now-product__wrapper {
    width: 100%;
    display: block;
    background: transparent;
    padding: 0; }
    .try-now-product .try-now-product__wrapper[aria-selected="true"] .try-now-product__image {
      border: 1px solid #000; }
  .try-now-product .try-now-product__image {
    position: relative;
    padding-bottom: 100%;
    margin-bottom: 5px; }
    .try-now-product .try-now-product__image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center; }
  .try-now-product .try-now-product__heading {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.67;
    text-align: center;
    color: #000000; }
  .try-now-product .owl-nav {
    width: calc(100% + 40px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.try-now-module {
  position: relative;
  flex: 1; }
  @media only screen and (max-width: 749px) {
    .try-now-module {
      margin-bottom: 16px; } }
  .try-now-module .try-now-module__wrapper {
    padding-top: 133.33%; }
  .try-now-module #YMK-module {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .try-now-module .try-now-module__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
    .try-now-module .try-now-module__image:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%); }
    .try-now-module .try-now-module__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }

.page-heading {
  font-family: "Amboy", "TSTAR", sans-serif;
  background: var(--bg-color, transparent);
  padding: 15px 0 100px; }
  @media only screen and (max-width: 749px) {
    .page-heading {
      padding-bottom: 50px; } }
  .page-heading .page-heading__container {
    max-width: calc(1440px + 40px);
    width: 100%;
    padding: 0 20px;
    margin: 0 auto; }
  .page-heading .page-heading__heading,
  .page-heading .page-heading__subheading {
    position: relative;
    text-align: center;
    line-height: 1;
    color: var(--text-color, white);
    margin-bottom: 0;
    z-index: 1; }
    .page-heading .page-heading__heading:before,
    .page-heading .page-heading__subheading:before {
      content: attr(data-background-text);
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      text-shadow: none;
      color: transparent;
      -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
      pointer-events: none;
      z-index: 0; }
      @media (max-width: 749px) {
        .page-heading .page-heading__heading:before,
        .page-heading .page-heading__subheading:before {
          font-size: calc(60px + 144.5 * ((100vw - 375px) / 1440)); } }
      @media (min-width: 750px) {
        .page-heading .page-heading__heading:before,
        .page-heading .page-heading__subheading:before {
          font-size: calc(60px + 85 * (100vw / 1440)); } }
      @media (min-width: 1440px) {
        .page-heading .page-heading__heading:before,
        .page-heading .page-heading__subheading:before {
          font-size: 145px; } }
  .page-heading .page-heading__heading {
    text-shadow: -5px 5px 0px var(--text-shadow, #a34970);
    margin-bottom: 0; }
    @media (max-width: 749px) {
      .page-heading .page-heading__heading {
        font-size: calc(60px + 102 * ((100vw - 375px) / 1440)) !important; } }
    @media (min-width: 750px) {
      .page-heading .page-heading__heading {
        font-size: calc(60px + 60 * (100vw / 1440)) !important; } }
    @media (min-width: 1440px) {
      .page-heading .page-heading__heading {
        font-size: 120px !important; } }
    .page-heading .page-heading__heading:before {
      bottom: 0; }
  .page-heading .page-heading__subheading {
    text-shadow: -5px 5px 0px var(--text-shadow, #732ba5); }
    @media (max-width: 749px) {
      .page-heading .page-heading__subheading {
        font-size: calc(40px + 102 * ((100vw - 375px) / 1440)) !important; } }
    @media (min-width: 750px) {
      .page-heading .page-heading__subheading {
        font-size: calc(40px + 60 * (100vw / 1440)) !important; } }
    @media (min-width: 1440px) {
      .page-heading .page-heading__subheading {
        font-size: 100px !important; } }
    .page-heading .page-heading__subheading:before {
      top: 0; }

.benefits {
  padding: 80px 0 110px;
  background-color: var(--main-bg-gradient, --bg-color, transparent); }
  .benefits .benefits__container {
    max-width: calc(1240px + 40px);
    width: 100%;
    padding: 0 20px;
    margin: 0 auto; }
  .benefits .benefits__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 989px) {
      .benefits .benefits__list {
        flex-wrap: wrap; } }
  .benefits .benefits__item {
    max-width: 380px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-right: 10px; }
    @media only screen and (max-width: 989px) {
      .benefits .benefits__item {
        max-width: calc(50% - 25px);
        margin-bottom: 25px; } }
    @media only screen and (max-width: 749px) {
      .benefits .benefits__item {
        max-width: 100%;
        margin-right: 0; } }
    .benefits .benefits__item.benefits__item--noimage {
      max-width: 410px; }
      @media only screen and (max-width: 989px) {
        .benefits .benefits__item.benefits__item--noimage {
          max-width: 100%;
          margin-right: 0; }
          .benefits .benefits__item.benefits__item--noimage .benefits__info {
            text-align: center; } }
    .benefits .benefits__item:last-child {
      margin-right: 0; }
  .benefits .benefits__wrapper {
    max-width: 95px;
    width: 100%;
    margin-right: 17px; }
  .benefits .benefits__image {
    position: relative;
    width: 100%;
    padding-top: 100%; }
    .benefits .benefits__image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center; }
  .benefits .benefits__info {
    color: #FFFFFF; }
    @media only screen and (max-width: 989px) {
      .benefits .benefits__info {
        width: 100%; } }
  .benefits .benefits__heading {
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    margin-bottom: 6px; }
    @media (max-width: 749px) {
      .benefits .benefits__heading {
        font-size: calc(24px + 10.2 * ((100vw - 375px) / 1440)); } }
    @media (min-width: 750px) {
      .benefits .benefits__heading {
        font-size: calc(24px + 6 * (100vw / 1440)); } }
    @media (min-width: 1440px) {
      .benefits .benefits__heading {
        font-size: 30px; } }
  .benefits .benefits__text {
    font-family: "Krub", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5; }

/*================ VENDOR ================*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
  overflow-x: hidden; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-slide:focus {
    outline: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-nav--dark .slick-arrow svg path {
  stroke: #392c22; }
.slick-nav--dark .slick-dots li.custom-dot,
.slick-nav--dark .slick-dots li button:before {
  background-color: #392c22;
  opacity: 0.38; }

.slick-nav--light .slick-arrow svg path {
  stroke: #fff5e8; }
.slick-nav--light .slick-dots li.custom-dot,
.slick-nav--light .slick-dots li button:before {
  background-color: white;
  opacity: 0.38; }

.slick-arrow {
  width: auto;
  height: 30px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
  z-index: 1;
  position: absolute;
  bottom: 2px; }
  .slick-arrow:hover {
    background: transparent; }
  .slick-arrow svg {
    width: 18px;
    height: 27px; }
    @media only screen and (max-width: 749px) {
      .slick-arrow svg {
        width: 12px;
        height: 18px; } }

.slick-disabled {
  opacity: 0.5;
  pointer-events: none; }

.slick-next {
  right: 89px; }
  @media only screen and (max-width: 749px) {
    .slick-next {
      right: 20px; } }

.slick-prev {
  right: 137px; }
  @media only screen and (max-width: 749px) {
    .slick-prev {
      right: 40px; } }

.slick-dots {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  flex-wrap: wrap; }
  .slick-dots li {
    list-style-type: none; }
    .slick-dots li:only-child {
      display: none !important; }
  .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 10px;
    width: 10px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 0;
    margin: 5px;
    cursor: pointer;
    position: relative;
    border-radius: 50%; }
  .slick-dots li button:before {
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "•";
    width: 10px;
    height: 10px;
    text-align: center;
    color: #ffffff;
    opacity: 0.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .slick-dots li.slick-active button:before {
    opacity: 1; }

.slideshow-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px; }
  .slideshow-nav.product-slideshow-nav {
    justify-content: space-between;
    width: 100%; }
    .slideshow-nav.product-slideshow-nav .slick-dots {
      margin: 0; }
  .slideshow-nav .slick-arrow {
    position: unset; }
  .slideshow-nav .slick-prev {
    order: 1;
    margin-right: 20px; }
  .slideshow-nav .slick-next {
    margin-left: 20px;
    order: 3; }
  .slideshow-nav .slick-dots {
    order: 2; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  		This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  		calculation of the height of the owl-item that breaks page layouts
  	 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
