/** Shopify CDN: Minification failed

Line 9329:4 "ine-height" is not a known CSS property
Line 10674:0 Unexpected "}"

**/
/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Helvetica-Neue-Regular";
  src: url("/cdn/shop/files/HelveticaNeue.woff?v=1675181162") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica-Neue-Light";
  src: url("/cdn/shop/files/HelveticaNeue-Light.woff?v=1675181162") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica-Neue-Medium";
  src: url("/cdn/shop/files/HelveticaNeue-Medium.woff?v=1675181162") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica-Neue-Bold";
  src: url("/cdn/shop/files/HelveticaNeue-Bold.woff?v=1675181162") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica-Bold";
  src: url("/cdn/shop/files/Helvetica-Bold.ttf?v=1726653488") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("/cdn/shop/files/Helvetica.ttf?v=1726653678") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

/* ========================================
  Color Variables
======================================== */
/* ========================================
  Base
  Note: Difine your base style
======================================== */
:root {
  --color-canvas-primary: #fff;
  --color-canvas-inverted: #333;
  --color-brand-primary: #ffa800;
  --color-brand-secondary: #ffc635;
  --color-brand-tertiary: #ff6b00;
  --color-text-primary: #333;
  --color-text-secondary: #ccc;
  --color-text-tertiary: #ff6b00;
  --color-text-inverted: #fff;
  --color-text-link: #ff6b00;
  --color-text-success: #00b533;
  --color-text-warn: #ffb700;
  --color-text-danger: #ff2600;
  --color-ui-primary: #ff6b00;
  --color-ui-secondary: #ffc635;
  --color-ui-tertiary: #ffc635;
  --color-ui-success: #00b533;
  --color-ui-warn: #ffb700;
  --color-ui-danger: #ff2600;
  --color-rolling-green: #346F3F;
  --color-haze: #C7C4E9;
  --color-turquoise: #00B5D3;
  --color-golden-rays: #F9DE37;
  --color-horizon: #FFA388;
  --color-shade: #85AC9B;
  --color-main-nav-item-hover: #346F3F;
  --color-dark-grey: #3F3F3F;
  --color-sold-out-grey: #4F4F4F;
  --footer-bg: #262322;
  --footer-text-color: #F9F4EE;
  --global-header-dark-color: #292626;
  --button-bg-dark: #565050;
  --color-foreground: 41,38,38;
  --color-amber: #AC8029;
  --9px: 0.563rem;
  --10px: .625rem;
  --11px: .688rem;
  --12px: .75rem;
  --13px: .813rem;
  --14px: .875rem;
  --15px: .938rem;
  --17px: 1.063rem;
  --18px: 1.125rem;
  --19px: 1.188rem;
  --20px: 1.25rem;
  --21px: 1.313rem;
  --22px: 1.375rem;
  --23px: 1.438em;
  --24px: 1.5rem;
  --25px: 1.563rem;
  --26px: 1.625rem;
  --27px: 1.688rem;
  --28px: 1.75rem;
  --30px: 1.875rem;
  --31px: 1.938rem;
  --32px: 2rem;
  --33px: 2.063rem;
  --34px: 2.125rem;
  --35px: 2.188rem;
  --36px: 2.25rem;
  --38px: 2.375rem;
  --39px: 2.438rem;
  --42px: 2.625rem;
  --44px: 2.75rem;
  --45px: 2.813rem;
  --46px: 2.875rem;
  --48px: 3rem;
  --50px: 3.125rem;
  --52px: 3.25rem;
  --54px: 3.375rem;
  --56px: 3.5rem;
  --65px: 4.063rem;
  --66px: 4.125rem;
  --68px: 4.250rem;
  --70px: 4.375rem;
  --113px: 7.063rem;
  --82px: 5.125rem;
  --96px: 6rem;
  --1000px: 62.5rem;
  --4: 0.04rem;
  --5: 0.05rem;
  ---4: -0.04rem;
  ---5: -0.05rem;
}

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

html {
  box-sizing: border-box;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: var(--16px);
  color: var(--global-header-dark-color);
  font-family: "Helvetica-Neue-Regular", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: var(--global-header-height);
}
body::-webkit-scrollbar {
  width: 6px;
}
body::-webkit-scrollbar-track {
  background: transparent;
}
body::-webkit-scrollbar-thumb {
  background: black;
}
body::-webkit-scrollbar-thumb:hover {
  background: black;
}
body[data-page-template=page-splash-page]:after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  transition: 1s;
  z-index: 1000;
}
body.page-loaded:after {
  opacity: 0;
  visibility: hidden;
}
body.overflow-hidden {
  overflow: hidden;
}

cart-drawer {
  display: none;
}

main {
  flex: 1;
}
body[data-page-template=page-splash-page] main {
  display: flex;
}
.hidden {
  display: none !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 1rem 0 0;
  line-height: 140%;
  letter-spacing: var(--4);
}
p:first-of-type {
  margin: 0;
}

strong {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 140%;
  letter-spacing: var(--4);
}
ul li:last-of-type,
ol li:last-of-type {
  margin: 0 !important;
}

a {
  color: inherit;
}
a:hover {
  color: var(--global-header-dark-color);
}

img {
  display: block;
  width: 100%;
  height: auto;
}

input,
textarea,
select,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  outline: none;
  margin: 0;
  padding: 0;
  letter-spacing: inherit;
  border-radius: 0;
  font-size: 1rem;
  font-family: inherit;
}

button {
  cursor: pointer;
}

::-moz-selection {
  background-color: black;
  color: white;
}

::selection {
  background-color: black;
  color: white;
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}
table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}
@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}
.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}

.link--text {
  color: rgb(var(--color-foreground));
}

.link--text:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

a:not([href]) {
  cursor: not-allowed;
}

.circle-divider::after {
  content: "•";
  margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
  display: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}
.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
}
:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link:hover,
.customer a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.icon-arrow {
  width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}

/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: " ";
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}

@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }
  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}
/* base-focus */
/*
  Focus ring - default (with offset)
*/
*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/
.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset,
.no-js .focus-inset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.no-js .focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - none
*/
/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

.focus-offset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.focus-offset.focused,
.no-js .focus-offset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.no-js .focus-offset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.overflow-hidden-mobile,
.overflow-hidden-tablet {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}
@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}
/* component-title */
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}

.title-wrapper-with-link .title {
  margin: 0;
}

.title .link {
  font-size: inherit;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.title--primary {
  margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }
  .title--primary {
    margin: 2rem 0;
  }
  .title-wrapper-with-link {
    align-items: center;
  }
  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }
  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}
.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  color: rgb(var(--color-link));
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper--no-top-margin {
  margin-top: 0;
}

.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem;
  color: rgba(var(--color-foreground), 0.7);
}

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

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

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

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

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

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

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

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

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

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

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

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

:root {
  --swiper-navigation-size:44px;
}

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

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

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

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

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

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

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

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

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

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

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

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

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

/** 414px **/
/** 667px **/
/** 768px **/
/** 1024px **/
/** 1180px **/
/** 1440px **/
/** 1920px **/
/** 2560px **/
.button {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: var(--14px);
  text-align: center;
  padding: 1rem 2rem;
  box-sizing: border-box;
  display: block;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid var(--global-header-dark-color);
  color: var(--global-header-dark-color);
  text-decoration: none;
}
.button.button-dark {
  background-color:#302C2C;
  color: white;
}
.button.button-dark:hover {
  background-color: #302C2C;
}

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1;
}

.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  animation-iteration-count: 2;
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  animation-iteration-count: 3;
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  animation-delay: 2s;
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  animation-delay: 3s;
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  animation-delay: 4s;
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  animation-delay: 5s;
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  animation-duration: 0.5s;
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  animation-duration: 0.8s;
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  animation-duration: 3s;
  animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@keyframes bounce {
  0%, 20%, 53%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  animation-name: rubberBand;
}
@keyframes shakeX {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  animation-name: shakeX;
}
@keyframes shakeY {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  animation-name: shakeY;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__wobble {
  animation-name: wobble;
}
@keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}
@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  animation-name: backInDown;
}
@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  animation-name: backInLeft;
}
@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  animation-name: backInRight;
}
@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  animation-name: backInUp;
}
@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  animation-name: backOutDown;
}
@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  animation-name: backOutLeft;
}
@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  animation-name: backOutRight;
}
@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  animation-name: backOutUp;
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft;
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  animation-name: fadeOutTopRight;
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}
@keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedInLeft {
  0% {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}
@keyframes rotateInDownLeft {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateInDownRight {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}
@keyframes rotateInUpLeft {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateInUpRight {
  0% {
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate(60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: top left;
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  animation-name: jackInTheBox;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  animation-name: slideOutUp;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

@keyframes scroll-text {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes float1 {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes float2 {
  0% {
    transform: translatey(0px);
  }
  40% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
:root {
  --ticker-animation-duration:10s;
  --ticker-gap-x:var(--space-md);
  --ticker-img-width:280px;
}

@media (min-width: 48rem) {
  :root {
    --ticker-img-width:400px;
  }
}
@media (min-width: 1025px) {
  :root {
    --ticker-img-width:550px;
  }
}
.ticker {
  overflow: hidden;
}

.ticker__list {
  display: flex;
  overflow: auto;
  will-change: transform;
  transform: translateZ(0px);
  backface-visibility: hidden;
}

.ticker--animate .ticker__list {
  animation: ticker-animation var(--ticker-animation-duration) infinite;
  animation-timing-function: linear;
}

.ticker[data-ticker-pause-hover=on] .ticker__list:hover, .ticker--paused .ticker__list {
  animation-play-state: paused;
}

.ticker__item {
  flex-shrink: 0;
  margin-right: calc(var(--ticker-gap-x) / 2);
  margin-left: calc(var(--ticker-gap-x) / 2);
}

.ticker__img {
  display: block;
  width: var(--ticker-img-width);
}

.ticker-control {
  display: inline-flex;
  width: 40px;
  height: 40px;
  background-color: hsla(var(--color-contrast-higher-h), var(--color-contrast-higher-s), var(--color-contrast-higher-l), 0.75);
  border-radius: 50%;
  transition: 0.2s;
}

.ticker-control i {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  color: var(--color-bg);
}

.ticker-control i::before, .ticker-control i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: currentColor;
  transition: -webkit-clip-path 0.2s var(--ease-out);
  transition: clip-path 0.2s var(--ease-out);
  transition: clip-path 0.2s var(--ease-out), -webkit-clip-path 0.2s var(--ease-out);
}

.ticker-control i::before {
  -webkit-clip-path: polygon(1px 1px, 5px 1px, 5px calc(100% - 1px), 1px calc(100% - 1px));
  clip-path: polygon(1px 1px, 5px 1px, 5px calc(100% - 1px), 1px calc(100% - 1px));
}

.ticker-control i::after {
  -webkit-clip-path: polygon(calc(100% - 5px) 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px), calc(100% - 5px) calc(100% - 1px));
  clip-path: polygon(calc(100% - 5px) 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px), calc(100% - 5px) calc(100% - 1px));
}

.ticker-control:hover {
  cursor: pointer;
  background-color: hsla(var(--color-contrast-higher-h), var(--color-contrast-higher-s), var(--color-contrast-higher-l), 0.95);
}

.ticker-control[aria-pressed=true] i::before {
  -webkit-clip-path: polygon(2px 0%, 100% 50%, 100% 50%, 2px 100%);
  clip-path: polygon(2px 0%, 100% 50%, 100% 50%, 2px 100%);
}

.ticker-control[aria-pressed=true] i::after {
  -webkit-clip-path: polygon(calc(100% - 5px) calc(100% - 1px), calc(100% - 1px) calc(100% - 1px), calc(100% - 1px) calc(100% - 1px), calc(100% - 5px) calc(100% - 1px));
  clip-path: polygon(calc(100% - 5px) calc(100% - 1px), calc(100% - 1px) calc(100% - 1px), calc(100% - 1px) calc(100% - 1px), calc(100% - 5px) calc(100% - 1px));
}

.ticker:not(.ticker--anim-off) .ticker__list {
  overflow: visible;
}

.ticker--reverse:not(.ticker--anim-off) .ticker__list {
  flex-direction: row-reverse;
}

.ticker--reverse.ticker--animate:not(.ticker--anim-off) .ticker__list {
  transform: translateX(calc(100vw - 100%));
  animation-name: ticker-animation-reverse;
}

@keyframes ticker-animation {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes ticker-animation-reverse {
  0% {
    transform: translateX(calc(100vw - 100%));
  }
  100% {
    transform: translateX(calc(100vw - 50%));
  }
}
/* -------------------------------- 

File#: _1_modal-window
Title: Modal Window
Descr: A modal dialog used to display critical information
Usage: codyhouse.co/license

-------------------------------- */
.ch-modal {
  position: fixed;
  z-index: var(--z-index-overlay, 15);
  width: 100%;
  min-height: 100%;
  height: 100%;
  overflow-y: auto;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  background: var(--footer-text-color);
}
.ch-modal:not(.modal--is-visible) {
  pointer-events: none;
  background-color: transparent;
}
.ch-modal .ch-modal-heading {
  position: sticky;
  top: 0;
  height: 56px;
  background: #fff;
  left: 0;
  right: 0;
}
@media (min-width: 1025px) {
  .ch-modal .ch-modal-heading {
    height: auto;
    padding: 1rem 4rem;
  }
}
.ch-modal .ch-modal-heading .ch-modal-logo {
  max-width: 9rem;
  margin: auto;
  line-height: 56px;
}
@media (min-width: 1025px) {
  .ch-modal .ch-modal-heading .ch-modal-logo {
    max-width: 20rem;
  }
}
.ch-modal .ch-modal-inner-container {
  padding: 1rem 1rem 2rem 1rem;
}
.ch-modal .ch-modal-inner-container p {
  font-family: "Helvetica-Neue-Light", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 140%;
}
@media (min-width: 1025px) {
  .ch-modal .ch-modal-inner-container p {
    font-size: var(--18px);
  }
}

.modal--is-visible {
  opacity: 1;
  visibility: visible;
}

/* close buttons */
.modal__close-btn {
  display: flex;
  flex-shrink: 0;
  border-radius: 50%;
  transition: 0.2s;
}
.modal__close-btn .icon {
  display: block;
  margin: auto;
}

.modal__close-btn--outer { /* close button - outside the modal__content */
  --size: 24px;
  width: var(--size);
  height: var(--size);
  z-index: var(--z-index-fixed-element, 10);
  position: fixed;
  top: 1rem;
  right: 1rem;
  color: var(--global-header-dark-color);
}
@media (min-width: 1025px) {
  .modal__close-btn--outer {
    --size: 32px;
    top: 1.8rem;
    right: 2rem;
  }
}
.modal__close-btn--outer .icon {
  color: var(--global-header-dark-color);
  width: var(--size);
  height: var(--size);
}
.modal__close-btn--outer:hover .icon {
  transform: scale(1.1);
}

.modal__close-btn--inner { /* close button - inside the modal__content */
  --size: 32px;
  width: var(--size);
  height: var(--size);
  background-color: var(--color-bg-light);
  box-shadow: var(--inner-glow), var(--shadow-sm);
  transition: 0.2s;
}
.modal__close-btn--inner .icon {
  color: inherit; /* icon color */
}
.modal__close-btn--inner:hover {
  background-color: var(--color-bg-lighter);
  box-shadow: var(--inner-glow), var(--shadow-md);
}

/* animations */
:root {
  --modal-transition-duration: 0.2s; /* fallback (i.e., unless specified differently in the variations 👇) */
}

@media (prefers-reduced-motion: no-preference) {
  .modal--animate-fade {
    --modal-transition-duration: 0.2s;
    transition: opacity var(--modal-transition-duration), background-color var(--modal-transition-duration), visibility 0s var(--modal-transition-duration);
  }
  .modal--animate-fade.modal--is-visible {
    transition: opacity var(--modal-transition-duration), background-color var(--modal-transition-duration), visibility 0s;
  }
  .modal--animate-scale,
  .modal--animate-translate-up,
  .modal--animate-translate-down,
  .modal--animate-translate-right,
  .modal--animate-translate-left {
    --modal-transition-duration: 0.2s;
    transition: opacity var(--modal-transition-duration), background-color var(--modal-transition-duration), visibility 0s var(--modal-transition-duration);
  }
  .modal--animate-scale .ch-modal__content,
  .modal--animate-translate-up .ch-modal__content,
  .modal--animate-translate-down .ch-modal__content,
  .modal--animate-translate-right .ch-modal__content,
  .modal--animate-translate-left .ch-modal__content {
    will-change: transform;
    transition: transform var(--modal-transition-duration) var(--ease-out);
  }
  .modal--animate-scale.modal--is-visible,
  .modal--animate-translate-up.modal--is-visible,
  .modal--animate-translate-down.modal--is-visible,
  .modal--animate-translate-right.modal--is-visible,
  .modal--animate-translate-left.modal--is-visible {
    transition: opacity var(--modal-transition-duration), background-color var(--modal-transition-duration), visibility 0s;
  }
  .modal--animate-scale.modal--is-visible .ch-modal__content,
  .modal--animate-translate-up.modal--is-visible .ch-modal__content,
  .modal--animate-translate-down.modal--is-visible .ch-modal__content,
  .modal--animate-translate-right.modal--is-visible .ch-modal__content,
  .modal--animate-translate-left.modal--is-visible .ch-modal__content {
    transform: scale(1); /* reset all transformations */
  }
  .modal--animate-slide-up,
  .modal--animate-slide-down,
  .modal--animate-slide-right,
  .modal--animate-slide-left {
    --modal-transition-duration: 0.3s;
    transition: opacity 0s var(--modal-transition-duration), background-color var(--modal-transition-duration), visibility 0s var(--modal-transition-duration);
  }
  .modal--animate-slide-up .ch-modal__content,
  .modal--animate-slide-down .ch-modal__content,
  .modal--animate-slide-right .ch-modal__content,
  .modal--animate-slide-left .ch-modal__content {
    will-change: transform;
    transition: transform var(--modal-transition-duration) var(--ease-out);
  }
  .modal--animate-slide-up.modal--is-visible,
  .modal--animate-slide-down.modal--is-visible,
  .modal--animate-slide-right.modal--is-visible,
  .modal--animate-slide-left.modal--is-visible {
    transition: background-color var(--modal-transition-duration), visibility 0s;
  }
  .modal--animate-slide-up.modal--is-visible .ch-modal__content,
  .modal--animate-slide-down.modal--is-visible .ch-modal__content,
  .modal--animate-slide-right.modal--is-visible .ch-modal__content,
  .modal--animate-slide-left.modal--is-visible .ch-modal__content {
    transform: scale(1); /* reset all transformations */
  }
  /* scale */
  .modal--animate-scale .ch-modal__content {
    transform: scale(0.95);
  }
  /* translate */
  .modal--animate-translate-up .ch-modal__content {
    transform: translateY(40px);
  }
  .modal--animate-translate-down .ch-modal__content {
    transform: translateY(-40px);
  }
  .modal--animate-translate-right .ch-modal__content {
    transform: translateX(-40px);
  }
  .modal--animate-translate-left .ch-modal__content {
    transform: translateX(40px);
  }
  /* slide */
  .modal--animate-slide-up .ch-modal__content {
    transform: translateY(100%);
  }
  .modal--animate-slide-down .ch-modal__content {
    transform: translateY(-100%);
  }
  .modal--animate-slide-right .ch-modal__content {
    transform: translateX(-100%);
  }
  .modal--animate-slide-left .ch-modal__content {
    transform: translateX(100%);
  }
}
/* load content - optional */
.modal--is-loading .ch-modal__content {
  visibility: hidden;
}
.modal--is-loading .modal__loader {
  display: flex;
}

.modal__loader { /* loader icon */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  pointer-events: none;
}

/* --image */
.modal-img-btn {
  position: relative;
  cursor: pointer;
}
.modal-img-btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(var(--color-black-h), var(--color-black-s), var(--color-black-l), 0);
  transition: background 0.2s;
}
.modal-img-btn:hover::after {
  background-color: hsla(var(--color-black-h), var(--color-black-s), var(--color-black-l), 0.7);
}
.modal-img-btn:hover .modal-img-btn__icon-wrapper {
  opacity: 1;
}

.modal-img-btn__icon-wrapper {
  position: absolute;
  z-index: 2;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: hsla(var(--color-black-h), var(--color-black-s), var(--color-black-l), 0.7);
  opacity: 0;
  transition: opacity 0.2s;
}
.modal-img-btn__icon-wrapper .icon {
  color: var(--color-white);
}

.quantity {
  position: relative;
  display: flex;
  /* width: 22%; */
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
}
.quantity button {
  display: flex;
  width: 46.5px;
  height: 46.5px;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
@media (min-width: 1025px) {
  .quantity button {
    width: 32px;
    height: 32px;
  }
  /* .quantity{
    width:20%;
  } */
}
.quantity button svg {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  fill: var(--global-header-dark-color);
  pointer-events: none;
}
.quantity input {
  font-family: "Helvetica-Neue-Regular", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 18px;
  padding: 0;
  line-height: 1;
  letter-spacing:0;
  box-sizing: border-box;
  color: var(--global-header-dark-color);
  text-align: center;
  width: 100%;
  -moz-appearance: textfield;
}
@media (min-width: 1025px) {
  .quantity input {
    padding: 0 0rem;
  }
}
.quantity input::-webkit-outer-spin-button, .quantity input::-webkit-inner-spin-button {
  display: none;
}

@media (min-width: 1025px) {
  [data-component=product-media-slider] {
    flex: 1;
  }
}
[data-component=product-media-slider] .swiper img {
  display: block;
  width: 100%;
  height: auto;
}
[data-component=product-media-slider] .swiper.main-swiper .swiper-slide {
  opacity: 1 !important;
  z-index: 0;
  max-width: 100%;
  /* height: auto; */
}
[data-component=product-media-slider] .swiper.main-swiper .swiper-slide .media-wrapper img {
  width: 100%;
  height: auto;
}
[data-component=product-media-slider] .swiper.main-swiper .swiper-slide .media-wrapper.swiper-slide-active {
  z-index: 1;
}
[data-component=product-media-slider] .swiper.main-swiper .swiper-slide .media-wrapper.swiper-slide-active .media-wrapper {
  max-width: 100%;
}
[data-component=product-media-slider] .swiper.main-swiper .slider-navigation-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: block;
}
[data-component=product-media-slider] .swiper.main-swiper .slider-navigation-button.swiper-button-disabled {
  display: none;
}
[data-component=product-media-slider] .swiper.main-swiper .slider-navigation-button svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 13.5px;
  fill: var(--global-header-dark-color);
}
[data-component=product-media-slider] .swiper.main-swiper .slider-navigation-button[data-component=slider-prev-button] {
  left: 1rem;
}
[data-component=product-media-slider] .swiper.main-swiper .slider-navigation-button[data-component=slider-prev-button] svg {
  transform: scaleX(-1);
}
[data-component=product-media-slider] .swiper.main-swiper .slider-navigation-button[data-component=slider-next-button] {
  right: 1rem;
}
[data-component=product-media-slider] .swiper.thumb-swiper .swiper-slide {
  cursor: pointer;
  flex: 1;
  height: auto;
  padding: 7px 4px 0 4px;
  min-height: 100px;
  min-width: 100px;
}
[data-component=product-media-slider] .swiper.thumb-swiper .swiper-slide .product-thumb {
  position: relative;
  padding-top: 100%;
  border: 2px solid transparent;
}
[data-component=product-media-slider] .swiper.thumb-swiper .swiper-slide .product-thumb img {
  opacity: 0.5;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
[data-component=product-media-slider] .swiper.thumb-swiper .swiper-slide:hover .product-thumb, [data-component=product-media-slider] .swiper.thumb-swiper .swiper-slide.swiper-slide-thumb-active .product-thumb {
  border: 2px solid var(--global-header-dark-color) !important;
}
[data-component=product-media-slider] .swiper.thumb-swiper .swiper-slide:hover img, [data-component=product-media-slider] .swiper.thumb-swiper .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}

.drawer__header {
  position: relative;
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /**
  .drawer__close {
    display: block;
    svg {
      display: block;
      width: 14px;
      height: 14px;
      fill: var(--global-header-dark-color);
      // @include app-breakpoint-3 {
      //   width: 21px;
      //   height: 21px;
      // }
    }
  }
  **/
}
@media (min-width: 1025px) {
  .drawer__header {
    padding: 26px 0 1.5rem;
  }
}
.drawer__header > header {
  display: flex;
  align-items: center;
  /**
  .drawer__heading {
    @include body-font-bold;
    font-size: var(--26px);
    color: #292626;
    text-transform: uppercase;
    letter-spacing: var(---4);
  }
  **/
}
.drawer__header > header .cart-icon-drawer {
  position: relative;
  margin: 0 0 0 1rem;
}
.drawer__header > header .cart-icon-drawer svg {
  display: block;
  width: 21px;
  height: auto;
  fill: var(--global-header-dark-color);
}
.drawer__header > header .cart-icon-drawer .cart-count-bubble {
  font-family: "Helvetica-Neue-Medium", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  position: absolute;
  top: calc(50% + 2.8px);
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 11px;
}
.drawer__header > header .cart-icon-drawer .cart-count-bubble span {
  display: block;
}

cart-drawer-items table.cart-items thead {
  display: none;
}
cart-drawer-items table.cart-items tbody {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 25.875rem) {
  cart-drawer-items table.cart-items tbody {
    gap: 3rem;
  }
}
@media screen and (min-width: 750px) {
  cart-drawer-items table.cart-items tbody tr.cart-item {
    position: relative;
    grid-template: repeat(2, auto)/repeat(4, 1fr);
  }
}
cart-drawer-items table.cart-items tbody tr.cart-item .loading-overlay {
  padding: 0;
}
cart-drawer-items table.cart-items tbody tr.cart-item .loading-overlay .loading-overlay__spinner svg {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}
cart-drawer-items table.cart-items tbody tr.cart-item .loading-overlay .loading-overlay__spinner svg .path {
  stroke: var(--global-header-dark-color);
}
@media (min-width: 1025px) {
  cart-drawer-items table.cart-items tbody tr.cart-item td.cart-item__media {
    grid-row: 1/3;
    grid-column: auto;
    display: block;
    max-width: auto;
  }
}
cart-drawer-items table.cart-items tbody tr.cart-item td.cart-item__details {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-column: 2/4;
  width: auto;
}
@media (min-width: 1025px) {
  cart-drawer-items table.cart-items tbody tr.cart-item td.cart-item__details {
    grid-column: 2/4;
  }
}
cart-drawer-items table.cart-items tbody tr.cart-item td.cart-item__details div.product-option {
  font-size: 1rem;
  line-height: 1.4;
}
cart-drawer-items table.cart-items tbody tr.cart-item td.cart-item__details p.product-option {
  margin: 1rem 0 0;
  font-size: 1rem;
  line-height: 1.4;
  white-space: nowrap;
}
cart-drawer-items table.cart-items tbody tr.cart-item td.cart-item__totals {
  padding: 0;
}
cart-drawer-items table.cart-items tbody tr.cart-item td.cart-item__quantity {
  padding: 0;
}
@media (min-width: 1025px) {
  cart-drawer-items table.cart-items tbody tr.cart-item td.cart-item__quantity {
    grid-column: 2/5;
  }
}
cart-drawer-items table.cart-items tbody tr.cart-item td.cart-item__quantity .cart-item__quantity-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
cart-drawer-items table.cart-items tbody tr.cart-item td.cart-item__quantity .cart-item__quantity-wrapper .quantity {
  width: 100%;
  max-width: 90px;
}
@media (min-width: 25.875rem) {
  cart-drawer-items table.cart-items tbody tr.cart-item td.cart-item__quantity .cart-item__quantity-wrapper .quantity {
    padding: 0 0.5rem;
  }
}
cart-drawer-items table.cart-items tbody tr.cart-item td.cart-item__quantity .cart-item__quantity-wrapper cart-remove-button {
  width: auto;
  height: auto;
  margin: 0;
}
cart-drawer-items table.cart-items tbody tr.cart-item td.cart-item__quantity .cart-item__quantity-wrapper cart-remove-button button {
  display: block;
  margin: 0;
  min-width: auto;
  min-height: auto;
  border: none;
}

.drawer__footer {
  background-color: white;
  color: var(--global-header-dark-color);
  padding: 0 0 1.5rem;
}
.drawer__footer .cart-drawer__footer .totals {
  justify-content: space-between;
  margin: 0 0 2rem;
}
.drawer__footer .cart-drawer__footer .totals h2.totals__subtotal {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: var(--18px);
}
.drawer__footer .cart-drawer__footer .totals .totals__subtotal-value {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: var(--18px);
  letter-spacing: var(---5);
}
.drawer__footer .cart-drawer__footer .tax-note {
  letter-spacing: 0.1em;
  font-size: var(--12px);
  text-align: center;
  margin: 0 0 1.5rem;
}
.drawer__footer .cart-drawer__footer .tax-note a {
  color: inherit;
  display: inline-block;
  text-decoration-thickness: auto;
}
.drawer__footer .cart__terms-privacy-agreement {
  margin: 1rem 0 0;
}
.drawer__footer .cart__terms-privacy-agreement * {
  font-family: "Helvetica-Neue-Light", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: var(--11px);
  line-height: 120%;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: var(--4);
}
.drawer__footer .cart__terms-privacy-agreement * a {
  font-family: "Helvetica-Neue-Medium", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  display: inline-block;
}
.drawer__footer .cart-notice {
  margin: 1rem 0 0;
  text-align: center;
}
.drawer__footer .cart-notice > * {
  font-size: var(--14px);
  letter-spacing: 0.1em;
}
.drawer__footer > details {
  margin-top: -1.5rem;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.2);
}
.drawer__footer > details + .cart-drawer__footer {
  padding-top: 1.5rem;
}
.drawer__footer > details[open] {
  padding-bottom: 1.5rem;
}
.drawer__footer summary {
  display: flex;
  position: relative;
  line-height: 1;
  padding: 1.5rem 0;
}
.drawer__footer .cart__dynamic-checkout-buttons {
  max-width: 100%;
}
.drawer__footer #dynamic-checkout-cart ul {
  flex-wrap: wrap !important;
  flex-direction: row !important;
  margin: 0.5rem -0.5rem 0 0 !important;
  gap: 0.5rem;
}
.drawer__footer #dynamic-checkout-cart ul > li {
  flex-basis: calc(50% - 0.5rem) !important;
  margin: 0 !important;
}
.drawer__footer #dynamic-checkout-cart ul > li:only-child {
  flex-basis: 100% !important;
  margin-right: 0.5rem !important;
}
.drawer__footer [data-shopify-buttoncontainer] {
  justify-content: flex-start;
}

.drawer__inner-empty .cart-drawer__empty-content button.drawer__close {
  display: block;
  position: absolute;
}
.drawer__inner-empty .cart-drawer__empty-content button.drawer__close svg {
  display: block;
  width: 21px;
  height: 21px;
  fill: #292626;
  margin: 0 auto;
}
.drawer__inner-empty .cart-drawer__empty-content #continue-shopping {
  margin: 0 auto 3rem;
}
.drawer__inner-empty .cart-drawer__empty-content .cart__empty-text {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  letter-spacing: var(---4);
  font-size: var(--25px);
  line-height: 1;
  margin: 0;
  color: var(--global-header-dark-color);
  text-transform: uppercase;
}
.drawer__inner-empty .cart-drawer__empty-content .continue-shopping-button {
  display: block;
  margin: 1rem 0 0;
  line-height: 1;
}
.drawer__inner-empty .cart-drawer__empty-content .cart__login-title {
  margin: 0;
  line-height: 1;
}
.drawer__inner-empty .cart-drawer__empty-content .cart__login-paragraph {
  line-height: 1;
}
.drawer__inner-empty .cart-drawer__empty-content .cart__login-paragraph a {
  text-decoration: underline;
  text-underline-offset: auto;
  color: var(--global-header-dark-color);
}

.drawer {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  transition: 0.5s;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 1025px) {
  .drawer {
    z-index: 13;
  }
}
.drawer .cart-drawer {
  width: 100%;
}

.drawer.active {
  visibility: visible;
}
.drawer.active .cart-drawer__overlay {
  opacity: 1;
  visibility: visible;
}
.drawer.active .drawer__inner {
  transform: translateX(0);
}

.drawer__inner {
  height: 100%;
  width: 40rem;
  max-width: calc(100vw - 3rem);
  padding: 2rem 1.5rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
  border-right: 0;
  background-color: white;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform var(--duration-default) ease;
  color: var(--global-header-dark-color);
}
@media (min-width: 1025px) {
  .drawer__inner {
    padding: 0 1.5rem;
  }
}

.drawer__inner-empty {
  height: 100%;
  padding: 0 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: white;
}

.cart-drawer__warnings {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}
.cart-drawer__warnings .drawer__close {
  right: 5px;
}

cart-drawer.is-empty .drawer__inner {
  display: grid;
  grid-template-rows: 1fr;
  align-items: center;
  padding: 0;
}
cart-drawer.is-empty .drawer__header {
  display: none;
}

cart-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}
cart-drawer:not(.is-empty) .cart-drawer__warnings {
  display: none;
}
cart-drawer:not(.is-empty) .cart-drawer__collection {
  display: none;
}

.cart-drawer__warnings--has-collection .cart__login-title {
  margin-top: 2.5rem;
}

.drawer__contents {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

cart-drawer-items.is-empty + .drawer__footer {
  display: none;
}

.cart-drawer__overlay {
  position: fixed;
  top: var(--global-header-height);
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  display: block;
}

.cart-drawer__form {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}

.cart-drawer__collection {
  margin: 0 2.5rem 1.5rem;
}

.cart-drawer .drawer__cart-items-wrapper {
  flex-grow: 1;
}
.cart-drawer .cart-items {
  display: block;
  width: 100%;
}
.cart-drawer .cart-items thead {
  margin-bottom: 0.5rem;
}
.cart-drawer .cart-items thead th:first-child {
  width: 0;
  padding: 0;
}
.cart-drawer .cart-items thead th:last-child {
  width: 0;
  padding: 0;
}
.cart-drawer .cart-items thead th:nth-child(2) {
  width: 50%;
  padding-left: 0;
}
.cart-drawer .cart-items thead tr {
  display: table-row;
  margin-bottom: 0;
}
.cart-drawer .cart-items th {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}
.cart-drawer .cart-items .cart-item__quantity {
  padding-top: 0;
  grid-column: 2/5;
}
.cart-drawer tbody {
  display: block;
  width: 100%;
}
.cart-drawer thead {
  display: inline-table;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: rgb(var(--color-base-background-1));
}
.cart-drawer .cart-item {
  display: grid;
  grid-template: repeat(2, auto)/repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 0;
}
.cart-drawer .cart-item:last-child {
  margin-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.cart-drawer .cart-item > td + td {
  padding-left: 1rem;
}
.cart-drawer .cart-item__totals {
  pointer-events: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.cart-drawer .unit-price {
  margin-top: 0.6rem;
}
.cart-drawer .price {
  line-height: 1;
}
.cart-drawer .tax-note {
  margin: 1.2rem 0 1rem auto;
  text-align: left;
}
.cart-drawer .product-option dd {
  word-break: break-word;
}
.cart-drawer details[open] > summary .icon-caret {
  transform: rotate(180deg);
}
.cart-drawer .cart__checkout-button {
  max-width: none;
}

cart-drawer-items {
  overflow: auto;
  flex: 1;
}
cart-drawer-items::-webkit-scrollbar {
  width: 3px;
}
cart-drawer-items::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-foreground), 0.7);
  border-radius: 100px;
}
cart-drawer-items::-webkit-scrollbar-track-piece {
  margin-top: 31px;
}

.cart-drawer.cart-drawer .cart-item__price-wrapper > *:only-child {
  margin-top: 0;
}

.cart-drawer__footer > * + * {
  margin-top: 1rem;
}

@media screen and (max-height: 650px) {
  cart-drawer-items {
    overflow: visible;
  }
  .drawer__inner {
    overflow: scroll;
  }
}
@media screen and (max-width: 749px) {
  .cart-drawer .cart-item cart-remove-button {
    margin-left: 0;
  }
}
@media screen and (min-width: 750px) {
  .drawer__footer #dynamic-checkout-cart ul > li {
    flex-basis: calc(33.3333333333% - 0.5rem) !important;
    margin: 0 !important;
  }
  .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(2) {
    flex-basis: calc(50% - 0.5rem) !important;
  }
  .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(2) ~ li {
    flex-basis: calc(50% - 0.5rem) !important;
  }
  .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(4) {
    flex-basis: calc(50% - 0.5rem) !important;
  }
  .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(4) ~ li {
    flex-basis: calc(50% - 0.5rem) !important;
  }
}
#lo-messenger-frame {
  z-index: 9999 !important;
}

div[aria-label="cookie bar"] {
  z-index: 9999999;
}

.shopify-section-group-header-group {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
}
.shopify-section-group-header-group [data-component=global-ribbon] {
  background-color: var(--button-bg-dark);
  color: var(--footer-text-color);
  text-align: center;
  display: block;
      padding:5px 10px;
  
  font-size: var(--14px);
  line-height: 1.57rem;
  text-transform: uppercase;
  font-family: "Helvetica";
}
@media (min-width: 1025px) {
  .shopify-section-group-header-group [data-component=global-ribbon] {
      padding: 9px;
    font-size: var(--16px);
    line-height: 2.5rem;
  }
}
.shopify-section-group-header-group [data-component=global-header] {
  padding: 11.5px 16px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background-color: white;
  color: var(--global-header-dark-color);
}

.shopify-section-group-header-group [data-component=global-header] sub {
  bottom: 0; 
  bottom: -7px;
    left: -8px;
    font-size: .60rem;
}
.shopify-section-group-header-group [data-component=global-header] sub.tm {
  /* bottom: -3px; */
}
#insta-feed h2{
font-family:Helvetica-Neue-Medium, sans-serif !important;
  font-size:36px;
  text-transform:capitalize;
}
#insta-feed h2 span{
font-family:Helvetica-Neue-Regular, sans-serif !important;
  font-size:16px;
  display:block;
  color:black;
  margin-bottom:8px;
  text-transform:none;
}

@media (min-width: 1025px) {
  .shopify-section-group-header-group [data-component=global-header] {
    padding: 20px 32px;
    background-color: #fff;
    border-bottom: solid 1px black;
  }
}
@media (min-width: 73.75rem) {
  .shopify-section-group-header-group [data-component=global-header] {
    padding: 20px 64px;
    background-color: #fff;
    border-bottom: solid 1px black;
  }
}
body[data-page-template=product] .shopify-section-group-header-group [data-component=global-header] {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.shopify-section-group-header-group [data-component=global-header] [data-component=faded-element] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  cursor: pointer;
}
body.nav-open .shopify-section-group-header-group [data-component=global-header] [data-component=faded-element] {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.shopify-section-group-header-group [data-component=global-header] button[data-component=nav-toggle] {
  position: relative;
  z-index: 1;
}
@media (min-width: 1025px) {
  .shopify-section-group-header-group [data-component=global-header] button[data-component=nav-toggle] {
    display: none;
  }
}
.shopify-section-group-header-group [data-component=global-header] button[data-component=nav-toggle] svg {
  display: block;
  width: 21px;
  height: auto;
  fill: var(--global-header-dark-color);
}
.shopify-section-group-header-group [data-component=global-header] button[data-component=nav-toggle] .close svg{
  width: 16px;
}
.shopify-section-group-header-group [data-component=global-header] button[data-component=nav-toggle] span {
  display: block;
  transition: 0.5s;
}
.shopify-section-group-header-group [data-component=global-header] button[data-component=nav-toggle] span.open {
  opacity: 1;
  visibility: visible;
}
body.nav-open .shopify-section-group-header-group [data-component=global-header] button[data-component=nav-toggle] span.open {
  opacity: 0;
  visibility: hidden;
}
.shopify-section-group-header-group [data-component=global-header] button[data-component=nav-toggle] span.close {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
body.nav-open .shopify-section-group-header-group [data-component=global-header] button[data-component=nav-toggle] span.close {
  opacity: 1;
  visibility: visible;
}
.shopify-section-group-header-group [data-component=global-header] [data-component=logo] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  max-width: 170px;
}
@media (min-width: 25.875rem) {
  .shopify-section-group-header-group [data-component=global-header] [data-component=logo] {
    max-width: 11em;
  }
}
@media (min-width: 1025px) {
  .shopify-section-group-header-group [data-component=global-header] [data-component=logo] {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    order: 1;
    max-width: 10.75rem;
  }
}
@media (min-width: 90rem) {
  .shopify-section-group-header-group [data-component=global-header] [data-component=logo] {
    max-width: 310px;
  }
}
.shopify-section-group-header-group [data-component=global-header] [data-component=logo] a svg {
  display: block;
  width: 100%;
  height: auto;
  fill: var(--global-header-dark-color);
}
.shopify-section-group-header-group [data-component=global-header] .header__icons {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 41.688rem) {
  .shopify-section-group-header-group [data-component=global-header] .header__icons {
    margin-left: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .shopify-section-group-header-group [data-component=global-header] .header__icons {
    order: 3;
  }
}
.shopify-section-group-header-group [data-component=global-header] .header__icons .account-icon svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  fill: white;
}
.shopify-section-group-header-group [data-component=global-header] .header__icons .header__icon--search svg{
  width:25px;
}
.shopify-section-group-header-group [data-component=global-header] .header__icons #cart-icon-bubble {
  position: relative;
}
.shopify-section-group-header-group [data-component=global-header] .header__icons #cart-icon-bubble svg {
  display: block;
  width: 25px;
  height: auto;
  fill: var(--global-header-dark-color);
}
.shopify-section-group-header-group [data-component=global-header] .header__icons #cart-icon-bubble .cart-count-bubble {
  font-family: "Helvetica-Neue-Medium", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  position: absolute;
  top: calc(50% - 7px);
  left: 87%;
  transform: translate(-50%, -50%);
  font-size: var(--10px);
  line-height: 13px;
  height: 13px;
  background: #000;
    width: 13px;
    border-radius: 50%;
  display: flex;
    align-items: center;
    justify-content: center;
}
.shopify-section-group-header-group [data-component=global-header] .header__icons #cart-icon-bubble .cart-count-bubble span {
  display: block;
  color:#fff;
}
.shopify-section-group-header-group [data-component=global-header] [data-component=navigation] {
  position: fixed;
  top: 0;
  left: 0;
  width: 80vw;
  height: 100%;
  background-color: white;
  color: var(--global-header-dark-color);
  padding: 0 1.5rem;
  box-sizing: border-box;
  transition: 0.5s;
  transform: translateX(-100%);
  will-change: transform;
  right: 1em;
}
@media (min-width: 1025px) {
  .shopify-section-group-header-group [data-component=global-header] [data-component=navigation] {
    position: unset;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    background: none;
    transition: none;
    transform: none;
    padding: 0;
    order: 2;
    margin-left: 48px;
    margin-right: auto;
    right: 0em;
    margin: auto !important;
  }
}
body.nav-open .shopify-section-group-header-group [data-component=global-header] [data-component=navigation] {
  transform: translateX(0);
}
.shopify-section-group-header-group [data-component=global-header] [data-component=navigation] nav {
  margin: 8rem 0 0;
}
@media (min-width: 1025px) {
  .shopify-section-group-header-group [data-component=global-header] [data-component=navigation] nav {
    margin: 0;
  }
}
.shopify-section-group-header-group [data-component=global-header] [data-component=navigation] nav ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media (min-width: 1025px) {
  .shopify-section-group-header-group [data-component=global-header] [data-component=navigation] nav ul {
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
  }
}
@media (min-width: 73.75rem) {
  .shopify-section-group-header-group [data-component=global-header] [data-component=navigation] nav ul {
    gap: 1rem;
  }
}
@media (min-width: 90rem) {
  .shopify-section-group-header-group [data-component=global-header] [data-component=navigation] nav ul {
    gap: 48px;
  }
}
.shopify-section-group-header-group [data-component=global-header] [data-component=navigation] nav ul li {
  position: relative;
}
@media (min-width: 1025px) {
  .shopify-section-group-header-group [data-component=global-header] [data-component=navigation] nav ul li#home-link {
    display: none;
  }
}
.shopify-section-group-header-group [data-component=global-header] [data-component=navigation] nav ul li a {
   /* font-family: "Helvetica-Neue-Medium" !important; */
  /* font-weight: 500 !important; */
  font-style: normal !important;
  text-transform: uppercase;
  color: inherit;
  font-size: var(--24px);
  text-align: left;
  text-decoration: none;
  letter-spacing: 0;
}
.shopify-section-group-header-group [data-component=global-header] [data-component=navigation] nav ul li a:hover{
  border-bottom: 1px solid;
}
.shopify-section-group-header-group [data-component=global-header] [data-component=navigation] nav ul li a .desktop {
  display: none;
}
@media (min-width: 1025px) {
  .shopify-section-group-header-group [data-component=global-header] [data-component=navigation] nav ul li a {
    font-size: var(--15px);
    letter-spacing: 0;
    font-weight: normal !important;
    font-style: normal !important;
  }
  .shopify-section-group-header-group [data-component=global-header] [data-component=navigation] nav ul li a .mobile {
    display: none;
  }
  .shopify-section-group-header-group [data-component=global-header] [data-component=navigation] nav ul li a .desktop {
    display: block;
  }
}
@media (min-width: 73.75rem) {
  .shopify-section-group-header-group [data-component=global-header] [data-component=navigation] nav ul li a {
    font-size: var(--16px);
  }
}
.shopify-section-group-header-group [data-component=global-header] [data-component=navigation] nav ul li.navigation-link a span {
  text-transform: none;
  font-family: 'Helvetica-Neue-Regular';
  font-weight: normal !important;
  font-style: normal !important;
  font-size: var(--18px);
  display:block;
  color: #757575;
}
@media (min-width: 1025px) {
  .shopify-section-group-header-group [data-component=global-header] [data-component=navigation] nav ul li.navigation-link a span {
    font-size: var(--12px);
  }
}
@media (min-width: 73.75rem) {
  .shopify-section-group-header-group [data-component=global-header] [data-component=navigation] nav ul li.navigation-link a span{
    font-size: var(--14px);
  }
}

.header__search details summary {
  list-style: none;
  cursor: pointer;
}
.header__search details summary::-webkit-details-marker {
  display: none;
}
.header__search details summary svg {
  display: block;
  width: 25px;
  height: 25px;
  fill: var(--global-header-dark-color);
}
.header__search details .search-modal {
  position: fixed;
  top: 86px;
  left: 0;
  width: 100%;
  height: auto;
  background-color: white;
  color: var(--global-header-dark-color);
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
  padding: 4rem 1rem 4rem;
  overflow-y: auto;
}
@media (min-width: 1025px) {
  .header__search details .search-modal {
    top: 125px;
    padding: 3rem 5rem;
  }
}
.header__search details .search-modal form .field {
  display: flex;
  border-bottom: 1px solid var(--global-header-dark-color);
  padding: 0 0 0.5rem;
}
.header__search details .search-modal form .field input.search__input {
  flex: 1;
  padding: 0;
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: var(--22px);
  letter-spacing: var(---5);
  text-transform: uppercase;
}
.header__search details .search-modal form .field input.search__input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.header__search details .search-modal form .field input.search__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.header__search details .search-modal form .field input.search__input::-webkit-search-decoration, .header__search details .search-modal form .field input.search__input::-webkit-search-cancel-button, .header__search details .search-modal form .field input.search__input::-webkit-search-results-button, .header__search details .search-modal form .field input.search__input::-webkit-search-results-decoration {
  display: none;
}
.header__search details .search-modal form .field .field__label {
  display: none;
}
.header__search details .search-modal form .field button {
  display: block;
      width: auto;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.header__search details .search-modal form .field button.search__button {
  display: none;
}
.header__search details .search-modal form .field button[type=reset] svg {
  display: block;
  width: 14px;
  height: 14px;
  fill: var(--global-header-dark-color);
}
.header__search details .search-modal .modal__close-button {
  margin: 2em auto;
  display: block;
}
.header__search details .search-modal .modal__close-button a {
  text-transform: uppercase;
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.header__search details[open] .search-modal {
  opacity: 1;
  visibility: visible;
}

footer .go3176171171 p {
  text-align: left;
  height: 50px;
  line-height: 50px;
}
footer .go3176171171 p span {
  font-size: 16px !important;
  text-transform: uppercase !important;
  letter-spacing: -0.2px;
  color: var(--footer-text-color);
}
footer a {
  color: var(--footer-text-color);
  text-decoration: none;
}
footer a:hover {
  color: var(--footer-text-color);
  text-decoration: underline;
}

[data-component=global-footer] {
  padding: 4rem 1rem 0;
  background-color: var(--footer-bg);
  color: var(--footer-text-color);
}
[data-component=global-footer] sub {
  bottom: 0;
}
[data-component=global-footer] sub.tm {
  bottom: -3px;
}
@media (min-width: 1025px) {
  [data-component=global-footer] {
    padding: 2rem 1rem 0;
  }
}
[data-component=global-footer] .row.key-steps > ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 48rem) {
  [data-component=global-footer] .row.key-steps > ul {
    gap: 5rem;
  }
}
@media (min-width: 1025px) {
  [data-component=global-footer] .row.key-steps > ul {
    gap: 7rem;
  }
}
[data-component=global-footer] .row.key-steps > ul li {
  border-top: 1px solid white;
  padding: 1rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: var(--footer-text-color);
}
@media (min-width: 48rem) {
  [data-component=global-footer] .row.key-steps > ul li {
    flex-direction: row;
  }
}
[data-component=global-footer] .row.key-steps > ul li .column {
  flex: 1;
}
@media (min-width: 1025px) {
  [data-component=global-footer] .row.key-steps > ul li .column.key-step-title header {
    padding: 0 0 0 3rem;
  }
}
[data-component=global-footer] .row.key-steps > ul li .column.key-step-title header * {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: var(--25px);
  text-transform: uppercase;
  letter-spacing: var(---4);
  line-height: 1;
  white-space: nowrap;
}
@media (min-width: 25.875rem) {
  [data-component=global-footer] .row.key-steps > ul li .column.key-step-title header * {
    font-size: var(--32px);
  }
}
@media (min-width: 1025px) {
  [data-component=global-footer] .row.key-steps > ul li .column.key-step-title header * {
    font-size: var(--42px);
  }
}
[data-component=global-footer] .row.key-steps > ul li .column.key-step-text * {
  font-family: "Helvetica-Neue-Light", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  letter-spacing: var(--4);
}
@media (min-width: 1025px) {
  [data-component=global-footer] .row.key-steps > ul li .column.key-step-text * {
    font-size: var(--22px);
    padding-left: 4rem;
  }
}
[data-component=global-footer] .row.footer-logo {
  margin: 2rem 0 0;
}
@media (min-width: 48rem) {
  [data-component=global-footer] .row.footer-logo {
    margin: 6rem 0 0;
  }
}
@media (min-width: 1025px) {
  [data-component=global-footer] .row.footer-logo {
    margin: 9rem 0 0;
  }
}
[data-component=global-footer] .row.footer-logo .logo {
  padding: 0;
}
[data-component=global-footer] .row.footer-logo .logo svg {
  display: block;
  width: 100%;
  height: auto;
  fill: var(--footer-text-color);
}
[data-component=global-footer] .row.navigation-subscribe {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin: 0 0 2rem;
}
@media (min-width: 25.875rem) {
  [data-component=global-footer] .row.navigation-subscribe {
    margin: 0 0;
  }
}
@media (min-width: 48rem) {
  [data-component=global-footer] .row.navigation-subscribe {
    flex-direction: row;
    gap: 1rem;
    margin: 3rem 0;
  }
}
@media (min-width: 1025px) {
  [data-component=global-footer] .row.navigation-subscribe {
    gap: 9rem;
    margin: 4rem 0;
    margin-bottom: 2em;
  }
}
[data-component=global-footer] .row.navigation-subscribe .column {
  flex: 1;
}
@media (min-width: 1025px) {
  [data-component=global-footer] .row.navigation-subscribe .column.navigation nav {
    padding: 0 0 0 3rem;
  }
}
[data-component=global-footer] .row.navigation-subscribe .column.navigation nav ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
@media (min-width: 48rem) {
  [data-component=global-footer] .row.navigation-subscribe .column.navigation nav ul {
    gap: 1.5rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 1025px) {
  [data-component=global-footer] .row.navigation-subscribe .column.navigation nav ul {
    gap: 1.5rem 4rem;
  }
}
[data-component=global-footer] .row.navigation-subscribe .column.navigation nav ul li {
  display: flex;
  align-items: flex-start;
  margin-right: 20px;
}
@media (min-width: 25.875rem) {
  [data-component=global-footer] .row.navigation-subscribe .column.navigation nav ul li {
    width: 100%;
  }
}
[data-component=global-footer] .row.navigation-subscribe .column.navigation nav ul li a {
  font-size: var(--14px);
  text-transform: uppercase;
  display: block;
  letter-spacing: var(--4);
}
@media (min-width: 48rem) {
  [data-component=global-footer] .row.navigation-subscribe .column.navigation nav ul li a {
    font-size: 1rem;
  }
}
[data-component=global-footer] .row.navigation-subscribe .column.navigation nav ul li span {
  text-transform: none;
}
[data-component=global-footer] .row.navigation-subscribe .column.navigation nav ul li span.footer-nav-sub {
  display: block;
}
@media (min-width: 48rem) {
  [data-component=global-footer] .row.navigation-subscribe .column.navigation nav ul li span.footer-nav-sub {
    display: inline-block;
  }
}
[data-component=global-footer] .row.navigation-subscribe .column.navigation.cusColNav {
  padding: 0;
}
[data-component=global-footer] .row.navigation-subscribe .column.subscribe {
  padding: 0;
}
[data-component=global-footer] .row.navigation-subscribe .column.subscribe > header {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: var(--18px);
  line-height: var(--22px);
  text-transform: uppercase;
  color: var(--footer-text-color);
}
@media (min-width: 1025px) {
  [data-component=global-footer] .row.navigation-subscribe .column.subscribe > header {
    font-size: var(--26px);
    line-height: var(--32px);
  }
}
[data-component=global-footer] .row.navigation-subscribe .column.subscribe .subscribe-form {
  margin: 10px 0 1.5rem 0;
}
[data-component=global-footer] .row.navigation-subscribe .column.subscribe .subscribe-form .klaviyo-form form {
  padding: 0 !important;
  background: none !important;
  border-radius: 0 !important;
}
[data-component=global-footer] .row.navigation-subscribe .column.subscribe .subscribe-form .klaviyo-form form > div {
  min-height: auto !important;
  border-bottom: 1px solid white !important;
}
[data-component=global-footer] .row.navigation-subscribe .column.subscribe .subscribe-form .klaviyo-form form > div > div > div {
  padding: 0 !important;
}
[data-component=global-footer] .row.navigation-subscribe .column.subscribe .subscribe-form .klaviyo-form form > div > div > div input[type=email] {
  font-family: "Helvetica-Neue-Medium", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 1rem !important;
  color: var(--footer-text-color) !important;
  box-shadow: none !important;
  letter-spacing: var(---4) !important;
  border: none !important;
  background: none !important;
  border-radius: 0 !important;
  padding: 0 1rem 0 0 !important;
}
[data-component=global-footer] .row.navigation-subscribe .column.subscribe .subscribe-form .klaviyo-form form > div > div > div input[type=email]::-webkit-input-placeholder {
  font-family: "Helvetica-Neue-Medium", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  letter-spacing: var(---4) !important;
  text-transform: uppercase !important;
  color: var(--footer-text-color) !important;
}
[data-component=global-footer] .row.navigation-subscribe .column.subscribe .subscribe-form .klaviyo-form form > div > div > div input[type=email]::-moz-placeholder {
  font-family: "Helvetica-Neue-Medium", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  letter-spacing: var(---4) !important;
  text-transform: uppercase !important;
  color: var(--footer-text-color) !important;
}
[data-component=global-footer] .row.navigation-subscribe .column.subscribe .subscribe-form .klaviyo-form form > div > div > div input[type=email]:-ms-input-placeholder {
  font-family: "Helvetica-Neue-Medium", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  letter-spacing: var(---4) !important;
  text-transform: uppercase !important;
  color: var(--footer-text-color) !important;
}
[data-component=global-footer] .row.navigation-subscribe .column.subscribe .subscribe-form .klaviyo-form form > div > div > div input[type=email]:-moz-placeholder {
  font-family: "Helvetica-Neue-Medium", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  letter-spacing: var(---4) !important;
  text-transform: uppercase !important;
  color: var(--footer-text-color) !important;
}
[data-component=global-footer] .row.navigation-subscribe .column.subscribe .subscribe-form .klaviyo-form form > div > div > div button {
  background: none !important;
  background-image: url("/cdn/shop/files/subscribe-arrow.svg?v=1678809762") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  color: transparent !important;
}
[data-component=global-footer] .row.navigation-subscribe .column.subscribe .subscribe-disclaimer {
  font-family: "Helvetica-Neue-Light", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: var(--11px);
  letter-spacing: var(--4);
}
[data-component=global-footer] .row.navigation-subscribe .column.subscribe .subscribe-disclaimer a {
  display: inline-block;
}
@media (min-width: 1025px) {
  [data-component=global-footer] .row.navigation-subscribe .column.subscribe .subscribe-disclaimer {
    font-size: var(--12px);
  }
}
[data-component=global-footer] .row .copyright {
  margin: 1rem 0 0;
}
@media (min-width: 1025px) {
  [data-component=global-footer] .row .copyright {
    gap: 6rem;
    flex-wrap: nowrap;
  }
}
[data-component=global-footer] .row .copyright p {
  order: 2;
  text-align: left;
  font-size: var(--11px);
  text-transform: uppercase;
  padding: 0;
}
@media (min-width: 48rem) {
  [data-component=global-footer] .row .copyright p {
    order: 0;
    width: 50%;
    align-self: center;
  }
}
@media (min-width: 1025px) {
  [data-component=global-footer] .row .copyright p {
    width: auto;
    flex: 1;
    padding-left: 3rem;
  }
}

[data-component=splash-page] {
  padding: 1rem 1.5rem 2rem;
  flex: 1;
  position: relative;
}
@media (min-width: 48rem) {
  [data-component=splash-page] {
    padding: 2rem 1.5rem;
  }
}
[data-component=splash-page] [data-component=video] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
[data-component=splash-page] [data-component=video] video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
[data-component=splash-page] .container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
[data-component=splash-page] .container > header .logo {
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 5;
  margin: 0 -0.5rem;
}
@media (min-width: 48rem) {
  [data-component=splash-page] .container > header .logo {
    margin: 0 auto;
  }
}
[data-component=splash-page] .container > header .logo svg {
  display: block;
  width: 100%;
  height: auto;
  fill: white;
}
[data-component=splash-page] .container > header ul[data-component=key-facts] {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  align-items: center;
  margin: 3rem 0 0;
}
@media (min-width: 48rem) {
  [data-component=splash-page] .container > header ul[data-component=key-facts] {
    margin: 2.5rem 0 0;
    gap: 1.5rem;
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 73.75rem) {
  [data-component=splash-page] .container > header ul[data-component=key-facts] {
    gap: 6rem;
  }
}
[data-component=splash-page] .container > header ul[data-component=key-facts] li {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 1;
  font-size: 1rem;
  letter-spacing: var(--4);
  white-space: nowrap;
  color: white;
}
@media (min-width: 48rem) {
  [data-component=splash-page] .container > header ul[data-component=key-facts] li {
    font-size: var(--21px);
  }
}
[data-component=splash-page] .container .inner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  flex: 1;
  margin: 3.5rem 0 0;
  color: #292626;
}
@media (min-width: 48rem) {
  [data-component=splash-page] .container .inner-content {
    margin: 7rem 0 0;
  }
}
[data-component=splash-page] .container .inner-content > header {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: var(--27px);
  letter-spacing: var(---5);
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 48rem) {
  [data-component=splash-page] .container .inner-content > header {
    font-size: var(--32px);
  }
}
@media (min-width: 48rem) {
  [data-component=splash-page] .container .inner-content > header br {
    display: none;
  }
}
[data-component=splash-page] .container .inner-content [data-component=countdown-timer] {
  margin: 1rem 0 4rem;
}
@media (min-width: 48rem) {
  [data-component=splash-page] .container .inner-content [data-component=countdown-timer] {
    margin: 1rem 0 1.5rem;
  }
}
[data-component=splash-page] .container .inner-content [data-component=countdown-timer] > div {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: auto;
}
@media (min-width: 48rem) {
  [data-component=splash-page] .container .inner-content [data-component=countdown-timer] > div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
[data-component=splash-page] .container .inner-content [data-component=countdown-timer] > div > div {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.5rem;
}
[data-component=splash-page] .container .inner-content [data-component=countdown-timer] > div > div span {
  line-height: 1;
}
[data-component=splash-page] .container .inner-content [data-component=countdown-timer] > div > div span.value {
  font-size: var(--50px);
  letter-spacing: -0.05rem;
}
@media (min-width: 48rem) {
  [data-component=splash-page] .container .inner-content [data-component=countdown-timer] > div > div span.value {
    font-size: var(--70px);
  }
}
[data-component=splash-page] .container .inner-content [data-component=countdown-timer] > div > div span.measurement {
  font-family: "Helvetica-Neue-Regular", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: var(--9px);
  letter-spacing: var(--4);
}
@media (min-width: 48rem) {
  [data-component=splash-page] .container .inner-content [data-component=countdown-timer] > div > div span.measurement {
    font-size: var(--12px);
  }
}
[data-component=splash-page] .container .inner-content [data-component=countdown-timer] p {
  font-family: "Helvetica-Neue-Regular", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  letter-spacing: var(--4);
  color: #292626;
  line-height: 140%;
  margin: 1rem auto 0;
  font-size: 1rem;
  max-width: 20rem;
}
@media (min-width: 48rem) {
  [data-component=splash-page] .container .inner-content [data-component=countdown-timer] p {
    max-width: none;
    margin: 1.5rem auto 0;
  }
}
@media (min-width: 1025px) {
  [data-component=splash-page] .container .inner-content [data-component=countdown-timer] p br {
    display: none;
  }
}
@media (min-width: 48rem) {
  [data-component=splash-page] .container .inner-content [data-component=countdown-timer] p {
    font-size: var(--18px);
  }
}
[data-component=splash-page] .container .inner-content [data-component=subscribe-form] .klaviyo-form {
  margin: 0 0 1rem;
}
@media (min-width: 48rem) {
  [data-component=splash-page] .container .inner-content [data-component=subscribe-form] .klaviyo-form {
    margin: 0 0 2rem;
  }
}
[data-component=splash-page] .container .inner-content [data-component=subscribe-form] .klaviyo-form form {
  max-width: none !important;
  border-radius: 0 !important;
}
[data-component=splash-page] .container .inner-content [data-component=subscribe-form] .klaviyo-form form > div {
  min-height: auto !important;
  border: 1px solid #292626 !important;
}
[data-component=splash-page] .container .inner-content [data-component=subscribe-form] .klaviyo-form form > div [data-testid=form-row] {
  align-items: center !important;
  background-color: white !important;
}
[data-component=splash-page] .container .inner-content [data-component=subscribe-form] .klaviyo-form form > div [data-testid=form-row] > div {
  padding: 0 !important;
}
[data-component=splash-page] .container .inner-content [data-component=subscribe-form] .klaviyo-form form > div [data-testid=form-row] > div > div p {
  padding: 1rem;
}
[data-component=splash-page] .container .inner-content [data-component=subscribe-form] .klaviyo-form form > div [data-testid=form-row] > div input {
  font-family: "Helvetica-Neue-Regular", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  border: none !important;
  background: none !important;
  font-family: "Helvetica-Neue-Bold" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: var(--12px) !important;
  padding: 1rem !important;
  height: auto !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  letter-spacing: var(--4);
}
@media (min-width: 48rem) {
  [data-component=splash-page] .container .inner-content [data-component=subscribe-form] .klaviyo-form form > div [data-testid=form-row] > div input {
    padding: 1.45rem !important;
    font-size: 1rem !important;
  }
}
[data-component=splash-page] .container .inner-content [data-component=subscribe-form] .klaviyo-form form > div [data-testid=form-row] > div input::-webkit-input-placeholder {
  font-family: "Helvetica-Neue-Bold" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: inherit !important;
  color: #8D8D8D !important;
  text-transform: uppercase !important;
  letter-spacing: var(--4) !important;
}
[data-component=splash-page] .container .inner-content [data-component=subscribe-form] .klaviyo-form form > div [data-testid=form-row] > div input::-moz-placeholder {
  font-family: "Helvetica-Neue-Bold" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: inherit !important;
  color: #8D8D8D !important;
  text-transform: uppercase !important;
  letter-spacing: var(--4) !important;
}
[data-component=splash-page] .container .inner-content [data-component=subscribe-form] .klaviyo-form form > div [data-testid=form-row] > div input:-ms-input-placeholder {
  font-family: "Helvetica-Neue-Bold" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: inherit !important;
  color: #8D8D8D !important;
  text-transform: uppercase !important;
  letter-spacing: var(--4) !important;
}
[data-component=splash-page] .container .inner-content [data-component=subscribe-form] .klaviyo-form form > div [data-testid=form-row] > div input:-moz-placeholder {
  font-family: "Helvetica-Neue-Bold" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: inherit !important;
  color: #8D8D8D !important;
  text-transform: uppercase !important;
  letter-spacing: var(--4) !important;
}
[data-component=splash-page] .container .inner-content [data-component=subscribe-form] .klaviyo-form form > div [data-testid=form-row] > div button {
  font-family: "Helvetica-Neue-Bold" !important;
  font-style: normal !important;
  font-weight: normal !important;
  background-color: #292626 !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  height: auto !important;
  min-height: 30px;
  margin-right: 1rem;
  padding: 0 1rem !important;
}
@media (min-width: 48rem) {
  [data-component=splash-page] .container .inner-content [data-component=subscribe-form] .klaviyo-form form > div [data-testid=form-row] > div button {
    min-height: 38px !important;
    padding: 0 1.25rem !important;
    margin-right: 1.5rem;
  }
}
[data-component=splash-page] .container .inner-content [data-component=subscribe-form] .klaviyo-form form > div [data-testid=form-row]:first-of-type p {
  padding: 2rem 0 1rem;
}
[data-component=splash-page] .container .inner-content [data-component=subscribe-form] .klaviyo-form form > div [data-testid=form-row]:first-of-type p span {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 1rem !important;
}
@media (min-width: 48rem) {
  [data-component=splash-page] .container .inner-content [data-component=subscribe-form] .klaviyo-form form > div [data-testid=form-row]:first-of-type p span {
    font-size: var(--18px) !important;
  }
}
[data-component=splash-page] .container .inner-content [data-component=subscribe-form] .klaviyo-form form > div [data-testid=form-row]:last-of-type p {
  padding: 0 0 2rem;
}
[data-component=splash-page] .container .inner-content [data-component=subscribe-form] .klaviyo-form form > div [data-testid=form-row]:last-of-type p span {
  font-family: "Helvetica-Neue-Regular", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 1rem !important;
  max-width: 12rem;
  line-height: 1.2;
  display: block;
  margin: 0 auto;
}
@media (min-width: 48rem) {
  [data-component=splash-page] .container .inner-content [data-component=subscribe-form] .klaviyo-form form > div [data-testid=form-row]:last-of-type p span {
    font-size: var(--18px) !important;
    max-width: none;
  }
}
[data-component=splash-page] .container .inner-content [data-component=subscribe-form] p {
  font-family: "Helvetica-Neue-Light", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: var(--11px);
  line-height: 120%;
  text-align: left;
  letter-spacing: var(--4);
  color: #292626;
}
@media (min-width: 48rem) {
  [data-component=splash-page] .container .inner-content [data-component=subscribe-form] p {
    text-align: center;
    font-size: var(--13px);
    line-height: 140%;
  }
}
[data-component=splash-page] .container .inner-content [data-component=subscribe-form] p br {
  display: none;
}
@media (min-width: 48rem) {
  [data-component=splash-page] .container .inner-content [data-component=subscribe-form] p br {
    display: block;
  }
}
[data-component=splash-page] .container .inner-content [data-component=subscribe-form] p button {
  text-decoration: underline;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.swell-tab {
  display: none !important;
}

body[data-page-template=index] {
  overflow-x: hidden;
}
body[data-page-template=index] .shopify-section-group-header-group [data-component=global-header] {
  background-color: white;
  border-bottom: solid 1px black;
}
body[data-page-template=index] .BannerhideOnPc {
  display: none;
}
@media (min-width: 48rem) {
  body[data-page-template=index] .BannerhideOnPc {
    display: block;
    position: relative;
    z-index: 2;
    max-width: 40rem;
    margin: 0.5rem auto;
  }
}
body[data-page-template=index] .BannerhideOnMob {
  display: block;
}
@media (min-width: 48rem) {
  body[data-page-template=index] .BannerhideOnMob {
    display: none;
  }
}
body[data-page-template=index] .homepage-banner {
  height: 60vh;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
  /**
   background: url('/cdn/shop/files/split-banner2.webp?v=1698904463');
   background-position: center 100%;
   background-size: 190% auto;
   background-repeat: no-repeat;
   @include app-breakpoint-3 {
   	background-position: center 70%;
   	background-size: 100% auto;
  }
  **/
}
@media (min-width: 48rem) {
  body[data-page-template=index] .homepage-banner {
    height: 88vh;
  }
}
body[data-page-template=index] .homepage-banner .hp-banner-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgb(41, 38, 38);
  background: linear-gradient(360deg, rgba(41, 38, 38, 0) 0%, rgb(41, 38, 38) 100%);
  opacity: 0.25;
  z-index: 1;
}
body[data-page-template=index] .homepage-banner .hp-daynight-wrapper {
  z-index: 2;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  text-transform: uppercase;
  justify-content: center;
  gap: 1rem;
  font-size: var(--12px);
  font-family: "Helvetica-Neue-Bold";
  line-height: 130%;
  letter-spacing: var(--4);
  margin-top: 1rem;
}
@media (min-width: 1025px) {
  body[data-page-template=index] .homepage-banner .hp-daynight-wrapper {
    font-size: var(--16px);
    gap: 2rem;
    margin-top: 2rem;
  }
}
@media (min-width: 73.75rem) {
  body[data-page-template=index] .homepage-banner .hp-daynight-wrapper {
    font-size: var(--18px);
    gap: 2.5rem;
    margin-top: 1rem;
  }
}
@media (min-width: 120rem) {
  body[data-page-template=index] .homepage-banner .hp-daynight-wrapper {
    margin-top: 4rem;
  }
}
body[data-page-template=index] .homepage-banner .hp-daynight-wrapper .hp-day {
  text-align: right;
}
body[data-page-template=index] .homepage-banner .hp-daynight-wrapper .hp-day span {
  display: inline-block;
}
@media (min-width: 1025px) {
  body[data-page-template=index] .homepage-banner .hp-daynight-wrapper .hp-day span {
    margin-top: 0.2rem;
  }
}
@media (min-width: 73.75rem) {
  body[data-page-template=index] .homepage-banner .hp-daynight-wrapper .hp-day span {
    margin-top: 0.3rem;
  }
}
body[data-page-template=index] .homepage-banner .hp-daynight-wrapper .hp-day svg {
  float: right;
  margin-left: 0.5rem;
}
@media (min-width: 1025px) {
  body[data-page-template=index] .homepage-banner .hp-daynight-wrapper .hp-day svg {
    height: 48px;
    width: auto;
    margin-left: 1rem;
  }
}
@media (min-width: 73.75rem) {
  body[data-page-template=index] .homepage-banner .hp-daynight-wrapper .hp-day svg {
    height: 56px;
    width: auto;
    margin-left: 1.3rem;
  }
}
body[data-page-template=index] .homepage-banner .hp-daynight-wrapper .hp-night {
  text-align: left;
}
body[data-page-template=index] .homepage-banner .hp-daynight-wrapper .hp-night span {
  display: inline-block;
}
@media (min-width: 1025px) {
  body[data-page-template=index] .homepage-banner .hp-daynight-wrapper .hp-night span {
    margin-top: 0.2rem;
  }
}
@media (min-width: 73.75rem) {
  body[data-page-template=index] .homepage-banner .hp-daynight-wrapper .hp-night span {
    margin-top: 0.3rem;
  }
}
body[data-page-template=index] .homepage-banner .hp-daynight-wrapper .hp-night svg {
  float: left;
  margin: 0.2rem 0.6rem 0 0;
}
@media (min-width: 1025px) {
  body[data-page-template=index] .homepage-banner .hp-daynight-wrapper .hp-night svg {
    height: 38px;
    width: auto;
    margin: 0.2rem 1.2rem 0 0;
  }
}
@media (min-width: 73.75rem) {
  body[data-page-template=index] .homepage-banner .hp-daynight-wrapper .hp-night svg {
    height: 44px;
    margin: 0.3rem 1.4rem 0 0;
  }
}
body[data-page-template=index] .homepage-banner .hp-daynight-wrapper .hp-line {
  width: 1px;
  background: white;
  height: 2rem;
}
@media (min-width: 1025px) {
  body[data-page-template=index] .homepage-banner .hp-daynight-wrapper .hp-line {
    height: 3rem;
  }
}
@media (min-width: 73.75rem) {
  body[data-page-template=index] .homepage-banner .hp-daynight-wrapper .hp-line {
    height: 4rem;
  }
}
body[data-page-template=index] .homepage-banner a.learnMoreHome {
  z-index: 2;
}
@media (min-width: 48rem) {
  body[data-page-template=index] .homepage-banner a.learnMoreHome {
    margin: 1rem auto;
  }
}
@media (min-width: 1025px) {
  body[data-page-template=index] .homepage-banner a.learnMoreHome {
    margin: 1rem auto;
  }
}
@media (min-width: 120rem) {
  body[data-page-template=index] .homepage-banner a.learnMoreHome {
    margin: 2rem auto;
  }
}
body[data-page-template=index] .homepage-banner video {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: 100vw;
  right: 0;
  bottom: 0;
  left: 0px;
  top: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 48rem) {
  body[data-page-template=index] .homepage-banner video {
    min-height: 110%;
    width: 101vw;
    top: -2vw;
  }
}
body[data-page-template=index] .homepage-banner h1 {
  z-index: 2;
  font-size: 39px;
  line-height: 39px;
  padding: 1.2em 0.3em 0.1em 0.3em;
  text-transform: uppercase;
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  letter-spacing: -0.5px;
  position: relative;
  margin-top: 0.8rem;
}
@media (min-width: 48rem) {
  body[data-page-template=index] .homepage-banner h1 {
    margin-top: 2rem;
  }
}
@media (min-width: 1025px) {
  body[data-page-template=index] .homepage-banner h1 {
    padding: 1em 0.3em 0.1em 0.3em;
    font-size: 64px;
    line-height: 56px;
    margin-top: 1rem;
  }
}
@media (min-width: 120rem) {
  body[data-page-template=index] .homepage-banner h1 {
    padding-top: 2em;
  }
}
body[data-page-template=index] .homepage-banner h1 span {
  display: inline;
}
@media (min-width: 1025px) {
  body[data-page-template=index] .homepage-banner h1 span {
    display: none;
  }
}
body[data-page-template=index] .homepage-banner h5 {
  font-size: 24px;
  line-height: 36px;
  font-family: "Helvetica-Neue-Regular", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  letter-spacing: 1px;
  padding-top: 0.3em;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
body[data-page-template=index] .skinatworkTitle {
  background-color: var(--footer-text-color);
  padding: 1.5em 0;
}
@media (min-width: 1025px) {
  body[data-page-template=index] .skinatworkTitle {
    padding: 2em 0;
  }
}
body[data-page-template=index] .skinatworkTitle svg {
  fill: var(--global-header-dark-color);
  margin: 1em auto;
  padding: 0 5px;
}
body[data-page-template=index] .skinatworkTitle h1 {
  font-size: 70px;
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  color: var(--global-header-dark-color);
  text-align: center;
}
body[data-page-template=index] .billBlide {
  text-transform: uppercase;
  color: var(--global-header-dark-color);
  font-size: var(--14px);
  font-family: "Helvetica-Neue-Regular", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  padding: 5px 12px;
  text-align: center;
  letter-spacing: var(--4);
}
@media (min-width: 1025px) {
  body[data-page-template=index] .billBlide {
    font-size: var(--18px);
    padding: 1rem 2.5rem;
  }
}
body[data-page-template=index] .catrgBorderd {
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 0.5em auto 0.5em auto;
  padding: 0.8em 0.3em;
  overflow-x: hidden;
  color: var(--global-header-dark-color);
  border-color: var(--global-header-dark-color);
}
body[data-page-template=index] .catrgBorderd include app-breakpoint-3 {
  margin: 1.5em auto 1.5em auto;
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding: 1.2em 0.3em;
}
body[data-page-template=index] .swahomeProdCat {
  background-color: white;
}
body[data-page-template=index] .swahomeProdCat .theProdImageCat {
  padding: 0;
}
body[data-page-template=index] .swahomeProdCat .theProdImageCat img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 34% center;
     object-position: 34% center;
  min-height: 560px;
  height: 100%;
}
body[data-page-template=index] .swahomeProdCat .theProdImageCat.secndTimeKeprImg {
  order: 2;
}
@media (min-width: 1025px) {
  body[data-page-template=index] .swahomeProdCat .theProdImageCat.secndTimeKeprImg {
    order: 1;
  }
}
@media (min-width: 1025px) {
  body[data-page-template=index] .swahomeProdCat .prodDetailFlexTK {
    order: 2;
  }
}
body[data-page-template=index] .swahomeProdCat .row {
  min-height: 90vh;
}
body[data-page-template=index] .swahomeProdCat .theProdDetailsCont img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: 360px;
  margin: 10px auto;
  min-height: 360px;
}
body[data-page-template=index] .swahomeProdCat .theProdDetailsCont img.seal-nb {
  max-width: 110px;
  height: auto;
  min-height: auto;
  float: right;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
body[data-page-template=index] .theProdDetailsCont {
  max-width: 359px !important;
  margin: auto !important;
  padding: 3em 0 !important;
}
body[data-page-template=index] h6.home-prot-tag1 {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 23px;
  text-transform: initial;
  line-height: 26px;
  max-width: 300px;
  letter-spacing: -0.5px;
  padding: 1em 0 0.9em 0;
}
body[data-page-template=index] h2.home-prot-tag2 {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 3em;
  line-height: 0.9em;
  text-transform: uppercase;
  letter-spacing: -0.18px;
  display: flex;
}
body[data-page-template=index] h2.home-prot-tag2 sub {
  font-size: 10px;
  display: contents;
}
body[data-page-template=index] p.home-prot-tag3 {
  font-size: var(--16px);
  letter-spacing: var(--4);
  padding: 1.15em 0;
  font-family: "Helvetica-Neue-Medium", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 22px;
}
@media (min-width: 73.75rem) {
  body[data-page-template=index] p.home-prot-tag3 {
    width: 140%;
  }
}
body[data-page-template=index] h5.home-prd-fearures {
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.6px;
  font-family: "Helvetica-Neue-Regular", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-transform: uppercase;
  max-width: 430px;
}
body[data-page-template=index] h5.home-prd-fearures span {
  display: inline-block;
  margin: auto 3px;
  border-left: 1px solid var(--global-header-dark-color);
  height: 12px;
  vertical-align: -1px;
}
body[data-page-template=index] a.learnMoreHome {
  padding: 1em 1em;
  background-color: var(--button-bg-dark);
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: var(--4);
  margin: 20px 0;
  width: 260px;
  font-size: 14px;
  transition: 0.2s ease;
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  position: relative;
  display: block;
}
body[data-page-template=index] a.learnMoreHome:hover {
  background-color: var(--global-header-dark-color);
}
@media (min-width: 1025px) {
  body[data-page-template=index] a.learnMoreHome {
    font-size: 18px;
    padding: 1em 1em;
  }
}
body[data-page-template=index] a.findoutMore {
  color: white;
  font-family: "Helvetica-Neue-Medium", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 14px;
  border-bottom: 1.5px solid;
  text-decoration: none;
  text-transform: uppercase;
  margin: 3em 0.4em 1em 0.4em;
  width: 145px;
  padding-bottom: 2px;
  transition: 0.2s ease;
  display: flex;
  align-items: center;
  letter-spacing: 0.6px;
}
@media (min-width: 1025px) {
  body[data-page-template=index] a.findoutMore {
    margin-left: 3em;
  }
}
body[data-page-template=index] a.findoutMore span {
  margin-left: 8px;
  transform: scale(1.1);
  padding-bottom: 5px;
}
body[data-page-template=index] a.findoutMore:hover {
  width: 160px;
}
body[data-page-template=index] a.secndFindOut {
  margin: 2em 0;
  color: var(--global-header-dark-color);
}
body[data-page-template=index] a.secndFindOut span svg path {
  fill: var(--global-header-dark-color);
}
body[data-page-template=index] .itsAboutTime {
  background-color: var(--global-header-dark-color);
  min-height: 80vh;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 1025px) {
  body[data-page-template=index] .itsAboutTime {
    padding: 6rem 2rem;
  }
}
@media (min-width: 73.75rem) {
  body[data-page-template=index] .itsAboutTime {
    padding: 10rem 2rem;
  }
}
body[data-page-template=index] .itsAboutTime h1 {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-align: left;
  text-transform: uppercase;
  font-size: var(--82px);
  color: white;
  line-height: 0.95em;
  letter-spacing: -4px;
}
@media (min-width: 41.688rem) {
  body[data-page-template=index] .itsAboutTime h1 {
    max-width: 5em;
    margin-left: 1.5rem;
  }
}
@media (min-width: 1025px) {
  body[data-page-template=index] .itsAboutTime h1 {
    margin-left: 7rem;
  }
}
@media (min-width: 73.75rem) {
  body[data-page-template=index] .itsAboutTime h1 {
    font-size: 134px;
    min-width: 6em;
    margin-left: 0;
    text-align: center;
    max-width: auto;
    margin-top: -0.2em;
    right: 0;
    position: absolute;
  }
}
@media (min-width: 90rem) {
  body[data-page-template=index] .itsAboutTime h1 {
    right: 11%;
  }
}
@media (min-width: 90rem) {
  body[data-page-template=index] .itsAboutTime h1 {
    right: 18%;
  }
}
body[data-page-template=index] .itsAboutTime .itsAbtTimeImage {
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  -o-object-position: 74%;
     object-position: 74%;
  min-height: 280px;
  display: none;
}
body[data-page-template=index] .itsAboutTime .itsAbtTimeImage.mobile {
  display: block;
}
@media (min-width: 73.75rem) {
  body[data-page-template=index] .itsAboutTime .itsAbtTimeImage {
    display: block;
  }
  body[data-page-template=index] .itsAboutTime .itsAbtTimeImage.mobile {
    display: none;
  }
}
@media (min-width: 1025px) {
  body[data-page-template=index] .itsAboutTime .itsAbtTimeImage {
    max-width: 672px;
    max-height: 733px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    margin: auto;
    -o-object-position: 74%;
       object-position: 74%;
    min-height: 347px;
  }
}
@media (min-width: 1025px) {
  body[data-page-template=index] .itsAboutTime .itsAbtCopyBlock a.findoutMore {
    margin-left: 7.5rem;
  }
}
@media (min-width: 73.75rem) {
  body[data-page-template=index] .itsAboutTime .itsAbtCopyBlock a.findoutMore {
    margin-left: -4.4em;
  }
}
body[data-page-template=index] .itsAboutTime .itesaboTimg2 {
  width: 150px;
  display: block;
  margin: 13em 3% 0 auto;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 3%;
}
@media (min-width: 41.688rem) {
  body[data-page-template=index] .itsAboutTime .itesaboTimg2 {
    margin-top: 7%;
  }
}
@media (min-width: 1025px) {
  body[data-page-template=index] .itsAboutTime .itesaboTimg2 {
    margin-top: 56px;
    width: 210px;
    display: block;
    margin: 5em 3% 0 auto;
    height: 316px;
  }
}
body[data-page-template=index] .itsAboutTime .iteabouText {
  font-size: var(--16px);
  line-height: var(--28px);
  color: white;
  font-family: "Helvetica-Neue-Light", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  margin: 2em 0.4em 2em 0.4em;
  letter-spacing: 0.7px;
}
body[data-page-template=index] .itsAboutTime .iteabouText .mobile-hide {
  display: none;
}
@media (min-width: 1025px) {
  body[data-page-template=index] .itsAboutTime .iteabouText {
    font-size: var(--22px);
    line-height: var(--33px);
    margin: 2em 1em 1em 5.5em;
    max-width: 580px;
  }
  body[data-page-template=index] .itsAboutTime .iteabouText.iteabouText1 {
    margin-top: 2em;
  }
}
@media (min-width: 73.75rem) {
  body[data-page-template=index] .itsAboutTime .iteabouText {
    margin: 2em 1em 1em -2.8em;
  }
  body[data-page-template=index] .itsAboutTime .iteabouText.iteabouText1 {
    margin-top: 13em;
  }
}
body[data-page-template=index] .theWeightIsOver {
  background-image: url("/cdn/shop/files/home-image-thewaitisOver.webp?v=1692685860");
  min-height: 123vh;
  background-size: 420%;
  background-position: 56% 22%;
  background-repeat: no-repeat;
  padding: 25px;
}
@media (min-width: 41.688rem) {
  body[data-page-template=index] .theWeightIsOver {
    background-size: 220%;
    background-position: 76% top;
  }
}
@media (min-width: 1025px) {
  body[data-page-template=index] .theWeightIsOver {
    min-height: 85vh;
    background-size: 120%;
    background-position: left 66%;
    background-repeat: no-repeat;
    padding: 25px;
  }
}
body[data-page-template=index] .theWeightIsOver h1 {
  font-size: 72px;
  line-height: 71px;
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-transform: uppercase;
  padding-top: 0.6em;
  max-width: 84%;
  color: var(--global-header-dark-color);
  letter-spacing: -2px;
}
@media (min-width: 1025px) {
  body[data-page-template=index] .theWeightIsOver h1 {
    font-size: 114px;
    line-height: 101px;
  }
}
body[data-page-template=index] .theWeightIsOver p {
  font-family: "Helvetica-Neue-Light", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  max-width: 390px;
  font-size: 18px;
  padding-top: 1.1em;
  letter-spacing: 0.5px;
  line-height: 27px;
}
@media (min-width: 1025px) {
  body[data-page-template=index] .wightOverDiv {
    padding-left: 6em;
  }
}
body[data-page-template=index] .sizeMatterDiv {
  padding: 1.563rem 1.563rem 3rem 1.563rem;
  background-color: var(--footer-text-color);
}
@media (min-width: 1025px) {
  body[data-page-template=index] .sizeMatterDiv {
    min-height: 100vh;
    height: 100%;
    padding: 0;
  }
}
@media (min-width: 120rem) {
  body[data-page-template=index] .sizeMatterDiv {
    min-height: auto;
  }
}
body[data-page-template=index] .sizeMatterDiv img {
  display: block;
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 3em;
}
@media (min-width: 1025px) {
  body[data-page-template=index] .sizeMatterDiv img {
    width: 560px;
    margin-left: auto;
    margin-right: 0;
    height: 560px;
    margin-top: 11em;
    margin-bottom: 11em;
  }
}
@media (min-width: 120rem) {
  body[data-page-template=index] .sizeMatterDiv img {
    width: 700px;
    height: 700px;
  }
}
body[data-page-template=index] .sizeMatterDivHold {
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) {
  body[data-page-template=index] .sizeMatterDivHold {
    padding-top: 18em;
    max-height: 35em;
    max-width: 35em;
    width: 100%;
    height: 100%;
    padding-left: 5em;
    margin-right: auto;
  }
}
body[data-page-template=index] .sizeMatterDivHold h1 {
  font-size: var(--48px);
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: var(--48px);
  color: var(--global-header-dark-color);
  text-transform: uppercase;
  padding-top: 1em;
}
@media (min-width: 1025px) {
  body[data-page-template=index] .sizeMatterDivHold h1 {
    font-size: 52px;
    line-height: 52px;
    text-transform: uppercase;
    padding-top: 0.5em;
  }
}
body[data-page-template=index] .sizeMatterDivHold p {
  font-family: "Helvetica-Neue-Light", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: var(--16px);
  padding-top: 1.7em;
  line-height: 140%;
  padding-bottom: 1em;
  letter-spacing: var(--4);
}
@media (min-width: 1025px) {
  body[data-page-template=index] .sizeMatterDivHold p {
    font-size: var(--18px);
    max-width: 380px;
  }
}
body[data-page-template=index] .sizeMatterDivHold strong {
  font-family: "Helvetica-Neue-Medium", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
body[data-page-template=index] .waterIsPrecious {
  height: 100%;
  background-position: 70% 80%;
  background-size: 480%;
  text-align: left;
  color: var(--footer-text-color);
  padding: 5em 25px 16em 25px;
  background-image: url("/cdn/shop/files/home-image-waterisPrecious.webp?v=1692685603");
}
@media (min-width: 1025px) {
  body[data-page-template=index] .waterIsPrecious {
    min-height: 92vh;
    height: 100%;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: white;
    padding: 3em;
  }
}
body[data-page-template=index] .waterIsPrecious h1 {
  font-size: 62px;
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-transform: uppercase;
  padding-top: 2em;
  line-height: 52px;
  color: var(--footer-text-color);
}
@media (min-width: 1025px) {
  body[data-page-template=index] .waterIsPrecious h1 {
    font-size: 52px;
    padding-top: 220px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 52px;
    color: var(--footer-text-color);
  }
}
@media (min-width: 1025px) {
  body[data-page-template=index] .waterIsPrecious h1 br {
    display: none;
  }
}
body[data-page-template=index] .waterIsPrecious p {
  font-family: "Helvetica-Neue-Light", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: var(--16px);
  padding-top: 1.7em;
  line-height: 140%;
  letter-spacing: var(--4);
  color: var(--footer-text-color);
}
@media (min-width: 1025px) {
  body[data-page-template=index] .waterIsPrecious p {
    font-size: var(--18px);
    max-width: 34em;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
body[data-page-template=index] .waterIsPrecious .learnMoreHome {
  background-color: white;
  color: var(--global-header-dark-color);
  margin-top: 2.4em;
  width: 320px;
}
body[data-page-template=index] .waterIsPrecious .learnMoreHome:hover {
  color: white;
}
@media (min-width: 1025px) {
  body[data-page-template=index] .waterIsPrecious .learnMoreHome {
    margin: 1rem auto;
  }
}
body[data-page-template=index] .BannerhideOnMob {
  background-color: var(--footer-text-color);
  text-align: center;
  padding: 2em 0;
  padding-bottom: 1em;
}
body[data-page-template=index] .BannerhideOnMob h5 {
  font-size: 22px;
  letter-spacing: 0.6px;
}

/** need to optimize **/
:root {
  --swiper-theme-color: var(--global-header-dark-color);
}

body[data-page-template=product] main {
  background-color: var(--footer-text-color);
  margin-top: 25px;
}
@media (min-width: 1025px) {
  body[data-page-template=product] main {
    margin-top: 2.4rem;
  }
}

.swiper-slide.swiper-slide-visible.swiper-slide-thumb-active .product-thumb {
  border: 2px solid var(--global-header-dark-color) !important;
}
.swiper-slide.swiper-slide-active:before {
  display: none;
}

@media (min-width: 25.875rem) {
  .cusColNav ul {
    display: inline-flex !important;
    justify-content: start;
    flex-wrap: wrap;
    max-width: 90%;
  }
}

.text-image-module {
  padding: 3rem 1.5rem;
}
@media (min-width: 48rem) {
  .text-image-module {
    padding: 3rem 0 3rem 1.5rem;
  }
}
@media (min-width: 1025px) {
  .text-image-module {
    padding: 5rem 0 5rem;
  }
}
@media (min-width: 73.75rem) {
  .text-image-module {
    padding: 3rem 0 5rem 3rem;
  }
}
.text-image-module .container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding:0px;
}
@media (min-width: 48rem) {
  .text-image-module .container {
    flex-direction: row-reverse;
    max-width: 100%;
    margin: auto;
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .text-image-module .container {
    flex-direction: row-reverse;
    gap: 5rem;
    max-width: 100%;
    margin: auto;
  }
}
.text-image-module .container.the-protagonist [data-component=text-image-module-slider] .swiper-slide.swiper-slide-active[aria-label="1 / 2"] .slide-text, .text-image-module .container.tstthe-protagonist [data-component=text-image-module-slider] .swiper-slide.swiper-slide-active[aria-label="1 / 2"] .slide-text {
  display: block;
  margin-top: 7.5rem;
  z-index: 999;
}
.text-image-module .container.the-time-keeper [data-component=text-image-module-slider] .swiper-slide.swiper-slide-active[aria-label="1 / 2"] .slide-text, .text-image-module .container.tstthe-time-keeper [data-component=text-image-module-slider] .swiper-slide.swiper-slide-active[aria-label="1 / 2"] .slide-text {
  display: block;
  margin-top: 1rem;
  z-index: 999;
}
.text-image-module .container.the-time-keeper [data-component=text-image-module-slider] .swiper-slide .slide-text:first-of-type, .text-image-module .container.tstthe-time-keeper [data-component=text-image-module-slider] .swiper-slide .slide-text:first-of-type {
  justify-content: flex-start;
}
@media (min-width: 90rem) {
  .text-image-module .container.the-time-keeper .column.text, .text-image-module .container.tstthe-time-keeper .column.text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 90rem) {
  .text-image-module .container.the-time-keeper .column.text .inner, .text-image-module .container.tstthe-time-keeper .column.text .inner {
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .text-image-module .container.the-time-keeper .column.text .inner p, .text-image-module .container.tstthe-time-keeper .column.text .inner p {
    line-height: 25.2px;
  }
}
.text-image-module .container .column.media [data-component=text-image-module-slider] .swiper-slide .slide-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2rem 1rem;
  display: none;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 48rem) {
  .text-image-module .container .column.media [data-component=text-image-module-slider] .swiper-slide[aria-label="1 / 2"] .slide-text {
    display: none;
  }
}
.text-image-module .container .column.text {
  order: 2;
  padding: 0rem;
}
@media (min-width: 1025px) {
  .text-image-module .container .column.text {
    max-width: 35vw;
  }
}
@media (min-width: 90rem) {
  .text-image-module .container .column.text {
    padding: 0;
    max-width: 30vw;
  }
}
.text-image-module .container .column.text .inner {
  margin-top: 1rem;
}
.text-image-module .container .column.text .inner header {
  display: none;
}
@media (min-width: 48rem) {
  .text-image-module .container .column.text .inner header {
    display: block;
  }
}
.text-image-module .container .column.text .inner header.main-heading {
  margin: 0 0 1.5rem;
}
.text-image-module .container .column.text .inner .text * {
  font-family: "Helvetica-Neue-Light", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  letter-spacing: var(--4);
}
@media (min-width: 25.875rem) {
  .text-image-module .container .column.text .inner .text * {
    font-size: var(--16px);
    line-height: 140%;
    letter-spacing: 0.7px;
  }
}
@media (min-width: 90rem) {
  .text-image-module .container .column.text .inner .text * {
    font-size: var(--18px);
  }
}
.text-image-module .container .column.text .inner .text * strong {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.text-image-module .container .column.text .inner .text .sub-section-wrap .sub-section-inner {
  margin-bottom: 2rem;
}
.text-image-module .container .column.text .inner .text .sub-section-wrap .sub-section-inner h3 {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  margin-bottom: 1rem;
  letter-spacing: var(---4);
  font-size: var(--24px);
}
.text-image-module .container .column.text .inner .text .sub-section-wrap .sub-section-inner:after {
  margin-top: 2rem;
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  border-bottom: 1px solid var(--global-header-dark-color);
}
@media (min-width: 1025px) {
  .text-image-module .container .column.text .inner .text .sub-section-wrap .sub-section-inner:after {
    display: none;
  }
}
.text-image-module .container .column.text .inner .text .sub-section-wrap .sub-section-inner:last-child:after {
  display: none;
}
@media (min-width: 48rem) {
  .text-image-module .container .column.media {
    flex: none;
    max-width: 50vw;
  }
}
@media (min-width: 1025px) {
  .text-image-module .container .column.media {
    order: 1;
    position: relative;
    min-width: 0;
    flex: 1;
    max-width: 50vw;
  }
}
@media (min-width: 73.75rem) {
  .text-image-module .container .column.media {
    max-width: 55vw;
  }
}
.text-image-module .container .column header * {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-transform: uppercase;
  letter-spacing: var(---4);
  color: white;
}
@media (min-width: 48rem) {
  .text-image-module .container .column header * {
    color: var(--global-header-dark-color);
  }
}
.text-image-module .container .column header.sub-heading {
  margin: 0 0 0.5rem;
}
.text-image-module .container .column header.sub-heading * {
  font-size: var(--34px);
}
.text-image-module .container .column header.main-heading * {
  font-size: var(--50px);
  line-height: var(--42px);
}
@media (min-width: 90rem) {
  .text-image-module .container .column header.main-heading * {
    font-size: var(--48px);
  }
}

@media (min-width: 120rem) {
  div[data-component=product-details-2] .container {
    max-width: 87%;
  }
}
@media (min-width: 120rem) {
  div[data-component=product-details-2] .container .prodDetailsVideoRow .right-icons-div {
    align-items: flex-start;
    justify-content: space-between;
  }
}

@media (min-width: 120rem) {
  #shopify-section-template--18578717049148__related-products .container {
    max-width: 87%;
  }
}

@media (min-width: 48rem) {
  div[data-component=text-image-module-slider] .swiper-slide {
    flex-shrink: inherit;
  }
}
@media (min-width: 48rem) {
  div[data-component=text-image-module-slider] .swiper-slide:first-child {
    margin-right: 1em;
  }
}

section.weight-is-over-module {
  display: none;
  background-color: var(--global-header-dark-color);
  color: var(--footer-text-color);
  padding: 4rem 1.5rem;
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  letter-spacing: var(---4);
  line-height: normal;
}
@media (min-width: 1025px) {
  section.weight-is-over-module {
    padding: 4rem 5rem;
  }
}
section.weight-is-over-module .container > header {
  margin: 0 0 1.5rem;
}
@media (min-width: 1025px) {
  section.weight-is-over-module .container > header {
    margin: 0 0 1rem;
  }
}
section.weight-is-over-module .container > header * {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  letter-spacing: var(---4);
  font-size: var(--24px);
}
section.weight-is-over-module .container ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
section.weight-is-over-module .container ul li * {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  letter-spacing: var(---4);
  font-size: var(--32px);
}
@media (min-width: 1025px) {
  section.weight-is-over-module .container ul li * br {
    display: none;
  }
}

@media (min-width: 1025px) {
  [data-component=main-product] {
    padding: 3rem 0 0;
  }
}
@media (min-width: 73.75rem) {
  [data-component=main-product] {
    padding: 3.5rem 0;
  }
}
[data-component=main-product] .product-form__input {
  flex: 0 0 20%;
}
[data-component=main-product] .product-form__input.hide {
  display: none;
}
[data-component=main-product] .product-form__input .quantity button {
  padding: 0 0.5em;
  color: #292926;
}
.product-form__input-qty{
      display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}
@media (min-width: 1025px) {
  [data-component=main-product] .product-form__input .quantity button {
    width: 46.5px;
    height: 46.5px;
  }
}
@media (min-width: 1025px) {
  /* [data-component=main-product] .product-form__input {
    flex: 0;
  } */
}
[data-component=main-product] .buy-buttons-container {
  display: flex;
  position: relative;
  width:100%;
}
@media (min-width: 1025px) {
  [data-component=main-product] .buy-buttons-container {
  }
}
@media (min-width: 90rem) {
  [data-component=main-product] .buy-buttons-container {
  }
}
[data-component=main-product] .buy-buttons-container .mobile-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  height: 80px;
  z-index: 9;
}
@media (min-width: 1025px) {
  [data-component=main-product] .buy-buttons-container .mobile-sticky-cta {
    display: none;
    height: 70px;
  }
}
[data-component=main-product] .buy-buttons-container .mobile-sticky-cta .prod-info {
  float: left;
  display: none;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 2em;
  gap: 1rem;
}
@media (min-width: 1025px) {
  [data-component=main-product] .buy-buttons-container .mobile-sticky-cta .prod-info {
    display: flex;
  }
}
[data-component=main-product] .buy-buttons-container .mobile-sticky-cta .prod-info .prod-img {
  height: 80%;
  width: auto;
}
[data-component=main-product] .buy-buttons-container .mobile-sticky-cta .prod-info .prod-name span {
  font-family: "Helvetica-Neue-Medium", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: var(--14px);
  line-height: 140%;
  letter-spacing: var(--4);
}
[data-component=main-product] .buy-buttons-container .mobile-sticky-cta .prod-info .prod-name span sub {
  font-size: 8px;
  bottom: 0;
}
[data-component=main-product] .buy-buttons-container .mobile-sticky-cta .prod-info .prod-name span.price-item {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
[data-component=main-product] .buy-buttons-container .mobile-sticky-cta .prod-info .price__regular {
  font-size: var(--14px);
}
[data-component=main-product] .buy-buttons-container .mobile-sticky-cta .prod-info .price__sale .price-item--regular {
  font-size: var(--14px);
  margin-right: 0.5rem;
}
[data-component=main-product] .buy-buttons-container .mobile-sticky-cta .button {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 18px;
}
@media (min-width: 1025px) {
  [data-component=main-product] .buy-buttons-container .mobile-sticky-cta .button {
    height: 40px;
    width: 250px;
    margin-right: 2em;
    margin-left: 0;
    float: right;
    line-height: 0;
  }
}
[data-component=main-product] .yotpo-reviews-star-ratings-widget .star-container {
  margin-right: 2px !important;
}
[data-component=main-product] .yotpo-reviews-star-ratings-widget .star-container:last-child {
  margin-right: 0;
}
[data-component=main-product] .yotpo-reviews-star-ratings-widget .star-container svg {
  width: 18px;
  height: 18px;
}
[data-component=main-product] .yotpo-reviews-star-ratings-widget .yotpo-sr-bottom-line-text {
  font-size: 12px !important;
  color: var(--global-header-dark-color) !important;
}
@media (min-width: 1025px) {
  [data-component=main-product] .yotpo-reviews-star-ratings-widget .yotpo-sr-bottom-line-text {
    font-size: 15px !important;
    line-height: 20px !important;
  }
}
[data-component=main-product] .yotpo-reviews-star-ratings-widget .yotpo-sr-bottom-line-summary > div {
  margin-right: 4px !important;
}
@media (min-width: 1025px) {
  [data-component=main-product] .product {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
  }
}
@media (min-width: 90rem) {
  [data-component=main-product] .product {
    width: 90%;
  }
}
@media (min-width: 1025px) {
  [data-component=main-product] .product > div {
    width: 50%;
  }
}
@media (min-width: 73.75rem) {
  [data-component=main-product] .product > div {
    width: 46%;
  }
}
[data-component=main-product] .product .product__info-wrapper {
  background: white;
  padding: 0 1.5rem;
  flex-direction: row-reverse;
  color: var(--global-header-dark-color);
  position: relative;
}
@media (min-width: 1025px) {
  [data-component=main-product] .product .product__info-wrapper {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    flex-direction: column;
    align-items: stretch;
  }
}
[data-component=main-product] .product .product__info-wrapper .product-info-wrapper {
  overflow: hidden;
}
@media (min-width: 90rem) {
  [data-component=main-product] .product .product__info-wrapper .product-info-wrapper {
    height: auto;
    padding: 0rem 2.5rem;
    margin-right: auto;
  }
}
@media (min-width: 1025px) {
  [data-component=main-product] .product .product__info-wrapper .product-info-wrapper {
    margin-right: auto;
    height: auto;
     padding: 0rem 2.5rem;
  }
}
[data-component=main-product] .product .product__info-wrapper .product-info-wrapper [data-component=notify-toggle] {
  margin-bottom: 4rem;
}
[data-component=main-product] .product .product__info-wrapper .product-info-wrapper .yotpo-widget-instance {
  margin: 0;
}
[data-component=main-product] .product .product__info-wrapper .product__information__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none; /** hide for now - connected to Accentuate fields **/
}
[data-component=main-product] .product .product__info-wrapper .product__information__background img {
  height: 99%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
[data-component=main-product] .product .product__info-wrapper .product__info-container {
  padding: 1.5em 0em;
  background-color: white;
  max-width: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}
@media (min-width: 1025px) {
  [data-component=main-product] .product .product__info-wrapper .product__info-container {
    padding: 2.5rem 0rem 0;
    gap: 2rem;
  }
}
@media (min-width: 90rem) {
  [data-component=main-product] .product .product__info-wrapper .product__info-container {
    padding: 3.5rem 0rem 0;
    gap: 2rem;
  }
}
@media (min-width: 48rem) {
  [data-component=main-product] .product .product__info-wrapper .product__info-container {
    padding-left: 0em;
    padding-right: 0em;
  }
}
[data-component=main-product] .product .product__info-wrapper .product__info-container .product__title_wrapper {
  display: flex;
}
[data-component=main-product] .product .product__info-wrapper .product__info-container .product__title_wrapper .product__title {
  flex-grow: 3;
}
[data-component=main-product] .product .product__info-wrapper .product__info-container .product__title_wrapper .product__fill_weight {
  flex-grow: 1;
  text-align: right;
  align-self: center;
  font-size: 14px;
}
[data-component=main-product] .product .product__info-wrapper .product__info-container > *:first-child {
  margin: 0;
}
[data-component=main-product] .product .product__info-wrapper .product__info-container > * + * {
  margin: 0;
}
[data-component=main-product] .product .product__info-wrapper .product__info-container .product__title * {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-style: normal !important;
  font-size: 30px;
  letter-spacing: 0;
    font-weight:700;
}
@media (min-width: 1025px) {
  [data-component=main-product] .product .product__info-wrapper .product__info-container .product__title * {
    font-size: var(--32px);
  }
  [data-component=main-product] .product .product__info-wrapper .product__info-container .product__title_wrapper .product__fill_weight {
  flex-grow: 1;
  text-align: right;
  align-self: center;
  font-size: 16px;
}
}
@media (min-width: 73.75rem) {
  [data-component=main-product] .product .product__info-wrapper .product__info-container .product__title * {
    font-size: 40px;
    font-family:"Helvetica-Neue-Bold", sans-serif !important;
  }
  [data-component=main-product] .product .product__info-wrapper .product__info-container .product__title_wrapper .product__fill_weight {
  flex-grow: 1;
  text-align: right;
  align-self: center;
  font-size: 16px;
}
}
[data-component=main-product] .product .product__info-wrapper .product__info-container .price {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  letter-spacing: var(---4);
  font-size: var(--20px);
  line-height: 1;
}
@media (min-width: 1025px) {
  [data-component=main-product] .product .product__info-wrapper .product__info-container .price {
    font-size: var(--24px);
  }
}
[data-component=main-product] .product .product__info-wrapper .product__info-container .product__description {
  border-top: 1px solid var(--global-header-dark-color);
  border-bottom: 1px solid var(--global-header-dark-color);
  padding: 1.5rem 0;
}
[data-component=main-product] .product .product__info-wrapper .product__info-container .product__description * {
  font-family: "Helvetica-Neue-Regular", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
}
.product__description p{
  margin:1.5rem 0rem 0;
}
.product__description br{
  margin:1.25rem 0rem 0;
}
.product__description ul li{
  padding:1.5rem 0rem 0
}
.product__description ul{
  list-style: inherit !important;
}
@media (min-width: 73.75rem){
  .product__description p{
  margin:2rem 0rem 0;
}
  .product__description ul li{
  padding:2rem 0rem 0
}
}
@media (min-width: 1025px){
  .product__description p{
  margin:2rem 0rem 0;
}
  .product__description ul li{
  padding:2rem 0rem 0
}
}
@media (min-width: 1025px) {
  [data-component=main-product] .product .product__info-wrapper .product__info-container .product__description * {
    font-size: var(--16px);
    line-height: 140%;
  }
  [data-component=main-product] .product .product__info-wrapper .product__info-container .product__description {
  padding: 2rem 0;
}
}
[data-component=main-product] .product .product__info-wrapper .product__info-container .product__description * strong{
    font-size: var(--18px);
    line-height: 140%;
    font-family: "Helvetica-Neue-bold", sans-serif !important;
  }
@media (min-width: 73.75rem) {
  [data-component=main-product] .product .product__info-wrapper .product__info-container .product__description * {
    font-size: var(--18px);
    line-height: 140%;
  }
  [data-component=main-product] .product .product__info-wrapper .product__info-container .product__description {
  padding: 2rem 0;
}
}

[data-component=main-product] .product .product__info-wrapper .product__info-container .product__description3 {
  max-width: 80%;
  font-family: "Helvetica-Neue-Regular", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: var(--15px);
  line-height: 140%;
  letter-spacing: 0;
}
@media (min-width: 1025px) {
  [data-component=main-product] .product .product__info-wrapper .product__info-container .product__description3 {
    font-size: var(--16px);
   font-family: "Helvetica-Neue-Regular", sans-serif !important;
    line-height: 140%;
  }
}
@media (min-width: 73.75rem) {
  [data-component=main-product] .product .product__info-wrapper .product__info-container .product__description3 {
    font-size: var(--18px);
      font-family: "Helvetica-Neue-Regular", sans-serif !important;
    line-height: 140%;
  }
}
[data-component=main-product] .product .product__info-wrapper .product__info-container .cont-desc3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}
[data-component=main-product] .product .product__info-wrapper .product__info-container .cont-desc3 .product__description3 {
  width: 58%;
}
@media (min-width: 1025px) {
  [data-component=main-product] .product .product__info-wrapper .product__info-container .cont-desc3 .product__description3 {
    width: 58%;
  }
}

[data-component=main-product] .product .product__info-wrapper .product__info-container .cont-desc3 .seal-nb {
  width: 30%;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  gap:1rem;
  display:flex;
  top: 0px;
}
@media (min-width: 48rem) {
  [data-component=main-product] .product .product__info-wrapper .product__info-container .cont-desc3 .seal-nb {
    width: 20%;
    display:flex;
    justify-content: flex-end;
    gap:1.24rem;
  }
}
@media (min-width: 1025px) {
  [data-component=main-product] .product .product__info-wrapper .product__info-container .cont-desc3 .seal-nb {
    width: 30%;
    top:0;
    display:flex;
    justify-content: flex-end;
    gap:1.24rem;
  }
}
@media (min-width: 120rem) {
  [data-component=main-product] .product .product__info-wrapper .product__info-container .cont-desc3 .seal-nb {
    width: 25%;
    top: 0;
    display:flex;
    justify-content: flex-end;
    gap:1.24rem;
  }
}
[data-component=main-product] .product .product__info-wrapper .product__info-container .product__below_cta_copy {
  position: relative;
  text-transform: uppercase;
  font-family: "Helvetica-Neue-Regular", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-align: center;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0;
}
@media (min-width: 1025px) {
  /* [data-component=main-product] .product .product__info-wrapper .product__info-container .product__below_cta_copy {
    margin-bottom: -4em;
  } */
}
@media (min-width: 73.75rem) {
  [data-component=main-product] .product .product__info-wrapper .product__info-container .product__below_cta_copy {
    font-size: 16px;
  }
}
[data-component=main-product] .product .product__info-wrapper .product__features ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 1rem;
  max-width: 20rem;
  margin: 0 auto 0.5rem auto;
}
@media (min-width: 48rem) {
  [data-component=main-product] .product .product__info-wrapper .product__features ul {
    max-width: 35rem;
    gap: 1rem 1rem;
  }
}
@media (min-width: 1025px) {
  [data-component=main-product] .product .product__info-wrapper .product__features ul {
    gap: 1.5rem 1rem;
  }
}
[data-component=main-product] .product .product__info-wrapper .product__features ul li {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  min-width: 25%;
}
@media (min-width: 1025px) {
  [data-component=main-product] .product .product__info-wrapper .product__features ul li {
    gap: 0.75rem;
    min-width: 25%;
  }
}
[data-component=main-product] .product .product__info-wrapper .product__features ul li svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  fill: var(--global-header-dark-color);
}
@media (min-width: 1025px) {
  [data-component=main-product] .product .product__info-wrapper .product__features ul li svg {
    width: 2rem;
    height: 2rem;
  }
}
[data-component=main-product] .product .product__info-wrapper .product__features ul li span {
  font-family: "Helvetica-Neue-Medium", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  letter-spacing: var(---1);
  display: block;
  font-size: var(--12px);
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  [data-component=main-product] .product .product__info-wrapper .product__features ul li span {
    font-size: 0.8rem;
  }
}
[data-component=main-product] .product .product__info-wrapper .product__notify {
  display: flex;
  justify-content: center;
  margin: 1.5rem 0 0;
}
@media (min-width: 1025px) {
  [data-component=main-product] .product .product__info-wrapper .product__notify {
    margin: 3rem 0 1em 0;
  }
}
@media (min-width: 90rem) {
  [data-component=main-product] .product .product__info-wrapper .product__notify {
    margin: 5rem 0 2em 0;
  }
}
[data-component=main-product] .product .product__info-wrapper .product__notify button {
  width: 100%;
}
@media (min-width: 1025px) {
  [data-component=main-product] .product .product__info-wrapper .product__notify button {
    min-width: 340px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 25.875rem) {
  [data-component=main-product] .product .product__info-wrapper .product__notify button {
    padding: 1.1em 0;
  }
}

.related-products {
  padding-left: 1rem;
  padding-right: 1rem;
}
.related-products h2 {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-transform: uppercase;
  letter-spacing: var(---4);
  font-size: var(--24px);
}
.related-products .product-grid .grid__item .card-wrapper .card {
  border-radius: 0 !important;
  border: none;
  background: transparent;
}
@media (min-width: 1025px) {
  .related-products .product-grid .grid__item .card-wrapper .card {
    flex-direction: row;
    gap: 3rem;
  }
}
.related-products .product-grid .grid__item .card-wrapper .card .card__inner .card__media .media--hover-effect {
  position: relative;
}
.related-products .product-grid .grid__item .card-wrapper .card .card__inner .card__media .media--hover-effect:hover img:nth-child(2) {
  opacity: 1;
  transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
}
.related-products .product-grid .grid__item .card-wrapper .card .card__inner .card__media .media--hover-effect img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
}
.related-products .product-grid .grid__item .card-wrapper .card .card__inner .card__content {
  display: none;
}
.related-products .product-grid .grid__item .card-wrapper .card .card__content {
  margin-top: 2rem;
}
.related-products .product-grid .grid__item .card-wrapper .card .card__content .card__information .card__heading.h5 {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  letter-spacing: var(---4);
}
.related-products .product-grid .grid__item .card-wrapper .card .card__content .card__information .card__heading a {
  text-decoration: none;
}
.related-products .product-grid .grid__item .card-wrapper .card .card__content .card__information .card__description {
  margin-top: 1rem;
  width: 80%;
}
.related-products .product-grid .grid__item .card-wrapper .card .card__content .card__information .card__description p {
  font-family: "Helvetica-Neue-Light", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  letter-spacing: var(--4);
  line-height: 140%;
}
.related-products .product-grid .grid__item .card-wrapper .card .card__content .card__information .price {
  font-size: var(--20px);
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  margin-top: 1rem;
  letter-spacing: var(---4);
}
.related-products .product-grid .grid__item .card-wrapper .card .card__content .card__information .button {
  margin-top: 1.2rem;
  padding: 1rem 3rem;
  width: auto;
  display: inline-block;
}
@media (min-width: 1025px) {
  .related-products .product-grid .grid__item .card-wrapper .card .card__content .card__information .button {
    flex-direction: row;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

/**

.section-featured-product {
   &:nth-of-type(odd) {
    [data-component="featured-product"] {
      .featured-product {
        @include app-breakpoint-3 {
          flex-direction: row-reverse;
        }
      }
    }
  }
}

[data-component="featured-product"] {
  .featured-product {
    display: flex;
    flex-direction: column;
    position: relative;
    @include app-breakpoint-3 {
      flex-direction: row;
    }
    body.product & {
      @include app-breakpoint-3 {
        align-items: flex-start;
        height: auto;
      }
    }
    > div {
      flex: 1;
      &.product__media-wrapper {
        @include app-breakpoint-3 {
          height: 100vh;
        }
        body.product & {
          @include app-breakpoint-3 {
            position: sticky;
            top: 0;
          }
        }
      }
      &.product__info-wrapper {
        padding: 0;
        display: flex;
        flex-direction: column;
        background-color: white;
        // justify-content: center;
        // @include app-breakpoint-3 {
        //   overflow-y: auto;
        // }
        body.product & {
          justify-content: flex-start;
        }
        .product__info-container {
          max-width: none;
          padding: 3rem 2.2em 2.2em 2.2em;
          box-sizing: border-box;
          @include app-breakpoint-3 {
            padding: 10rem 5rem;
          }
          body.product & {
            padding: 3rem 1.5rem;
            @include app-breakpoint-4 {
              padding: 10rem 5rem;
              display: grid;
              grid-template-columns: repeat(2, 1fr);
            }
          }
          > * + * {
            margin: 0;
          }
          .product__title {
            text-align: center;
            @include druk-wide-medium;
            font-size: var(--28px);
            text-transform: uppercase;
            line-height: 1;
            margin: 0 0 0.5rem;
            @include app-breakpoint-4 {
              font-size: var(--39px);
            }
            h1 {
              font-size: inherit;
            }
            body.product & {
              @include app-breakpoint-4 {
                grid-column: 1 / -1;
              }
            }
          }
          .product__tagline {
            text-align: center;
            * {
              @include druk-wide-medium;
              font-size: var(--18px);
              color: var(--eldetalle-light-grey);
              @include app-breakpoint-3 {
                font-size: var(--25px);
              }
            }
          }
          .product-price-wrapper {
            .price {
              text-align: center;
              @include druk-wide-medium;
              font-size: var(--18px);
              color: var(--eldetalle-light-grey);
              @include app-breakpoint-3 {
                font-size: var(--25px);
              }
            }
            body.product & {
              @include app-breakpoint-4 {
                grid-column: 1 / -1;
              }
            }
          }
          .product__free-shipping {
            margin: 0;
            font-size: 1rem;
            @include druk-wide-medium;
            text-transform: uppercase;
            font-size: 1rem;
            line-height: 1.175;
            letter-spacing: 1px;
            color: var(--eldetalle-light-grey);
            text-align: center;
            body.product & {
              grid-column: 1 / -1;
            }
          }
          .product__description {
            margin: 2rem auto 0;
            text-align: center;
            max-width: 40rem;
            border-top-width: 1.29px;
            border-bottom-width: 1.29px;
            body.product & {
              @include app-breakpoint-4 {
                grid-column: 1 / -1;
                margin: 2rem auto;
              }
            }
          }
          .product-form-wrapper {
            margin: 2rem 0;
            body.product & {
              margin: 3rem 0 2rem;
              @include app-breakpoint-4 {
                grid-column: 1 / -1;
              }
            }
            product-form.product-form {
              margin: 0;
              body.index & {
                margin: 1rem 0 0;
              }
              form {
                display: grid;
                grid-template-columns: repeat(1, 1fr);
                gap: 2rem;
                body.product & {
                  @include app-breakpoint-4 {
                    display: grid;
                    grid-template-columns: repeat(2, 1fr);
                  }
                }
              }
              .product-form__quantity {
                order: 1;
                @include app-breakpoint-3 {
                  text-align: center;
                }
                label {
                  @include druk-wide-medium;
                  line-height: 1;
                  text-transform: uppercase;
                  color: var(--eldetalle-light-grey);
                  font-size: var(--11px);
                  letter-spacing: 0.2rem;
                  display: block;
                  margin: 0 0 1rem;
                  text-align: center;
                }
                quantity-input {
                  max-width: 13rem;
                  margin: 0 auto;
                }
              }
              .product-form__buttons {
                max-width: none;
                order: 3;
                display: flex;
                flex-direction: column;
                gap: 1rem;
                @include app-breakpoint-3 {
                  grid-column: 1 / -1;
                }
                button {
                  &.product-form__submit {
                    max-width: none;
                    width: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    order: 2;
                    margin: 0;
                    .loading-overlay__spinner {
                      width: auto;
                      display: block;
                      margin: 0 0 0 1rem;
                      svg {
                        display: block;
                        width: 1rem;
                        height: 1rem;
                        .path {
                          stroke: white;
                        }
                      }
                    }
                  }
                }
                .shopify-payment-button__button {
                  font-size: 1rem;
                  min-height: 48px;
                  order: 1;
                  .shopify-cleanslate {
                    cursor: none !important;
                    > div {
                      // @include body-font-medium;
                      @include body-font-regular;
                      font-size: 1rem !important;
                      padding: 1rem 2rem !important;
                      box-sizing: border-box !important;
                      line-height: 1 !important;
                      text-transform: uppercase;
                      border-radius: 3rem;
                      text-decoration: none;
                      letter-spacing: 3px;
                      min-height: 48px !important;
                      max-height: 48px !important;
                      flex-wrap: nowrap !important;
                      cursor: none !important;
                      span {
                        cursor: none !important;
                      }
                    }
                  }
                }
                .shopify-payment-button__more-options {
                  margin: 1rem 0 0;
                  font-size: var(--14px);
                  line-height: 1;
                  text-underline-offset: auto;
                  color: var(--global-header-dark-color);
                  letter-spacing: 0;
                }
                .view-subscription-options {
                  order: 3;
                  display: flex;
                  justify-content: center;
                }
              }
            }
            .rc-container-wrapper {
              order: 2;
               &:before {
                content: 'Purchase Type';
                @include druk-wide-medium;
                line-height: 1;
                text-transform: uppercase;
                color: var(--eldetalle-light-grey);
                font-size: var(--11px);
                letter-spacing: 0.2rem;
                display: block;
                margin: 0 0 1rem;
              }
              .rc-container {
                margin: 0;
                .rc-widget {
                  padding: 0;
                  .rc-template__legacy-radio {
                    .rc-radio {
                      padding: 0;
                      background: none;
                      color: var(--global-header-dark-color);
                      .rc_widget__option__selector {
                        display: flex;
                        align-items: center;
                        cursor: pointer;
                        input {
                          width: 1rem;
                          height: 1rem;
                          border-radius: 50%;
                          border: 1px solid var(--global-header-dark-color);
                          display: block;
                          position: relative;
                          cursor: pointer;
                           &:before {
                            content: '';
                            width: 0.5rem;
                            height: 0.5rem;
                            position: absolute;
                            display: none;
                            top: 50%;
                            left: 50%;
                            transform: translate(-50%, -50%);
                            background-color: var(--global-header-dark-color);
                            border-radius: 50%;
                          }
                        }
                        label {
                          margin: 0 0 0 0.5rem;
                          cursor: pointer;
                          font-size: var(--15px);
                          span {
                            &.rc-option__discount {
                              display: none;
                            }
                          }
                        }
                      }
                      &.rc-option--active {
                        .rc_widget__option__selector {
                          input {
                             &:before {
                              display: block;
                            }
                          }
                        }
                      }
                      .rc-selling-plans {
                        padding: 0;
                        margin: 0.5rem 0;
                        background: none;
                        position: relative;
                         &:after {
                          content: '';
                          display: block;
                          width: 1rem;
                          height: 1rem;
                          position: absolute;
                          top: 50%;
                          right: 1rem;
                          transform: translateY(-50%);
                          background-image: url('https://cdn.shopify.com/s/files/1/0664/3826/7110/files/dropdown-icon.svg?v=1668187788');
                          background-position: center;
                          background-repeat: no-repeat;
                          pointer-events: none
                        }
                        select {
                          @include body-font-regular;
                          font-size: 1rem;
                          border-radius: 3rem;
                          padding: 0.75rem 1rem;
                          line-height: 1;
                          box-sizing: border-box;
                          color: var(--global-header-dark-color);
                          border: 1px solid var(--global-header-dark-color);
                          text-align: center;
                          width: 100%;
                        }
                      }
                    }
                  }
                }
                .rc_popup {
                  display: none;
                }
              }
            }
          }
          .product__accordion {
            border-top: none;
            border-bottom: 1px solid #E4E4E4;
            details {
              summary {
                padding: 1rem 0;
                align-items: center;
                cursor: none;
                .summary__title {
                  > * {
                    @include druk-wide-medium;
                    font-size: var(--12px);
                    letter-spacing: 0.2rem;
                    text-transform: uppercase;
                    line-height: 1;
                    min-height: auto;
                    max-width: none;
                  }
                }
                svg {
                  position: relative;
                  right: auto;
                  top: auto;
                  height: auto;
                  display: block;
                  width: 1rem;
                  height: 1rem;
                  fill: var(--global-header-dark-color);
                }
              }
              .accordion__content {
                padding: 0;
                margin: 0.5rem 0 1.5rem;
                > header {
                  text-align: center;
                  margin: 0 0 1.5rem;
                  h4 {
                    font-size: var(--20px);
                  }
                }
                > * {
                  font-size: var(--14px);
                }
                strong {
                  @include body-font-medium;
                }
                ol,
                ul {
                  margin: 0.5rem 0 1rem;
                   &:last-of-type {
                    margin-bottom: 0;
                  }
                }
                ol {
                  list-style: decimal;
                  padding: 0 0 0 1.5rem;
                }
              }
              &[open] {
                summary {
                  svg {
                    transform: scaleY(-1);
                  }
                }
              }
            }
            &#ingredients {
              details {
                .accordion__content {
                  @include app-breakpoint-3 {
                    ;
                    // max-height: 30rem;
                  }
                }
              }
            }
            &.the-regimen-benefits,
            &.the-regimen-directions {
              details {
                .tab-contents {
                  > div {
                    border: 1px solid var(--eldetalle-light-grey);
                    border-top: none;
                    border-bottom-left-radius: 0.5rem;
                    border-bottom-right-radius: 0.5rem;
                  }
                }
              }
            }
            &.the-revive-benefits,
            &.the-revive-directions {
              .accordion__content {
                border: 1px solid var(--eldetalle-light-grey);
                border-radius: 0.5rem;
                > header {
                  margin: 1.5rem 0 0;
                }
              }
            }
          }
          .share-button {
            margin: 2rem 0 0;
            body.product & {
              margin: 1rem 0 0;
            }
            details {
              summary {
                line-height: 1;
                font-size: 1rem;
                color: var(--global-header-dark-color);
                svg {
                  display: block;
                  width: 1.5rem;
                  height: 1.5rem;
                }
                 &:hover {
                  text-underline-offset: auto;
                }
              }
            }
          }
          .product__accordion {
            body.product & {
              @include app-breakpoint-4 {
                grid-column: 1 / -1;
              }
            }
          }
        }
        [data-component="scroll-btn"] {
          position: relative;
          bottom: auto;
          left: auto;
          margin: 0 auto;
          transform: none;
          // height: 74px;
          height: 100px;
          @include app-breakpoint-3 {
            position: absolute;
            bottom: 3.5rem;
            left: 50%;
            height: auto;
            transform: translateX(-50%);
          }
        }
      }
    }
  }}

  **/
#accr-desc .container {
  max-width: 100%;
}
#accr-desc .container .accr-desc {
  padding: 1rem;
  background: var(--global-header-dark-color);
  color: var(--footer-text-color);
}
@media (min-width: 1025px) {
  #accr-desc .container .accr-desc {
    padding: 4rem 3rem;
  }
}
@media (min-width: 90rem) {
  #accr-desc .container .accr-desc {
    padding: 4rem 10rem;
  }
}
#accr-desc .container h4 {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: var(--20px);
  line-height: 100%;
  text-align: left;
  vertical-align: top;
  letter-spacing: var(---4);
  text-transform: uppercase;
  margin: 0 auto 0.8em;
}
#accr-desc .container h4.produtHeadModal {
  margin-top: 2rem;
}
@media (min-width: 1025px) {
  #accr-desc .container h4.produtHeadModal {
    margin-top: 4rem;
  }
}
@media (min-width: 1025px) {
  #accr-desc .container h4 {
    font-size: var(--36px);
  }
}
#accr-desc .container h3 {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: var(--50px);
  line-height: var(--48px);
  text-align: left;
  vertical-align: top;
  letter-spacing: ---4;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  #accr-desc .container h3 {
    font-size: var(--50px);
    line-height: var(--48px);
  }
}
#accr-desc .container .top-txt {
  font-family: "Helvetica-Neue-Light", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: var(--16px);
  line-height: 140%;
  text-align: left;
  vertical-align: top;
  letter-spacing: --4;
  margin: 1em auto 0 auto;
}
@media (min-width: 1025px) {
  #accr-desc .container .top-txt {
    font-size: var(--18px);
  }
}

#prod-accordion {
  padding-top: 0 !important;
}
#prod-accordion h2 {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: var(--46px);
  letter-spacing: var(---4);
  margin: 2rem 1.5rem;
  line-height: 100%;
}
#prod-accordion h4 {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: var(--20px);
  line-height: 100%;
  text-align: left;
  vertical-align: top;
  letter-spacing: var(---4);
  text-transform: uppercase;
  margin: 0 auto 0.8em;
}
#prod-accordion h4.produtHeadModal {
  margin-top: 2rem;
}
@media (min-width: 1025px) {
  #prod-accordion h4 {
    font-size: var(--36px);
  }
}
#prod-accordion .accordion-item .accordion-header .t-head {
  max-width: 230px;
}
@media (min-width: 48rem) {
  #prod-accordion .accordion-item .accordion-header .t-head {
    max-width: 500px;
  }
}
@media (min-width: 1025px) {
  #prod-accordion .accordion-item .accordion-header .t-head {
    max-width: 600px;
  }
}

/** ingredients section **/
.ing-ba {
  margin-top: 1em;
}
@media (min-width: 1025px) {
  .ing-ba {
    width: 30%;
  }
}
@media (min-width: 1025px) {
  .ing-ba img {
    max-width: 750px;
  }
}

@media (min-width: 1025px) {
  .ing-body {
    display: flex;
  }
}

@media (min-width: 1025px) {
  .ing-container {
    width: 60%;
  }
}
@media (min-width: 1025px) {
  .ing-container .ing-wrapper {
    display: block;
  }
}
.ing-container .ing-wrapper .ing-img2 {
  display: none;
}
@media (min-width: 1025px) {
  .ing-container .ing-wrapper .ing-img2 {
    display: block;
    width: 82px;
    height: 82px;
  }
}
.ing-container .ing-thumbs {
  padding: 1em 0 1em 3em;
}
@media (min-width: 1025px) {
  .ing-container .ing-thumbs {
    display: none;
  }
}
.ing-container .ing-thumbs .ing-thumbs-slide {
  text-align: center;
  width: 100px;
}
.ing-container .ing-thumbs .ing-thumbs-slide .ing-img {
  width: 73px;
  height: auto;
  margin: 0 auto 0.4em auto;
  cursor: pointer;
}
.ing-container .ing-thumbs .ing-thumbs-slide .ing-img img {
  border: 4px solid transparent;
  border-radius: 73px;
  opacity: 0.4;
}
.ing-container .ing-thumbs .ing-thumbs-slide .ing-img img:hover {
  opacity: 1;
}
.ing-container .ing-thumbs .ing-thumbs-slide .ing-txt {
  font-size: var(--12px);
  line-height: 100%;
}
.ing-container .ing-thumbs .ing-thumbs-slide.swiper-slide-thumb-active .ing-img img {
  border: 4px solid black;
  opacity: 1;
}
.ing-container .ing-thumbs .ing-thumbs-slide.swiper-slide-thumb-active .ing-txt {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.ing-container .ing-thumbs.ing-thumbs5 .ing-thumbs-slide {
  width: 90px;
}
.ing-container .ing-swiper {
  padding: 1em 3.8em;
}
@media (min-width: 1025px) {
  .ing-container .ing-swiper {
    padding-left: 8rem;
    padding-top: 3rem;
  }
}
.ing-container .ing-swiper .ing-swiper-slide {
  display: block;
  opacity: 0.4;
}
@media (min-width: 1025px) {
  .ing-container .ing-swiper .ing-swiper-slide {
    opacity: 1;
    justify-content: left;
    align-items: center;
    height: auto;
    display: flex;
    margin-bottom: 2rem;
  }
}
.ing-container .ing-swiper .ing-swiper-slide.swiper-slide-active {
  opacity: 1;
}
.ing-container .ing-swiper .ing-swiper-slide .ing-copy {
  font-size: var(--16px);
  line-height: 140%;
  letter-spacing: var(--4);
}
@media (min-width: 1025px) {
  .ing-container .ing-swiper .ing-swiper-slide .ing-copy {
    padding-left: 1.5rem;
    font-size: var(--18px);
    line-height: 140%;
    letter-spacing: var(--4);
  }
}

.yotpo-widget-instance {
  margin: 0 auto;
}
@media (min-width: 48rem) {
  .yotpo-widget-instance .yotpo-main-widget-layout {
    width: 100%;
  }
}
@media (min-width: 90rem) {
  .yotpo-widget-instance .yotpo-base-layout {
    width: 100% !important;
  }
}
@media (min-width: 48rem) {
  .yotpo-widget-instance {
    max-width: 1000px;
  }
}
@media (min-width: 90rem) {
  .yotpo-widget-instance {
    max-width: 1260px;
  }
}
@media (min-width: 120rem) {
  .yotpo-widget-instance {
    max-width: 85%;
  }
}

.yotpo-main-layout .yotpo-empty-state {
  text-align: left;
}
.yotpo-main-layout .yotpo-empty-state svg {
  display: none;
}
.yotpo-main-layout .yotpo-empty-state .yotpo-title-text {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: var(--18px);
  letter-spacing: var(---4);
}
.yotpo-main-layout .yotpo-empty-state .yotpo-body-text {
  font-family: "Helvetica-Neue-Light", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: var(--16px);
  line-height: 140%;
  letter-spacing: var(--4);
}
.yotpo-main-layout .yotpo-new-review-btn-wrapper button.yotpo-new-review-btn {
  width: auto;
  height: auto;
  padding: 1.2rem 2rem;
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: var(--14px) !important;
  text-transform: uppercase;
  margin-left: 0;
  border: 1px solid var(--global-header-dark-color) !important;
  background: transparent !important;
  color: var(--global-header-dark-color) !important;
  border-radius: unset !important;
}
.yotpo-main-layout .yotpo-head {
  margin-top: 80px !important;
}
.yotpo-main-layout .yotpo-head .yotpo-headline {
  text-align: left;
  margin-top: 0 !important;
  margin-left: 0 !important;
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: var(--24px);
  text-transform: uppercase;
}
.yotpo-main-layout .yotpo-head .yotpo-reviews-trademark {
  display: none;
}
.yotpo-main-layout .yotpo-header-container + .yotpo-review-border-smooth {
  display: none !important;
}
.yotpo-main-layout .yotpo-header-container .yotpo-layout-header-wrapper[data-v-588c6ba6] {
  align-items: flex-start;
  margin-bottom: 0 !important;
}
@media (min-width: 1025px) {
  .yotpo-main-layout .yotpo-header-container .yotpo-layout-header-wrapper[data-v-588c6ba6] {
    flex-direction: row;
    justify-content: left;
  }
}
@media (min-width: 1025px) {
  .yotpo-main-layout .yotpo-header-container .yotpo-layout-header-wrapper[data-v-588c6ba6] .yotpo-bottom-line {
    order: 0;
  }
}
@media (min-width: 1025px) {
  .yotpo-main-layout .yotpo-header-container .yotpo-layout-header-wrapper[data-v-588c6ba6] .yotpo-new-review-btn-wrapper {
    order: 2;
    flex-grow: 1;
  }
}
.yotpo-main-layout .yotpo-header-container .yotpo-layout-header-wrapper[data-v-588c6ba6] .yotpo-new-review-btn-wrapper #yotpo-main-widget-btn[data-v-2256a801].yotpo-new-review-btn {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: var(--14px);
  text-align: center;
  padding: 1rem 2rem;
  box-sizing: border-box;
  display: block;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid var(--global-header-dark-color);
  color: var(--global-header-dark-color);
  border-radius: 0;
  background-color: transparent;
  width: auto;
  height: auto;
}
@media (min-width: 1025px) {
  .yotpo-main-layout .yotpo-header-container .yotpo-layout-header-wrapper[data-v-588c6ba6] .yotpo-new-review-btn-wrapper #yotpo-main-widget-btn[data-v-2256a801].yotpo-new-review-btn {
    margin-left: auto;
  }
}
.yotpo-main-layout .yotpo-review-border-smooth {
  background-image: none;
  height: 1px;
  background-color: var(--button-bg-dark);
}
@media (min-width: 90rem) {
  .yotpo-main-layout .yotpo-reviews-container .yotpo-reviews-list .yotpo-review {
    margin: 4rem 0;
  }
}
.yotpo-main-layout .yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel {
  order: 1;
  margin-top: 1.5rem;
}
.yotpo-main-layout .yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer .yotpo-reviewer-name {
  margin-bottom: 0.5rem;
  font-family: "Helvetica-Neue-Light", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: var(--14px) !important;
  letter-spacing: var(--4);
  color: var(--global-header-dark-color);
}
@media (min-width: 1025px) {
  .yotpo-main-layout .yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer .yotpo-reviewer-name {
    font-size: var(--16px) !important;
  }
}
.yotpo-main-layout .yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-left-panel .yotpo-reviewer .yotpo-reviewer-details-verified {
  padding-top: 0 !important;
}
.yotpo-main-layout .yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-right-panel {
  order: 2;
  margin-top: 1.5rem;
}
.yotpo-main-layout .yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-right-panel .yotpo-review-date .yotpo-date-format {
  font-family: "Helvetica-Neue-Light", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: var(--14px);
  letter-spacing: var(--4);
  color: var(--global-header-dark-color);
}
@media (min-width: 1025px) {
  .yotpo-main-layout .yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-right-panel .yotpo-review-date .yotpo-date-format {
    font-size: var(--16px);
  }
}
.yotpo-main-layout .yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-center-panel {
  order: 0;
  margin-top: 0;
  flex-basis: 88%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 90rem) {
  .yotpo-main-layout .yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-center-panel .yotpo-review-rating-title {
    display: block;
  }
}
@media (min-width: 90rem) {
  .yotpo-main-layout .yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-center-panel .yotpo-review-rating-title .yotpo-star-rating {
    margin-bottom: 0.5rem;
  }
}
.yotpo-main-layout .yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-center-panel .yotpo-review-rating-title .yotpo-star-rating .star-container {
  width: 16px;
}
.yotpo-main-layout .yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-center-panel .yotpo-review-rating-title .yotpo-star-rating .star-container:not(:last-child) {
  margin-right: 4px;
}
.yotpo-main-layout .yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-center-panel .yotpo-review-title {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-transform: uppercase;
  letter-spacing: var(---4);
}
@media (min-width: 1025px) {
  .yotpo-main-layout .yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-center-panel .yotpo-review-title {
    font-size: var(--24px);
  }
}
@media (min-width: 90rem) {
  .yotpo-main-layout .yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-center-panel .yotpo-review-title {
    margin-bottom: 1rem;
  }
}
.yotpo-main-layout .yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-center-panel .yotpo-review-content {
  margin-top: 0;
}
.yotpo-main-layout .yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-center-panel .yotpo-review-content .sr-only {
  display: block;
}
.yotpo-main-layout .yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-center-panel .yotpo-review-content .yotpo-read-more-text {
  font-family: "Helvetica-Neue-Light", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: var(--16px);
  line-height: 140%;
  color: var(--global-header-dark-color);
}
@media (min-width: 1025px) {
  .yotpo-main-layout .yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-center-panel .yotpo-review-content .yotpo-read-more-text {
    font-size: var(--18px);
  }
}
.yotpo-main-layout .yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-center-panel .yotpo-thumbnail-container {
  margin-bottom: 1.5rem;
  overflow-x: hidden;
}
.yotpo-main-layout .yotpo-reviews-container .yotpo-reviews-list .yotpo-reviews-pagination-container {
  margin-bottom: 40px !important;
}
.yotpo-main-layout .yotpo-reviews-container .yotpo-reviews-list .yotpo-reviews-pagination-container .yotpo-vertical-pagination .yotpo-reviews-pagination-item {
  width: auto;
  height: auto;
  padding: 0.8rem 2rem;
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-transform: uppercase;
  font-size: var(--14px);
  letter-spacing: var(---4);
  border-radius: 0;
}

.yotpo-review-form-modal .yotpo-modal .close-btn-wrapper {
  left: 1rem;
}
.yotpo-review-form-modal .yotpo-modal .close-btn-wrapper .btn-close {
  opacity: 1;
}
.yotpo-review-form-modal .yotpo-modal .yotpo-modal-header .yotpo-modal-header {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-transform: uppercase;
  color: var(--global-header-dark-color);
  letter-spacing: ---4;
}
@media (min-width: 1025px) {
  .yotpo-review-form-modal .yotpo-modal .yotpo-modal-header .yotpo-modal-header {
    font-size: var(--24px);
  }
}
.yotpo-review-form-modal .yotpo-modal .modal-body {
  padding: 0 !important;
  margin: 0 25px !important;
}
.yotpo-review-form-modal .yotpo-modal .modal-body .yotpo-review-form {
  width: 300px;
}
@media (min-width: 48rem) {
  .yotpo-review-form-modal .yotpo-modal .modal-body .yotpo-review-form {
    width: 500px;
  }
}
@media (min-width: 48rem) {
  .yotpo-review-form-modal .yotpo-modal .modal-body .yotpo-review-form {
    width: 500px;
  }
}
@media (min-width: 1025px) {
  .yotpo-review-form-modal .yotpo-modal .modal-body .yotpo-review-form {
    width: auto;
  }
}
.yotpo-review-form-modal .yotpo-modal .modal-body .yotpo-review-form .yotpo-new-review-star-rating {
  min-height: auto !important;
  margin-bottom: 2rem;
}
.yotpo-review-form-modal .yotpo-modal .modal-body .yotpo-review-form .yotpo-new-review-star-rating .yotpo-form-label {
  font-family: "Helvetica-Neue-Medium", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  color: var(--global-header-dark-color);
  letter-spacing: --4;
}
@media (min-width: 1025px) {
  .yotpo-review-form-modal .yotpo-modal .modal-body .yotpo-review-form .yotpo-new-review-star-rating .yotpo-form-label {
    font-size: 18px;
  }
}
.yotpo-review-form-modal .yotpo-modal .modal-body .yotpo-review-form .yotpo-input-wrapper {
  min-height: auto !important;
  margin-bottom: 1rem;
  width: 100% !important;
}
.yotpo-review-form-modal .yotpo-modal .modal-body .yotpo-review-form .yotpo-input-wrapper .yotpo-form-label {
  font-family: "Helvetica-Neue-Medium", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  color: var(--global-header-dark-color);
  letter-spacing: --4;
}
@media (min-width: 1025px) {
  .yotpo-review-form-modal .yotpo-modal .modal-body .yotpo-review-form .yotpo-input-wrapper .yotpo-form-label {
    font-size: 18px;
  }
}
.yotpo-review-form-modal .yotpo-modal .modal-body .yotpo-review-form .yotpo-input-wrapper .yotpo-new-input-container {
  width: 280px !important;
  min-height: auto !important;
}
@media (min-width: 1025px) {
  .yotpo-review-form-modal .yotpo-modal .modal-body .yotpo-review-form .yotpo-input-wrapper .yotpo-new-input-container {
    width: 280px !important;
    line-height: 30px;
    font-size: 18px;
  }
}
.yotpo-review-form-modal .yotpo-modal .modal-body .yotpo-review-form .yotpo-input-wrapper textarea {
  font-family: "Helvetica-Neue-Light", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 140%;
  letter-spacing: --4;
}
@media (min-width: 1025px) {
  .yotpo-review-form-modal .yotpo-modal .modal-body .yotpo-review-form .yotpo-input-wrapper textarea {
    font-size: 18px;
    line-height: 140%;
  }
}
.yotpo-review-form-modal .yotpo-modal .modal-body .yotpo-review-form .yotpo-input-wrapper.yotpo-new-review-content textarea {
  background: #f7f7f7;
}
@media (min-width: 1025px) {
  .yotpo-review-form-modal .yotpo-modal .modal-body .yotpo-review-form .yotpo-input-wrapper.yotpo-new-review-content textarea {
    font-size: 18px;
    line-height: 140%;
  }
}
.yotpo-review-form-modal .yotpo-modal .modal-body .yotpo-review-form .yotpo-input-wrapper .yotpo-new-input-validation {
  margin-bottom: 0 !important;
}
.yotpo-review-form-modal .yotpo-modal .modal-body .yotpo-review-form .form-footer {
  padding: 1rem;
}
.yotpo-review-form-modal .yotpo-modal .modal-body .yotpo-review-form .form-footer .yotpo-new-review-submit {
  border-radius: 0 !important;
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-transform: uppercase;
  letter-spacing: --4;
  bottom: 0 !important;
}
@media (min-width: 1025px) {
  .yotpo-review-form-modal .yotpo-modal .modal-body .yotpo-review-form .form-footer .yotpo-new-review-submit {
    font-size: 16px;
    width: auto;
    height: auto;
    padding: 1rem 3rem;
  }
}
.yotpo-review-form-modal .yotpo-modal .modal-body .yotpo-form-complete .yotpo-headline-complete {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  letter-spacing: var(---4);
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .yotpo-review-form-modal .yotpo-modal .modal-body .yotpo-form-complete .yotpo-headline-complete {
    padding-bottom: 4rem;
  }
}
.yotpo-review-form-modal .yotpo-modal .modal-body .yotpo-form-complete .yotpo-body-complete {
  font-family: "Helvetica-Neue-Light", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: var(--4);
}
@media (min-width: 1025px) {
  .yotpo-review-form-modal .yotpo-modal .modal-body .yotpo-form-complete .yotpo-body-complete {
    font-size: 18px;
  }
}
.yotpo-review-form-modal .yotpo-modal .modal-body .yotpo-form-complete .yotpo-shop-complete {
  border-radius: unset;
  width: auto;
  height: auto;
  padding: 1rem 2rem;
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .yotpo-review-form-modal .yotpo-modal .modal-body .yotpo-form-complete .yotpo-shop-complete {
    font-size: 16px;
    padding: 1.5rem 3rem;
  }
}

.sch-upsell-modal-container {
  font-family: "Helvetica-Neue-Regular", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  letter-spacing: var(--4);
}
.sch-upsell-modal-container .uh-popup__footer {
  display: none;
}
.sch-upsell-modal-container .uh-btn.uh-btn--slim {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-transform: uppercase;
  letter-spacing: var(---4);
}
@media (min-width: 25.875rem) {
  .sch-upsell-modal-container {
    font-size: var(--16px);
    line-height: 140%;
    letter-spacing: 0.7px;
  }
}
@media (min-width: 90rem) {
  .sch-upsell-modal-container {
    font-size: var(--18px);
  }
}
.sch-upsell-modal-container strong {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.sch-upsell-modal-container .uh-popup__header p {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  letter-spacing: var(---4);
  line-height: 120%;
}
.sch-upsell-modal-container .uh-added {
  padding: 0.4rem 2rem;
  box-shadow: none;
}
@media (min-width: 48rem) {
  .sch-upsell-modal-container .uh-added {
    padding: 0.6rem 2rem;
  }
}
.sch-upsell-modal-container .uh-added .uh-added__title {
  letter-spacing: var(---4);
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.sch-upsell-modal-container .uh-added .uh-added__title div:nth-of-type(2):after {
  font-size: 40%;
}
.sch-upsell-modal-container .uh-added .uh-added__title .uh-added__label:after {
  content: "" !important;
}
.sch-upsell-modal-container .uh-added .uh-added__cart {
  letter-spacing: var(--4);
}
.sch-upsell-modal-container .uh-added .uh-added__cart div:after {
  content: "" !important;
}
.sch-upsell-modal-container .uh-added .uh-added__cart .uh-added__subtotal {
  font-size: inherit !important;
  font-weight: inherit !important;
  padding-left: 4px;
}
.sch-upsell-modal-container .uh-added .uh-added__checkout {
  text-transform: uppercase;
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  letter-spacing: var(---4);
}
.sch-upsell-modal-container .uh-product--full .uh-product__gallery {
  width: 85%;
  margin: 0 auto;
}
@media (min-width: 48rem) {
  .sch-upsell-modal-container .uh-product--full .uh-product__gallery {
    width: calc(50% - 1rem);
  }
}
.sch-upsell-modal-container .uh-product--full .uh-product__gallery .uh-product__gallery__thumbs {
  gap: 4px;
  margin-top: 4px;
  display: none;
}
.sch-upsell-modal-container .uh-product--full .uh-product__gallery .uh-product__gallery__thumbs .uh-product__gallery__thumb {
  max-width: 40px;
  max-height: 40px;
}
@media (min-width: 48rem) {
  .sch-upsell-modal-container .uh-product--full .uh-product__info {
    width: calc(50% - 1rem);
  }
}
.sch-upsell-modal-container .uh-product--full .uh-product__info .uh-product__data div:first-child {
  margin-top: 0.5em;
  letter-spacing: var(---4);
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.sch-upsell-modal-container .uh-product--full .uh-product__info .uh-product__data .uh-product__price {
  letter-spacing: var(---4);
}
.sch-upsell-modal-container .uh-product--full .uh-product__info .uh-product__data .uh-product__price > span.money {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: inherit;
}
.sch-upsell-modal-container .uh-product--full .uh-product__info .uh-product__data .uh-product__price s {
  text-decoration: none;
  font-size: inherit;
}
.sch-upsell-modal-container .uh-product--full .uh-product__info .uh-product__data .uh-product__price s .money {
  text-decoration: line-through;
  font-size: inherit;
}
.sch-upsell-modal-container .uh-product--full .uh-product__info .uh-product__data .uh-product__price s:after {
  content: "(SAVE $27.00)";
  color: red;
  padding-left: 10px;
  text-decoration: none;
  opacity: 1;
}
.sch-upsell-modal-container .uh-product--full .uh-product__info .uh-product__atc .uh-product__atc__btn {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-transform: uppercase;
  letter-spacing: var(---4);
}
.sch-upsell-modal-container .uh-product--full .uh-product__info .uh-product__atc .uh-product__atc__btn a {
  line-height: 28px;
}
.sch-upsell-modal-container .uh-product--full .uh-product__info .uh-product-desc {
  font-size: 14px;
  font-family: "Helvetica-Neue-Regular", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-transform: none;
}

[data-component=notify__overlay] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  background-color: rgba(41, 38, 38, 0.7019607843);
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transition: 0.5s;
  display: none;
}
[data-component=notify__overlay] .inner {
  width: 100%;
  margin: auto;
  width: 100%;
  margin: auto;
}
[data-component=notify__overlay] .inner > [data-component=notify__overlay_close] {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}
[data-component=notify__overlay] .inner > [data-component=notify__overlay_close] svg {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  fill: var(--global-header-dark-color);
}
[data-component=notify__overlay] .inner > header {
  font-family: Helvetica-Neue-Bold, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-transform: uppercase;
  font-size: var(--32px);
  letter-spacing: var(---5);
}
[data-component=notify__overlay] .inner .text {
  margin: 1rem auto;
  max-width: 29rem;
}
[data-component=notify__overlay] .inner .text * {
  font-size: var(--18px);
  line-height: 140%;
  color: var(--global-header-dark-color);
  font-size: 1rem;
  line-height: 120%;
}
[data-component=notify__overlay] .inner .waitlist-form {
  width: 100% !important;
  max-width: 29rem;
  margin: 0 auto;
}
[data-component=notify__overlay] .inner .waitlist-form p {
  font-family: Helvetica-Neue-Light, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: var(--11px);
  letter-spacing: var(--4);
  color: #292626;
  line-height: 120%;
  margin-top: 0.5rem;
  padding: 0 !important;
}
[data-component=notify__overlay] .signup {
  width: 544px;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 41.688rem) {
  [data-component=notify__overlay] .signup {
    margin: 0 auto !important;
  }
}

[data-component=notify__overlay_inner] {
  background-color: #F9F4EE;
  text-align: center;
  padding: 3rem 2rem;
  position: relative;
  max-width: 945px;
  margin: 0 auto;
  cursor: default;
}

body.notify-overlay-visible [data-component=notify__overlay] {
  transition: opacity 2s;
  opacity: 1;
  cursor: pointer;
  display: flex;
}

#notifyme button.needsclick {
  font-family: Helvetica-Neue-Bold, sans-serif !important;
  letter-spacing: -0.4px !important;
  font-size: 14px !important;
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  letter-spacing: -0.4px !important;
  font-size: 14px !important;
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  letter-spacing: -0.4px !important;
  font-size: 14px !important;
}
#notifyme .go3176171171 p {
  color: #000 !important;
  text-align: center;
  display: flex;
  justify-content: center;
  color: #000 !important;
  text-align: center;
  display: flex;
  justify-content: center;
}
#notifyme .go3176171171 p span {
  color: #000 !important;
  display: flex;
  justify-content: center;
  word-wrap: break-word !important;
  flex-wrap: wrap !important;
  color: #000 !important;
  display: flex;
  justify-content: center;
  word-wrap: break-word !important;
  flex-wrap: wrap !important;
}
#notifyme .go3176171171:nth-child(1) p span {
  font-size: 32px !important;
  line-height: 28.8px !important;
  letter-spacing: var(---5);
  display: flex;
  justify-content: center;
  word-wrap: break-word !important;
  flex-wrap: wrap !important;
  font-size: 32px !important;
  line-height: 28.8px !important;
  display: flex;
  justify-content: center;
  text-align: center;
  word-wrap: break-word !important;
  flex-wrap: wrap !important;
}
#notifyme .go3176171171:nth-child(2) p span {
  font-size: 16px !important;
  line-height: 22.4px !important;
  display: flex;
  justify-content: center;
  word-wrap: break-word !important;
  flex-wrap: wrap !important;
  font-size: 16px !important;
  line-height: 22.4px !important;
  display: flex;
  justify-content: center;
  word-wrap: break-word !important;
  flex-wrap: wrap !important;
}

[data-component=notify__overlay] .inner {
  width: 100%;
  margin: auto !important;
  margin: 1rem auto;
  text-align: center;
  cursor: default;
}
@media (min-width: 1025px) {
  [data-component=notify__overlay] .inner {
    width: auto !important;
  }
}
[data-component=notify__overlay] .inner .text {
  font-size: var(--18px);
  line-height: 140%;
  color: var(--global-header-dark-color);
}

[data-component=notify__overlay] .inner {
  max-width: 100% !important;
}

@media (min-width: 41.688rem) {
  #notifyme .klaviyo-form .kl-private-reset-css-Xuajs1 {
    min-height: auto !important;
  }
}
#notifyme .klaviyo-form .kl-private-reset-css-Xuajs1 button {
  font-family: "Helvetica-Neue-Bold" !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  height: 50px !important;
  width: 285px !important;
  padding: 0 !important;
  text-transform: uppercase !important;
  margin: 0 auto;
}
@media (min-width: 41.688rem) {
  #notifyme .klaviyo-form .kl-private-reset-css-Xuajs1 button {
    padding: 0 2rem !important;
  }
}
#notifyme .klaviyo-form .kl-private-reset-css-Xuajs1 input {
  width: 320px !important;
  font-size: 12px !important;
  font-family: Helvetica-Neue-Regular;
  background-color: #fff !important;
  padding: 0 5px 0 10px !important;
  caret-color: #292626 !important;
  font-size: 16px;
  line-height: 100%;
  color: #383838 !important;
  border: none;
  border-radius: 0;
  width: 350px !important;
}
#notifyme .go3176171171 p span {
  flex-wrap: wrap !important;
  word-wrap: break-word !important;
}
#notifyme .go3176171171:nth-child(1) p span {
  font-size: 32px !important;
  line-height: 28.8px !important;
}
#notifyme .go3176171171:nth-child(2) p span {
  font-size: 16px !important;
  line-height: 22.4px !important;
}
#notifyme .klaviyo-form.klaviyo-form.klaviyo-form:nth-child(1) p span {
  font-size: 32px !important;
  line-height: 28.8px !important;
  display: block;
  width: 100%;
  margin: auto;
  margin-left: auto;
  text-align: center;
}
#notifyme .klaviyo-form.klaviyo-form.klaviyo-form:nth-child(2) p span {
  font-size: 16px !important;
  line-height: 22.4px !important;
}

.thanksmsg {
  background-color: brown !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: 0 !important;
}

@media only screen and (max-width: 600px) {
  [data-component=main-product] .product .product__info-wrapper .product__notify button {
    padding: 1.1em 0;
  }
  #notifyme .klaviyo-form.klaviyo-form.klaviyo-form {
    flex-direction: column;
    flex-direction: column;
  }
  #notifyme .kl-private-reset-css-Xuajs1 {
    display: grid !important;
    justify-content: center !important;
    padding-bottom: 2px !important;
    display: grid !important;
    justify-content: center !important;
    padding-bottom: 2px !important;
  }
  #notifyme button.needsclick {
    width: 100% !important;
    display: flex !important;
    min-width: 318px;
    margin: auto;
    align-items: center;
    justify-content: center !important;
    float: left !important;
    margin-left: -10px;
    width: 100% !important;
    display: flex !important;
    min-width: 318px;
    margin: auto;
    align-items: center;
    justify-content: center !important;
    float: left !important;
    margin-left: -10px;
  }
  [data-component=notify__overlay] .signup {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 2em auto;
    height: auto;
    margin: 0;
    flex-wrap: wrap;
    margin-bottom: 1em !important;
  }
  [data-component=notify__overlay] .inner {
    width: 100%;
    margin: auto;
    margin-bottom: 0 !important;
  }
  [data-component=notify__overlay] .inner .text * {
    max-width: 90%;
    margin: auto;
    font-size: 16px;
    color: #292626;
  }
  [data-component=notify__overlay] .inner .waitlist-form p {
    font-size: 11px;
    margin: auto;
    max-width: 90%;
    color: #292626;
    font-size: 11px;
    margin: auto;
    max-width: 90%;
    color: #292626;
  }
  [data-component=notify__overlay] .inner {
    width: 100%;
    margin: auto;
    margin-bottom: 0 !important;
  }
  [data-component=notify__overlay] .inner .text * {
    max-width: 90%;
    margin: auto;
    font-size: 16px;
    color: #292626;
    line-height: 140%;
  }
}
@media (max-width: 480px) {
  [data-component=notify__overlay] .inner {
    max-width: 100% !important;
  }
  #notifyme .klaviyo-form .kl-private-reset-css-Xuajs1 button {
    font-family: "Helvetica-Neue-Bold" !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    height: 50px !important;
    text-transform: uppercase !important;
    margin: 0 auto;
  }
  #notifyme .klaviyo-form .kl-private-reset-css-Xuajs1 input {
    width: 320px !important;
    font-size: 12px !important;
  }
  #notifyme .go3176171171 p span {
    flex-wrap: wrap !important;
    word-wrap: break-word !important;
  }
  #notifyme .go3176171171:nth-child(1) p span {
    font-size: 32px !important;
    line-height: 28.8px !important;
  }
  #notifyme .go3176171171:nth-child(2) p span {
    font-size: 16px !important;
    line-height: 22.4px !important;
  }
  #notifyme .klaviyo-form.klaviyo-form.klaviyo-form:nth-child(1) p span {
    font-size: 32px !important;
    line-height: 28.8px !important;
    display: block;
    width: 100%;
    margin: auto;
    margin-left: auto;
    text-align: center;
  }
  #notifyme .klaviyo-form.klaviyo-form.klaviyo-form:nth-child(2) p span {
    font-size: 16px !important;
    line-height: 22.4px !important;
  }
}
/** Klaviyo **/
@media (min-width: 25.875rem) {
  .klaviyo-form-SB6rmg .kl-private-reset-css-Xuajs1 {
    display: grid !important;
    justify-content: center !important;
    padding-bottom: 2px !important;
  }
}
.klaviyo-form-SB6rmg .kl-private-reset-css-Xuajs1 input {
  font-family: "Helvetica-Neue-Regular", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  background-color: white !important;
  padding: 0px 5px 0px 10px;
  caret-color: #292626 !important;
  font-size: 16px;
  line-height: 100%;
  color: var(--color-dark-grey) !important;
  border: none;
  border-radius: 0;
  width: 350px !important;
}
@media (min-width: 25.875rem) {
  .klaviyo-form-SB6rmg .kl-private-reset-css-Xuajs1 input {
    font-family: "Helvetica-Neue-Bold", sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
    width: 320px !important;
    font-size: 12px !important;
  }
}
.klaviyo-form-SB6rmg .kl-private-reset-css-Xuajs1 button {
  font-family: "Helvetica-Neue-Regular", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  height: 50px !important;
  width: 156px !important;
  background-color: var(--color-dark) !important;
  border: none !important;
  font-size: 14px !important;
  line-height: 17.09px !important;
  border-radius: 0 !important;
  float: right;
  color: white !important;
  text-transform: uppercase;
}
.klaviyo-form-SB6rmg .kl-private-reset-css-Xuajs1 button::-moz-placeholder {
  color: var(--color-dark);
  border: 1px solid #292626 !important;
}
.klaviyo-form-SB6rmg .kl-private-reset-css-Xuajs1 button::placeholder {
  color: var(--color-dark);
  border: 1px solid #292626 !important;
}
@media (min-width: 25.875rem) {
  .klaviyo-form-SB6rmg .kl-private-reset-css-Xuajs1 button {
    font-family: "Helvetica-Neue-Bold", sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 14px !important;
    height: 50px !important;
    width: 320px !important;
    padding: 0px !important;
    padding-top: 25px !important;
  }
}

[data-component=notify__overlay] .signup {
  width: 544px;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 25.875rem) {
  [data-component=notify__overlay] .signup {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 2em auto;
    height: auto;
    margin: 0;
    flex-wrap: wrap;
    margin-bottom: 1em !important;
  }
}
@media (min-width: 25.875rem) {
  [data-component=notify__overlay] .inner {
    max-width: 100% !important;
  }
}

.kl-private-reset-css-inner-Zxasda {
  border-radius: 0 !important;
  font-family: "Helvetica-Neue-Regular", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}

.kl-private-reset-css-Xuajs1 {
  border-radius: 0 !important;
  font-family: "Helvetica-Neue-Regular", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.kl-private-reset-css-Xuajs1 input:not([type=image])::-moz-placeholder {
  border-radius: 0 !important;
  font-family: "Helvetica-Neue-Regular", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.kl-private-reset-css-Xuajs1 input:not([type=image])::placeholder {
  border-radius: 0 !important;
  font-family: "Helvetica-Neue-Regular", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.kl-private-reset-css-Xuajs1 input:not([type]) {
  border-radius: 0 !important;
  font-family: "Helvetica-Neue-Regular", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.kl-private-reset-css-Xuajs1::before {
  border-radius: 0 !important;
  font-family: "Helvetica-Neue-Regular", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.kl-private-reset-css-Xuajs1::after {
  border-radius: 0 !important;
  font-family: "Helvetica-Neue-Regular", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.kl-private-reset-css-Xuajs1 input[type=text] {
  border-radius: 0 !important;
  font-family: "Helvetica-Neue-Regular", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  border-radius: 0 !important;
  border: 1px solid #292626 !important;
}
.kl-private-reset-css-Xuajs1 input[type=email] {
  border-radius: 0 !important;
  font-family: "Helvetica-Neue-Regular", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  color: var(--color-dark);
  border: 1px solid #292626 !important;
}
.kl-private-reset-css-Xuajs1 input[type=number] {
  border-radius: 0 !important;
  font-family: "Helvetica-Neue-Regular", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  color: var(--color-dark);
  border: 1px solid #292626 !important;
}
.kl-private-reset-css-Xuajs1 input[type=date] {
  border-radius: 0 !important;
  font-family: "Helvetica-Neue-Regular", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.kl-private-reset-css-Xuajs1 input[type=tel] {
  border-radius: 0 !important;
  font-family: "Helvetica-Neue-Regular", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.kl-private-reset-css-Xuajs1 input[type=text].focus {
  box-shadow: none !important;
}
.kl-private-reset-css-Xuajs1 input[type=text].active {
  box-shadow: none !important;
}

.go3602438199.go3602438199.go3602438199:hover {
  box-shadow: none !important;
}
.go3602438199.go3602438199.go3602438199 .focus {
  box-shadow: none !important;
}
.go3602438199.go3602438199.go3602438199 .active {
  box-shadow: none !important;
}
.go3602438199.go3602438199.go3602438199 .selected {
  box-shadow: none !important;
}

#notifyme button.needsclick {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  letter-spacing: -0.4px !important;
  font-size: 14px !important;
}
@media (min-width: 25.875rem) {
  #notifyme button.needsclick {
    width: 100% !important;
    display: flex !important;
    margin: auto;
    align-items: center;
    justify-content: center !important;
    float: left !important;
    margin-left: -10px;
  }
}
#notifyme .go3176171171 p {
  color: var(--color-dark-grey);
  text-align: center;
  display: flex;
  justify-content: center;
}
#notifyme .go3176171171 p span {
  color: var(--color-dark-grey);
  display: flex;
  justify-content: center;
  word-wrap: break-word !important;
  flex-wrap: wrap !important;
}
@media (min-width: 25.875rem) {
  #notifyme .go3176171171 p span {
    flex-wrap: wrap !important;
    word-wrap: break-word !important;
  }
}
#notifyme .go3176171171:nth-child(1) p span {
  font-size: 32px !important;
  line-height: 28.8px !important;
  display: flex;
  justify-content: center;
  word-wrap: break-word !important;
  flex-wrap: wrap !important;
}
@media (min-width: 25.875rem) {
  #notifyme .go3176171171:nth-child(1) p span {
    font-size: 32px !important;
    line-height: 28.8px !important;
  }
}
#notifyme .go3176171171:nth-child(2) p span {
  font-size: 16px !important;
  line-height: 22.4px !important;
  display: flex;
  justify-content: center;
  word-wrap: break-word !important;
  flex-wrap: wrap !important;
}
@media (min-width: 25.875rem) {
  #notifyme .go3176171171:nth-child(2) p span {
    font-size: 16px !important;
    line-height: 22.4px !important;
  }
}
@media (min-width: 25.875rem) {
  #notifyme .klaviyo-form.klaviyo-form.klaviyo-form {
    flex-direction: column;
  }
}
@media (min-width: 25.875rem) {
  #notifyme .klaviyo-form.klaviyo-form.klaviyo-form :nth-child(1) p span {
    font-size: 32px !important;
    line-height: 28.8px !important;
    display: block;
    width: 100%;
    margin: auto;
    margin-left: auto;
    text-align: center;
  }
}
@media (min-width: 25.875rem) {
  #notifyme .klaviyo-form.klaviyo-form.klaviyo-form :nth-child(2) p span {
    font-size: 16px !important;
    ine-height: 22.4px !important;
  }
}

@media (min-width: 25.875rem) {
  .thanksmsg {
    background-color: brown !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: 0 !important;
  }
}

/* clavio style */
/* ==== Edit By Dev 02 ==== */
@media (min-width: 60rem) {
  .text-image-module .container .column.text .inner p {
    line-height: 25.2px;
  }
}
.klaviyo-form-SB6rmg .kl-private-reset-css-Xuajs1 input {
  font-family: "Helvetica-Neue-Regular";
  background-color: #fff !important;
  padding: 0px 5px 0px 10px;
  caret-color: #292626 !important;
  font-size: 16px;
  line-height: 100%;
  color: #383838 !important;
  border: none;
  border-radius: 0;
  width: 350px !important;
}

.klaviyo-form-SB6rmg .kl-private-reset-css-Xuajs1 button {
  font-family: "Helvetica-Neue-Regular" !important;
  font-weight: 500 !important;
  height: 50px !important;
  width: 156px !important;
  background-color: #292626 !important;
  border: none !important;
  font-size: 14px !important;
  line-height: 17.09px !important;
  border-radius: 0 !important;
  float: right;
  color: white !important;
  text-transform: uppercase;
}

[data-component=notify__overlay] .signup {
  width: 544px;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.kl-private-reset-css-Xuajs1 input :not([type=image]) ::-moz-placeholder {
  border-radius: 0 !important;
  font-family: "Helvetica-Neue-Regular" !important;
  font-weight: 500 !important;
}

.kl-private-reset-css-inner-Zxasda, .kl-private-reset-css-Xuajs1 input :not([type=image]) ::placeholder, .kl-private-reset-css-Xuajs1 ::before, .kl-private-reset-css-Xuajs1 ::after, .kl-private-reset-css-Xuajs1 input:not([type]), .kl-private-reset-css-Xuajs1 input[type=text], .kl-private-reset-css-Xuajs1 input[type=email], .kl-private-reset-css-Xuajs1 input[type=number], .kl-private-reset-css-Xuajs1 input[type=date], .kl-private-reset-css-Xuajs1 input[type=tel], .kl-private-reset-css-Xuajs1 {
  border-radius: 0 !important;
  font-family: "Helvetica-Neue-Regular" !important;
  font-weight: 500 !important;
}

.kl-private-reset-css-Xuajs1 input[type=text] {
  border-radius: 0 !important;
  border: 1px solid #292626 !important;
}

.kl-private-reset-css-Xuajs1 input[type=text].focus, .kl-private-reset-css-Xuajs1 input[type=text].active {
  box-shadow: none !important;
}

.go3602438199.go3602438199.go3602438199:hover {
  box-shadow: none !important;
}

.go3602438199.go3602438199.go3602438199 .focus, .go3602438199.go3602438199.go3602438199 .active, .go3602438199.go3602438199.go3602438199 .selected {
  box-shadow: none !important;
}

.klaviyo-form-SB6rmg .kl-private-reset-css-Xuajs1 button::-moz-placeholder {
  color: #292626 !important;
  border: 1px solid #292626 !important;
}

.klaviyo-form-SB6rmg .kl-private-reset-css-Xuajs1 button::placeholder, .kl-private-reset-css-Xuajs1 input[type=email], .kl-private-reset-css-Xuajs1 input[type=number] {
  color: #292626 !important;
  border: 1px solid #292626 !important;
}

#notifyme .go3176171171 p {
  color: #000 !important;
  text-align: center;
  display: flex;
  justify-content: center;
}

#notifyme .go3176171171 p span {
  color: #000 !important;
  display: flex;
  justify-content: center;
  word-wrap: break-word !important;
  flex-wrap: wrap !important;
}

#notifyme .go3176171171:nth-child(1) p span {
  font-size: 32px !important;
  line-height: 28.8px !important;
  display: flex;
  justify-content: center;
  text-align: center;
  word-wrap: break-word !important;
  flex-wrap: wrap !important;
}

#notifyme .go3176171171:nth-child(2) p span {
  font-size: 16px !important;
  line-height: 22.4px !important;
  display: flex;
  justify-content: center;
  word-wrap: break-word !important;
  flex-wrap: wrap !important;
}

@media (max-width: 480px) {
  [data-component=notify__overlay] .inner {
    max-width: 100% !important;
  }
  #notifyme .klaviyo-form-SB6rmg .kl-private-reset-css-Xuajs1 button {
    font-family: "Helvetica-Neue-Bold" !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    height: 50px !important;
    width: 320px !important;
    padding: 0px !important;
  }
  #notifyme .klaviyo-form-SB6rmg .kl-private-reset-css-Xuajs1 input {
    width: 320px !important;
    font-size: 12px !important;
  }
  #notifyme .go3176171171 {
    /* min-height: 400px; */
    /* background-color: red; */
  }
  #notifyme .go3176171171 p span {
    flex-wrap: wrap !important;
    word-wrap: break-word !important;
  }
  #notifyme .go3176171171:nth-child(1) p span {
    font-size: 32px !important;
    line-height: 28.8px !important;
  }
  #notifyme .go3176171171:nth-child(2) p span {
    font-size: 16px !important;
    line-height: 22.4px !important;
  }
  #notifyme .klaviyo-form.klaviyo-form.klaviyo-form :nth-child(1) p span {
    font-size: 32px !important;
    line-height: 28.8px !important;
    display: block;
    width: 100%;
    margin: auto;
    margin-left: auto;
    text-align: center;
  }
  #notifyme .klaviyo-form.klaviyo-form.klaviyo-form :nth-child(2) p span {
    font-size: 16px !important;
    line-height: 22.4px !important;
  }
  /* .thanksmsg{
       background-color: brown !important;
       position: absolute !important;
       left: 0 !important;
       right: 0 !important;
       bottom: 0 !important;

       top: 0 !important;
  } */
}
@media only screen and (max-width: 600px) {
  #notifyme .klaviyo-form.klaviyo-form.klaviyo-form {
    flex-direction: column;
  }
  #notifyme .kl-private-reset-css-Xuajs1 {
    display: grid !important;
    justify-content: center !important;
    padding-bottom: 2px !important;
    /* text-align: center !important; */
  }
  [data-component=notify__overlay] .signup {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 2em auto;
    /* display:inline-flex; */
    /* width: 95vw; */
    height: auto;
    margin: 0;
    flex-wrap: wrap;
    margin-bottom: 1em !important;
  }
  #notifyme button.needsclick {
    width: 100% !important;
    display: flex !important;
    min-width: 318px;
    margin: auto;
    align-items: center;
    justify-content: center !important;
    float: left !important;
    margin-left: -10px;
  }
  [data-component=notify__overlay] .inner .text * {
    max-width: 90%;
    margin: auto;
    font-size: 16px;
    color: #292626;
  }
  [data-component=notify__overlay] .inner .waitlist-form p {
    font-size: 11px;
    margin: auto;
    max-width: 90%;
    color: #292626;
  }
  [data-component=notify__overlay] .inner {
    width: 100%;
    margin: auto;
    margin-bottom: 0 !important;
  }
}
[data-component=notify__overlay] .inner {
  width: 100%;
  margin: auto;
}

#notifyme button.needsclick {
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  letter-spacing: -0.4px !important;
  font-size: 14px !important;
}

[data-component=main-product] .product .product__info-wrapper .product__info-container .product__description {
  border-top-width: 1.29px;
  border-bottom-width: 1.29px;
  color:#292926;
}

@media (min-width: 1025px) {
  [data-component=main-product] .product .product__info-wrapper .product-info-wrapper {
    margin-right: 0;
  }
}
@media (min-width: 96rem) {
  [data-component=main-product] .product .product__info-wrapper .product-info-wrapper {
    margin-right: 0;
  }
}
/* ==== Edit By Dev 02 End ==== */
.shopify-policy__container {
  padding: 3rem 3rem;
  max-width: 100%;
  margin: 0 auto;
  background: var(--footer-text-color);
}
@media (min-width: 1025px) {
  .shopify-policy__container {
    padding: 3rem 7rem;
  }
}
.shopify-policy__container h1 {
  text-align: left;
  text-transform: uppercase;
  font-size: var(--28px);
  margin-bottom: 2rem;
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
@media (min-width: 1025px) {
  .shopify-policy__container h1 {
    font-size: var(--30px);
  }
}
.shopify-policy__container h3 {
  font-size: var(--18px);
  margin-top: 2rem;
  font-family: "Helvetica-Neue-Medium", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
@media (min-width: 1025px) {
  .shopify-policy__container h3 {
    font-size: var(--20px);
  }
}
.shopify-policy__container p {
  font-family: "Helvetica-Neue-Light", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: var(--14px);
}
@media (min-width: 1025px) {
  .shopify-policy__container p {
    font-size: var(--16px);
  }
}
.shopify-policy__container p:first-of-type {
  margin-top: 1rem;
}
.shopify-policy__container ul {
  font-family: "Helvetica-Neue-Light", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  list-style-type: disc;
  margin-top: 1em;
  font-size: var(--14px);
}
@media (min-width: 1025px) {
  .shopify-policy__container ul {
    font-size: var(--16px);
  }
}
.shopify-policy__container ul li {
  margin-left: 1em;
  margin-bottom: 0.5em;
}
.shopify-policy__container ul li:last-of-type {
  margin-left: 1em !important;
}

@media (min-width: 1025px) {
  body[data-page-template=cart] #MainContent {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
}
@media (min-width: 1025px) {
  body[data-page-template=cart] #shopify-section-template--18578717311292__cart-items, body[data-page-template=cart] #shopify-section-template--18578717311292__cart-footer {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 90rem) {
  body[data-page-template=cart] #shopify-section-template--18578717311292__cart-items, body[data-page-template=cart] #shopify-section-template--18578717311292__cart-footer {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
body[data-page-template=cart] .content-for-layout {
  background-color: var(--footer-text-color);
  padding: 0 1rem;
}
body[data-page-template=cart] .content-for-layout cart-items .title-wrapper-with-link {
  margin: 2rem 0;
}
body[data-page-template=cart] .content-for-layout cart-items .title-wrapper-with-link h1 {
  text-transform: uppercase;
  letter-spacing: var(---4);
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
body[data-page-template=cart] .content-for-layout cart-items .cart__empty-text h1.cart__empty-text {
  text-transform: uppercase;
  letter-spacing: var(---4);
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
body[data-page-template=cart] .content-for-layout cart-items .cart__contents .cart__items {
  padding-bottom: 2.5rem;
}
body[data-page-template=cart] .content-for-layout cart-items .cart__contents .cart__items .cart-items thead th {
  opacity: 0.75;
  font-size: var(--12px);
  letter-spacing: var(--4);
  padding-bottom: 0.8rem;
}
body[data-page-template=cart] .content-for-layout cart-items .cart__contents .cart__items .cart-items thead tr {
  margin-bottom: 3rem;
}
@media (min-width: 41.688rem) {
  body[data-page-template=cart] .content-for-layout cart-items .cart__contents .cart__items .cart-items tbody .cart-item td {
    padding-top: 3rem;
  }
}
body[data-page-template=cart] .content-for-layout cart-items .cart__contents .cart__items .cart-items tbody .cart-item > td + td {
  padding-left: 2rem;
}
@media (min-width: 1025px) {
  body[data-page-template=cart] .content-for-layout cart-items .cart__contents .cart__items .cart-items tbody .cart-item .cart-item__media {
    width: 10rem;
  }
}
body[data-page-template=cart] .content-for-layout cart-items .cart__contents .cart__items .cart-items tbody .cart-item .cart-item__media .cart-item__image-container .cart-item__image {
  width: 110px;
}
@media (min-width: 1025px) {
  body[data-page-template=cart] .content-for-layout cart-items .cart__contents .cart__items .cart-items tbody .cart-item .cart-item__media .cart-item__image-container .cart-item__image {
    width: 130px;
  }
}
body[data-page-template=cart] .content-for-layout cart-items .cart__contents .cart__items .cart-items tbody .cart-item .cart-item__details {
  padding-left: 0;
}
@media (min-width: 48rem) {
  body[data-page-template=cart] .content-for-layout cart-items .cart__contents .cart__items .cart-items tbody .cart-item .cart-item__details {
    padding-left: 1em;
  }
}
body[data-page-template=cart] .content-for-layout cart-items .cart__contents .cart__items .cart-items tbody .cart-item .cart-item__details .cart-item__name {
  font-size: 16px;
}
@media (min-width: 1025px) {
  body[data-page-template=cart] .content-for-layout cart-items .cart__contents .cart__items .cart-items tbody .cart-item .cart-item__details .cart-item__name {
    font-size: 18px;
    margin-top: 1rem;
  }
}
body[data-page-template=cart] .content-for-layout cart-items .cart__contents .cart__items .cart-items tbody .cart-item .cart-item__details .product-option {
  display: none;
  font-size: 12px;
  opacity: 0.5;
}
@media (min-width: 1025px) {
  body[data-page-template=cart] .content-for-layout cart-items .cart__contents .cart__items .cart-items tbody .cart-item .cart-item__details .product-option {
    font-size: 14px;
  }
}
body[data-page-template=cart] .content-for-layout cart-items .cart__contents .cart__items .cart-items tbody .cart-item .cart-item__totals .cart-item__price-wrapper .price {
  font-size: 16px;
  letter-spacing: var(---4);
}
@media (min-width: 1025px) {
  body[data-page-template=cart] .content-for-layout cart-items .cart__contents .cart__items .cart-items tbody .cart-item .cart-item__totals .cart-item__price-wrapper .price {
    font-size: 18px;
  }
}
body[data-page-template=cart] .content-for-layout cart-items .cart__contents .cart__items .cart-items tbody .cart-item .cart-item__quantity {
  padding-left: 0;
}
body[data-page-template=cart] .content-for-layout cart-items .cart__contents .cart__items .cart-items tbody .cart-item .cart-item__quantity .cart-item__quantity-wrapper .cart-quantity {
  width: 50%;
  height: 48px;
}
body[data-page-template=cart] .content-for-layout cart-items .cart__contents .cart__items .cart-items tbody .cart-item .cart-item__quantity .cart-item__quantity-wrapper .cart-quantity button {
  color: var(--global-header-dark-color);
}
body[data-page-template=cart] .content-for-layout cart-items .cart__contents .cart__items .cart-items tbody .cart-item .cart-item__quantity .cart-item__quantity-wrapper .cart-quantity button.quantity__button {
  width: auto;
  height: auto;
  padding: 0 0.5em;
}
body[data-page-template=cart] .content-for-layout cart-items .cart__contents .cart__items .cart-items tbody .cart-item .cart-item__quantity .cart-item__quantity-wrapper .cart-quantity .quantity__input {
  padding: 0.75rem 0.5rem;
}
body[data-page-template=cart] .content-for-layout cart-items .cart__contents .cart__items .cart-items tbody .cart-item cart-remove-button {
  margin-left: 2rem;
}
body[data-page-template=cart] .content-for-layout cart-items .cart__contents .cart__items .cart-items tbody .cart-item cart-remove-button .button {
  min-width: 1.2em;
  min-height: auto;
  align-self: center;
  padding: 0;
  margin: 0;
  border: none;
}
body[data-page-template=cart] .content-for-layout .cart__footer {
  padding: 2rem 0 4rem 0;
}
body[data-page-template=cart] .content-for-layout .cart__footer .cart__blocks .totals .totals__subtotal {
  font-size: 16px;
  letter-spacing: var(---4);
}
@media (min-width: 1025px) {
  body[data-page-template=cart] .content-for-layout .cart__footer .cart__blocks .totals .totals__subtotal {
    font-size: 18px;
  }
}
body[data-page-template=cart] .content-for-layout .cart__footer .cart__blocks .totals .totals__subtotal-value {
  font-size: 16px;
  letter-spacing: var(---4);
  margin-left: 1rem;
}
@media (min-width: 1025px) {
  body[data-page-template=cart] .content-for-layout .cart__footer .cart__blocks .totals .totals__subtotal-value {
    font-size: 18px;
  }
}
body[data-page-template=cart] .content-for-layout .cart__footer .cart__blocks .tax-note {
  opacity: 0.5;
}
body[data-page-template=cart] .content-for-layout .cart__footer .cart__blocks .cart__ctas .button {
  margin-left: auto;
  margin-right: auto;
}
body[data-page-template=search] #MainContent {
  background-color: var(--footer-text-color);
}
body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main {
  padding: 2rem;
  /* component-grid */
}
@media (min-width: 1025px) {
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 90rem) {
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .template-search__header h1 {
  text-transform: uppercase;
  letter-spacing: var(---4);
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .template-search__header .template-search__search {
  /**
  .field {
  	position: relative;
      width: 100%;
      display: flex;
      transition: box-shadow var(--duration-short) ease;
      .field__input {
      	flex-grow: 1;
  					text-align: left;
      }
      .search__input {
  		position: relative;
  	    border-bottom: 1px solid var(--global-header-dark-color);
  	    width: 90%;
  	    padding: 0.5rem 0;
  	}
  	.field__label {
  		display: none;
  	}
  	.field__button {
  		align-items: center;
  	    background-color: transparent;
  	    border: 0;
  	    color: currentColor;
  	    cursor: pointer;
  	    display: flex;
  	    height: 4.4rem;
  	    justify-content: center;
  	    overflow: hidden;
  	    padding: 0;
  	    position: absolute;
  	    right: 0;
  	    top: 0;
  	    width: 4.4rem;
  	}
  }
  **/
}
body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .template-search__header .template-search__search .field {
  display: flex;
  border-bottom: 1px solid var(--global-header-dark-color);
  padding: 0 0 0.5rem;
}
body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .template-search__header .template-search__search .field input.search__input {
  flex: 1;
  padding: 0;
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: var(--22px);
  letter-spacing: var(---5);
  text-transform: uppercase;
}
body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .template-search__header .template-search__search .field input.search__input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .template-search__header .template-search__search .field input.search__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .template-search__header .template-search__search .field input.search__input::-webkit-search-decoration, body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .template-search__header .template-search__search .field input.search__input::-webkit-search-cancel-button, body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .template-search__header .template-search__search .field input.search__input::-webkit-search-results-button, body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .template-search__header .template-search__search .field input.search__input::-webkit-search-results-decoration {
  display: none;
}
body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .template-search__header .template-search__search .field .field__label {
  display: none;
}
body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .template-search__header .template-search__search .field button {
  display: block;
}
body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .template-search__header .template-search__search .field button.search__button {
  padding-right: 0.8rem;
}
body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .template-search__header .template-search__search .field button.search__button svg {
  width: 14px;
  height: 14px;
}
@media (min-width: 1025px) {
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .template-search__header .template-search__search .field button.search__button svg {
    width: 18px;
    height: 18px;
  }
}
body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .template-search__header .template-search__search .field button[type=reset] svg {
  display: none;
  width: 14px;
  height: 14px;
  fill: var(--global-header-dark-color);
}
body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .card-wrapper .card {
  background: transparent;
  border-radius: unset;
  border: none;
}
body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .card-wrapper .card .card__inner .card__content {
  display: none;
}
body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .card-wrapper .card .card__content .card__information {
  padding: 1rem 0.5rem;
}
body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .card-wrapper .card .card__content .card__information .card__heading {
  letter-spacing: var(---4);
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .card-wrapper .card .card__content .card__information .card__description p {
  font-family: "Helvetica-Neue-Light", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: var(--16px);
  line-height: 140%;
}
body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .card-wrapper .card .card__content .card__information .price {
  font-size: var(--18px);
  letter-spacing: 0;
  font-family: "Helvetica-Neue-Bold", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  margin: 1rem 0;
}
body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  -moz-column-gap: var(--grid-mobile-horizontal-spacing);
       column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}
@media screen and (min-width: 750px) {
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .grid {
    -moz-column-gap: var(--grid-desktop-horizontal-spacing);
         column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}
body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .grid:last-child {
  margin-bottom: 0;
}
body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(100% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}
@media screen and (min-width: 750px) {
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}
body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .grid--gapless.grid {
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}
@media screen and (max-width: 749px) {
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}
body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}
body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}
@media screen and (min-width: 750px) {
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}
body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}
@media screen and (min-width: 750px) {
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}
@media screen and (max-width: 989px) {
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
}
@media screen and (min-width: 990px) {
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}
@media screen and (min-width: 990px) {
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .grid--1-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 749px) {
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main {
    /* Fix to show some space at the end of our sliders in all browsers */
  }
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .grid--peek .grid__item {
    min-width: 35%;
  }
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .grid--peek.slider .grid__item:first-of-type {
    margin-left: 1.5rem;
  }
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .grid--peek.slider:after {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .grid--2-col-tablet-down .grid__item {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) / 2);
  }
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .slider--tablet.grid--peek .grid__item:first-of-type {
    margin-left: 1.5rem;
  }
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  body[data-page-template=search] #MainContent #shopify-section-template--18578717147452__main .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
}
.mega_menu_master{
  position: absolute;
  padding: 1rem 1.5rem;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  visibility: hidden;
  background-color: #fff;
  min-height: 262px;
  max-height: max-content;
  border-bottom:1px solid black;
}
@media  (min-width: 1025px){
  .mega_menu_master{
    padding: 0 2rem;
    padding-right: 0;
  }
}
@media  (min-width: 73.75rem){
  .mega_menu_master{
    padding: 0 5rem;
    padding-right: 0;
  }
}
@media  (min-width: 73.75rem){
  .mega_menu_master{
    padding: 0 64px;
    padding-right: 0;
  }
}
.mega_menu_inner{
  display: flex;
  width: 100%;
}
.mega_menu_menu, .mega_menu_img{
  width:100%;
  max-width:50%;
}
.mega-menu-show{
  visibility: visible;
}
.mega_menu_menu{
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  align-content:center;
}
.child_heading{
  font-size: 32px;
  font-family: 'Helvetica-Neue-Medium';
  line-height: 38.4px;
  text-transform: uppercase;
}
.mega_menu_menu span{
  font-size: 16px;
  line-height: 17.6px;
  color: #757575;
  font-family: 'Helvetica-Neue-Regular';
}
.mega_menu_links{
  margin-top: 10px;
}
.mega_menu_links a{
  display: block;
  padding: 14px 0;
  text-decoration: none;
  font-family: 'Helvetica-Neue-Regular';
  font-size: 18px;
  font-weight:500;
  line-height: 18.7px;
  color:black;
}
.mega_menu_links a span{
  font-size: 18px;
  line-height: 17.6px;
  color: black;
  font-family: 'Helvetica-Neue-Regular';
  font-weight:100;
  padding-left: 8px;
}
.mega_menu_img{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 262px;
  background-size: 100% 100%;
}

@media (max-width:1024px){
  .mega_menu_master{
    display:none;
  }
  .shopify-section-group-header-group [data-component=global-header] button[data-component=nav-toggle] svg{
    color:#1C1B1F;
  }
}
.shopify-section-group-header-group [data-component=global-header] button[data-component=nav-toggle].is-active{
  position:unset;
  z-index: 2;
}
.shopify-section-group-header-group [data-component=global-header] button[data-component=nav-toggle].is-active .close{
    left: unset;
    right: 24%;
}
@media (min-width:1025px){
  .mobile-only{
    display: none;
  }
  .mobileshopbtn{
    display:none;
  }
  .shopify-section-group-header-group [data-component=global-header] .mobile_navigation[data-component=navigation]{display:none;}
}
@media (max-width:1024px){
  a.mobileshopbtn {
    color: white;
    text-decoration: none;
    background: #262322;
    width: 100%;
    padding: 10px;
    text-align: center;
    margin-top: auto;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 24px;
    letter-spacing: 0.48px;
    font-family: Helvetica-Neue-Bold, sans-serif !important;
    min-height: 50px;
    align-items: center;
}
  .child_link_list.mobile-only {
    display: block !important;
        height: auto !important;
}
  li.navigation-link .child_link_list.mobile-only {
    display: none !important;
}
li.navigation-link.menu-activated-class .child_link_list.mobile-only {
    display: block !important;
  padding-left:8px;
}
li.navigation-link.menu-activated-class svg.mobile-only.plus-add {
    display: none;
}
 li.navigation-link.menu-activated-class svg.mobile-only.remove-close {
    display: block;
   color:#1C1B1F;
}
  
  div[data-component="navigation"] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
  
  .nav-open div[data-component="logo"]{
    transform: translate(22px) !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 2 !important;
  }
  body.nav-open .shopify-section-group-header-group [data-component=global-header] [data-component=navigation]{
    z-index: 1;
  }
  .shopify-section-group-header-group [data-component=global-header] [data-component=navigation] nav{
    margin: 73px 0 0;
    
  }
  .shopify-section-group-header-group [data-component=global-header] [data-component=navigation] nav ul{
    gap:0;
  }
  .shopify-section-group-header-group [data-component=global-header] [data-component=navigation] nav ul li{
    border-top: 1px solid #CCCCCC;
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color:#000;
  }
  /* .shopify-section-group-header-group [data-component=global-header] [data-component=navigation] nav ul .last-li-nav-m{
    border-bottom: 1px solid #CCCCCC;
  } */
  .shopify-section-group-header-group [data-component=global-header] [data-component=navigation] nav ul li.menu-activated-class:last-child {
    border-bottom: 1px solid #CCC;
}
  .shopify-section-group-header-group [data-component=global-header] [data-component=navigation] nav ul li.navigation-link-n{
    display:none;
  }

  .shopify-section-group-header-group [data-component=global-header] [data-component=navigation] nav ul li .child_link_list li span{
    color:#000;
  }
  .shopify-section-group-header-group [data-component=global-header] [data-component=navigation] nav ul li.navigation-link a span{
    font-family: 'Helvetica-Neue-Regular';
    font-size: 14px;
    display: inline;
    padding-left: 9px;
    letter-spacing: 0;
  }
  .shopify-section-group-header-group [data-component=global-header] [data-component=navigation] nav ul li a{
    font-size: 18px;
    letter-spacing: 0;
  }
  .shopify-section-group-header-group [data-component=global-header] [data-component=navigation]{
    padding: 0 16px;
  }
  .desktop-only{
    display: none;
  }
  .mobile-only.toggle-menu-hide{
    display: none;
  }
  .navigation-link svg{
    cursor: pointer;
  }
  .child_link_list{
    display: none;
    width: 100%;
  }
  .shopify-section-group-header-group [data-component=global-header] [data-component=navigation] nav ul li .child_link_list li{
    padding:20px 0 0;
    border: unset;
  }
  .shopify-section-group-header-group [data-component=global-header] [data-component=navigation] nav ul li .child_link_list ul li:last-child{
    padding:20px 0 0;
  }
  .shopify-section-group-header-group [data-component=global-header] [data-component=navigation] nav ul li .child_link_list ul li a{
        font-size: 14px !important;
        flex: 1 0 auto;
  }
  header a.mobileshopbtn {
    font-size:18px;
        padding: 14.5px 10px;
  }
  .shopify-section-group-header-group [data-component=global-header] [data-component=navigation] nav ul li a:hover{
  border-bottom: 0px solid;
}
  .shopify-section-group-header-group [data-component=global-header] .desktop_navigation[data-component=navigation]{display:none;}
    .shopify-section-group-header-group [data-component=global-header] .mobile_navigation[data-component=navigation]{display:flex;}
}
@media (max-width:550px){
  .shopify-section-group-header-group [data-component=global-header] [data-component=navigation]{
    width:100%;
  }
  .shopify-section-group-header-group [data-component=global-header] button[data-component=nav-toggle].is-active .close{
    right: 4%;
  }
}
/* authors css  */
.author-main-info img {
    width: 30px;
    height: 29px;
}
 
          .author-main-info {
            display: flex;
            gap: 10px;
            align-items: center;
          }
.author-main-info span{
  color:black !important;
}
  
/* authors css  */


     .revieees-stars {
        width: 90px;
      }
      .revieees-stars svg {
        width: 100%;
      }
      .revieees-head p {
        /* font-family: Helvetica-Neue-Bold,sans-serif!important; */
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 0.02rem;
        text-align: left;
        font-weight: 700;
         font-family: "Helvetica-Bold";
      }
      .revieeews-paragraph {
        font-family: "Helvetica";
        
        line-height: 140%;
        letter-spacing: 0.02rem;
        text-align: left;
      }
      .revieeews-title h2 {
        /* font-family: Helvetica-Neue-Bold,sans-serif!important; */
         font-family: "Helvetica-Bold";
        font-size: 14px;
        font-weight: 700;
        line-height: 16.1px;
        letter-spacing:  0.14px;
        text-align: center;
      }
      .custom-wrapper-revieees {
        display: flex;
        flex-direction: column;
        gap: 0.8125rem;
        padding: 10px;
      }
   .custom-revieees {
    border-top: 1px solid black;
    margin: 16px 0;
     line-height: 1px;
}
      .revieeews-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
      .title-eee {
        font-family: "Helvetica";
        font-size: 14px;
        font-weight: 400;
        line-height: 13.8px;
        letter-spacing: 0.14px;
        text-align: center;
      }
      
      .verified-revieees {
        display: flex;
        align-items: center;
        gap: 3px;
      }
.product__description h4 {
    font-size: 24px !important;
}
.ma-price-details .ma-details{
  font-size:16px;
}
 [data-component=main-product] .product .product__info-wrapper .product__info-container .cont-desc3.withparent-two-img {
    flex-direction: column;
} 
[data-component=main-product] .product .product__info-wrapper .product__info-container .cont-desc3 .product__description3 {
   color: #292926;
    font-family: "Helvetica-Bold" !important;
    font-size: 18px;
    font-weight: 700 !important;
    line-height: 140%;
}
[data-component=main-product] .product .product__info-wrapper .product__info-container .cont-desc3.withparent-two-img .product__description3 {
    width: 100%;
   
}
 [data-component=main-product] .product .product__info-wrapper .product__info-container .cont-desc3 .seal-nb.with-two-image {
    width: 100%;
    gap: 18.2px;
    position: relative;
   justify-content: start;
    margin-bottom: 32px;
}
[data-component=main-product] .product .product__info-wrapper .product__info-container .cont-desc3 .seal-nb img{
    max-width: 126px;
  aspect-ratio:1 / 1;
} 

#borderr{
border-bottom: 1px solid;
    margin: 2rem 0rem 0;
    opacity: 1;
}
[data-component=main-product] .product .product__info-wrapper .product__info-container .product__description * li{
  font-size:16px;
}
.product .product__description.rte .pdp-font-20,.product .product__description.rte .pdp-font-20 * {
    font-size: 20px !important;
}
.product .product__description.rte .pdp-font-16,.product .product__description.rte .pdp-font-16 *{
  font-size: 16px !important;
}
@media(max-width:749px){
   .product__description h4 {  font-size: 20px !important;}
  [data-component=main-product] .product .product__info-wrapper .product__info-container .cont-desc3 .seal-nb img {    max-width: 104.906px;}
  [data-component=main-product] .product .product__info-wrapper .product__info-container .cont-desc3 .product__description3{font-size:16px;}
  [data-component=main-product] .product .product__info-wrapper .product__info-container .cont-desc3.withparent-two-img .product__description3{width:100%;}
  [data-component=main-product] .product .product__info-wrapper .product__info-container .product__title_wrapper {    display: block;}
  [data-component=main-product] .product .product__info-wrapper .product__info-container .product__title_wrapper .product__fill_weight { text-align: left;}
  [data-component=main-product] .product .product__info-wrapper .product__info-container .product__description * li {    font-size: 16px;}
  [data-component=main-product] .product .product__info-wrapper .product__info-container .cont-desc3 .seal-nb.with-two-image{margin-bottom:24px;    gap: 15.2px;}
  .product__info-container .buy-buttons-container .button { padding: 16px;}
  [data-component=main-product] .product .product__info-wrapper .product__info-container .product__below_cta_copy{font-size:16px;}

.product .product__description.rte .pdp-font-20,.product .product__description.rte .pdp-font-20 * {font-size: 18px !important;}
.product .product__description.rte .pdp-font-16,.product .product__description.rte .pdp-font-16 *{font-size: 16px !important;}
}


/* blog detail page */
.article-column {
    max-width: 840px;
    margin: 0 auto;
}
.image-blog-data.image-left-blog {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    margin: 32px 0;
}
.blog-image {
    max-width:calc(50% - 16px);
    width:calc(50% - 16px);
}
.blog-data {
    max-width:calc(50% - 16px);
    width:calc(50% - 16px);
}
.blog-data h2{
    margin-top:0 !important; 
    margin-bottom:24px !important;
}
.image-blog-data.image-left-blog.flex-center-div {
    align-items: center;
}
img.aspect-ratio-1{
    aspect-ratio: 1 / 0.535;
    object-fit: cover;
}
img.aspect-ratio-2{
    padding-inline: 88px;
    aspect-ratio: 1 / 0.85;
}
img.responsive-asp-2 {
    aspect-ratio: 1 / 0.69;
}
img.mobile-img{
    display:none !important;
}
div.image-slider-blog {
    overflow-x: auto;
}
div.image-slider-blog img{
    width: 740px !important;
    white-space: nowrap;
    max-width: 740px !important;
     min-height: 247px;   
}
div.image-slider-blog::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 90px;
}
div.image-slider-blog::-webkit-scrollbar{
    border-radius: 90px;
	height: 5px;
	background-color: rgba(0, 0, 0, 0.20);;
}


/* 01/04/2025 */
.mega_menu_master{padding:0;}
.mega_menu_menu{padding-left:48px;padding-right:48px;}
.mega_menu_links a{padding:16px 0;}
.mega_menu_links a:last-child{padding-bottom:0;}
.mega_menu_links{margin-top:16px;}
@media(min-width:1025px){
.mega-products {display: flex;grid-template-columns: repeat(auto-fill, minmax(238px, 1fr));gap: 2px;height: 100%;}
  .mega_menu_img img{object-fit: cover;}
.mega-products .single_item {position: relative;flex:1;}
.mega-products .single_item a {position: absolute;top: auto;bottom: 0;font-size: 13px;font-weight: 400;line-height: 110%;text-transform: uppercase;color: #000;left: auto;
        right: auto;width: 100%;text-align: center;max-width: 100%;padding: 12px;height: 100%;display: flex;justify-content: center;align-items: flex-end;}
}
@media(max-width:1199px){
img.aspect-ratio-2 {padding-inline: 32px;}
}
@media(max-width:991px){
.image-blog-data.image-left-blog {flex-direction: column;gap: 28px;}
.image-blog-data.image-left-blog {margin: 24px 0;}
.blog-image, .blog-data {max-width: 100%;width: 100%;}
.image-blog-data.image-left-blog.colum-rev-responsive{flex-direction: column-reverse;}
div.image-slider-blog img{padding-bottom: 24px;width: 990px !important;white-space: nowrap;max-width: 990px !important;}
}
@media(max-width:749px){
.article-column{padding:0 16px !important;}
img.aspect-ratio-2 {padding-inline: 16px;aspect-ratio: 1 / 1;}
img.responsive-asp-1{aspect-ratio:1 / 1;object-fit: cover;}
img.responsive-asp-2 {aspect-ratio: 1 / 0.78;object-fit: cover;}
img.aspect-ratio-1 {aspect-ratio: 1 / 1;}
img.mobile-img{display:block !important;}
img.desktop-img{display:none !important;}

}
@media(max-width:576px){
div.image-slider-blog img {height: 352px;}
}

@media(max-width:359px){
  .announsment-bar-new .mobile-text-a{font-size:12px;}
}
 /* @media only screen and (min-width: 1023px) and (max-width: 1024px)  {
   .shopify-section-group-header-group [data-component=global-header] button[data-component=nav-toggle]{
     display:block;
   }
   .shopify-section-group-header-group [data-component=global-header] [data-component=navigation]{
         position: fixed;
    top: 0;
    left: 0;
    width: 80vw;
    height: 100%;
    background-color: #fff;
    color: var(--global-header-dark-color);
    padding: 0 1.5rem;
    box-sizing: border-box;
    transition: .5s;
    transform: translate(-100%);
    will-change: transform;
    right: 1em;
     margin-left:0;
   }
   .shopify-section-group-header-group [data-component=global-header] {
    padding: 1rem 1.5rem;
     border-bottom:0;
 } */
}*/