/** Shopify CDN: Minification failed

Line 11425:17 Expected "}" to go with "{"

**/
:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
  --focused-base-outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  --focused-base-outline-offset: 0.3rem;
  --focused-base-box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
  --header-height: 115px;
}
html {
  scroll-behavior: smooth;
  padding-bottom: 0 !important;
}
body {
  overflow-x: hidden;
}


label.variant-images-selectable img {         background: #eaebeb; }


body,
* {
  font-family: "GeneralSans" !important;
}

img { height:auto;}

[role="main"] .shopify-section:first-child {
  --section-is-first: 1;
}

.product-card-wrapper .card,
.contains-card--product {
  --border-radius: var(--product-card-corner-radius);
  --border-width: var(--product-card-border-width);
  --border-opacity: var(--product-card-border-opacity);
  --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--product-card-shadow-blur-radius);
  --shadow-opacity: var(--product-card-shadow-opacity);
  --shadow-visible: var(--product-card-shadow-visible);
  --image-padding: var(--product-card-image-padding);
  --text-alignment: var(--product-card-text-alignment);
}

.collection-card-wrapper .card,
.contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --border-width: var(--collection-card-border-width);
  --border-opacity: var(--collection-card-border-opacity);
  --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
  --shadow-opacity: var(--collection-card-shadow-opacity);
  --shadow-visible: var(--collection-card-shadow-visible);
  --image-padding: var(--collection-card-image-padding);
  --text-alignment: var(--collection-card-text-alignment);
}

.article-card-wrapper .card,
.contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --border-width: var(--blog-card-border-width);
  --border-opacity: var(--blog-card-border-opacity);
  --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
  --shadow-opacity: var(--blog-card-shadow-opacity);
  --shadow-visible: var(--blog-card-shadow-visible);
  --image-padding: var(--blog-card-image-padding);
  --text-alignment: var(--blog-card-text-alignment);
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
  --shadow-visible: var(--text-boxes-shadow-visible);
}

.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
  --shadow-visible: var(--media-shadow-visible);
}

/* base */

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

body:has(.section-header .drawer-menu) .announcement-bar-section .page-width {
  max-width: 100%;
}

.page-width.drawer-menu {
  max-width: 100%;
}

.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}

.utility-bar__grid.page-width {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }

  .header.page-width,
  .utility-bar__grid.page-width {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .page-width--narrow {
    padding: 0 9rem;
  }

  .page-width-desktop {
    padding: 0;
  }

  .page-width-tablet {
    padding: 0 5rem;
  }
}

@media screen and (min-width: 990px) {
  .header:not(.drawer-menu).page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
}

.isolate {
  position: relative;
  z-index: 0;
}

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}

@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}

.element-margin-top {
  margin-top: 5rem;
}

@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.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;
}

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

.overflow-hidden {
  overflow: hidden;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

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

::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}

.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

.hxxl {
  font-size: clamp(
    calc(var(--font-heading-scale) * 5.6rem),
    14vw,
    calc(var(--font-heading-scale) * 7.2rem)
  );
  line-height: 1.1;
}

.hxl {
  font-size: calc(var(--font-heading-scale) * 5rem);
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
}

@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 6.2rem);
  }
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 5.2rem);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.6rem);
  }
}

h6,
.h6 {
  color: rgba(var(--color-foreground), 0.75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

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;
  }
}

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
}

.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: 0.16rem;
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

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

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;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

.link,
.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: "\2022";
  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-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extra-longer: 750ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow)
    forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

.underlined-link,
.customer a,
.inline-richtext a {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
}

.inline-richtext a,
.rte.inline-richtext a {
  color: currentColor;
}

.underlined-link:hover,
.customer a:hover,
.inline-richtext 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: var(--focused-base-outline);
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused {
  outline: var(--focused-base-outline);
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}

/*
  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 {
  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);
}

/*
  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 {
  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);
}

/* 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 {
  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;
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

.grid:last-child {
  margin-bottom: 0;
}

.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .slider.slider--tablet .scroll-trigger.animate--slide-in,
  .slider.slider--mobile .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--tablet {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .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);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .slider.slider--desktop .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--desktop {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid--1-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .grid--peek .grid__item {
    min-width: 35%;
  }

  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .grid--peek.slider:after {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .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) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
}

/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}

/* component-button */
/* Button - default */

.button--secondary,
.button--tertiary {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
}

.button--tertiary {
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role="button"],
.cart__dynamic-checkout-buttons [role="button"],
.cart__dynamic-checkout-buttons iframe {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(
    --buttons-border-offset
  ); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}

.shopify-payment-button__button--branded {
  z-index: auto;
}

.cart__dynamic-checkout-buttons iframe {
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset)
    var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity));
}

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before,
.shopify-payment-button [role="button"]:before,
.cart__dynamic-checkout-buttons [role="button"]:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset)
    var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity));
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: "";
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width)
      rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px)
      rgba(var(--color-button), var(--alpha-button-background));
}

.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role="button"]:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role="button"]:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(
    .focused
  ),
.shopify-payment-button
  [role="button"]:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.button--small {
  padding: 1.2rem 2.6rem;
}

/* Button - other */

.button:disabled,
.button[aria-disabled="true"],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled="true"],
.customer button.disabled,
.quantity__button.disabled {
  /* cursor: not-allowed; */
  /* opacity: 0.5; */
}

.button--full-width {
  display: flex;
  width: 100%;
}

.button.loading {
  color: transparent;
  position: relative;
}

@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}

.button.loading > .loading__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.button.loading > .loading__spinner .spinner {
  width: fit-content;
}

.button.loading > .loading__spinner .path {
  stroke:#fff;
}

/* Button - social share */

.share-button {
  display: block;
  position: relative;
}

.share-button details {
  width: fit-content;
}

.share-button__button {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
  min-height: 4.4rem;
}

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  min-width: 1.3rem;
}

.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}

.share-button__fallback:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width)
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset)
    var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius)
    rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}

.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.share-button__fallback button:hover svg {
  transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.field:not(:focus-visible):not(.focused)
  + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused)
  + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}

.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

.share-button__fallback .field__input:hover {
  box-shadow: none;
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: var(--inputs-border-width);
}

.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset)
    var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius)
    rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width)
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}

.text-area,
.select {
  display: flex;
  position: relative;
  width: 100%;
}

/* Select */

.select .icon-caret,
.customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: calc(var(--inputs-border-width) + 1.5rem);
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 calc(var(--inputs-border-width) + 3rem) 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

/* .customer .field {
  display: flex;
} */

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease,
    font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}

.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;
}

.field__button > svg {
  height: 2.5rem;
  width: 2.5rem;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 10rem;
  resize: none;
}

input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.6rem;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}

.form__message .icon,
.customer .form__message svg {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message svg {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}

.quantity:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width)
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset)
    var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius)
    rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}

.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}

.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}

.quantity__button svg {
  width: 1rem;
  pointer-events: none;
}

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

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

.quantity__input[type="number"] {
  -moz-appearance: textfield;
}

.quantity__rules {
  margin-top: 0.5rem;
  position: relative;
  font-size: 1.2rem;
}

.quantity__rules .caption {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.quantity__rules .divider + .divider::before {
  content: "\2022";
  margin: 0 0.5rem;
}

.quantity__rules-cart {
  position: relative;
}

.product__info-container .loading__spinner:not(.hidden) ~ *,
.quantity__rules-cart .loading__spinner:not(.hidden) ~ * {
  visibility: hidden;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal {
  cursor: zoom-out;
}

.media-modal .deferred-media {
  cursor: initial;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}

/* utility-bar */
.utility-bar {
  height: 100%;
}

.utility-bar--bottom-border {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

@media screen and (min-width: 990px) {
  .utility-bar--bottom-border-social-only {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }
}

.utility-bar__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "announcements";
}

.utility-bar__grid .list-social {
  justify-content: flex-start;
  align-content: center;
  margin-left: -1.2rem;
  grid-area: social-icons;
}

@media screen and (max-width: 989px) {
  .utility-bar .utility-bar__grid .list-social {
    display: none;
  }
}

.utility-bar .list-social__item .icon {
  scale: 0.9;
}

@media screen and (min-width: 990px) {
  .utility-bar__grid--3-col {
    grid-template-columns: 3fr 4fr 3fr;
    grid-template-areas: "social-icons announcements language-currency";
  }

  .utility-bar__grid--2-col {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "social-icons language-currency";
  }

  .announcement-bar.announcement-bar--one-announcement,
  .announcement-bar--one-announcement .announcement-bar__link {
    width: fit-content;
    margin: auto;
  }
}

.announcement-bar,
.announcement-bar__announcement {
  color: rgb(var(--color-foreground));
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  grid-area: announcements;
}

.announcement-bar .slider--everywhere {
  margin-bottom: 0;
  scroll-behavior: auto;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.announcement-bar-slider,
.announcement-bar-slider .slider {
  width: 100%;
}

.announcement-bar .slider-button--next {
  margin-right: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--prev {
  margin-left: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--next:focus-visible,
.announcement-bar .slider-button--prev:focus-visible,
.utility-bar .list-social__link:focus-visible {
  outline-offset: -0.3rem;
  box-shadow: 0 0 0 -0.2rem rgb(var(--color-foreground));
}

.localization-wrapper {
  grid-area: language-currency;
  align-self: center;
  display: flex;
  justify-content: flex-end;
}

.localization-wrapper .localization-selector + .disclosure__list-wrapper {
  animation: animateMenuOpen var(--duration-default) ease;
}

.utility-bar .localization-wrapper .disclosure .localization-form__select,
.utility-bar .localization-wrapper .disclosure__link {
  font-size: calc(var(--font-heading-scale) * 1.3rem);
}

@media screen and (min-width: 990px) {
  body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .announcement-bar-slider {
    width: 60%;
  }

  .announcement-bar .slider-button {
    height: 3.8rem;
  }
}

.announcement-bar__link {
  display: flex;
  width: 100%;
  text-decoration: none;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.announcement-bar__link:hover {
  text-decoration: underline;
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.announcement-bar__message {
  text-align: center;
  padding: 1rem 0;
  margin: 0;
  letter-spacing: 0.1rem;
  min-height: 3.8rem; text-transform:uppercase;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message,
.announcement-bar-slider--fade-in-previous .announcement-bar__message,
.announcement-bar-slider--fade-out-next .announcement-bar__message,
.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  animation-duration: var(--duration-announcement-bar);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message {
  --announcement-translate-from: -1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-in-previous .announcement-bar__message {
  --announcement-translate-from: 1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-out-next .announcement-bar__message {
  --announcement-translate-to: 1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  --announcement-translate-to: -1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

@keyframes translateAnnouncementSlideIn {
  0% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-from));
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes translateAnnouncementSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-to));
  }
}

/* section-header */
.section-header.shopify-section-group-header-group {
  z-index: 3;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

.shopify-section-header-hidden {
  top: calc(-1 * var(--header-height));
}

.shopify-section-header-hidden.menu-open {
  top: 0;
}

.section-header.animate {
  transition: top 0.15s ease-out;
}

.shopify-section-group-header-group {
  z-index: 4;
}

.section-header ~ .shopify-section-group-header-group {
  z-index: initial;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}

.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.header {
  display: grid;
  grid-template-areas: "left-icons heading icons";
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

@media screen and (max-width: 749px) {
  .header--has-app {
    grid-template-columns: auto 1fr auto;
  }
}

@media screen and (min-width: 990px) {
  .header {
    grid-template-columns: 1fr auto 1fr;
  }

  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      "heading icons"
      "navigation navigation";
    grid-template-columns: 1fr auto;
  }

  .header--top-left.drawer-menu,
  .header--middle-left.drawer-menu {
    grid-template-areas: "navigation heading icons";
    grid-template-columns: auto 1fr auto;
    column-gap: 1rem;
  }

  .header--middle-left {
    grid-template-areas: "heading navigation icons";
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center:not(.drawer-menu) {
    grid-template-areas: "navigation heading icons";
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center a.header__heading-link {
    text-align: center;
  }

  .header--top-center {
    grid-template-areas:
      "left-icons heading icons"
      "navigation navigation navigation";
  }

  .header--top-center.drawer-menu {
    grid-template-areas: "left-icons heading icons";
    grid-template-columns: 1fr auto 1fr;
  }

  .header:not(.header--middle-left, .header--middle-center)
    .header__inline-menu {
    margin-top: 1.05rem;
  }
}

.header *[tabindex="-1"]:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  word-break: break-word;
}

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}

.header__heading-logo {
  height: auto;
  max-width: 100%;
}

.header__heading-logo-wrapper {
  width: 100%;
  display: inline-block;
  transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }

  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: left;
    justify-self: start;
  }

  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
}

@media screen and (min-width: 990px) {
  .header--middle-left .header__heading-link,
  .header--top-left .header__heading-link {
    margin-left: -0.75rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--middle-center .header__heading-link,
  .header--middle-center .header__heading {
    justify-self: center;
    text-align: center;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
}
.search-modal.modal__content.gradient {
  border-radius: 50px;
}
.header__icons .shopify-app-block {
  max-width: 4.4rem;
  max-height: 4.4rem;
  overflow: hidden;
}
predictive-search.search-modal__form form .field::before,
predictive-search.search-modal__form form .field::after {
  border-radius: 50px !important;
}
predictive-search.search-modal__form form .field input:focus {
  box-shadow: unset !important;
  border: 1px solid #9c8a8a !important;
  border-radius: 50px !important;
}
predictive-search.search-modal__form form .field:hover,
predictive-search.search-modal__form form .field input:hover {
  box-shadow: unset !important;
  border: unset !important;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.header__icon span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
  padding: 0;
}

.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}

.header__icon--menu[aria-expanded="true"]::before {
  content: "";
  top: 100%;
  left: 0;
  height: calc(
    var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%))
  );
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}

.header__icon--account shop-user-avatar {
  --shop-avatar-size: 2.8rem;
}

account-icon {
  display: flex;
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icons;
  justify-self: start;
}

.header--top-center.drawer-menu > .header__search {
  margin-left: 3.2rem;
}

.header--top-center header-drawer {
  grid-area: left-icons;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: "";
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(
    100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width))
  );
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__form {
  width: 100%;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 1rem;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 74.2rem;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
}

a.header__menu-item:hover span {
  color: #031133 !important;
}

details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}

details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}

.header__submenu {
  transition: opacity var(--duration-default) ease,
    transform var(--duration-default) ease;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset)
    var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
  z-index: -1;
}

.header__submenu.list-menu {
  padding: 1rem 0;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 1rem 0;
  margin: 1rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2rem;
}

.header__submenu .header__menu-item:hover {
  text-decoration-line: underline;
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}

header-menu > details,
details-disclosure > details {
  position: relative;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet,
.overflow-hidden-desktop {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

.badge {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.5rem 1.3rem 0.6rem 1.3rem;
  text-align: center;
  background-color:red;
  color:#fff;
  word-break: break-word;
}

.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}

.ratio::before {
  content: "";
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid
    rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}

.content-container:after {
  content: "";
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset)
    var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius)
    rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}

.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid
    rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: "";
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset)
    var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
  pointer-events: none;
}

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video,
.global-media-settings .placeholder-svg {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img,
.global-media-settings--full-width video,
.global-media-settings--full-width iframe,
.global-media-settings--full-width .placeholder-svg {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }

  .grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 0;
  }

  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }

  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}

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

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .button,
  .shopify-challenge__button,
  .customer button {
    border: transparent solid 1px;
  }

  .button:focus-visible,
  .button:focus,
  .button.focused,
  .shopify-payment-button__button--unbranded:focus-visible,
  .shopify-payment-button [role="button"]:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button [role="button"]:focus {
    outline: solid transparent 1px;
  }

  .field__input:focus,
  .select__select:focus,
  .customer .field input:focus,
  .customer select:focus,
  .localization-form__select:focus.localization-form__select:after {
    outline: transparent solid 1px;
  }

  .localization-form__select:focus {
    outline: transparent solid 1px;
  }
}

.rte:after {
  clear: both;
  content: "";
  display: block;
}

.rte > *:first-child {
  margin-top: 0;
}

.rte > *:last-child {
  margin-bottom: 0;
}

.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-width) solid
    rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset)
    var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  margin-bottom: var(--media-shadow-vertical-offset);
}

.rte ul,
.rte ol {
  list-style-position: inside;
  padding-left: 2rem;
}

.rte li {
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

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

.rte blockquote {
  display: inline-flex;
}

.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}

/* Image mask global styles */

.shape--mask {
  display: block;
  height: 0;
  width: 0;
}

.shape--arch {
  clip-path: url("#Shape-Arch");
}

.shape--blob {
  clip-path: polygon(var(--shape--blob-1));
}

.shape--chevronleft {
  clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
}

.shape--chevronright {
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.shape--circle {
  clip-path: circle(closest-side);
}

.shape--diamond {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.shape--parallelogram {
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}

.shape--round {
  clip-path: ellipse(45% 45% at 50% 50%);
}

/* Fixed background */
.animate--fixed {
  clip-path: inset(0);
}

.animate--fixed > img:not(.zoom):not(.deferred-media__poster-button),
.animate--fixed > svg:not(.zoom):not(.deferred-media__poster-button) {
  position: fixed;
  height: 100vh;
}

/* Zoom in image on scroll */
.animate--zoom-in {
  --zoom-in-ratio: 1;
}

.animate--zoom-in > img,
.animate--zoom-in > svg {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}

/* Animations */

@media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > svg {
    animation: animateAmbient 30s linear infinite;
  }

  @keyframes animateAmbient {
    0% {
      transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
    }
    100% {
      transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    }
  }

  .scroll-trigger.animate--fade-in,
  .scroll-trigger.animate--slide-in {
    opacity: 0.01;
  }

  .scroll-trigger.animate--slide-in {
    transform: translateY(2rem);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
    opacity: 1;
    animation: var(--animation-fade-in);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
    animation: var(--animation-slide-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--fade-in,
  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in,
  .scroll-trigger.scroll-trigger--design-mode .slider,
  .scroll-trigger:not(.scroll-trigger--offscreen).scroll-trigger--cancel {
    opacity: 1;
    animation: none;
    transition: none;
    transform: none;
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in {
    transform: translateY(0);
  }

  @keyframes slideIn {
    from {
      transform: translateY(2rem);
      opacity: 0.01;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0.01;
    }
    to {
      opacity: 1;
    }
  }
}

/* Element Hovers: Vertical Lift, 3d Lift */

@media (prefers-reduced-motion: no-preference) and (hover: hover) {
  .animate--hover-3d-lift .card-wrapper .card--card,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary),
  .animate--hover-3d-lift .shopify-challenge__button,
  .animate--hover-3d-lift .customer button,
  .animate--hover-3d-lift .shopify-payment-button__button,
  .animate--hover-3d-lift .deferred-media .deferred-media__poster-button {
    transition: transform var(--duration-long) ease,
      box-shadow var(--duration-long) ease;
    transform-origin: center;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-3d-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-3d-lift .customer button:not([disabled]):hover,
  .animate--hover-3d-lift .shopify-payment-button__button:hover,
  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transition: transform var(--duration-extended) ease,
      box-shadow var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    transform: rotate(1deg);
    box-shadow: -1rem -1rem 1rem -1rem rgba(0, 0, 0, 0.05),
      1rem 1rem 1rem -1rem rgba(0, 0, 0, 0.05),
      0 0 0.5rem 0 rgba(255, 255, 255, 0),
      0 2rem 3.5rem -2rem rgba(0, 0, 0, 0.5);
  }

  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transform: translate(-50%, -50%) scale(1.05); /* Apply a specialized transform to the video play button. */
  }

  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--card,
  .animate--hover-3d-lift
    .collage__item
    .card-wrapper:hover
    .card--standard
    .card__inner {
    transform: rotate(0.5deg); /* Less intense rotation for collage items. */
  }

  .animate--hover-3d-lift .product-grid .grid__item:hover,
  .animate--hover-3d-lift .collection-list .grid__item:hover,
  .animate--hover-3d-lift .collage__item:hover,
  .animate--hover-3d-lift .blog-articles .article:hover,
  .animate--hover-3d-lift .complementary-slide li:hover {
    z-index: 2; /* Make sure the hovered card is the topmost card. */
  }

  .animate--hover-3d-lift .product-grid {
    isolation: isolate; /* Ensure z-index changes here don't negatively effect other UI stacking. */
  }

  .animate--hover-3d-lift
    .card-wrapper
    .card--shape.card--standard:not(.card--text)
    .card__inner {
    box-shadow: none;
    transition: transform var(--duration-long) ease,
      filter var(--duration-long) ease;
  }

  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner {
    transition: transform calc(2 * var(--duration-extended)) ease,
      filter var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    filter: drop-shadow(0rem 2rem 2rem rgba(0, 0, 0, 0.15))
      drop-shadow(0rem 1rem 1rem rgba(0, 0, 0, 0.15));
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:after,
  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--standard
    .card__inner:after,
  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    background-image: var(--easter-egg);
    background-size: 250px 250px;
    mix-blend-mode: color-dodge;
    pointer-events: none;
    z-index: 2;
  }

  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .animate--hover-3d-lift .card-wrapper .card--card:before,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__media:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: background-position calc(2 * var(--duration-extended)) ease,
      opacity var(--duration-default) ease;
    mix-blend-mode: overlay;
    background-size: 400% 100%;
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 55%
    );
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:before,
  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--standard
    .card__media:after {
    opacity: 0.2;
    transition: background-position 6s ease, opacity var(--duration-long) ease;
    background-position: left;
    z-index: 2;
  }

  :root {
    --easter-egg: none;
    --sparkle: url("./sparkle.gif");
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary),
  .animate--hover-vertical-lift .shopify-challenge__button,
  .animate--hover-vertical-lift .customer button,
  .animate--hover-vertical-lift .shopify-payment-button__button {
    transition: transform var(--duration-default) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper .card--card,
  .animate--hover-vertical-lift .card-wrapper .card--standard .card__inner {
    transition: transform var(--duration-medium) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper:hover .card--card,
  .animate--hover-vertical-lift
    .card-wrapper:hover
    .card--standard
    .card__inner {
    transform: translateY(-0.75rem);
  }

  .animate--hover-vertical-lift .card-wrapper:active .card--card,
  .animate--hover-vertical-lift
    .card-wrapper:active
    .card--standard
    .card__inner {
    transform: translateY(-0.5rem);
  }

  .animate--hover-vertical-lift
    .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-vertical-lift
    .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-payment-button__button:hover {
    transform: translateY(-0.25rem);
  }

  .animate--hover-vertical-lift
    .button:not(.button--tertiary):not([disabled]):active,
  .animate--hover-vertical-lift
    .shopify-challenge__button:not([disabled]):active,
  .animate--hover-vertical-lift .customer button:not([disabled]):active,
  .animate--hover-vertical-lift .shopify-payment-button__button:active {
    transform: translateY(0);
  }

  .animate--hover-vertical-lift .button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover:after,
  .animate--hover-vertical-lift
    .shopify-payment-button__button:not([disabled]):hover:after {
    --border-offset: 0.3px; /* Default is 1.3px as defined above in this file. This removes 1px to prevent the border from growing on buttons when this effect is on.  */
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
        rgba(var(--color-button-text), var(--border-opacity)),
      0 0 0 var(--buttons-border-width)
        rgba(var(--color-button), var(--alpha-button-background));
  }

  .animate--hover-vertical-lift
    .button:not([disabled]).button--secondary:hover:after {
    --border-offset: 0px; /* Prevent the border from growing on buttons when this effect is on. */
  }
}

/* Loading spinner */
.loading__spinner {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

.loading__spinner {
  width: 1.8rem;
  display: inline-block;
}

.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: rgb(var(--color-foreground));
  animation: dash 1.4s ease-in-out infinite;
}

@media screen and (forced-colors: active) {
  .path {
    stroke: CanvasText;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}

.loading__spinner:not(.hidden) + .cart-item__price-wrapper,
.loading__spinner:not(.hidden) ~ cart-remove-button {
  opacity: 50%;
}

.loading__spinner:not(.hidden) ~ cart-remove-button {
  pointer-events: none;
  cursor: default;
}

/* Progress bar */
.progress-bar-container {
  width: 100%;
  margin: auto;
}

.progress-bar {
  height: 0.13rem;
  width: 100%;
}

.progress-bar-value {
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-foreground));
  animation: indeterminateAnimation var(--duration-extra-longer) infinite
    ease-in-out;
  transform-origin: 0;
}

.progress-bar .progress-bar-value {
  display: block;
}

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(-20%) scaleX(0);
  }
  40% {
    transform: translateX(30%) scaleX(0.7);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}

/* Start LOADER CSS */
.fullpage-loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background: #fff;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fullpage-loader .fullpage-loader__logo {
  position: relative;
}
.fullpage-loader__logo img {
  width: 150px;
}
.fullpage-loader .fullpage-loader__logo:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: shine 2.5s infinite cubic-bezier(0.42, 0, 0.58, 1);
  background: rgba(255, 255, 255, 0.8);
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1);
}
@keyframes shine {
  0% {
    transform: translateX(-100%) skew(-30deg);
  }
  100% {
    transform: translateX(200%) skew(-30deg);
  }
}
.fullpage-loader--invisible {
  opacity: 0;
}
/* END LOADER CSS */

.custom-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-only-sticky {
  width:auto;
  display: flex;
  align-items: center;
  padding: 3px 20px;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background: rgba(234, 235, 240, 0.3);
  border-radius: 50px;
}
.menu-only-sticky nav.header__inline-menu {
  margin:auto !important;
  padding: 0 !important;
  /* margin-right: 40px !important; */
  display: block;
}
.cstm-sticky {
  background: transparent;
}

button.slider-button.slider-button--prev,
button.slider-button.slider-button--next,
.cstm-collection-list button.flickity-button.flickity-prev-next-button.previous,
.cstm-collection-list button.flickity-button.flickity-prev-next-button.next {
  background-image: url(/cdn/shop/files/right-arrow-svgrepo-com.svg?v=1731578029);
  background-repeat: no-repeat;
  background-size: 27px;
  background-position: center;
  color: transparent !important;
  /* border: 1px solid #0000007a; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1);
}
button.slider-button.slider-button--prev,
.cstm-collection-list
  button.flickity-button.flickity-prev-next-button.previous {
  transform: scale(-1);
}
/* button.slider-button.slider-button--prev svg,
button.slider-button.slider-button--next svg {
  display: none;
} */
.badge {
    border-radius: 0 21px 0px 0px !important;
    text-transform: uppercase;
    font-size: 1.4rem;
}
.collection__description {
  width: 50%;
  font-size: 16px;
  color: #000;
  line-height: 23px;
}
.cstm-collection-list .flickity-viewport,
.flickity-section__carousel {
  box-shadow: unset !important;
}
.cstm-collection-list
  button.flickity-button.flickity-prev-next-button.previous {
  position: absolute;
  top: -80px;
  right: 60px;
  left: unset;
}
.cstm-collection-list button.flickity-button.flickity-prev-next-button.next {
  position: absolute;
  top: -80px;
  right: 0px;
  left: unset;
}
.cstm-collection-list
  button.flickity-button.flickity-prev-next-button.previous
  svg,
.cstm-collection-list
  button.flickity-button.flickity-prev-next-button.next
  svg {
  display: none;
}
.slider-counter.caption {
  display: none;
}
.collection .slider-buttons {
  gap: 17px;
}
.cstm-collection-list .card__information {
  display: block !important;
}
img.arrow-cstm-card-coll {
  width: 43px;
  border-radius: 50%;
  border: 1px solid #0000007a;
  padding: 8px;
  filter: invert(1);
}
img.arrow-cstm-card-coll {
  display: none;
}
.cstm-collection-list img.arrow-cstm-card-coll {
  display: block;
}
.cstm-editing-card-coll {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.cstm-collection-list h3.card__heading a {
  color: white;
  font-size: 30px;
  font-weight: 600;
}
.cstm-collection-list p.card__caption {
  margin: 7px 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  padding-right: 100px;
}
.cstm-collection-list .card-wrapper:hover img.arrow-cstm-card-coll {
  background: white;
  filter: unset;
}
.cstm-collection-list .card__content {
  display: none;
}
.shopify-section-header-sticky h1.header__heading,
.shopify-section-header-sticky a.header__heading-link.link.link--text {
  opacity: 0;
  visibility: hidden;
  transition: 1s all;
  transition-delay: 2s;
}
body {
  background: #fff !important;
}


.collection-hero__text-wrapper h1.collection-hero__title {
  font-weight: 600;
  font-size: 50px;
}
.collection-hero__description.rte div:empty,
.collection-hero__description.rte div br {
  display: none;
}
button.product-form__submit.button.button--full-width.button--secondary {
  background: black;
  color: white;
}
legend.form__label {
  margin: 0 !important;
}
legend.form__label,
label.quantity__label.form__label {
  color: black;
  font-weight: 600;
  text-transform: uppercase;
}

body.product-replacement .product .rating-star,
body.product .product .rating-star {
  --letter-spacing: 0.1;
  --font-size: 2.6;
}

body.product-replacement .rating-star,
body.product .rating-star {
  --color-rating-star: #ffcb41;
}
body.product-replacement .rating-wrapper,
body.product .rating-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}

body.product-replacement p.rating-count.caption,
body.product p.rating-count.caption {
  font-weight: 600;
}

.have-image-coll span.title-coll-nav {
  display: none;
}

ul.footer-block__details-content li a {
  color: #fff !important;
  font-size: 15px !important;
  line-height: 23px;
  margin: 3px 0;
}
.footer__content-top .footer__blocks-wrapper {
  column-gap: 24px;
}
footer .footer-block.grid__item.footer-block--menu {
  width: 12% !important;
  margin-right: 1.2rem;
  max-width: 12% !important;
}
footer .footer-block.grid__item.footer-block-contact-us .child_icon_div_fo,
footer .footer-block.grid__item.footer-block-contact-us .child_icon_div_fo_2,
footer .footer-block.grid__item.footer-block-contact-us .child_icon_div_fo_3 {
  display: flex;
  align-items: flex-start;
  padding-bottom: 1.5rem;
}
.child_icon_div_fo img,
.child_icon_div_fo_2 img,
.child_icon_div_fo_3 img {
  width: 32px;
  height: 32px;
  margin-right: 18px;
}
.content_3 h5 {
  font-size: 14px;
  margin: 5px 0;
  margin-left: 0.75rem;
}
.content_1 p:nth-of-type(2) {
  color: rgb(113 194 110);
  font-size: 14px;
}

footer .footer-block.grid__item.footer-block-contact-us {
  width: 30% !important;
  max-width: 30% !important;
  border: 1px solid #ffffff7d;
  border-width: 0 1px 0 0;
  padding-right: 10rem;
}
.footer-block.grid__item.footer-block-newsletter-clas {
  width:30% !important;
  max-width:30% !important;
  padding-left: 5rem;
  border-left: 2px solid rgb(231 234 237 / 35%);
}
.footer-block.grid__item.footer-block-newsletter-clas
  .footer-block--newsletter {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  margin: 0;
}
.footer-block.grid__item.footer-block-newsletter-clas input.field__input {
  background: white;
  color: black !important;
  border-radius: 20px;
  outline: none !important;
  box-shadow: unset !important;
}
.footer-block.grid__item.footer-block-newsletter-clas
  input.field__input::placeholder {
  color: black !important;
}
.footer-block.grid__item.footer-block-newsletter-clas .field:after,
.footer-block.grid__item.footer-block-newsletter-clas .field:before {
  border-radius: 20px !important;
}
.footer-block.grid__item.footer-block-newsletter-clas
  .footer-block__newsletter {
  width: 100%;
}
.footer-block.grid__item.footer-block-newsletter-clas label.field__label {
  color: black;
}
.footer-block.grid__item.footer-block-newsletter-clas button#Subscribe {
  background: rgba(69, 103, 173, 1);
  border-radius: 0 10px 10px 0;
  margin-right: -1px;
}
.footer-block.grid__item.footer-block-newsletter-clas .list-social__item .icon {
  height: 3.2rem;
  width: 3.2rem;
}
.footer-block.grid__item.footer-block-newsletter-clas
  .footer-block__newsletter
  h2.footer-block__heading.inline-richtext {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  margin: 0px 0px 13px !important;
  padding: 0 !important;
  color: rgba(220, 221, 222, 1) !important;
}
.li-menu-footer.footer-block.grid__item.footer-block-newsletter-clas
  h2.footer-block__heading.inline-richtext {
  margin-bottom: 15px !important;
}
.footer-block.grid__item.footer-block-newsletter-clas
  .footer__content-bottom-wrapper.page-width {
  margin: 0 !important;
  padding: 0 !important;
}

.footer__content-bottom * {
  font-size: 15px;
  margin-right: 15px;
}
.footer__copyright {
  margin-top: 0 !important;
}
.content_1 a,
.content_1 p,
.content_2 a,
.content_2 p,
.content_3 a,
.content_3 p {
  color: white;
}

.content_1 p,
.content_2 p,
.content_3 p {
  padding: 0;
  margin: 0;
}

h2.footer-block__heading.inline-richtext {
  font-size: 23px;
  font-weight: 600;
  color: white;
  text-transform: capitalize;
}
body.no-scroll {
  overflow: unset !important;
}
.shopify-section-header-sticky h1.header__heading,
.shopify-section-header-sticky a.header__heading-link.link.link--text {
  opacity: 1 !important;
  visibility: unset !important;
  transition: 1s all;
  transition-delay: 2s;
}
h2.title.inline-richtext {
  margin: 0;
  margin-bottom: 1rem;
}
button[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}
.shopify-section-header-sticky,
.header-custom-sec {
  transition: 0.5s all !important;
}
.shopify-section-header-sticky .header__heading-logo-wrapper {
  opacity: 0;
}

.have-image-coll,
.have-image-coll img,
.have-image-coll .nav-collection_image {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.nav-collection_image img.nav-child-link-image {
  object-fit: cover;
  max-width: 300px;
  border-radius: 0.25rem;
  height: 184px;
}
.nav-collection_image span.nav-collection_title {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-weight: 700 !important;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  color: #fff !important;
}
.nav-collection_image {
  position: relative;
}
.sticky-add-to-cart {
  width: 960px;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0),
    0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  margin-bottom: 0;
  z-index: 999;
  display: none;
}

button#ProductSubmitButton-Sticky::before,
button#ProductSubmitButton-Sticky::after {
  border: none !important;
  display: none;
}
.sticky-add-to-cart button {
  border-radius: 9999px;
  border-width: 1px;
  background-color: #000;
  padding: 1.5rem;
  font-size: 1.875rem;
  line-height: 1.25rem;
  width: 33%;
  display: inline-block;
  height: 5.5rem;
  text-transform: uppercase;
}
 
.sticky-add-to-cart-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
.sticky-add-to-cart-price {
  padding-left: 0.5rem;
  font-weight: 700;
  line-height: 24px;
  font-size: 20px;
  margin-top: 10px;
}
.sticky-add-to-cart-title-price {
  width: 60%;
}
.product__title h1 {
  margin: 0 !important;
  padding: 0 !important;
  color: #000;
  font-size: 48px;
  
}

.shopify-pricee span,
.shopify-pricee span s {
  font-size: 2.6rem !important;
  line-height: 24px !important;
  font-weight: 500 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: GeneralSans;
  color: hsla(0, 0%, 52%, 1);
}
.product__info-wrapper span.price-item.price-item--sale.price-item--last span {
  font-size: 38px !important;
  font-weight: 800 !important;
  line-height: 50px !important;
  color: #031133;
  
}


 

 
.tool-tip img { width:15px; margin-left:-5px; }
 

.tool-tip {
  position: relative;
  display: inline-block;
  cursor: pointer;  
}

.tol-tips {
  visibility: hidden;
  width:250px;
  background-color: #333;
  color: #fff; 
  text-align: left;
  padding:5px; font-size:12px; line-height:1.2;
  border-radius: 6px;

  /* Position the tooltip */
  position: absolute;
  bottom: 125%; /* Adjust as needed */
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;

  /* Fade-in effect */
  opacity: 0;
  transition: opacity 0.3s;
}

.tool-tip:hover .tol-tips {
  visibility: visible;
  opacity: 1;
}
.tool-tip .tol-tips::after {
  content: "";
  position: absolute;
  top: 100%; /* Position it at the bottom of the tooltip box */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}



.shopify-pricee span s {
  opacity: 0.7;
  margin-right: 4px !important;
}
.product__tax.caption.rte {
  display: none;
}
.price-adjustment-cstm {
  border-bottom: 1px solid #00000059;
}
fieldset.js.product-form__input.product-form__input--swatch legend.form__label {
  float: left;
  line-height: normal;
}
fieldset.js.product-form__input.product-form__input--swatch {
  gap: 5px;
  align-items: center;
}
fieldset.js.product-form__input.product-form__input--swatch
  label.swatch-input__label {
  margin: 0 !important;
  --swatch-input--size: 1.8rem;
  outline: none !important;
}
.shopify-pricee .price__container {
  margin: 0;
}
p.product__text.inline-richtext.caption-with-letter-spacing {
  letter-spacing: 2px;
  background: black;
  color: white;
  width: fit-content;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
}
.price-adjustment-cstm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.variants-metadataa {
  display: inline-block;
  background: black;
  color: white;
  padding: 0 4px;
  font-size: 11px;
}
legend.form__label {
  display: flex;
  align-items: center;
  gap: 5px;
}
button#BIS_trigger {
  color: white;
}
input[type="radio"][name$="_card_color"] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  appearance: none;
  background-size: 9px 9px;
  background-image: repeating-linear-gradient(
    45deg,
    #000 0,
    #000 1px,
    #ebebeb 0,
    #ebebeb 50%
  );
}
span.badge.price__badge-sale.color-scheme-1 {
  width: fit-content;
  display: inline-block;
  background: #031133;
  color: #fff !important;
  font-size: 11px !important;
  padding: 0 6px !important;
  line-height: 20px !important;
  margin-left: 5px !important;
}
.price.price--large.price--on-sale.price--show-badge {
  position: relative;
}
.smart-tabs-content-wrapper div:empty {
  display: none;
}
.smart-tabs-content-wrapper div br {
  display: none;
}

.meta-video-cstm video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.meta-video-cstm {
  width: 200px;
  height: 150px;
}
.meta-video-cstm {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  border-radius: 5px;
  border: var(--media-border-width) solid
    rgba(var(--color-foreground), var(--media-border-opacity));
}
.meta-video-cstm video {
  border-radius: 5px;
}
.video-icon-cstm {
  display: flex;
  border-radius: 9999px;
  background-color: #000;
  height: 56px;
  width: 56px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  transition: 0.5s all;
  cursor: pointer;
}
.video-icon-cstm svg {
  height: 16px;
  width: 12px;
}
.meta-video-cstm:hover .video-icon-cstm {
  height: 60px;
  width: 60px;
  transition: 0.5s all;
}
.product_tile_color_holder {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 3px;
}
.product_tile_color_holder input {
  margin: 0 !important;
  padding: 0 !important;
}
.card-information .price {
  margin-top: 0 !important;
}
fieldset.js.product-form__input.product-form__input--pill legend.form__label {
  font-size: 16px;
}
video#playerrrrr {
  object-fit: cover;
}

div.videossss {
  width: 70%;
  height: 85%;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  height: 39px;
  width: 39px;
  display: block !important;
  color: #000;
  background-image: url(/cdn/shop/files/svgexport-25.svg?v=1722249554);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  z-index: 999999999999999;
}

.video-wrapperrr {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}

#preloadVideo {
  display: none;
}

.videoactivated .video-wrapperrr {
  display: block;
}

.videoactivated {
  overflow: hidden;
}

.videoactivated main#MainContent {
  z-index: 9999;
}
.button2kwtch,
.meta-video-cstm {
  width: 100%;
  height: 100%;
  position: relative;
}
.metafield-sec {
  display: flex;
  justify-content: space-between;
}
.metafield-sec img,
.content-meta-etc {
  width: 50%;
}
.content-meta-etc {
  padding: 110px;
}

.content-meta-etc {
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-meta-etc h2 {
  font-weight: 600;
  letter-spacing: 0px;
  font-size: 64px;
  line-height: 67px;
  margin: 0;
}
.content-meta-etc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.02em;
  margin: 0;
  margin-top: 10px;
}
.cstm-class-meta-scnd {
  padding-bottom: 50px;
  flex-direction: row-reverse;
}
.cstm-class-meta-one {
  padding-top: 70px;
}
.main-describtion-tabs {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.single-describtion-tab {
  border-radius: 0.3rem;
  background: white;
  cursor: pointer;
}
button.accordion-cstm {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  text-align: left;
  font-size: 14px;
  color: black;
  cursor: pointer;
  transition: background-color 0.2s linear;
  letter-spacing: 0.3px;
  font-weight: 700;
  padding: 1.4rem;
  line-height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
button.accordion-cstm:after {
  background-image: url(https://cdn.shopify.com/s/files/1/0113/0856/4537/files/svgexport-7.svg?v=1722375289);
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  transform: rotate(0deg);
  transition: 0.5s all;
}
button.accordion-cstm.is-open:after {
  transform: rotate(180deg);
  transition: 0.5s all;
}
.single-describtion-tab p {
  line-height: 1.7rem;
  font-size: 12px;
  letter-spacing: 0;
  color: black;
  margin: 0;
}
.accordion-content-cstm {
  max-height: 0;
  overflow: hidden;
}
.accordion-content-cstm.open {
  padding: 1.4rem;
  padding-top: 0;
}
.wieght-cstm {
  display: flex;
  justify-content: space-between;
  margin-top: 7px;
  font-weight: bold;
}
.image-cstm-description {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.image-cstm-description img {
  width: 23px;
  border: none;
  margin: 0;
}
.image-cstm-description h2 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding-left: 5px;
  margin: 0;
}
.sticky-add-to-cart.page-width.sticky-show.scrolled {
  display: flex;
}
.product-main-class {
  border-radius: 60px;
  background: linear-gradient(180deg, #f0f2f5 0%, #f9f9fb 100%);
  background: linear-gradient(180deg, #f0f2f5, #f0f2f5);
  padding: 50px;
  border: 1px solid;
  border-image-source: linear-gradient(180deg, #d5d5d5 0%, #f9f9fb 100%);
  border-bottom: 0;
}
.rating-wrapper p,
.rating-wrapper p span {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 26px;
  text-align: left;
  color: hsla(0, 0%, 0%, 1);
}
.shopify-pricee {
  border-bottom: 1px solid hsla(0, 0%, 52%, 0.2);
  padding-bottom: 5px;
  margin-bottom: 27px !important;
}
.shopify-payment-button__button.shopify-payment-button__button--branded {
  display: none;
}
button.product-form__submit.button {
  color: #fff !important;
  font-size: 18px;
  font-weight: normal;
 
  background: #031133 !important;
  border-radius: 100px;
  margin: 0;
  text-transform: capitalize;
  padding: 11px 17px;
}
button.product-form__submit.button:after,
button.product-form__submit.button:before {
  border-radius: 100px !important;
}
.product-form__buttons {
  gap: 17px;
  display: flex;
  align-items: center;
  width: 100% !important;
  max-width: 100% !important;
}
.product-form__buttons .shopify-payment-button * {
  /* font-size: 14px !important;
  font-weight: 400;
  line-height: 25.91px; text-wrap: nowrap;
  text-align: left;
  color: #322f31;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent;
  height: auto !important;
  min-height: auto !important;
  display: flex;
  align-items: center;
  justify-content: flex-start; */
}
.product-form__buttons button.shopify-payment-button__button:hover {
  background: transparent;
}
.product-form__buttons button.shopify-payment-button__button:after,
.product-form__buttons button.shopify-payment-button__button::before {
  display: none;
}
quantity-input.quantity:after,
quantity-input.quantity:before {
  display: none;
}
button.quantity__button {
  border: 3px solid hsla(0, 0%, 52%, 0.4);
  background: hsla(0, 0%, 93%, 1) !important;
  border-radius: 50%;
}
button.quantity__button svg {
  width: 1.7rem !important;
}
input.quantity__input {
  color: #031133 !important;
  font-size: 26px;
  font-weight: 800;
  line-height: 34.55px;
}
label.quantity__label.form__label {
  display: none;
}
form.installment.caption-large {
  display: none;
}
.product-form__input legend.form__label {
  font-size: 15px !important;
 
  line-height: 26px;
  text-align: left;
  color:#000;
}
label.variant-images-selectable img {
  height: 90px;
  width: 90px;
  border-radius: 10px;
}
.all-var-flex {
  display: flex;
  gap: 15px;
}

 
body label.variant-images-selectable {
  color: #848484 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  width: fit-content !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  gap: 0;
}



 #cozypod .product-form__input--pill input[type=radio]:checked+label {
    background-color:#031133!important; 
    color:#fff!important;
}


.product-form__input--pill input[type="radio"]:checked + label img {
  border: 3px solid #031133 !important;
}
.product-form__input--pill input[type="radio"]:checked + label::after {
  content: "";
  display: inline-block;
  background: url(/cdn/shop/files/check.png?v=1722547438);
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  right: -10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
legend.form__label.ddsoweioewi span {
  display: none;
}
legend.form__label.ddsoweioewi {
  margin-bottom: 10px !important;
  display: none;
}
.icon-with-text-cstm img {
  width: 57px;
}
.product-form__input.product-form__quantity {
  width: fit-content;
  float: left;     margin-bottom: 1.5rem;
}
.icon-with-text-cstm {
  float: left;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-left:20px;
}
.icon-with-text-cstm-inner p {
  color: #031133;
  font-size:16px; letter-spacing: 0px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left; text-transform:uppercase;
  margin: 0;
}
.icon-with-text-cstm-inner span {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: rgba(132, 132, 132, 1);
}
.icon-with-text-cstm-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product__media img,
.product-media-container {
  border-radius: 30px;
}
.benefits-icon-with-text-cstm-main {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0px !important;
}
.benefits-icon-with-text-cstm-inner {
  width: 33%;
  display: flex;
  align-items: center;
  gap: 12px;
}
.benefits-icon-with-text-cstm-inner img {
  width: 16px;
}
.benefits-icon-with-text-cstm-inner p {
    padding: 0;
    font-family: GeneralSans;
    font-size: 14px;
     
    line-height: 26px;
    text-align: left;
    color: #000;
    margin: 2px 0;
    text-wrap: nowrap;
}
/* button.slider-button.slider-button--next,
button.slider-button.slider-button--prev {
  display: none !important;
} */
.thumbnail {
  border-radius: 17px;
  box-shadow: unset !important;
}
.thumbnail[aria-current] {
  border: 3px solid rgba(132, 132, 132, 1);
}
nav.header__inline-menu ul li a,
.header__menu-item {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  padding-left: 14px;
  padding-right: 14px;
  margin: 0 5px;
}
.header__icon .icon {
  color: black;
}
h2.banner__heading.inline-richtext.h0 {
  font-size: 85px;
  font-weight: 800;
  line-height: 100px;
  text-align: left;
  text-transform: capitalize;
  margin: 0;
  padding-right: 150px;
}
.banner__box .banner__text {
  font-size: 27px;
  font-weight: 400;
}
.brands-imgs {
  margin-top: 150px !important;
  display: flex;
  align-items: center;
  gap: 35px;
}
.banner--desktop-transparent .banner__box {
  padding-bottom: 0;
}
.table-main {
  display: none;
}
.table-main.active {
  display: flex;
  gap: 22px;
  margin-top: -200px;
}
.right-tab-img,
.left-tab-img {
  width: 50%;
  height: 100%;
}
.table-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 26px;
}
.right-tab-img img {
  height: calc(50% - 10px);
}
.right-tab-img {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.table-main {
  height: 510px;
  padding: 0 80px;
}


 



.plan-controls button {
  padding: 11px 50px;
  border: 2px solid rgba(148, 166, 182, 1);
  border-radius: 100px;
  background: #031133;
  color: rgba(148, 166, 182, 1);
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
.plan-controls {
  display: flex;
  justify-content: center;
  gap: 17px;
  align-items: center;
}
.plan-controls button.active {
  background: rgba(247, 247, 247, 1);
  color: #031133;
  border-color: rgba(247, 247, 247, 1);
}
.main-tabs-gallery .page-width {
  display: flex;
  flex-direction: column-reverse;
  gap:35px; max-width:1000px;
}
.main-tabs-gallery {
  margin-top: 250px;
}
.color-scheme-4.gradient .banner__text.rte.body p {
  color: #fff !important;
}
.benefits-car-cell {
  border-radius: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.benefits-car-cell p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.benefits-car-cell img {
  /* width: 50px; */
}
.benefits-car-cell h2 {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: #0693e3;
  margin:0 0 5px 0 !important;
}
.benefits-car-cell h2,
.benefits-car-cell p {
  margin: 0;
  padding: 0;
}
.benefits-car-cell h2:empty,
.benefits-car-cell p:empty {
  display: none;
}
.benefits-car-cell p {
  color: black;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: center;
}
.benefits_Slider .flickity-section__carousel {
  padding-left: 11rem;
}
h2.title-benefits-slider-h2 {
  margin: 0;
  font-size: 50px;
  font-weight: 600;
  text-align: left;
  color: #fff;
}
.title-description-benefits-slider p {
  color: white;
  font-size: 20px;
  margin: 10px 0;
  width: 80%;
}
.page-width.title-btn-and-description-benefits-slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.btn-benefits-slider a {
  border-radius: 100px;
  border: 3px solid rgba(148, 166, 182, 1);
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
}
.benefits_Slider .flickity-button {
  position: relative;
  left: 85% !important;
  background: rgba(148, 166, 182, 1);
  top: 70px;
}
.benefits_Slider .flickity-prev-next-button.previous {
  margin-right: 10px;
}
.benefits_Slider .flickity-button svg,
.new-slider-design .flickity-button svg {
  display: none;
}
.benefits_Slider .flickity-button::after,
.new-slider-design .flickity-button::after {
  background-image: url(/cdn/shop/files/Line.png?v=1722792211);
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  width: 100%;
  height: 100%;
  content: "";
  display: inline-block;
}
.new-slider-design .flickity-button::after {
  background-image: url(/cdn/shop/files/Line_dc248764-baf2-4806-a206-09f09d22b7b2.png?v=1723752529);
  background-size: 9px;
}
.new-slider-design button.flickity-button {
  background: rgba(241, 242, 244, 1);
}
.benefits_Slider
  button.flickity-button.flickity-prev-next-button.previous::after {
  transform: scale(-1);
}
.new-slider-design
  button.flickity-button.flickity-prev-next-button.previous::after {
  transform: scale(1);
}
.new-slider-design
  button.flickity-button.flickity-prev-next-button.next::after {
  transform: scale(-1);
}
.benefits_Slider .flickity-button:hover,
.new-slider-design .flickity-button:hover {
  background: rgba(148, 166, 182, 1);
}
.main-tabs-gallery .plan-controls {
  border-bottom: 2px solid #314666;
  padding-bottom: 90px;
}

.img-title-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.video-wrapper-slider {
  display: none;
}

.img-title-btn img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border: 6px solid rgba(148, 166, 182, 0.4);
  border-radius: 30px;
}
video.videoplaying {
  width: 100%;
  height: 350px;
  border: 6px solid rgba(148, 166, 182, 0.4);
  border-radius: 30px;
  object-fit: cover;
}
.img-main-meet-our-fans {
  width: 100%;
}
.video-section h2.title.inline-richtext.h0 {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  font-style: normal;
}
.video-section h2.title.inline-richtext em {
  font-style: normal;
  color: rgba(100, 137, 212, 1);
}
.video-section div p {
  font-size: 16px;
  font-weight: 400;
  line-height: unset;
  text-align: center;
  width: 70%;
  margin: auto;
  color: rgba(132, 132, 132, 1);
  margin-bottom: 30px;
}
.video-section .title-wrapper--no-top-margin {
  margin-bottom: 0 !important;
}
.video-section deferred-media {
  border-radius: 19px !important;
  --ratio-percent: 48% !important;
}
.video-section deferred-media img,
.video-section iframe.js-youtube,
.video-section video {
  border-radius: 19px !important;
}
.bottom_banner .banner__content .banner__text.rte.body p {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  width: fit-content;
  padding-right: 400px;
}
.bottom_banner .banner__box.content-container {
  padding-top: 0;
  padding-bottom: 176px;
}
.title-description-meet-our-fans {
  text-align: center;
}
.title-description-meet-our-fans img {
  width: 220px;
  margin: auto;
}
.title-description-meet-our-fans p {
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  color: rgba(148, 166, 182, 1);
  margin: 0;
}
.title-description-meet-our-fans h2 {
  color: rgba(255, 255, 255, 1);
  font-size: 50px;
  font-weight: 600;
  margin-top: 0;
}
h2.title-meet-our-fans-h2 {
  margin-bottom: 30px;
}
.img-title-btn h2 {
  font-weight: 600;
  margin: 0;
  font-size: 28px;
  letter-spacing: 1px;
  opacity: 0;
}
.carousel__cell.meet-our-fans-car-cell.is-selected h2 {
  opacity: 1;
}
.meet-our-fans {
  position: relative;
}
.meet-our-fans .flickity-page-dots .dot {
  margin: 0 3px;
  background: rgba(221, 224, 228, 1);
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
}
.meet-our-fans button.flickity-button {
  display: none;
}
.meet-our-fans li.dot.is-selected {
  background: rgba(148, 166, 182, 1) !important;
  width: 27px;
  border-radius: 6px !important;
}
.img-title-btn {
  transform: scale(0.8);
  transition: 0.5s all;
}
.carousel__cell.meet-our-fans-car-cell.is-selected .img-title-btn {
  transform: scale(1);
}
.img-main-meet-our-fans,
img-main-new-slider-desing {
  position: relative;
}
.img-main-meet-our-fans::after,
.img-main-new-slider-desing::after {
  content: "";
  background-image: url("/cdn/shop/files/sas.png");
  background-repeat: no-repeat;
  background-size: 65px;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  background-position: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.img-title-btn.img-title-btn-new-design {
  transform: unset !important;
}
.video-wrapper-slider.activated_VIDEO {
  display: block;
}
.body-activated_VIDEO .flickity-slider,
.body-activated_VIDEO .carousel__cell.meet-our-fans-car-cell {
  /* transform: unset !important; */
}
.body-activated_VIDEO {
  /* overflow:hidden; */
}
.video-wrapper-slider.activated_VIDEO {
  display: flex;
  position: fixed;
  top: 20px;
  bottom: 20px;
  right: 50px;
  background: #000;
  align-items: center;
  justify-content: center;
  z-index: 99999999999999999;
  width: 30%;
  border-radius: 8px;
  height: auto;
}
.video-wrapper-slider-inner {
  width: 100%;
  border-radius: 8px;
  height: 100%;
}
video.ewrewrw {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.video-class-removed {
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  align-items: center;
  cursor: pointer;
  border: 1px solid white;
  justify-content: center;
}
.video-class-removed svg {
  color: black;
  width: 15px;
  cursor: pointer;
  stroke: black;
}
.meet-our-fans .flickity-viewport {
  cursor: default !important;
}
.img-main-meet-our-fans {
  cursor: pointer;
}
.video-class-removed:hover {
  background: black;
  transition: 0.5s all;
}
.video-class-removed:hover svg {
  transition: 0.5s all;
  color: white;
  stroke: white;
}
.body-activated_VIDEO .meet-our-fans {
  z-index: 999999999999;
}
.multicolumn h2.title.inline-richtext.h0 {
  margin-bottom: 30px;
  text-align: center;
}
.multicolumn .title-wrapper-with-link {
  justify-content: center;
}
.multicolumn-card__info p {
  padding: 0 15px !important;
  font-size: 17px;
  line-height: 28px;
}
.multicolumn-card__info h3 {
  font-weight: 600;
  font-size: 26px;
}
.title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin.multicolumn__title
  h2 {
  font-weight: 600;
  text-transform: capitalize;
}
.slideshow.banner h2.banner__heading.inline-richtext.h0 {
  padding: 0;
  font-weight: 600;
  font-size: 60px;
  margin: 0 !important;
  line-height: normal;
}
.slideshow.banner .banner__text.rte p {
  color: white;
}
.multicolumn-card__image-wrapper img {
  width: 70px !important;
  object-fit: unset;
  height: auto !important;
  position: unset !important;
  transform: unset !important;
}
.multicolumn-card__image-wrapper div {
  padding: 0 !important;
  display: flex;
  justify-content: center;
  margin: 0 !important;
}
.logoimgfullwidth.footer-block__details-content.footer-block-image {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.logoimgfullwidth .footer-block__image-wrapper {
  max-width: 75% !important;
  margin: 0;
  margin-bottom: 1.4rem;
}
ul.list-unstyled.list-social.footer__list-social {
  display: flex;
  justify-content: flex-start;
}
a.link.list-social__link {
  padding: 0 3px;
}
.list-social__item .icon {
  height: 2.6rem !important;
  width: 2.6rem !important;
}
.li-menu-footer.footer-block.grid__item li a:not(a.link.list-social__link) {
  color: rgba(220, 221, 222, 1) !important;
  text-decoration: none;
  padding: 3px 0 !important;
  font-size: 17px !important;
  font-weight: 400;
}
.li-menu-footer.footer-block.grid__item.footer-block--menu
  h2.footer-block__heading.inline-richtext {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 1rem;
}
footer .footer__blocks-wrapper .footer-full-width {
  width: 13%;
  max-width: 13%;
  margin-right: 1.2rem;
}
.footer__blocks-wrapper {
  padding-top: 20px;
  justify-content: space-between;
}
.locale-selectors__container {
  display: none;
}
.footer__content-bottom .footer__content-bottom-wrapper {
  border-top: 1px solid rgb(231 234 237 / 35%) !important;
  
  margin: auto !important;
  display: flex;
  justify-content: center;
  padding: 28px 0;
}
.footer__content-bottom {
  padding-top:1rem !important;
  padding-bottom: 4rem !important;
  color: rgba(100, 137, 212, 1);
  border: none !important;
}
.footer__copyright.caption {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
}
.footer__copyright.caption small.copyright__content {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: rgba(220, 221, 222, 1) !important;
  font-weight: 500;
}
.footer__copyright.caption ul li::before {
  display: none;
}
.footer__copyright.caption ul li a {
  font-size: 16px;
  padding: 0 5px;
  color: rgba(220, 221, 222, 1) !important;
  font-weight: 500;
}
.footer-block.grid__item.footer-block-newsletter-clas .field:after,
.footer-block.grid__item.footer-block-newsletter-clas .field:before {
  display: none;
}
.hotspot-image-main img {
  width: 100%; height:auto;
}
.inner-main-hotspots-and-titles {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.top-content-hotspot h2 {
  font-size: 70px;
  text-align: center;
  margin: 0;
  line-height: normal;
  font-weight: 500;
  color: #031133;
}

.top-content-hotspot h3 {
  font-size: 70px;
  text-align: center;
  margin: 0;
  color: #031133;
  font-weight: 700;
  line-height: normal;
}

.left-data-hostpot,
.right-data-hostpot {
  width: 26%;
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding-bottom: 26px;
}
.center-data-hostpot {
  width: 40%;
}
.inner-main-hotspots-and-titles h2 {
  font-weight: 700;
  color: #031133;
  margin: 0;
  font-size: 32px;
}
.inner-main-hotspots-and-titles p {
  font-size:18px;
  color: #848484;
  line-height: 26px;
  margin: 0;
  font-weight:400;
}
.top-content-hotspot {
  margin-bottom: 0px;
}
.main-dot-hotspot * {
  box-sizing: border-box;
  display: block !important;
}
.hotspot-image-main {
  position: relative;
  width: 100%;
}
.hotspot-dott {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  border-radius: 50%;
}
.hotspot__positioner--01 {
  position: absolute;
}
.hotspot__positioner--02 {
  position: absolute;
  top: 40vh;
  left: 80vw;
}
.hotspot__positioner--02 .hotspot-dott {
  animation-delay: 1s;
}
.hotspot__container {
  position: relative;
}
.hotspot--01 {
  width: 20px;
  height: 20px;
  border: 5px solid rgba(6, 147, 227, 1);
  background-color: transparent;
  z-index: 1;
  opacity: 0.2;
  animation: dot1 2s infinite;
}
.hotspot--02 {
  width: 20px;
  height: 20px;
  background-color: rgba(6, 147, 227, 1);
  z-index: 2;
  animation: dot2 2s infinite;
}
.hotspot--03 {
  width: 20px;
  height: 20px;
  background-color: rgba(6, 147, 227, 1);
  z-index: 3;
  animation: dot3 1s alternate infinite;
}
@keyframes dot1 {
  0% {
    opacity: 0.2;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(5);
  }
}
@keyframes dot2 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes dot3 {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.main-dot-and-content-only {
  background: #031133;
  padding: 1.3rem;
  border-radius: 5px;
  width: 260px;
  display: none;
}
.main-dot-and-content-only h5 {
  font-size: 21px;
  margin: 0;
  font-weight: 600;
  color: #fff;
}
.main-dot-and-content-only span,
.main-dot-and-content-only span p {
  font-size: 15px;
  margin-top: 6px;
  display: inline-block;
  line-height: 20px;
  color: #fff;
}

.main-dot-hotspot {
  cursor: pointer;
}
.main-dot-and-content-only span p a {
  color: black;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.main-dot-and-content-only span p {
  margin: 0;
}
.main-dot-and-content.activetedcurrent .main-dot-and-content-only {
  display: block;
  z-index: 99999;
  position: relative;
}
.main-dot-and-content.activetedcurrent .main-dot-hotspot {
  z-index: 99999999999999999;
  position: relative;
}
.shopify-payment-button__button {
  display: none !important;
}
.shopify-cleanslate,
.shopify-payment-button__button.shopify-payment-button__button--branded,
div[data-shopify="shop-promise-payment-button-slot"] {
  display: none !important;
}
.slideshow__text.banner__box .banner__text.rte {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  width: fit-content;
  padding-right: 0;
}
.slideshow__controls.slideshow__controls--top.slider-buttons {
  position: absolute;
  bottom: 0;
  width: 100%; border: none;
}
.hero-section-main .banner__media.media img {
  object-fit: unset;
}
.hero-section-main h2.banner__heading strong {
  color: #6489d4;
}
.badge.price__badge-sale {
  display: none !important;
}
footer.footer .footer__content-top.page-width {
  border-top: 1px solid rgb(231 234 237 / 35%) !important;
  padding-top:6rem;
}
.slideshow__media.banner__media.media {
  background: transparent;
}
.slideshow.banner.banner--medium.grid.grid--1-col.slider.slider--everywhere.banner--mobile-bottom {
  background: #f4f8fb;
}
section#shopify-section-template--18214932316409__slideshow_F9mAUP {
  padding-top: 50px;
}
.img-title-btn h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}
.home-cstm-hero h2.banner__heading.inline-richtext.h1 {
  font-size: 60px;
  font-weight:800;
  padding-right: 400px;
}


.product-venty-clip-fan .btn-benefit-wrapper{
  text-transform:capitalize; margin:20px 0;
}

.product-venty-clip-fan .rich-text__buttons{  max-width:100%; }

.btn-benefit-wrapper {
  border-radius: 60px;
  background: #031133;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform:uppercase;
  width: fit-content;
  text-decoration: none;
  padding: 12px 20px;
  transition: 0.5s all;
  border: none !important;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.btn-benefit-wrapper::after,
.btn-benefit-wrapper::before {
  border: none !important;
  box-shadow: unset;
}
.btn-benefit-wrapper span {
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px; height:24px; width:24px;  min-width:24px; 
}
.btn-benefit-wrapper span img {
  width: 20px;
}



.logo_slider_advanced .flickity-slider {
  display: flex;
  align-items: center;
}
.logo_slider_advanced button.flickity-button {
  display: none;
}
.logo_slider_advanced .carousel__cell {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_custom-column .page-width {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.single-product-column-custom {
  background: #f1f2f4;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  height:325px;
}
.single-product-column-custom a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
}
.single-product-column-custom a h2,
.product_custom-column h3 {
  font-size:18px;
  font-weight:800;
  line-height: 1.4;
  text-align: center;
  color: #031133;
  margin: 0;
}
.container-type-section h2 {
  font-size: 70px;
  font-weight:800;
  color: #031133;
  margin: 0;
}
.container-type-section {
  background-color: rgba(255, 255, 255, 0.39);
  backdrop-filter: blur(11px);
  width: 57%;
  border-radius: 0 30px 30px 0;
  padding: 50px;
  padding-left: 70px;
}
.container-type-section h3 {
  font-size: 47px;
  font-weight: 400;
  color: #031133;
  margin: 0;
  text-transform: capitalize;
}
.single-fan-benefits-column-custom {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  width: 47%;
}
.single-fan-benefits-column-custom img {
  width: 40px;
  height: 40px;
}
.single-fan-benefits-column-custom h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #031133;
}
.single-fan-benefits-column-custom span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #031133;
  text-transform: capitalize;
}
.main-fan-benefit-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin: 30px 0;
}
.btn-benefit-wrapper:hover {
  color: #031133;
  background: white;
  box-shadow: 0px 0px 10px 10px #0000001f;
}
.fan-benefit-section-position .container-type-section {
  margin-left: auto;
  border-radius: 30px 0px 0px 30px;
}
.single--fan-variant-grid img {
  width: 100%;
}
.main-fan-variant-grid {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.single--fan-variant-grid {
  width: 32%;
}
.main-fan-variant-grid .single--fan-variant-grid:nth-child(3) img {
  height: 650px;
  object-fit: contain;
  margin-bottom: 10px;
}
.fan-variants_custom h2,
.fan-variants_custom h3 {
  color: #031133;
  margin: 0;
  font-size: 75px;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-transform: capitalize;
}
.fan-variants_custom_content_flex h3 {
  font-weight:800;
}
.fan-variants_custom .btn-benefit-wrapper {
  margin-bottom: 11px;
}
.fan-variants_custom_content_flex {
  display: flex;
  align-items: flex-end;
  gap: 40px;
}
.fan-variants_custom_content_top {
  margin-bottom: -270px;
}

.rrr-original-venty-mint .fan-variants_custom_content_top {
  margin-bottom: -200px;
}


.tabs-data-custom-variant-fan img {
  width: 100%;
}
.tabs-name-custom-variant-fan {
  display: flex;
  justify-content: space-evenly;
}
.tabs-name-custom-variant-fan h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 18.56px;
  text-align: center;
  color: rgba(179, 180, 181, 1);
  margin: 0;
}
.tabs-custom-variant-fan {
  margin-top: 40px;
}
.tabs-data-custom-variant-fan img {
  display: none;
}
.tabs-name-custom-variant-fan h6.classtabsactivated {
  color: rgba(20, 43, 79, 1);
}

.tabs-data-custom-variant-fan img.classtabsactivated {
  display: block;
  font-weight: 500;
}
.tabs-name-custom-variant-fan h6.classtabsactivated:after {
  width: 100%;
  background: #031133;
  content: "";
  height: 2px;
  display: inline-block;
  margin-bottom: 7px;
  border-radius: 8px;
}
img#tab3variant {
  height: 300px;
  object-fit: contain;
  margin: 40px 0 0;
}
.bundle-and-save-section .page-width {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-fan-variant-grid .single--fan-variant-grid:nth-child(1) img {
  margin-bottom: -24px;
}
h2.cstmh2slide {
  margin: 0;
  color: rgba(128, 129, 131, 1);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.41em;
  text-align: center;
  padding-top: 60px;
}
div#insta-feed h2 {
  color: #031133;
  font-size: 37px !important;
  font-weight: 600;
  text-align: center;
  margin: 6px 0 36px;
}
.instafeed-new-layout-wrapper {
  gap: 18px !important;
}
section#shopify-section-template--18214932152569__1723489166214d0883
  .page-width.scroll-trigger.animate--slide-in {
  padding: 0;
  max-width: 100%;
}
#insta-feed {
  padding-bottom: 60px;
}
.bundle-and-save-section-image img {
  width: 100%;
}
.bundle-and-save-section-content,
.bundle-and-save-section-image {
  width: 49%;
}
.bundle-and-save-section-content h2 {
  color: rgba(248, 248, 248, 1);
  font-size: 50px;
  font-weight: 600;
  text-align: left;
  margin: 0;
}
.bundle-and-save-section-content p {
  color: #f8f8f8;
  font-size: 22px;
  font-weight: 500;
  margin: 10px 0 15px;
}
.bundle-and-save-section-content .btn-benefit-wrapper {
  color: #031133;
  background: white;
}
.bundle-and-save-section-content .btn-benefit-wrapper span {
  background: #031133;
}
.bundle-and-save-section-content .btn-benefit-wrapper span img {
  width: 20px;
  filter: invert(1);
}
.videoadded img {
  display: none !important;
}
.banner__media video {
  display: none !important;
}
.videoadded video {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
.product_custom-column h3 {
  color: #031133;
  margin: 0 0 20px; font-size:28px; font-weight:800;
  /* letter-spacing: -0.02em; */
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.enable_new_design h2 {
  text-transform: capitalize;
  font-size: 60px;
}
.enable_new_design p {
  color: rgba(31, 31, 31, 1);
  font-size:20px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.01em;
  text-align: center;
  margin: 0;
}
.enable_new_design .newsletter__subheading {
  margin-top: 8px;
}
.enable_new_design form#contact_form,
.enable_new_design .newsletter-form__field-wrapper,
.enable_new_design .field {
  width: 100% !important;
  max-width: 100% !important;
}
.enable_new_design .field::after,
.enable_new_design .field::before {
  display: none;
}
.enable_new_design input.field__input {
  background: rgba(217, 217, 217, 0.19);
  border: 1px solid #00000024;
  border-radius: 50px;
  padding: 20px !important;
  margin: 0 !important;
  height: 53px;
  width: 75%;
}
.enable_new_design .field {
  gap: 20px;
  display: flex;
  align-items: center;
}
.enable_new_design button#Subscribe {
  width:35%;
  display: flex;
  justify-content: center;
  height: 53px;
  font-size: 17px;
  padding-left: 10px;
  padding-right: 10px;
}
.product_custom-column .single-product-column-custom img {
  max-width: 178px;
}
 
.enable_new_design {
  max-width: 600px;
  margin: auto;
}

.section-template--18267550777593__custom_product_column_YYEj7X-padding
  .single-product-column-custom:nth-child(2)
  img {
  width: 101px !important;
}
.section-template--18267550777593__custom_product_column_YYEj7X-padding
  .single-product-column-custom {
  background: #f1f2f4;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31%;
  height: 315px;
}
.product_custom-column.section-template--18267550777593__custom_product_column_YYEj7X-padding {
  padding-left: 200px;
  padding-right: 200px;
}
.product_custom-column.section-template--18267550777593__custom_product_column_YYEj7X-padding
  h3 {
  color: #031133;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  text-align: center;
  width: 100%;
  font-size: 50px;
  margin-bottom: 51px;
  font-weight: 500;
}
footer button#Subscribe {
    border-radius: 0 20px 20px 0 !important;
}














@media (max-width: 1200px) {
  .product_custom-column.section-template--18267550777593__custom_product_column_YYEj7X-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 500px) {
  .product_custom-column.section-template--18267550777593__custom_product_column_YYEj7X-padding
    h3 {
    font-size: 26px !important;
    line-height: 60px;
    margin-bottom: 20px !important;
  }
}

/* yaha se end hai */

.img-title-btn.img-title-btn-new-design h2 {
  opacity: 1;
}
.brands-imgs.desktop-only-imgs img {
  width: 110px;
}
.brands-imgs.desktop-only-imgs img:nth-child(1) {
  width: 95px;
}
.brands-imgs.desktop-only-imgs img:last-child {
  height: 43px;
  width: fit-content;
}
.page-width.brands-imgs.mob-only-imgs img {
  width: 100px;
  display: flex;
  margin: auto;
}
.page-width.brands-imgs.mob-only-imgs img:last-child {
  height: 50px;
}
.slider-counter__link--dots .dot,
.slider-counter__link--numbers {
  transition: transform 0.2s ease-in-out;
  box-shadow: 0px 0px 1px 1px white;
}
.slider-counter__link--active.slider-counter__link--dots .dot {
  background: white !important;
}
.field__label {
  transition: opacity 0.3s ease;
}

.field__input.input-filled + .field__label {
  opacity: 0;
  visibility: hidden;
}
.field-cozy input::placeholder {
    color: black !important;
    opacity: 1 !important;
}
.cozy-product-newslatter-main {
    float: unset;
    width: 100% !important;
    display: flex;
    flex-direction: column;
}
.cozy-product-newsletter-heading {
    color: #031133;
    font-size: 23px;
    font-weight: 500;
    line-height: 36.45px;
    letter-spacing: 0.01em;
      text-transform: capitalize;
  margin-top:30px;
      margin-left: 4px;
    margin-bottom: 12px;
    text-align: left;
}
.cozy-product-newsletter-heading p {
    margin: 0;
}
.cozy-product-newsletter-heading em {
    font-size: 15px;
}
button.newsletter-form__button-cozy-field__button {
    font-size: 16px;
    font-weight: 500;
    line-height: 21.6px;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 1);
    background: rgba(20, 43, 79, 1);
    border-radius: 50px;
  cursor:pointer;
    padding: 12px 30px;border: none;
    outline: none;
}
.field-cozy {
    display: flex;
    gap: 10px;
}
.field-cozy input {
    background: #eaeaea;
    border-radius: 50px;
    padding: 15px;
    width: 60%;
    max-width: 60%;
    border: none !important;
    height: 100%;
    outline: none;
    box-shadow: unset; font-size:14px;
}












@media screen and (min-width: 750px) {
  .home-cstm-hero.banner--medium:not(.banner--adapt) {
    min-height: 64rem;
  }
}

@media (min-width: 1450px) {
  .product-no-padding-container {
    padding: 0;
  }
}
@media (max-width: 1200px) and (min-width: 769px) {
  .main-tabs-gallery {
    padding-top: 60px !important;
  }

    

        
}

 

@media (min-width: 992px) {
  .main-fan-variant-grid .single--fan-variant-grid:nth-child(2) img {
    height: 500px;
    object-fit: cover;
    margin-bottom: -10px;
  }

  .hotspot-image-main img {
    width: 100%;
    margin: AUTO;
    display: flex;
  }
  .mega-menu__content {
    border-radius: 14px !important;
    top: unset !important;
    right: 0 !important;
    left: unset !important;
    padding-bottom: 0rem !important;
    padding-top: 0rem !important;
    padding-top: 20px !important;
    background: transparent !important;
  }
  .mega-menu__content ul.mega-menu__list {
    justify-content: center !important;
    flex-wrap: nowrap;
  }
  a.mega-menu__link.mega-menu__link--level-2.link {
    display: flex !important;
    flex-direction: column-reverse !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100%; 
  }
    ul.mega-menu__list.page-width {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        border-radius: 14px !important;
        background: #FFF;

box-shadow: 0px 1px 1px 0px #FFF, 0px 16px 15px 0px rgba(0, 0, 0, 0.13);

         
    transition:.5s all;
    }
  ul.mega-menu__list li.main-li-of-child-menu:nth-child(1) {
    border-radius: 15px 0px 0px 15px;
}
  ul.mega-menu__list li.main-li-of-child-menu:nth-child(2) {
    border-radius: 0px;
}
  ul.mega-menu__list li.main-li-of-child-menu:nth-child(3) {
    border-radius: 0px;
}
  ul.mega-menu__list li.main-li-of-child-menu:nth-child(4) {
    border-radius: 0px 15px 15px 0px;
}

  li.main-li-of-child-menu::after {
    position: absolute;
    left: 0;
    background: rgba(20, 43, 79, 1);
    height: 65%;
    width: 1px;
    content: "";
    opacity: 18%;
}
  ul.mega-menu__list li:nth-child(1)::after {
    display: none;
}

  a#HeaderMenu-shop-what-is-the-best-portable-fan-for-camping,
  a#HeaderMenu-more-what-is-the-best-portable-fan-for-camping {
    display: none !important;
  }


  li.main-li-of-child-menu a.mega-menu__link {
    gap: 10px;
  }
  li.main-li-of-child-menu .nav-product_image img.nav-child-link-image {
    border-radius: 18px;
  }
  a.mega-menu__link.mega-menu__link--level-2.link,
  a.mega-menu__link.mega-menu__link--level-2.link span.title-coll-nav {
    margin: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: rgba(77, 77, 77, 1);
    font-size: 14px !important;
    font-weight: 500;
    line-height: 18.9px !important;
    text-align: center !important;
    text-transform: capitalize !important;
    letter-spacing: 0 !important;
    margin: 0 !important;
  }
  ul.mega-menu__list li ul li a.mega-menu__link.link {
    line-height: 23px;
    font-size: 13px;
    color: #000;
  }
  li.main-li-of-child-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #f1f2f4; */
    border-radius: 15px;
    padding:20px;
    position: relative;
    height: 100%;
  }
  li.main-li-of-child-menu ul.list-unstyled {
    width: 100%;
  }
  div#MegaMenu-Content-2 {
    width: fit-content !important;
    left: unset !important;
    right: unset !important;
  }
  div#MegaMenu-Content-2 ul.mega-menu__list.page-width {
    display: flex !important;
  }
  ul.mega-menu__list li ul li a.mega-menu__link.link {
    text-wrap: nowrap;
  }
  div#MegaMenu-Content-2
    ul.mega-menu__list.page-width
    li.main-li-of-child-menu {
    margin: 0 !important;
  }
  
 body ul.mega-menu__list li.main-li-of-child-menu:hover a span {
    color: #031133 !important; font-weight:bold !important; 
}
}

@media (min-width: 1025px) {
  .mega-menu__content {
    width: 160% !important;
  }
  ul.mega-menu__list li ul li a.mega-menu__link.link {
    font-size: 14px;
    margin: 0;
  }

    .mob-banner-img {
    display: none !important;
  }

  
}

@media (min-width: 992px) {
  .mega-menu__content {
    width: 160% !important;
  }
}
@media (min-width: 1200px) {
  .mega-menu__content {
    width: 198% !important;
  }
}
@media (min-width: 769px) {
  .video-section {
    width: 70%;
  }
  section#shopify-section-template--18214932316409__image_banner_U6fbnA {
    top: -80px;
    position: sticky;
    z-index: -1;
    min-height: unset;
    overflow: visible;
  }
  .stickyactivated {
    position: unset !important;
  }
  .brands-imgs.mob-only-imgs {
    display: none;
  }
  .slideshow__text.banner__box {
    padding-top: 12rem;
  }
  .hero-section-main .banner__box.content-container {
    margin-top: 80px;
  }
  .banner--content-align-left.banner--desktop-transparent .banner__box {
    max-width: 95rem !important;
  }
  .shopify-pricee {
    margin: 0 !important;
  }
  .product__title {
    margin: 0 !important;
  }
  .collection .slider-buttons {
    position: absolute;
    top: -80px;
    right: 60px;
  }
  .menu-only-sticky summary.header__icon.header__icon--menu {
    display: none;
  }
  .classadded,
  .classadded2 {
    /* background:white; */
    /* color:black; */
  }
  .classadded *:not(.ul.mega-menu__list *),
  .classadded2 *:not(.ul.mega-menu__list *) {
    color: black;
  }

  a.mega-menu__link.mega-menu__link--level-2.link {
    margin-bottom: 1rem;
    padding:20px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .menu-only-sticky {
    position: relative;         justify-content: flex-end;
  }


  
  
  details.mega-menu .mega-menu__content {
    border: none;
  }

  .modal-overlay {
    display: none !important;
  }

  .mega-menu__content ul.mega-menu__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0px !important;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    box-sizing: border-box;
  }

  .product--medium.product--right .product__info-wrapper.grid__item,
  .product--medium.product--right .grid__item.product__media-wrapper {
    width: 50% !important;
    max-width: 50% !important;
  }
  .product--medium.product--right .grid__item.product__media-wrapper {
    max-width: 44% !important;
    width: 44% !important;
    margin-left: auto;
  }
  .tabs-custom-variant-fan {
    display: none;
  }
}




@media (max-width: 1450px) {
  .benefits_Slider .flickity-section__carousel {
    padding-left: 5rem;
  }


}

@media (max-width: 1400px) {
  .video-wrapper-slider.activated_VIDEO {
    width: 40%;
  }
  footer .footer-block.grid__item.footer-block-contact-us {
    width: 27% !important;
    max-width: 27% !important;
  }
  .footer-block.grid__item.footer-block-newsletter-clas {
    padding-left: 7rem;
  }
  .footer__content-bottom * {
    font-size: 13px;
    margin-right: 10px;
  }
}
@media (max-width: 1350px) {
  .carousel__cell.meet-our-fans-car-cell {
    width: 40% !important;
  }
  .brands-imgs {
    flex-wrap: wrap;
    width: 80%;
    margin-top: 48px !important;
  }
  h2.banner__heading.inline-richtext.h0 {
    font-size: 80px;
    line-height: 90px;
    padding-right: 200px;
  }
}

@media (max-width: 1300px) {
  .icon-with-text-cstm {
    float: left; 
    margin-top: 4px !important;
  }
  .product-main-class {
    padding: 50px;
  }
  footer .footer-block.grid__item.footer-block-contact-us {
    padding-right: 4rem;
  }
  .footer-block.grid__item.footer-block-newsletter-clas {
    padding-left: 3rem;
  }
  footer
    .footer-block.grid__item.footer-block--menu
    h2.footer-block__heading.inline-richtext {
    font-size: 21px;
  }
  .table-main {
    padding: 0 0px;
  }
  .main-tabs-gallery {
    margin-top: 240px;
  }
  .benefits-car-cell {
    padding: 26px;
  }
}
@media (max-width: 1200px) {
  .product__title h1 {
    font-size: 48px;
    line-height: normal;
    margin: 10px 0 !important;
  }
  .benefits-icon-with-text-cstm-inner {
    width: 50%;
  }
  .all-var-flex {
    gap: 10px;
    flex-wrap: wrap;
  }
  label.variant-images-selectable img {
    height: 80px;
    width: 80px;
  }
  label.variant-images-selectable {
    gap: 5px;
  }
  .product-form__buttons {
    flex-wrap: wrap;
  }
  .shopify-payment-button {
    padding: 0 26px;
  }
  .container-type-section {
    width: 60%;
    padding: 30px;
  }
}

@media (max-width: 1150px) {
  .footer__content-bottom .footer__content-bottom-wrapper {
   
  }
  .footer__copyright.caption small.copyright__content {
    font-size:12px;
  }
  .footer__copyright.caption ul li a {
    font-size: 14px;
    padding: 0 3px;
  }
  footer .footer-block.grid__item.footer-block-contact-us,
  .footer-block.grid__item.footer-block-newsletter-clas {
    width:100% !important;
    max-width:100% !important; padding: 0 !important;
        border: none; text-align:center;
  }

  .footer-block.grid__item.footer-block-newsletter-clas .footer-block--newsletter { margin:auto !important; max-width:300px; }

  
  footer .footer-block.grid__item.footer-block-contact-us {
    padding-right: 10rem;
  }
  .footer-block.grid__item.footer-block-newsletter-clas {
    padding-left: 10rem;
  }

  .footer-block.grid__item.footer-block-newsletter-clas
    .footer-block--newsletter {
    margin: 0;
  }
  .footer-block.grid__item.footer-block-newsletter-clas
    h2.footer-block__heading.inline-richtext {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .footer__copyright.caption {
    text-align: left !important;
  }
}

@media (max-width:1024px) {
 

  .home-cstm-hero h2.banner__heading.inline-richtext.h1 {
    padding-right: 300px;
  }
  .content-meta-etc h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .content-meta-etc {
    padding: 16px;
  }
  .sticky-add-to-cart {
    width: 94%;
    right: unset;
    margin: 0 30px;
    box-sizing: border-box;
  }
  .cstm-collection-list p.card__caption {
    padding-right: 0;
  }
  .cstm-collection-list .carousel__cell {
    width: 49% !important;
  }
  .collection-hero__text-wrapper h1.collection-hero__title {
    font-size: 40px;
  }
  .brands-imgs {
    width: 50%;
    margin-top: 23px !important;
    gap: 20px 50px;
  }
  h2.banner__heading.inline-richtext.h0 {
    font-size: 57px;
    line-height: 63px;
    padding-right: 315px;
  }
  .table-main {
    height: 400px;
    padding: 0 0px;
  }
  .main-tabs-gallery {
    margin-top: 0 !important;
  }
  .table-main.active {
    gap: 23px;
    margin-top: 0;
  }
  .main-tabs-gallery .plan-controls {
    padding-bottom: 50px;
  }
  .plan-controls {
    gap: 13px;
    flex-wrap: wrap;
  }
  h2.title-benefits-slider-h2 {
    font-size: 46px;
  }
  .page-width.title-btn-and-description-benefits-slider {
    margin-bottom: 20px;
  }
  .benefits-car-cell {
    width: 40% !important;
  }
  .btn-benefits-slider a {
    font-size: 18px;
    line-height: normal;
    padding: 9px 28px;
  }
  .video-section div p {
    font-size: 15px;
    margin: auto auto 22px;
    width: 70%;
  }
  .video-section deferred-media {
    --ratio-percent: 50% !important;
  }
  .video-section h2.title.inline-richtext.h0 {
    font-size: 50px;
  }
  .bottom_banner .banner__content .banner__text.rte.body p {
    padding-right: 515px;
  }
  .container-type-section h3 {
    font-size: 35px;
  }
  .container-type-section h2 {
    font-size: 50px;
  }
  .bundle-and-save-section-content p {
    font-size: 18px;
    margin: 5px 0 10px;
  }

  
}
@media (max-width: 992px) {
  .icon-with-text-cstm-inner p {
    line-height: 23.91px;
  }
  .icon-with-text-cstm-inner span {
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    margin-top: 7px;
  }
  .icon-with-text-cstm {
    align-items: flex-start;
  }
  .product-main-class {
    padding: 26px;
  }
  .product__title h1 {
    font-size: 41px;
    line-height: normal;
    margin: 15px 0 !important;
    margin-bottom: 0 !important;
  }
  label.variant-images-selectable img {
    height: 72px;
    width: 72px;
  }
  .menu-only-sticky nav.header__inline-menu {
    display: none;
  }

  .menu-only-sticky summary.header__icon.header__icon--menu {
    display: block;
  }
  .activatedmenu .openburger,
  .header__icons .closeburger {
    display: none !important;
  }
  .activatedmenu .closeburger {
    display: block !important;
  }
  .header__icons
    a.header__icon.header__icon--account.link.focus-inset.small-hide {
    justify-content: center;
    align-items: center;
    /* display: flex !important; */
  }
  .custom-drawer {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  .activatedmenu .custom-drawer {
    transform: unset !important;
    visibility: visible !important;
  }

  .header-custom-sec {
    z-index: 5 !important;
  }

  .menu-only-sticky .header__icons {
    padding-right: 0;
  }
  .menu-only-sticky .header__icon--cart {
    margin-right: 0;
  }

  .overflow-hidden-mobile,
  .overflow-hidden-tablet,
  .overflow-hidden-desktop {
    overflow: unset;
  }
  .activatedsearch.overflow-hidden .menu-only-sticky {
    width: 90%;
    justify-content: center;
  }
  
  .search-modal__content {
    padding-left: 20px;
  }
  .footer__content-bottom * {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .classadded *:not(.ul.mega-menu__list *),
  .classadded2 *:not(.ul.mega-menu__list *) {
    color: white;
  }
  .have-image-coll {
    padding: 1.1rem 3rem !important;
  }
  .activatedmenu .menu-only-sticky {
    z-index: 9999999;
    background: white;
    position: fixed;
    bottom: 27px;
    left: 50%; width:auto;
    /* transform: translate(-50%, 10px); */
  }
  .modal__content {
    position: fixed !important;
    top: unset !important;
    left: unset !important;
    right: 0;
    bottom: 0;
    width: 80%;
    height: 100%;
    padding: 10px 0 !important;
  }
  .product_custom-column .page-width {
    gap: 30px;
    justify-content: center;
  }
  single-product-column-custom {
    width: 47%;
  }
  .single--fan-variant-grid {
    width: 31%;
  }
  .main-fan-variant-grid .single--fan-variant-grid:nth-child(3) img {
    height: 500px;
  }
  .fan-variants_custom_content_top {
    margin-bottom: -220px;
  }
  .fan-variants_custom h2,
  .fan-variants_custom h3 {
    font-size: 60px;
  }
  .btn-benefit-wrapper {
    font-size: 16px;
    padding: 9px 17px;
  }
  .bundle-and-save-section-content h2 {
    font-size: 40px;
  }
  .bundle-and-save-section-content p {
    font-size: 16px;
  }

 
}

@media (max-width: 800px) {
  footer
    .footer-block.grid__item.footer-block--menu
    h2.footer-block__heading.inline-richtext {
    font-size: 23px;
  }
  footer .footer-block.grid__item.footer-block-contact-us {
    padding-right: 5rem;
  }
  .footer-block.grid__item.footer-block-newsletter-clas {
    padding-left: 2rem;
  }
  .footer__content-bottom {
    padding-top: 2rem !important;
    padding-bottom: 1.5rem !important;
  }

  ul.list-unstyled.list-social.footer__list-social { display:flex !important; }

   

  
}

@media (max-width: 769px) {
  .brands-imgs.desktop-only-imgs {
    display: none;
  }

  .shopify-section-header-sticky .header__heading-logo-wrapper {
    opacity: 1;
  }
  .collection__description {
    width: 100%;
    font-size: 16px;
  }
  .cstm-collection-list .carousel__cell {
    width: 80% !important;
  }
  .cstm-collection-list .carousel__cell {
    width: 80% !important;
  }
  .cstm-collection-list p.card__caption {
    margin: 5px 0 0;
    font-size: 16px;
    line-height: 20px;
  }
  .cstm-collection-list h3.card__heading a {
    font-size: 24px;
  }
  img.arrow-cstm-card-coll {
    width: 35px;
  }
  .cstm-collection-list .flickity-section__carousel {
    padding-bottom: 100px;
  }
  .cstm-collection-list
    button.flickity-button.flickity-prev-next-button.previous {
    position: absolute;
    top: unset;
    right: unset;
    left: 38%;
    bottom: 26px;
  }
  .cstm-collection-list button.flickity-button.flickity-prev-next-button.next {
    position: absolute;
    top: unset;
    left: unset;
    right: 38%;
    bottom: 26px;
  }
  .cstm-collection-list
    button.flickity-button.flickity-prev-next-button.previous:focus,
  .cstm-collection-list
    button.flickity-button.flickity-prev-next-button.next:focus {
    border: 1px solid #0000007a !important;
    outline: none !important;
    box-shadow: none !important;
  }
  .multicolumn .slider-buttons {
    gap: 15px;
  }
  .collection .slider-buttons {
    gap: 15px;
  }
  .footer__content-top.page-width .footer__blocks-wrapper {
    display: flex;
  }
  .logoimgfullwidth {
    margin: 0;
  }
  .footer-block.grid__item.footer-full-width {
    margin-bottom:25px; margin-right:0px;
  }
  footer .footer-block.grid__item.footer-block--menu {
    width: 100% !important;
    margin: 0;
    max-width: 100% !important;
    border: 1px solid #666666;
    border-width: 0px 0 1px 0;
    padding: 10px 0;
  }
  footer
    .footer-block.grid__item.footer-block--menu
    ul.footer-block__details-content {
    display: none;
  }
  .footer__content-top.page-width {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
  footer
    .footer-block.grid__item.footer-block--menu
    h2.footer-block__heading.inline-richtext {
    margin: 0;
  }
  .footer__content-top.page-width
    .footer__blocks-wrapper
    .footer-block--menu:nth-child(2) {
    border-width: 1px 0 1px 0;
  }
  footer .footer-block.grid__item.footer-block-contact-us {
    border: none;
  }
  footer .footer-block.grid__item.footer-block-contact-us,
  .footer-block.grid__item.footer-block-newsletter-clas {
    padding: 0;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 0;
  }
  .footer-block-contact-us {
    padding: 9rem 0 0rem 0 !important;
    margin: 0 !important;
  }
  form#ContactFooter input,
  form#ContactFooter div {
    width: 100% !important;
    max-width: 100% !important;
    
  }
  .footer__content-bottom * {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .footer__copyright.caption {
    display: flex;
    flex-wrap: wrap;
  }
  
  .banner__media img {
    display: none !important;
  }

  .banner__media img.mob-banner-img {
    display: block !important;
  }
  .videoadded img.mob-banner-img {
    display: none !important;
  }
  .hxl {
    font-size: calc(var(--font-heading-scale) * 4rem);
    margin: 0 !important;
  }
  .collection__title.title-wrapper {
    margin-bottom: 1.5rem;
  }
  .li-triggered ul:not(.footer-block-newsletter-clas ul) {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 15px !important;
  }
  .li-have-ul h2::after {
    content: "";
    background-image: url(https://cdn.shopify.com/s/files/1/0113/0856/4537/files/svgexport-26.svg?v=1721809163);
    width: 15px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .footer-block-newsletter-clas h2::after {
    display: none;
  }
  .li-have-ul h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .li-triggered h2:after {
    transform: scale(-1);
  }
  .price-adjustment-cstm {
    flex-direction: column;
    align-items: flex-start;
  }
  .price-adjustment-cstm .product__title {
    margin-bottom: 0.5rem;
  }
  .sticky-add-to-cart {
    width: 100%;
    right: 0;
    left: 0;
    padding: 0;
    background: transparent;
    box-shadow: unset;
    justify-content: center;
    align-items: center;
    bottom: 80px;
  }
  .sticky-add-to-cart-title-price {
    display: none;
  }
  .sticky-add-to-cart button {
    padding: 0.5rem;
    font-size: 1.575rem;
    width: 37%;
    height: 3.5rem;
    border-radius: 5px;
  }
  body.product
    .grid__item.product__media-wrapper
    .slider-buttons.quick-add-hidden {
    display: none;
  }
  body.product product-info .product-media-container .media {
    padding-top: 35rem !important;
  }

  body.product product-info {
    padding-top: 0 !important;
    overflow-x: hidden;
  }
  body.product product-info li.product__media-item {
    padding-top: 0 !important;
  }
  body.product product-info .product__info-wrapper {
    padding-top:0px !important;
  }
  span.badge.price__badge-sale.color-scheme-1 {
    margin-left: 7px !important;
    position: unset;
  }
  div.videossss {
    width: 90%;
    height: 50%;
  }
  .metafield-sec {
    flex-direction: column !important;
  }
  .content-meta-etc p {
    margin: 14px auto;
    width: 80%;
  }
  .metafield-sec img,
  .content-meta-etc {
    width: 100%;
  }
  .sticky-add-to-cart {
    margin: 0;
  }
  .banner--content-align-left .banner__box {
    text-align: left;
  }
  .header.page-width,
  .utility-bar__grid.page-width {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  a.header__heading-link.link.link--text.focus-inset {
    padding-left: 0;
  }
  .banner__content {
    padding: 3rem !important;
  }

  h2.banner__heading.inline-richtext.h0 {
    font-size: 60px;
    line-height: 60px;
    padding-right: 229px;
  }
  .table-main.active,
  .right-tab-img {
    gap: 15px;
  }
  .main-tabs-gallery .page-width {
    gap: 28px;
  }
  .plan-controls button {
    padding: 7px 30px;
    font-size: 17px;
  }
  .slideshow__media.banner__media.media img {
    display: block !important;
    object-fit: unset !important;
    position: unset !important;
  }
  .slideshow__media.banner__media.media {
    /* height: auto !important; */
  }
  .benefits_Slider .flickity-button {
    position: relative;
    left: 43% !important;
    background: #94a6b6;
    top: 38px;
    transform: translate(-50%, 0px);
    margin: 0 8px !important;
    right: unset !important;
  }
  .page-width.title-btn-and-description-benefits-slider {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 35px;
  }
  h2.title-benefits-slider-h2 {
    line-height: normal;
  }
  .benefits-car-cell h2 {
    line-height: normal;
    margin: 15px 0 !important;
  }
  .slideshow__text-wrapper.banner__content.banner__content--middle-center.page-width.banner--desktop-transparent.scroll-trigger.animate--slide-in,
  .slideshow__text.banner__box.content-container.content-container--full-width-mobile.color-scheme-1.gradient.slideshow__text--center.slideshow__text-mobile--center {
    padding: 0 !important;
  }
  .video-section div p {
    width: 100%;
  }
  .bottom_banner .banner__content .banner__text.rte.body p {
    padding-right: 0px;
  }
  .carousel__cell.meet-our-fans-car-cell {
    width: 60% !important;
  }
  .footer-block.grid__item.footer-block-newsletter-clas {
    border-left: unset;
  }
  .footer__content-top {
    padding-bottom: 1rem;
  }
  .footer__copyright.caption {
    justify-content: center;
    text-align: center;
    gap: 10px;
  }
  .footer__copyright.caption div {
    margin: 0;
  }
  ul.policies.list-unstyled {
    margin: 0;
  }
  .background-none
    .slider
    .multicolumn-card__image-wrapper
    + .multicolumn-card__info {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .inner-main-hotspots-and-titles {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .left-data-hostpot,
  .right-data-hostpot {
    width: 100%;
    gap: 24px;
    padding-bottom: 0;
  }
  .center-data-hostpot {
    width: 100%;
    margin: 30px 0;
  }
  .top-content-hotspot h2,
  .top-content-hotspot h3 {
    font-size: 40px;
    line-height: 40px;
  }
  .top-content-hotspot {
    margin-bottom: 33px;
  }
  .inner-main-hotspots-and-titles h2 {
    font-size: 24px;
  }
  .inner-main-hotspots-and-titles p {
    margin: 3px 0 0;
  }
  .inner-main-hotspots-and-titles h2 {
    font-size: 30px;
  }
  .slideshow__text {
    align-items: flex-start !important;
  }
  .home-cstm-hero h2.banner__heading.inline-richtext.h1 {
    padding-right: 100px;
  }
  .container-type-section {
    width: 80%;
  }
  .container-type-section h2 {
    font-size: 43px;
  }
  .container-type-section h3 {
    font-size: 28px;
  }
  .single-fan-benefits-column-custom {
    gap: 10px;
  }
  .main-fan-variant-grid {
    display: none;
  }
  .fan-variants_custom_content_top {
    margin-bottom: 0;
  }
  .fan-variants_custom_content_top {
    text-align: center;
  }
  .fan-variants_custom_content_flex {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .fan-variants_custom h2,
  .fan-variants_custom h3 {
    font-size: 39px;
    line-height: 44px;
  }
  .bundle-and-save-section .page-width {
    flex-direction: column;
  }
  .bundle-and-save-section-content,
  .bundle-and-save-section-image {
    width: 100%;
  }
  div#insta-feed h2 {
    font-size: 24px !important;
    margin: 6px 0 19px;
  }
  h2.cstmh2slide {
    font-size: 12px;
    padding-top: 36px;
  }
  #insta-feed {
    padding-bottom: 36px;
  }
  .instafeed-new-layout-wrapper {
    gap: 9px !important;
  }
  .instafeed-new-layout-item {
    width: 40% !important;
    height:200px !important;
  }
  .instafeed-new-layout-container {
    height:200px !important;
  }
  .enable_new_design {
    max-width: 100%;
  }
  .enable_new_design h2 {
    font-size: 40px;
  }
  .enable_new_design p {
    font-size: 16px;
  }
  .clip-fan-main-boxes .page-width {
    flex-direction: column;
  }
  .enable_new_design button#Subscribe {
    width: 44%;
    height: 48px;
    font-size: 14px;
    padding: 2px;
  }
  .enable_new_design input.field__input {
    width: 59%;
  }
}
@media (max-width: 600px) {
  .video-wrapper-slider.activated_VIDEO {
    width: auto;
    left: 40px;
    top: 40px;
    bottom: 40px;
    right: 40px;
  }
  .benefits_Slider .flickity-button {
    left: 42% !important;
  }
  .benefits_Slider .flickity-section__carousel {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .benefits-car-cell {
    width: 50% !important;
  }

  .icon-with-text-cstm {
    flex-direction: column;
    gap: 5px;
  }
  .product-main-class {
    background: #f0f2f5 !important;
    padding: 18px !important;
    margin-bottom: 35px !important;
  }
  .quantity__button:first-child {
    margin-left: 0;
  }
  h2.title-benefits-slider-h2,
  .video-section h2.title.inline-richtext.h0 {
    font-size: 32px;
  }
  .btn-benefits-slider a {
    display: inline-block;
  }
  h2.banner__heading.inline-richtext.h0 {
    font-size: 42px;
    line-height: 50px;
    padding-right:120px;
  }
  .banner.banner--desktop-transparent .banner__box {
    padding: 0rem 0rem 0rem; text-align:center;
  }
  .slideshow.banner h2.banner__heading.inline-richtext.h0 {
    padding-right: 0;
  }
  .page-width.brands-imgs.mob-only-imgs {
    gap: 21px;
    padding-bottom:20px;
    width:100%;
  }
  .container-type-section {
    width: 100%;
    border-radius: 0;
    padding: 50px 20px;
  }
  .fan-benefit-section-position .container-type-section {
    border-radius: 0;
  }




.field-cozy input { width:100%; max-width:100%; }

  
  
}

@media (max-width: 500px) {

  label.variant-images-selectable img {
    height: 69px;
    width: 69px;
  }
  .product__title h1 {
    font-size:28px;  margin:0px !important;
  }
  .shopify-pricee span,
  .shopify-pricee span s {
    font-size: 1.9rem !important;
  }
  .icon-with-text-cstm img {
    width: 39px;
  }
  button.product-form__submit.button {
    font-size: 28px;
    font-weight: 700;
    line-height: 48.19px;
    width: 100% !important;
  }
  .shopify-payment-button,
  .shopify-payment-button * {
    width: 100%;
    padding: 0;
    text-align: center !important;
  }

 span.price-item.price-item--sale.price-item--last span {
    /* font-size: 32px !important; */
  }
  .cstm-collection-list
    button.flickity-button.flickity-prev-next-button.previous {
    left: 35.6%;
  }
  .cstm-collection-list button.flickity-button.flickity-prev-next-button.next {
    right: 35.6%;
  }
  .content-meta-etc p {
    width: 100%;
    margin: 10px auto;
  }
  .cstm-class-meta-scnd {
    padding-bottom: 20px;
  }
  .cstm-class-meta-one {
    padding-top: 20px;
  }
  .brands-imgs {
    margin-top: 23px !important;
    gap: 30px;
    width: 100%;
  }
  .brands-imgs img {
    width: 45%;
  }

  .header.page-width {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .banner__content {
    padding: 0 2rem !important;
  }
  img.mob-banner-img.first-mobile-image {
    object-fit: unset;
  }
  .banner__box .banner__text {
    font-size: 17px;
    font-weight: 400;
  }
  .table-main.active,
  .right-tab-img {
    flex-direction: column;
  }
  .right-tab-img,
  .left-tab-img {
    width: 100%;
  }
  .table-main {
    height: auto;
  }

  
  .main-tabs-gallery img {
    width: 100% !important;
    height:270px !important;
    object-fit: cover;
  }

 .main-tabs-gallery .right-tab-img { display:block; }

   .main-tabs-gallery .right-tab-img img { height:130px !important; }
  
  .benefits_Slider .flickity-button {
    left: 37% !important;
  }
  .benefits-car-cell {
    width: 70% !important;
  }

  .video-section deferred-media {
    --ratio-percent: 60% !important;
  }
  .bottom_banner .banner__content .banner__text.rte.body p {
    font-size: 18px;
  }
  .bottom_banner .banner__content {
    min-height: 30rem !important;
  }
  .bottom_banner .banner__box {
    padding: 5rem 0 !important;
  }
  .title-description-meet-our-fans p {
    font-size: 19px;
  }
  .title-description-meet-our-fans img {
    width: 177px;
  }
  .title-description-meet-our-fans h2 {
    font-size: 38px;
  }
  .img-title-btn h2 {
    font-size: 23px;
  }
  .footer__content-bottom {
    padding: 0 !important;
  }
  
  .footer__column.footer__localization.isolate {
    justify-content: flex-start;
    padding: 0;
  }
  footer .footer__blocks-wrapper .footer-full-width {
    width: 100% !important;
    max-width: 100% !important;
   
  }
  .logoimgfullwidth.footer-block__details-content.footer-block-image {
    width: 50%;
    margin: 0 0 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .footer__blocks-wrapper {
    padding-top: 0;
  }
  .footer-block.grid__item.footer-block-newsletter-clas {
    margin: 2rem 0 0;
  }
  .footer-block.grid__item.footer-block-newsletter-clas
    .footer-block--newsletter {
    gap: 0;
  }
  .multicolumn h2.title.inline-richtext.h0 {
    font-size: 30px;
    margin: 0;
  }
  .multicolumn-card__info p {
    padding: 0 20px !important;
    font-size: 17px;
    line-height: 23px;
  }
  .multicolumn-card__info h3 {
    font-size: 24px;
  }
.main-dot-and-content-only {
    width: 100%;
    min-width: 90px;
}
  .main-dot-and-content-only span,
  .main-dot-and-content-only span p {
    font-size: 14px;
    margin-top: 2px;
    line-height: 18px;
  }
  section#shopify-section-template--18214932316409__slideshow_F9mAUP
    .slideshow__media.banner__media.media {
    height: 27rem !important;
  }
  .home-cstm-hero h2.banner__heading.inline-richtext.h1 {
    padding-right: 0;
    font-size: 40px;
    line-height: normal;
  }
  .btn-benefit-wrapper {
    font-size: 14px;
  }
  .btn-benefit-wrapper span img {
    width: 17px;
  }
  .single-product-column-custom {
    width: 100% !important;
  }
  .product_custom-column .page-width {
    gap: 20px;
  }
  .single-fan-benefits-column-custom {
    width: 100%;
  }
  .main-fan-benefit-grid {
    gap: 15px;
    margin: 20px 0;
  }
  .container-type-section h2 {
    font-size: 40px;
  }
  .container-type-section h3 {
    font-size: 22px;
  }
  .single-fan-benefits-column-custom h5 {
    font-size:17px; font-weight:bold;
  }
  
  section#shopify-section-template--18214932316409__slideshow_F9mAUP {
    padding-top: 0;
  }
  section#shopify-section-template--18214932316409__slideshow_F9mAUP
    div#Slide-template--18214932316409__slideshow_F9mAUP-1
    .slideshow__media.banner__media.media
    img {
    object-fit: contain !important;
  }
  div#shopify-section-template--18214932316409__hot_spots_g8WkKA {
    margin-top: -40px;
  }
  top-content-hotspot {
    margin-bottom: 10px;
  }
  .left-data-hostpot,
  .right-data-hostpot {
    gap: 14px;
  }
  footer.footer .footer__content-top.page-width {
    padding-top: 2rem;
  }
  
  .benefits-icon-with-text-cstm-inner p{
    text-wrap:wrap;
  }

  .enable_new_design p {
	font-size: 15px;
}

  .menu-only-sticky { padding:0px; }
}

@media (max-width: 420px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 4rem);
    line-height: calc(1 + 0.3/max (1, var(--font-heading-scale)));
  }
  .benefits-car-cell {
    width: 100% !important;
  }
  .product-form__buttons .shopify-payment-button * {
    display: block;
  }
  button.product-form__submit.button {
    padding: 14px 25px;
    font-size: 21px;
    line-height: normal;
  }
  .home-cstm-hero h2.banner__heading.inline-richtext.h1 {
    font-size:44px;
   
  }
}
@media (max-width: 385px) {
  .top-content-hotspot h2,
  .top-content-hotspot h3 {
    font-size: 35px;
  }
  .inner-main-hotspots-and-titles h2 {
    font-size: 28px;
  }
}

@media (max-width: 360px) {
  .benefits-icon-with-text-cstm-inner {
    width: 100%;
  }
  
}
 #MegaMenu-Content-4{
  width:300px!important;
 
  }

 .mega-menu__content { overflow:hidden;  }

 
.mega-menu__link:hover{
font-weight: bold !important;  
letter-spacing:0px;
  color: #031133 !important; 
}

#HeaderMenu-shop span:hover,
.mega-menu__link.mega-menu__link--active,
.header__active-menu-item,
.mega-menu summary > span:hover,
.menu-hover-class > a.link--text:hover, 
#HeaderMenu-more ul li span:hover {     font-weight: bold !important; 
    color: #031133 !important; letter-spacing:0px;
}

 

 

 

.mega-menu__link.mega-menu__link--level-2:hover  { border-radius: 12px; background: #F1F2F4; }

@media (min-width:1900px) {

  .hero-section-main .banner__media.media img {  right: 10%;   left: auto; }

}




.page-cozypod label.variant-images-selectable img { object-fit: contain; }


.hero-section-main .banner__media.media img {
    object-fit: contain;
    object-position: right;
}

 


.contact-from-new .form-main-sec form#ContactForm { width:100%;  }

.contact-from-new .cstm-rich-text p{ text-align:center; }


.content-from-new.form-main-sec .page-width {
     display: inherit; 
    justify-content: space-between;
}


.contact-from-new .form-main-sec form#ContactForm input, .form-main-sec form#ContactForm select {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 12px !important;
    border: none !important;
    background: rgba(255, 255, 255, 1);
    margin-bottom: 20px;
    height: 60px; padding:5px 10px; color:#B3B4B5;
}

.contact-from-new #ContactForm select option{font-size:16px; padding:6px;}

.contact-from-new .form-main-sec form#ContactForm input, .form-main-sec form#ContactForm select:focus-visible {
    outline: none;
    outline-offset:none;
    box-shadow: none;
}

.contact-from-new .form-main-sec form#ContactForm .contact__fields {
    display: grid;
}

#ContactForm input::placeholder,
.contact-from-new input::placeholder {
  color: #B3B4B5;
  opacity: 1;
}
#ContactForm input::-ms-input-placeholder,
.contact-from-new input::-ms-input-placeholder { 
  color: #B3B4B5;
}


#ContactForm-body::placeholder,
#ContactForm input::placeholder,
.contact-from-new textarea::placeholder {
  color: #B3B4B5;
  opacity: 1; 
}

#ContactForm-body::-ms-input-placeholder,
#ContactForm textarea::-ms-input-placeholder,
.contact-from-new input::-ms-input-placeholder { 
  color: #B3B4B5;
}



.button-content-part a {
    display: flex;
    gap:10px;
    align-items: center;
    justify-content: center; text-decoration:none;
     
}


.button-content-part a h3{
    font-family: General Sans;
    font-size: 19px;
    font-weight: 500;
    line-height: 29.7px;
    text-align: left;
    color: #031133;  
}
 
.button-content-part {
    padding: 25px;
    border: 1px solid #dcddde;
    border-radius: 12px;
}
.button-content-part:hover{ border: 1px solid #031133;}
@media only screen and (max-width: 600px) {
  .troubleshooting-header .banner__media img.mob-banner-img {
    display: block !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .troubleshooting-header  .banner__content:before,
  .troubleshooting-header .banner__media:before {
    padding-bottom: 100% !important;
  }
}


.three-btn-section .page-width a{padding:20px 30px !important;}
.three-btn-section h6{font-weight:500; color:#4D4D4D; font-size:22px; text-align:left; margin:10px 0;  }
.three-btn-section p{color:#B3B4B5; text-align:left; margin:0; font-size:14px; font-weight:400;}


.three-btn-section .page-width a{border-color:#B3B4B5!important;}

.collapsible .collapsible-btn {  cursor: pointer; }


.page-support-page,
body.page-about-us { background:#fff !important; }

.product-tab-gallery .button-content-part { margin-top:30px; display:none; }

.product-tab-gallery .active + .button-content-part { display:block; }

.product_custom-column hr  {background: #CCCDCE; width:100%; margin-bottom:0px; }


.product-tab-link-btn:hover{
  cursor:pointer;
}

.product-tab-gallery .grid__item:hover{
  text-decoration:none;
} 




.form-main-sec form select{
    width: 30px;
    height: 20px; 

    background-image: url(icon-select.png) !important;
    background-repeat:no-repeat !important;
  background-position:right center !important;
}

.form-main-sec select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

 


.search__input.field__input::placeholder,
.search__input.field__input::placeholder {
  color: #B3B4B5;
  opacity: 1;
}


.search__input.field__input::-ms-input-placeholder,
.search__input.field__input::-ms-input-placeholder { 
  color: #B3B4B5;
}
.search__input.field__input:focus-visible,
.search__input.field__input:focus{
    border-radius: 50px !important; border:none; box-shadow:none!important;
}
.search-modal__form .field:after{border-radius:50px!important;}

.search-modal__form .field__label,
main-search .field__label{display:none;}


/* #create_customer input::placeholder{
   color: #B3B4B5;
  opacity: 1;
}

#create_customer input::-ms-input-placeholder,
#create_customer input::-ms-input-placeholder { 
  color: #B3B4B5;
} */


 
.customers-login .lable-part label,
#create_customer .lable-part label { background-color:#fff!important; left:0px;  
  top:-10px!important;  color:#000 !important; font-size:12px!important; position:absolute; z-index:2; padding:0 3px; line-height:1; }


.newsletter-form__field-wrapper input::placeholder,
.newsletter-form__field-wrapper input::placeholder {
  color: #B3B4B5;
  opacity: 1;
}


.newsletter-form__field-wrapper input::-ms-input-placeholder,
.newsletter-form__field-wrapper input::-ms-input-placeholder { 
  color: #B3B4B5;
}


.cart-count-bubble{
  color:#fff; background-color:#031133;
}




.review-part .page-width {
    padding: 48px 25px;
    border-radius: 27px;
}

.review-part p {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 0;
}
.review-part .h1 {
    font-size: 63px;
    font-weight: 600;
    margin: 0;
}

.review-part {    padding:0 40px;
    margin-top: -140px;
    position: relative;
}


.product-grid-container span.price-item.price-item--sale.price-item--last span{font-size:16px !important; font-weight:800; margin-left:20px; color:#031133;}
.collection .product_tile_color_holder {
    display: none;
}










/* ---------------------------------------app css reviews */

a.jdgm-rev__prod-link {
    font-size: 16px!important;
    color: #000!important;
    font-weight: 500!important;
    text-transform: uppercase!important; text-decoration:none!important;   font-family: "GeneralSans";
}
.jdgm-rev__prod-link-prefix:before {
    content: 'about';
    text-transform: capitalize !important;
}
.jdgm-histogram__bar-content {
    background:#031133 !important;
}


a.jdgm-write-rev-link {
    background-color: #031133 !important;
    padding: 15px 30px;
    color: #fff !important;
    border-radius: 60px;
    text-decoration: none; 
}

.jdgm-all-reviews-widget, .jdgm-rev-widg {
    border:none !important;
   
}
.jdgm-rev-widg__sort-wrapper {
    text-align: right;
}


.jdgm-sort-dropdown.jdgm-sort-dropdown {
  padding:8px 27px!important;
    font-size: 18px !important;
    border: 1px solid #031133!important;
    width: 255px !important;
    border-radius: 12px;
    color: #031133; 
}

.jdgm-sort-dropdown-arrow {
    display: block;
    width: 12px;
    height: 0px;
    right: 20px!important;
    /* border-left: 8px solid transparent !important;
    border-right: 8px solid transparent!important;
    border-top: 10px solid #031133 !important; */
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.jdgm-rev .jdgm-rev__title {
    margin-bottom: 5px;
    font-size: 28px !important;
    color: #031133!important;
}

.jdgm-subtab__name {

    font-size: 19px !important;
    color: #031133!imprtant;
}


.jdgm-subtab__name.jdgm--active {
    border-bottom: 3px solid currentColor;
    color: #031133 !important;
    font-weight: 600 !important;
}
.jdgm-histogram__bar-content,
.jdgm-histogram__bar {
    border-radius: 4px!important;
}

.jdgm-rev__body>p {
    color: #4d4d4d !important;
}
.jdgm-all-reviews-page__load-more {
    border: 1px solid #031133!important;
    padding: 15px 30px!important;
    border-radius: 60px!important;
    text-decoration: none!important;
    color: #031133!important;
    font-size: 16px!important;
    font-weight: 500!important;
}

.jdgm-all-reviews-page__load-more-wrapper {
    text-align: center;
    margin: 50px 0 !important;
}


.jdgm-rev__prod-info-wrapper {
    left: 0 !important;
    text-overflow: ellipsis;
    border-top: none !important;
 top:120px !important;
  
}

.jdgm-rev__buyer-badge {
    display: none;
    padding: 5px 22px!important;
    border-radius: 50px!important;
    font-size: 14px!important;
    font-weight: 500!important;
}


.jdgm-rev .jdgm-rev__timestamp {
    margin-left: 0 !important;
    margin-right: 66%;
    bottom: 0!important;
}

.jdgm-rev__icon::after, .jdgm-rev__buyer-badge {
    background-color: #031133!important;
}

.jdgm-rev .jdgm-rev__rating {
    font-size: 14px;
    top: 90px !important;
}

.jdgm-rev .jdgm-rev__timestamp ~ .jdgm-rev__br {
  padding-left: 0 !important; 
}
.jdgm-rev__product-picture.jdgm-rev__pic-link {
    display: none !important;
}

.jdgm-rev .jdgm-rev__buyer-badge-wrapper {
    float: inherit !important;
    margin-right: 4px;
    margin-left: 15px!important;
}
.jdgm-rev__author {
    font-size: 20px !important;
    color: #000 !important;
}

.jdgm-subtab {
    border-bottom:none!important;
}

.jdgm-all-reviews__body .jdgm-rev, .jdgm-shop-reviews__body .jdgm-rev, .jdgm-revs-tab__reviews .jdgm-rev {
    margin: 0 0 8px !important;
}

.jdgm-rev.jdgm-divider-top {
    padding-top:38px !important;
}
.jdgm-rev__header {
    margin-bottom: -30px !important;
}

.jdgm-rev__body>p {
    font-size: 18px !important;
}

/* .jdgm-widget .jdgm-temp-hidden {
    display: block;
    margin: 0px 280px!important;
} 

.jdgm-histogram {
    padding: 4px 100px!important;
} */

/*  responcive*/
@media only screen and (max-width:1199px) {
.review-part .h1 {
    font-size: 36px;
}
.review-part p {
    font-size: 20px;
}
.review-part {
    margin-top: -140px;
    position: relative;
    padding: 40px;
}

.review-part .page-width {
    padding: 30px 25px;
}
.jdgm-sort-dropdown.jdgm-sort-dropdown {
    padding: 6px 20px!important;
    font-size: 16px!important;
    border: 1px solid #031133!important;
    width: 180px!important;
    border-radius: 12px;
    color: #031133;
}
a.jdgm-write-rev-link {
    padding: 10px 20px!important;
    font-size: 14px !important;
}  
.jdgm-rev__author {
    font-size: 14px!important;
    color: #000!important;
}
.jdgm-rev__buyer-badge {
    padding: 5px 8px!important;
    font-size: 12px!important;
}
.jdgm-rev__prod-link-prefix:before,
a.jdgm-rev__prod-link {
    font-size: 12px!important;
}

.jdgm-subtab__name {
    font-size: 14px!important;

}
.jdgm-rev .jdgm-rev__title {
    font-size: 22px!important;
}



  
}

@media only screen and (max-width:667px) {


  
.review-part p {
    font-size: 14px; margin-top:0;
}
.review-part .h1 {
    font-size: 26px;
    margin-top: 7px;
}
.review-icon svg {
    width: 115px;
}
a.jdgm-write-rev-link {
    margin-top: 15px;
}

.jdgm-sort-dropdown.jdgm-sort-dropdown {
    width: 170px!important;
    margin: 15px 0;
    max-width: 100% !important;
}

.jdgm-rev__header {
    min-height: 170px !important;
}
.jdgm-rev .jdgm-rev__buyer-badge-wrapper {
    float: right;
    margin-right:0px !important;
    margin-left: 0px!important;
}

.jdgm-rev.jdgm-divider-top {
    padding-top: 20px!important;
}

.jdgm-rev .jdgm-rev__rating {
    top: 15px!important;
    position: relative !important;
   
}

span.jdgm-rev__timestamp {
    display: block;
    padding: 10px 0 5px!important;
}

span.jdgm-rev__prod-info-wrapper {
    display: block;
    padding: 0px 0 5px!important;
}
  
}


.product-tab-gallery  video { max-height:200px; background:#000; }
 
details[open] .modal-overlay:after,
.footer__localization h2 { display:none; }



@media only screen and (max-width:1300px) {
.icon-with-text-cstm { padding-left:15px; }
  .icon-with-text-cstm img {
    width: 40px;
}
.icon-with-text-cstm-inner p { font-size:13px; }
.product--right .product__info-wrapper { padding:0px; }
  .icon-with-text-cstm-inner span { font-size: 10px; }

}

@media only screen and (max-width:992px) {

  .header__icons .header__search{display:none;}
  
.activatedmenu .menu-only-sticky {
    z-index: 9999999;
    background: #f1f2f4;
    position: fixed;
    bottom: auto;
    left:0;
    width:88%; max-width:350px;
    top: 0;
    justify-content: space-between;
    display: flex;
    flex-direction: row-reverse;
}
.activatedmenu .closeburger {
    display: block!important;
  
    
    width:18px;
    height:18px;
   
}

.mobile-menu-image {
    margin:50px 15px 0px;  padding-bottom:15px;
}

.mobile-sub-menu a {
    display: flex;
    align-items: center;
  text-decoration:none;    border-radius: 16px;
border: 1px solid #CCCDCE;
background: #FFF;
} 

.mobile-sub-menu a img {
    width:70px;  display:block;
}

.mobile-sub-menu h5 {
    font-size: 16px;   font-family: "GeneralSans";
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
    color: #4D4D4D;
}

.mobile-sub-menu {
    margin: 10px 0;
}
.sub-menu-mobile li a.menu-drawer__menu-item--active {font-weight:bold; background:transparent; }

.menu-drawer__navigation-container {
    max-width: 350px;
    width: 90%;
    border-radius: 0px 29px 29px 0px;
    background: #F1F2F4;
}
.menu-drawer__inner-container {
    position: relative;
  

}

 body div .menu-drawer {     background:rgba(166, 166, 166, 0.5); }
 
.header--has-social .menu-drawer__utility-links {
    display: none;
}
 
.menu-drawer__navigation {  border-top:1px solid #CCCDCE;
    padding: 1rem 0 !important;
}
.activatedmenu .menu-drawer__menu-item {
  padding: 0.6rem 2rem;
}

.header__heading-logo-wrapper {
    max-width: 60px;
}
  
  .activatedmenu .header__heading-link{  position:fixed; z-index:99999999; top:5px; left:145px;  }
.activatedmenu .header__heading-link img {     filter: invert(1) hue-rotate(180deg);  }
  .header__icons a.header__icon.header__icon--account.link.focus-inset.small-hide { display:none; }
  .benefits-icon-with-text-cstm-inner p { font-size:11px; }
   .field-cozy {display:block; }
   .field-cozy button.newsletter-form__button-cozy-field__button { width:100%; margin-top:10px; }
 body#cozypod .icon-with-text-cstm,
  body#cozypod .product-form__input.product-form__quantity { display:none; }
  
}



.m--show,
.cozypadcommands .left-hand-mobile{display:none;}


@media only screen and (max-width:500px) {



  label.variant-images-selectable {     font-size: 14px !important; }

  .cozy-product-newsletter-heading { margin-top:0px; }
.cozy-product-newsletter-heading { font-size:20px; }



.robust-safety .multicolumn-card{
  border-radius: 12px;
border: 1px solid rgba(255, 255, 255, 0.14);
background: #1D3356;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15); position:relative; 
} 
.robust-safety .multicolumn-card:before {
    content: "";
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.14);
    background: #1d3356;
    box-shadow: 0 4px 4px #00000026;
    position: absolute;
    top: -5px;
    left: 50%;
    z-index: -3;
    width: 85%;
    height: 100%;
    display: block;
    transform: translate(-50%, 6%); display:block;
}
.robust-safety .multicolumn-card:after {
    content: "";
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.14);
    background: #1d3356;
    box-shadow: 0 4px 4px #00000026;
    position: absolute;
    top: -10px;
    left: 50%;
    z-index: -1;
    width: 95%;
    height: 100%;
    transform: translate(-50%, 17px); display:block;
}
.robust-safety .multicolumn-list {  padding-bottom:20px; }

  .robust-safety .slider-counter.caption {
    display: block;
}


  
.robust-safety .multicolumn-card__info h3 {
    font-size: 26px; font-weight:500;
}
.robust-safety .multicolumn-card__info p {
    padding: 0 20px!important;
    font-size: 18px;
    line-height: 23px;
}


.cozypadcommands .main-heading-comman{text-align:center;}
.cozypadcommands .sub-heading-comman{display:none;}
.cozypadcommands .main-heading-comman {
    font-size: 32px;
    line-height: 49px;
    width: 100%;
    max-width: 300px;
    margin: auto;
}
  
.benefits___slider .flickity-page-dots { bottom:-40px; }

.cozypadcommands .left-hand-desktop{display:none;}
.cozypadcommands .left-hand-mobile{display:block;}

.d--show,
  .cozy-ultimate-right { display:none; }

  .m--show { display:block; }

  .main-hotspots-sec .main-dot-and-content-only  {   margin-left:-50px; }
  
  .main-hotspots-sec #block-template--18305807450361__hot_spots_g8WkKA-centerdotsdetails_YNALga .main-dot-and-content-only  { width:150px; margin-left:-100px; }

.cart-drawer .cart-items .cart-item__quantity {     zoom: 0.7; }
  #CartDrawer .product-option dt { display:inline-flex; font-weight:600; }

  
  
}

@media only screen and (max-width:380px) {

  .main-tabs-gallery img {
     height:230px !important;
  }
.main-tabs-gallery .right-tab-img img { height:111px !important; }


}


a.back-btn {
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    margin-bottom: 10px;
    max-width: 180px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: left;
    color: #031133;
    font-weight: 600;
}
a.back-btn svg{
  rotate:180deg;
}
.mobille-section {
    display: none;
}


p.mobile-content {
    display: none;
}

.hero-section-main .banner__buttons{display:none;}


.benefits_Slider .flickity-page-dots{display:none;}




button#product-tab-btn2 img {
    width:80px!important; max-width:100%;
}


.left-hand-mobile .main-dot-and-content {
    width: fit-content;
    --hot-spot-dot-size: var(--spacing-8);
    --hot-spot-dot-shadow-size: var(--spacing-2-5);
    position: absolute !important;
    top: var(--hot-spot-vertical-position-desktop);
    left: var(--hot-spot-horizontal-position-desktop);
}


.left-hand-mobile .hotspot--01 {
    border:5px solid #E74310;
}

.left-hand-mobile .hotspot--02 {
    background-color: #E74310;
}

.left-hand-mobile .hotspot--03 {
    background-color: #E74310;
}


button.needsclick.undefined   { display:none; }

.product-form__input .all-var-flex {align-items: flex-start; margin-top: 10px; }

.cart-box { font-size:12px; }
 

.product_custom-column .single-product-column-custom img, 
.img-width-only { height:auto; }


.cart-drawer .cart__checkout-button {  border-radius: 60px;
  background: #031133;
  color: #fff;
  font-size: 18px; border:none; }

.cart-drawer .cart__checkout-button:before,
.cart-drawer .cart__checkout-button:after { display:none; }


more-payment-options-link { display:none !important; }

 .payments--icons img { height:auto; max-width:100%;margin-left:0 !important; }



/* body.product  .benifit-icon { } */

body.product-new-venty-fan .payments--icons {
    display: none;
}

body.product-new-venty-fan .product-form{margin:2rem 0;}

body.product-new-venty-fan .product-form__buttons {
    max-width: 42rem!important;
  padding-left:10px;
}
body.product-new-venty-fan .shopify-pricee{border-bottom:none;}
body.product-new-venty-fan .benefits-icon-with-text-cstm-main {
  gap:10px;
  border-radius:10px; margin-top:10px;
    padding-top: 10px;
}
body.product-new-venty-fan .benefits-icon-with-text-cstm-inner p{text-align:center;  text-transform:uppercase;}
body.product-new-venty-fan .benefits-icon-with-text-cstm-inner{  text-transform:uppercase;}


body.product-new-venty-fan .benefits-icon-with-text-cstm-inner img {
    width: 25px;
}

body.product-new-venty-fan .benefits-icon-with-text-cstm-inner {
    width:49%;
   
}

body.product-new-venty-fan .price-per-item__container {
    border: 2px solid #031133; border-radius:10px;
}
/* body.product-new-venty-fan .benefits-icon-with-text-cstm-inner {
    border: 2px solid #031133;
    border-radius: 10px;
} */

body.product-new-venty-fan button.quantity__button{border:none; background-color:transparent!important;}


body.product-new-venty-fan .jdgm-widget.jdgm-widget {
    display: block;
    background-color: #eee;
    border-radius: 10px;
}


body.product-new-venty-fan .product-off {
    background-color:#031133;
    text-align: center;
    padding: 10px 30px;
    border-radius: 50px;
    float: right;
    margin-left: 25px; display:flex; gap:8px;
}
body.product-new-venty-fan .product-off span.money{color:#fff!important;}

body.product-new-venty-fan .product-off img {
    width: 20px;
}

 .shipping-text {
    display: flex;
    align-items: center;
    gap: 8px;
     margin-bottom:10px !important; 
   
    justify-content:center;
}
body.product-new-venty-fan .products-payment .list-payment{
    justify-content: left;
}

body.product-new-venty-fan .shipping-text img{
  width:20px;
}


body.product-new-venty-fan .product-low-stock {
    display: flex;
    justify-content: left; align-items:center;
}







body.product-new-venty-fan .product-low-stock .icon {
    height: 25px;
    position: relative;
    width: 25px;
}

body.product-new-venty-fan .product-low-stock .icon--inventory:before {
    animation: inventory-pulse 2s linear infinite;
}


body.product-new-venty-fan .inventory--low-true .icon--inventory:after, .inventory--low-true .icon--inventory:before {
    background: #dc3e3e;
}
body.product-new-venty-fan .icon--inventory:after, .icon--inventory:before {
    background:#dc3e3e;
    border-radius: 9px;
    content: "";
    height: 9px;
    left: 0;
    margin: 8px;
    position: absolute;
    top: 0;
    width: 9px;
}


/*Inventory indicator*/
@keyframes inventory-pulse {
  0% {
    opacity: 0.5;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

.icon--inventory {
  &:before,
  &:after {
    width: 9px;
    height: 9px;
    background:#dc3e3e;
    border-radius: 9px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    margin: 8px;
  }

  &:before {
    animation: inventory-pulse 2s linear infinite;
  }

  @nest .inventory--low & {
    &:before,
    &:after {
      background:#dc3e3e;
    }
  }
}

.content-info {
    border: 1px solid #031133;
    padding: 10px;
    border-radius: 0;
    margin: 0 0 20px!important;
    border-top: none;
}

.content-info p {
    margin: 0;
}

@media only screen and (max-width:667px) {

  .product__info-wrapper span.price-item.price-item--sale.price-item--last span {
    font-size: 28px!important;  
    margin-left: 0px!important; line-height:30px;
}

  .benefits-icon-with-text-cstm-main { margin-top:0px !important; }

  .shopify-pricee { border:none; margin:0px !important; }
  .product__title { margin:0px !Important; }

body.product-new-venty-fan .product__info-wrapper span.price-item.price-item--sale.price-item--last span {
    margin-left: 0px!important;
}
body.product-new-venty-fan .product-off {
    padding:7px 18px;
    margin-left: 3px;
    display: flex;
    gap: 8px; margin-top:4px;
}

body.product-new-venty-fan .products-payment .list-payment__item {
  
    width: 28px;
}
body.product-new-venty-fan .product__info-wrapper .shopify-pricee{margin-bottom:0 !important;}
body.product-new-venty-fan .product-form__input.product-form__quantity {
    float:left;
    margin: 0!important;
    padding: 0 0 10px;
}
body.product-new-venty-fan .product-form__buttons {
    max-width: 19rem!important;
    padding-left: 10px;
}
body.product-new-venty-fan .shipping-text {
    width: 100%;
}
body.product-new-venty-fan .products-payment .list-payment {
    padding-top: 0;
}
 body.product-new-venty-fan product-info{padding-top:0; overflow:hidden;}
 body.product-new-venty-fan .products-payment {
    margin: 10px 0;
}
body.product-new-venty-fan .product-off span.money {
    color: #fff!important;
    font-size: 15px !important;
}
.cart-item__name {
    font-weight: 700;
    font-size: 13px;
}
  
}


.error__msg { color:red; }



 




p.shipping-message {
    text-align: center; 
    margin:0px 0 10px; font-size:13px;
}

.drawer__inner .scroller--cart {
    display: flex;
    gap:10px; padding-bottom:30px; 
    /* min-width: 100%;
    overflow-x: scroll; scrollbar-width: thin; */
}

.drawer__inner button.quantity__button {
    background: transparent!important;
    border-radius: 0!important;
    border:none!important;
}

quantity-popover .quantity {
    background: rgb(var(--color-background));
    border: 1px solid #000; border-radius:30px; min-height:30px; width:100px;
}
quantity-popover .quantity .quantity__button { width:30px; }
quantity-popover .quantity input.quantity__input    { font-size:16px; font-weight:400; }

.cart-drawer__footer { 
  /* margin-top:5px; padding-top:10px; border-top:1px solid #ccc;  */
  font-size:10px;
    margin-bottom: 15px;  
}


.drawer__footer .quick-add__submit.button{padding:0 1rem; width:auto;  }

.drawer__upsell .card:not(.ratio) {
  /* flex-direction:row;  */
  flex-direction:row;
  gap:10px; }

.drawer__upsell .card-wrapper{
  /* width:80%!important; */
   width:100%!important;
}

.drawer__footer .quick-add__submit.button:after,
.drawer__footer .quick-add__submit.button:before  { border-radius:0px; }


.drawer__footer .quick-add__submit.button {
border-radius:0px;
font-size: 12px;
letter-spacing: 0px;
min-width: 100% !important;
display: block;
}

/* .drawer__footer { border:none !important; } */

.drawer__footer .quick-add__submit.button {
    min-width: calc(12rem + var(--buttons-border-width) * 2);
    min-height: calc(2.5rem + var(--buttons-border-width) * 2)!important;
    background:#031133;
    color: #fff;
}

.scroller--car .card__content {
    display: block!important;
}
.scroller--cart .card-wrapper .card__heading{
  font-size:14px!important;   
  min-height:20px;
}

.price--sold-out .price__availability, .price__regular {
    display: block;
    font-size: 12px;
}

.drawer__footer .card__information { padding:0px; }


.cart-drawer .cart-item.item-45602616508665,
.cart-drawer .cart-item.item-45577891479801 { display:none; }

.cart-upsell-toggle-label {
    line-height: 1.1;
}

h4.drawer__upsell-title.center {
    font-weight: bold;
    margin: 0 0 10px; text-align:left;
}


.scroller--cart .color-scheme-2.gradient.ratio {
    /* width:180px!important; */
   width:50%!important;
    max-width: 100%!important;
}
 .scroller--cart .card-wrapper .card__heading {
    margin-bottom: 8px;
}
 .scroller--cart .drawer__inner .card__information{padding:0;}

 .scroller--cart .card__media {
    border-radius:0px!important;
    border:none;
}

.card__inner .scroller--cart .card-wrapper .card__heading{margin-bottom:4px!important;}



.card__badge.top {
    align-self: flex-start;
    grid-row-start: 1;
    position: absolute;
    top: -12px;
    left: auto;
    right: 0;
}
 .scroller--cart .drawer__inner .card__information{padding:0!important;}

 .scroller--cart .badge {
    border-radius:0px!important; font-size:1.2rem;
}

.drawer__footer .card__information {
    padding: 0 !important;
}
 .scroller--cart .card__badge.top {
    top: -15px;
}


 .scroller--cart .badge {
    padding: 0.1rem  .3rem .1rem;

}

/* 
 .scroller--cart .quick-add {
    position: relative;
    grid-row-start: 2!important;
    margin: 15px 0 1rem!important;
 
    z-index: 1;
} */

.scroller--cart .quick-add {
    position: absolute;
    grid-row-start: 2!important;
    margin: 0;
    z-index: 1;
    bottom: 17px;
    left: 130px;
    right: 89px;
}



.scroller--cart .quick-add__submit span{
  font-size:16px;
  /* width:15px;height:15px; background-image:url(icons8-cart-64.png);
  background-repeat:no-repeat; background-size:contain; background-position:center center;
  display:block; */
}
#Shopping quantity-popover .quantity {
    background: rgb(var(--color-background));
    border:inherit;
}

.cart-upsell-toggle-container{line-height:1;}


@media only screen and (max-width:667px) {

.scroller--cart .card-wrapper .card__heading{
  font-size:11px!important;   
}
.scroller--cart .quick-add {
    bottom: 65px;
  
}
}

.error__msg { color:red; }
.footer-address p{font-size:12px; color:#fff!important;}
.relative-image-mobile {
    display: none!important;
}
.relative-banner-image-main{
  padding:50px 0;
}
.relative-banner-image-main .page-width{
  position:relative;
  z-index:1; margin-top:-90px; 
  
}

.relative-banner-image-main img {
    max-width: 100%; border-radius:25px;
}

.reltive-image-part {
    background-color:#f1f2f4;
}

@media only screen and (max-width:667px) {
.footer-address {
    text-align: center;
    padding: 0 43px;
}

  .relative-image-desktop {
    display: none!important;
}
.relative-image-mobile {
    display: block!important;
}


.scroller--cart .quick-add {
    bottom: 10px!important; right:10px !important;
}


  
}

.jdgm-rev__body p{padding-bottom:32px;}


.slider-button {
    width: 20px!important;
    height: 20px!important;
}

/*  ====================================================================*/

/* .jdgm-widget-actions-wrapper {
    text-align: right!important;
}


.jdgm-rev-widg__title {
    text-align: left!important;
}

.jdgm-rev-widg__summary-inner {
    text-align: left!important;
}
.jdgm-sort-dropdown-wrapper {
    float: right !important;
}

.jdgm-rev-widg__header  h2.jdgm-rev-widg__title {
    text-align: left;
    float: left!important;
}


.jdgm-review-widget:not(.jdgm-review-widget--medium):not(.jdgm-review-widget--small) .jdgm-widget-actions-wrapper {
    display: block;
    float: none;
    text-align: right !iportant;
} */

.drawer__upsell.hide---upsell   { display:none; }



.drawer__footer .quick-add__submit.button {
    border-radius: 40px;
   
}
.drawer__footer .quick-add__submit.button:after{
    border:none; box-shadow:none;
   
}



/*  more add css   ************************.protable-fan-section***********************/

.protable-fan-section .title-ultimate-cozy p {
    font-size:155px; color:#031133; padding-left:60px;
    width: 100%; line-height:1; font-weight:normal;
}



.venty-clip-fan .payments--icons {
    display: none;
}

.venty-clip-fan .icon-with-text-cstm {
    margin-right:-30px;
}

.venty-clip-fan .product-form__input legend.form__label {
    /* font-weight: normal!important; */
}
.venty-clip-fan .rating-wrapper p, .venty-clip-fan .rating-wrapper p span {
    font-weight: normal!important;
}

.product .price .badge {     padding:3px 5px !important;
    font-size:14px ! important;
    border-radius: 4px !important;
    color: #fff; }


.protable-fan-section .cozy-ultimate-main .page-width {
    display: flex;
    justify-content:inherit;
}
.protable-fan-section .page-width.top-clip-part {
    display: block;
    margin-bottom: -110px;
}


.top-clip-part p:nth-child(2) {
    max-width: 60%;
    font-size:19px; line-height:1.4; padding-left:60px;     margin-top:0px; 
}

.protable-fan-section .hotspot-image-main {
    position: relative;
    width: 100%;
    top:-210px;
}

.protable-fan-section a.btn-benefit-wrapper {
    margin-bottom: 20px; margin-left:60px; position:relative; z-index:2;
}


.protable-fan-section .cozy-ultimate-right {
    width: 65%;
    padding-top: 70px;
    padding-left: 60px;
}

.protable-fan-section .inner-left-single-boxe-ultimate {
    display: flex;
    align-items:center;
    gap: 15px; min-height:45px;
}
.protable-fan-section .single-boxe-ultimate{display:grid!important;}

 

.grid-item.part-2grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rating-wrapper a {
    text-decoration: none;
}

@media only screen and (max-width:1199px) {
.protable-fan-banner-main .custom-banner-content-cozy-pad p {
    font-size: 36px!important;
    line-height: 1.4;
}
.protable-fan-section .title-ultimate-cozy p {
    font-size: 140px;
    width: 100%;
    line-height: 1;
} 
.gallery-part-2 .plan-controls button {
    padding: 11px 48px!important;
    font-size: 14px!important;
    cursor: pointer;
}


  
}


@media only screen and (max-width:667px) {
  .protable-fan-banner-main .custom-banner-content-cozy-pad p {
    font-size: 26px!important;
   }
.protable-fan-section .title-ultimate-cozy p {
    font-size: 50px;
    text-align: center;
}

.protable-fan-section .hotspot-image-main {
    width: 100%;
    top: 0;
    padding-top:0px;
}

.top-clip-part p:nth-child(2) {
    max-width: 100%;
    font-size: 16px;
    margin: auto;
    text-align: center;
    padding: 10px 0;
} 
.protable-fan-section a.btn-benefit-wrapper {
    margin: 0 auto 20px; 
}

.protable-fan-section .cozy-ultimate-right {
    width: 100%;
    padding-top:0px;
    padding-left:0px;
    display: inherit!important;
}
.gallery-part-2 .plan-controls button {
    padding: 11px 15px!important;
    font-size: 14px!important;
    cursor: pointer;
    min-width: 180px;
}

.protable-fan-section .inner-left-single-boxe-ultimate img {
    width:35px;
    height: auto;
}
 

.protable-fan-section .single-boxe-ultimate {
   padding:5px; width: 50%;
}

  .main-boxes-ultimate h3 {   font-size: 16px !important;  }
.protable-fan-section .inner-left-single-boxe-ultimate { gap:5px; }
.protable-fan-section .page-width.top-clip-part { margin:0px; }
  .main-boxes-ultimate p { font-size:14px !important; }
  
}

.venty-clip-fan .icon-with-text-cstm-inner span {
    font-size: 12px;
   
}


.venty-clip-fan .product-form__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    padding: 10px 0;
}


.venty-clip-fan  .cozypadbanner .page-width {
    height: 100%;
    z-index: 2;
    position: relative;
    bottom: 80px;
}

.main-tabs-gallery .plan-controls {
    justify-content: center;
}

@media only screen and (max-width:667px) {

.footer__follow-on-shop { margin: auto; padding:10px;}
  
.venty-clip-fan .product-form__buttons {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.venty-clip-fan .cozypadbanner .page-width {
    height: 100%;
    z-index: 2;
    position: relative;
    bottom: 40px;
}

.venty-clip-fan .cozypadbanner{
  height:550px!important;
}

.venty-clip-fan  product-info{
    padding-top: 0!important;
} 

  .protable-fan-section .cozy-ultimate-main .page-width { flex-flow: column-reverse; }
  
}


.portable-fan-content {
    text-align: center;
    max-width: 800px;
    margin: auto;
}

.protable-h1 {
    font-weight: normal;
    margin-bottom: 0;
    color: #031133;
}
.portable-fan-img { display:inline-block;
    text-align: center;
    padding: 25px 0;
    position: relative;
}


.rich-text__heading {
  color: #142b4f;
  line-height: 1;
  margin: 10px 0;
}

.portable-fan-img  img{
  max-width:550px; width:100%;
}

.portable-fan-img:before {
    content: "";
    position: absolute;
      top: -69px;
    width: 200px;
    right: 128px;
    height: 240px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(Vector.png);
    z-index: 1;
}

.portable-fan-bottom-images img {
    max-width: 100%;
    width: 100%;
  
}

.portable-fan-bottom-images .loop img { border-radius:13px; }

.portable-fan-bottom-images .loop .h2 { font-size:24px; margin:0px;     font-weight: 600; }

.portable-fan-bottom-images {
display: flex;  gap:30px;     padding:0 30px;
text-align: center;

a { text-decoration:none;}

}


@media only screen and (max-width:1199px) {

.portable-fan-img:before {
    width: 250px;
    right: 150px;
    height: 250px;
   
}

}
@media only screen and (max-width:1024px) {


.portable-fan-img:before {
    width: 175px;
    right: 150px;
    height: 175px;
    top: -60px;
}

}







@media only screen and (max-width:667px) {
 .portable-fan-bottom-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
  .portable-fan-img:before {
    width: 125px;
    right: 0;
    height: 140px;
    top: -45px;
}

 .button-container .plan-controls {   margin:0px !important;  padding:0px;   width: 100%; }

  .gallery-part-2 .plan-controls button { min-width:130px; }

  .venty-clip-fan .icon-with-text-cstm-inner span { letter-spacing:0px; }

  .portable-fan-bottom-images {  gap:10px;     padding:0 10px;
  }

  
}




.button-container {
  display: flex;
  align-items: center;
  position: relative;
}

 
 
.button-container .arrow {
    border: none;
    cursor: pointer;
    padding: 2px 5px;
    margin: 0;
    border-radius: 50%;
    background: #FFF;
    height:20px;
    width:20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    top: 50%;
    transform: translate(0px, -50%); display:none;
    
}
.button-container .arrow svg{
 width:10px; height:10px;
}

.button-container .left-arrow {
  position: absolute;
  left: -5px;
  z-index: 3;
}

.button-container .right-arrow {
  position: absolute;
  right: -5px;
  z-index: 3;
}
.main-tabs-gallery .plan-controls  { width: 100%; }

@media only screen and (max-width:667px) {
 




.button-container .arrow {
     display:block;
    
}
.main-tabs-gallery .plan-controls{
  padding-bottom:0 !important;
}  
}


/* -=-=-=-=-=-=-===-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-add new css=-=-=-==--=-=-==-=-==-=-=-==-=-=--=-=-===-=-=-=-=-=-=-==-=-=-======-=-==-=-=-=-=-=-=-=-=-=-=-=-=-= */


.complementary-products__container{margin-top:0!important; gap:0!important; margin-right:-60px; }
.complementary-products__container .pro--list {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding-bottom: 15px;
}
.complementary-products__container .pro--list .card__inner {
    max-width:100% !important; 
}
.complementary-products__container .pro--list .card.card--horizontal {
   flex-direction:column;
    gap: 5px;
    padding: 0;
    border-radius:5px; position:relative;
}

.complementary-products__container .pro--list .card.card--horizontal .card__content {
    position:relative;
}

.product-venty-clip-fan .complementary-products__container .card--horizontal .quick-add, .complementary-products__container .card__badge {
    justify-self: center;
}


.complementary-products__container .pro--list .card.card--horizontal .card__content .price {
    text-align: center;
    position: absolute;
    top: -30px;
    right: 0;
    font-weight: 400;
    background:#001233;
    height:25px;
    width: 30px;
    padding: 3px 0;
    font-size: 12px;
    border-radius:0px;
}

#additional_product_submit_btn {
    max-width:fit-content;  padding:8px 20px!important;
    margin:0;
}



#additional_product_submit_btn2{
    max-width:fit-content;  padding:8px 20px!important;
    margin: 0;
   
    text-align: center;
    justify-content: center; text-transform:capitalize;
}
.pre-sale {  margin: -20px 0 15px 0 !important; font-weight:normal;  clear:both; display: block;  }

.card__media { position:relative; } 


.complementary-products__container .pro--list .card.card--horizontal .card__content .card__heading {font-weight:normal; text-align:center;}


.complementary-products__container .pro--list .card.card--horizontal .card__content .price span.money{font-weight:normal; color:#fff!important; font-size:12px; }

.complementary-products__container .pro--list .card.card--horizontal .card__heading b {
    width: 100%;
    display: inline-block;     font-weight: 600;
}

.complementary-products__container .pro--list .quantity {
    
    min-height: 30px;    
    border-radius: 20px; 
    border:none; margin-top:8px;  max-width: 90px;
}

.complementary-products__container .pro--list quick-add-bulk quantity-input {
    justify-content: center;
    align-items: center;
    margin-top:0px;
}
.complementary-products__container .pro--list quick-add-bulk .quantity__input {
    max-width:50px;
   
}

.summary__title {
    text-align: left;
}

.complementary-products__container .pro--list quick-add-bulk input.quantity__input {
    color: #031133!important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.complementary-products__container .pro--list .quantity__button {
    width: 20px;
    height: 20px;
   
}

.complementary-products__container .pro--list .progress-bar-container {
    top: -100px;
}

.complementary-products__container .accordion__title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom:20px;
    font-weight: 600;
    text-align: left; max-width:100%;
}

span.card-media-pack {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 1px 5px;
    background: #031133;
    color: #fff;
    font-size: 12px;
    border-radius: 5px 0 0 5px;
}

.quantity__input:focus-visible{
  outline:none; background:transparent; box-shadow:none;
}


@media only screen and (max-width:1299px) {
.protable-fan-section .hotspot-image-main {
   
    top: -150px;
}
  
}
@media only screen and (max-width:1024px) {


.protable-fan-section .hotspot-image-main {
    top: 0;
}

.complementary-products__container {
    padding: 15px 10px!important;
    border-radius: 12px;
    background: #fff; margin:0px;
}
#additional_product_submit_btn2,
#additional_product_submit_btn {
    max-width: 100%!important; width:100%;
   
}

  
}




@media only screen and (max-width:667px) {
.complementary-products__container {
    display: block!important;
   
}
.main-boxes-ultimate {
    margin: 40px 0px 0 10px !important;
}

  .product-venty-clip-fan .table-main {
    height: auto;
}
.protable-fan-section .title-ultimate-cozy p{
  padding-left:0;
}
.cozy-ultimate-left {
   
    max-height: 100%!important;
}
#additional_product_submit_btn {
    width: 100%!important;
    
    padding: 14px 0;
} 

.pre-sale {
    margin: -20px 0 10px!important;
    font-weight: 400;
    display: block;
    text-align: center;
    padding: 15px 0 0;
}

 button.product-form__submit.button{font-weight:normal;} 


.complementary-products__container .pro--list{
  overflow-x:scroll; min-width:100%;
}
.complementary-products__container .pro--list li{
min-width:110px;
}

  .complementary-products__container .accordion__title { font-size:16px; }

  
}










/* popup css */


ul.popup-product-ulpart {
    
  display: flex;
     gap:20px; margin-top:10px;
    list-style: none;
    padding-left: 0; flex-wrap:wrap;
}


ul.popup-product-ulpart li p{margin:0;}
ul.popup-product-ulpart li {
    display: flex; 
    align-items: center;
    gap: 10px;
}


span.left-popup-image {
    width: 20px;
    height: 20px;
}


.popup-items-image {
    display: flex;
    gap: 25px;
    padding: 0;
    text-align: center;
    justify-content: center;
} 
.popup-items-top h2{ font-weight:600;
  margin-bottom:0; margin-top:0px;
}

.popup-items-top h4 { font-weight:500; 
  margin-bottom:0; margin-top:0px; font-size:20px;
}


.popup-items-top h6 { font-weight:500;  text-transform:uppercase;
  margin-bottom:0; margin-top:0px; font-size:16px; color:#808183;
}

.popup-items-top p{
  margin-top:5px;
}
.image-popup img {
    max-width: 100%; display:block;
}

 

.popup-product {
    position: fixed;
    width: 100%;
    height: 100%;
  }

.popup-product .popup-items  {  top: 50%;
    left: 50%; position:absolute; background:#fff;
    transform: translate(-50%, -50%); padding:40px; border-radius:30px; max-width:800px; width:100%;
}
 

.image-popup:hover{
  cursor:pointer;
}

.popup-product .image-popup p { margin-bottom:0px; font-size:10px; }

.popup-product .image-popup h5 { margin:0px; font-weight:500; font-size:18px; }

.popup-product .image-popup span { border:4px solid #fff; }

.image-popup span {
    position: relative;  display: block;
}
.image-popup.active span:before {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(chick-btn.png);
    z-index: 1;
    width:25px;
    height:25px;
    opacity: 1;
    cursor: pointer;
}

.image-popup.active span{
  border-color: #031133; border-radius:5px;
}
 

.popup-items-top.tabcontent{display:none;}
#tab1{
  display:block;
}


.popup-product .close-popup {
    position: absolute;
    top: -20px;
    right: -10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 10px;
    text-align: center;
}


.popup-product .close-popup svg {
    fill: #fff;
    color: #fff;
    width: 30px;
    height: 30px;
    background: #031133;
    border-radius: 50%;
    padding: 5px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


@media only screen and (max-width:1024px) {

.popup-items-top h4 {
    font-size:16px;
}
.popup-items-top p {
    line-height: 1.4; font-size:12px;
}

.popup-product .popup-items {
    z-index: 1; padding:20px;
    width: 95%;
}
ul.popup-product-ulpart li {
    gap: 0px;
}

ul.popup-product-ulpart {
    
     gap:10px;  
}
 
 

  .popup-product .close-popup { top: -11px;   right: -3px; }

  .popup-items-image {
	gap:3px;
}
.popup-product .image-popup h5 { font-size:14px; }
.popup-product .image-popup span { border-width: 2px ; }
  
}


.complementary-products__container {

    border: 3px solid #ddd;
    padding: 20px;
    border-radius:12px; background:#fff;
}


.product-venty-clip-fan button.quantity__button {
    border:1px solid hsl(218.82deg 100% 10%);
    
    border-radius: 50%;
    padding: 3px;
}



/* ---=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */


.product-tower-fan .tower-fan-main .banner__media.media img {
    object-fit: contain;
    object-position: left;
 
    right: auto;
    left: 10%;
}

.tower-fan-main .banner--content-align-left.banner--desktop-transparent .banner__box {

    padding-left: 150px;
}

.tower-fan-main h2.banner__heading.inline-richtext.h0 {
    font-size: 135px;
    font-weight: 400; color:#0D182F;
    padding-right: 0; padding:0; line-height:1;
}

.tower-fan-main .custom-main { padding-top:20px; padding-bottom:10px; padding-left:15px; }


.tower-fan-main .custom-main p { margin-bottom:10px; }

.tower-fan-main .banner__box > * + .banner__text {
	margin-top: 1rem;
}



.tower-fan-main h2.banner__heading strong {
    color: #0d182f;
    font-weight: 600;
}

.tower-fan-main .hero-section-main h2.banner__heading strong {
    color: #3d3d3e;
}
.product-tower-fan .cstm-sticky {
    background: #ebecf0;
}

.tower-fan-main  .banner__box .banner__text:first-child p {
  font-size: 65.9px;
font-style: normal;
font-weight: 400;
line-height: 97%; color:#0D182F;
}

.tower-fan-main .banner__box .banner__text:first-child p { line-height:1.3; }

.tower-banner-v2 .custom-main { max-width:600px;  }


@media only screen and (max-width:1600px) {

.product-tower-fan .tower-fan-main .banner__media.media img { left:5%; }

  .tower-fan-main .banner__box.content-container { margin-right:50px; }

  .responsive-image {
    margin-left: 4rem;
}
  

}



@media only screen and (max-width:1024px) {
.tower-fan .banner--content-align-left.banner--desktop-transparent .banner__box {
  
    padding-left:0px;
}
 .tower-fan-main .banner__box .banner__text:first-child p {
    font-size: 31px;
} 

.tower-fan-main .banner__text.rte.subtitle {
    font-size: 19px!important;
}

  
}


.tower-banner-v2.banner--content-align-left.banner--desktop-transparent .banner__box {
    max-width: 100% !important;
}
.tower-banner-v2 .banner__media.media img {
    right: 14%;
    left: auto;
}
 
.tower-banner-v2 .banner__box.content-container { margin:0px; padding-top:200px; padding-bottom:200px; }
.tower-banner-v2 .banner__content { padding-bottom:0px; padding-top:0px; }
.tower-banner-v2 .banner__box.content-container:after {
  background:url(/cdn/shop/files/Second_image_eb3a985f-e697-410a-99f9-a3200177911f.png?v=1736421988) no-repeat right 0;
  content:" "; position:absolute; right:-70px; top:0px; display:block;  background-size:contain; } 


.tower-banner-v2 .banner__box .banner__text {
    font-size:27px;
    font-weight: 400;
    line-height: 1.4; margin-top:0;
}

.tower-banner-v2 .banner__box .banner__text.subtitle { margin-top:30px; } 

.tower-image-slider-main .hxl strong,
.tower-banner-v2 .banner__box .banner__text strong {     font-weight: 600; }

.tower-banner-v2 .banner__box .banner__text:nth-child(1) {
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height:1;
    letter-spacing: 2.3px;
}



.tower-banner-v2 h2.banner__heading.inline-richtext.hxxl {

    color: #0d182f;
    line-height: .8;
    margin-top:-10px; margin-bottom:22px;
    font-size: 247.511px;
    font-style: normal;
    font-weight: 400;
 
    letter-spacing: 12.376px;
}

.tower-banner-v2 h2.banner__heading strong {
    color:#0D182F;
    font-weight:600;
}




.tower-banner-v2 .banner__box .banner__text:last-child p{
 font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 1; /* 26.56px */
letter-spacing: 0.32px;
}

 


.product-tower-fan .btn-benefit-wrapper { font-size:16px; }


@media only screen and (max-width:1600px) {
.tower-banner-v2 h2.banner__heading.inline-richtext.hxxl {
    font-size: 260px;
   
}
.tower-banner-v2 .banner__media.media img {
    right: 10%;
    left: auto;
}

  .tower-banner-v2 .custom-main { max-width:560px; }
  
}


@media only screen and (max-width:1460px) {
.tower-banner-v2 h2.banner__heading.inline-richtext.hxxl {
    font-size: 241px;
   
}

  .tower-banner-v2 .banner__box.content-container:after { right:-75px;}
 

}

 


  @media only screen and (max-width:1290px) {

 .tower-fan-main  {   min-height: 57rem !important; }

.tower-banner-v2 h2.banner__heading.inline-richtext.hxxl {
    font-size:230px;
   
}
.tower-banner-v2 .banner__media.media img {
    right:5%;
    left: auto;
}
.tower-banner-v2 .banner__box .banner__text {
    font-size:28px;
   
}

    .tower-banner-v2 .banner__box.content-container:after {
    right: -70px;
}

    .tower-banner-v2 .banner__box.content-container {
    margin: 0;
    padding-top: 160px;
    padding-bottom: 160px;
}

    
}


 @media only screen and (max-width:1200px) {
.tower-banner-v2 .banner__box.content-container {
    margin-top: 120px;
}
.tower-banner-v2 h2.banner__heading.inline-richtext.hxxl {
    font-size: 132px;
}
  }


 @media only screen and (max-width:667px) {
.tower-banner-v2 h2.banner__heading.inline-richtext.hxxl {
    margin: 15px 0;
    font-size: 72px;
    font-style: normal;
    line-height: 101%;
    letter-spacing: -1.44px;
    text-transform: capitalize;
}

.tower-banner-v2 .banner__box.content-container {
    margin-top: 0;
}

   .tower-banner-v2 .banner__box.content-container:after { display:none; }

   .tower-banner-v2 .banner__media { display:block !important; }
   
   .tower-banner-v2 .banner__box.content-container { padding:0; }

 }





.tower-image-slider-part{
  border-radius:50px; padding:0 13px;
}

.tower-image-slider-part {
    position: relative;
}


.tower-image-slider-part img{
  border-radius:25px; max-width:100%; width:100%;
}


.tower-image-slider-part .text {
    position: absolute; 
    top: 0px;
    left:20px; right:20px;
 text-align:center; font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 131%; /* 31.44px */
letter-spacing: 0.24px;
text-transform: capitalize;
}





.tower-image-slider-part { color: #0d182f; }

.tower-image-slider-part .text strong { font-weight:600; }


.responsive-image .slick-prev:before,
.responsive-image .slick-next:before{
  display:none;
}
.responsive-image .slick-prev {
    background-image: url(arrow-left.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 50px;
    height: 50px;
    z-index: 1;
    right: 120px;
    bottom: -100px;
    top: auto;
    left: auto; opacity:0.3
}

.responsive-image .slick-next{
    background-image:url(arrow.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:contain;
  width:50px; height:50px; z-index:1;
  right: 50px;
    bottom: -100px;
    top: auto;
    left: auto; opacity:0.3
}

.responsive-image .slick-arrow:hover { opacity:1; }

.tower-image-slider-main .hxl {
    font-weight: normal; margin-bottom:50px 
}


.responsive-image .slick-next:focus,
.responsive-image .slick-next:hover{
  background-size:contain;  background-repeat: no-repeat;
    background-position: center center;
  background-image:url(arrow.png); background-color:transparent;
} 
.responsive-image .slick-prev:focus, 
.responsive-image .slick-prev:hover { background-size:contain;  background-repeat: no-repeat;
    background-position: center center;
    background-image:url(arrow-left.png);  background-color:transparent;
}

.responsive-image {
    margin-left: 11rem;
    
}

.responsive-image .slick-list{padding-left:0!important;}
.hero-section-main .newsletter-form {
    max-width: 100%!important;
}

.hero-section-main .newsletter-form__field-wrapper {
    max-width: 100%;
}
.hero-section-main .newsletter-form .field{gap:10px;}
.hero-section-main .newsletter-form .field:after{box-shadow:none;}
.hero-section-main .field__input  {
    border: 1px solid #D8DAE3;
    border-radius: 50px;
    width: 50%;
    background: #F2F3F6;
}


.hero-section-main .custom-main p strong em{
  line-height:1;
}


.hero-section-main .custom-main p strong, .hero-section-main .custom-main p {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0d182f;
    font-size: 16.396px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.82px;
}

.tower-fan-main .custom-main svg,
.tower-banner-v2 .custom-main svg { width:190px; display:block; }

.tower-banner-v2 .newsletter-form {
    max-width:55rem!important; margin:10px 0;
}

.tower-fan-main .banner__box.content-container .subtitle {    padding-left: 15px; }

.product-tower-fan .subtitle{color:#0D182F;    }


.tower-fan-main .banner__box.content-container {
    margin-top: 0;
}


.tower-banner-v2 .banner__box .banner__text:nth-child(2) p {
    color: #0d182f;
    font-size: 80.456px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 4.023px;
}







.tower-fan-main .banner__box .banner__text:last-child p{
  font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 125%;
} 

.tower-image-slider-main h3 {
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
    letter-spacing: 0.55px;
    text-transform: capitalize;
}

.responsive-image .slick-dots{
  display:none;
}


/* ----------------------------------------------------------------------------------------- */
 @media only screen and (max-width:667px) {




.tower-fan-main .banner__box .banner__text:last-child p,
.tower-banner-v2 .banner__box .banner__text:last-child p {
    font-size:14px;
    padding: 15px 13px;
    background: linear-gradient(89deg, #EEF0F6 0.92%, #F1F2F6 100.92%);
    border-radius: 50px;
    border: 1px solid #FFF; 
    box-shadow: 0px 0px 8.3px -2px #FFF;
 
}


.tower-banner-v2 .banner__box .banner__text:last-child p{
   font-size: 14px;
}

.tower-banner-v2 .banner__heading, 
.tower-banner-v2 .banner__box .banner__text:nth-child(2),
.tower-banner-v2 .banner__box .banner__text:first-child{
  display:none;
}

.mobile-tower-banner-v2 {
    background: #fff;
    padding: 40px 0 0 0;
}
.mobile-tower-banner-v2 .banner__text p{
  color:#0D182F;
text-align: center;
font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: 136%; /* 38.08px */
text-transform: capitalize;
}

.mobile-tower-banner-v2 .banner__heading {
    color: #0d182f;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 101%;
    letter-spacing: -1.44px;
    text-transform: capitalize;
    text-align: center;
    margin: 0;
}

   
.tower-fan-main.hero-section-main .custom-main p strong,
.tower-fan-main.hero-section-main .custom-main p {
    display: flex; flex-direction:row;
    align-items: center;
    gap: 10px; margin:0;
}
.tower-banner-v2.hero-section-main .field__input,
.tower-fan-main.hero-section-main .field__input  {
 
    width: 100%;
}

.tower-banner-v2 .btn-benefit-wrapper, .tower-fan-main.hero-section-main .btn-benefit-wrapper {
    margin: 10px auto;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.responsive-image {
    margin-left:15px;
    
}

.tower-banner-v2 .btn-benefit-wrapper span, .tower-fan-main.hero-section-main .btn-benefit-wrapper span{
  display:none;
}

   

.tower-banner-v2 .banner__box .banner__text:nth-child(2) p {
    font-size:28px!important;
  
}
.tower-banner-v2 .banner__text.rte.subtitle{
  
    margin: 0;
}   

  
   
.tower-fan-main .banner__text.rte.subtitle {
    font-size: 14px!important;
    margin: 10px 0;
} 

   .tower-banner-v2 h2.banner__heading.inline-richtext.h0,
.tower-fan-main h2.banner__heading.inline-richtext.h0 {         font-size: 68px !important; }

   .tower-fan-main .custom-main { padding:0px;         display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap; }

   .tower-banner-v2 .custom-main p,
   .tower-fan-main.hero-section-main .custom-main p strong, .tower-fan-main.hero-section-main .custom-main p { 
  font-size: 16.034px;  flex-direction:column; gap:6px; color:#808183;
font-style: normal;
font-weight: 500;
line-height: 125%; /* 20.042px */
letter-spacing: 0.802px;
    
   }


.hero-section-main .custom-main p{
  flex-direction:column; gap:6px; color:#808183;
}

.hero-section-main .custom-main p strong{
  opacity: 0.95;
color:#808183;

font-size: 16.034px;
font-style: normal;
font-weight: 700;
line-height: 125%;
letter-spacing: 0.802px;
}    

/* .tower-banner-v2 .newsletter-form__field-wrapper .btn-benefit-wrapper,
.tower-fan-main.hero-section-main .newsletter-form__field-wrapper .btn-benefit-wrapper {
    font-size: 0 !important;
    padding: 0;
    background: transparent; position:absolute; right:10px; top:0;
} */

.tower-banner-v2 .newsletter-form .field,   
.tower-fan-main.hero-section-main .newsletter-form .field {
    gap: 10px;
    
}

.responsive-image .slick-next {
    width: 30px;
    height: 30px;
    z-index: 1;
    right: 50px;
    bottom: -60px;
    top: auto;
    left: auto;
}
.responsive-image .slick-prev {
   
    width: 30px;
    height: 30px;
    z-index: 1;
    right: 90px;
    bottom: -60px;
    top: auto;
    left: auto;
}

.tower-fan-main .banner__buttons, .tower-banner-v2 .banner__buttons {
    margin-top: 0 !important;
}   
.tower-fan-main .banner__content{
    margin: 20px 0;
}

.tower-fan-main .banner__box.content-container {
    margin-right: 0;
}

   .tower-banner-v2 .banner__media.media img {
    right: 0%;
    left: auto;
}
 
   .tower-banner-v2  .custom-main p { justify-content:center; }
 .tower-image-slider-main .hxl {
    padding: 0 18px 38px!important;
    font-size: 39px;
}
   
   .tower-fan-main.hero-section-main .custom-main p strong, 
   .tower-fan-main.hero-section-main .custom-main p { justify-content:center; }





.responsive-image .slick-next,
.responsive-image .slick-prev{
  display:none !important;
}


.responsive-image .slick-dots{
  display:flex; justify-content:center; gap:5px;
}
.responsive-image .slick-dots li button,
.responsive-image .slick-dots li{
width:10px!important; height:10px!important;  
}
   
.responsive-image .slick-dots li button:before {
    font-size:0px!important; border-radius:50%; width:10px!important; height:10px!important;
background-color: rgba(217, 217, 217, 0.34)!important; opacity:1!important;
}
.responsive-image .slick-dots li.slick-active button:before {
    opacity: .75; width:20px!important; border-radius:50px;
    background-color: #fff !important;
}
.responsive-image .slick-dots {
    bottom: -50px!important;
    
} 

   .product-tower-fan .tower-fan-main .banner__media.media img { left:11%; }
   
 }


.product-tower-fan .zrx-sticky-atc-bar { display:none !important; }

.tower-fan-main strong { font-weight:600; }


 
 .tower-banner-v2 .custom-main button,
.tower-fan-main .custom-main button  {
    width:160px; position:relative; padding-right:20px!important;
}

 .tower-banner-v2  .custom-main button:after,
.tower-fan-main .custom-main button:after {
    content: "";
    position: absolute;
    top: 50%;
    right:14px;
    width: 24px;
    height: 24px;
    background-image: url(arrow-right.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-0%,-50%);
}

#email_01JH7MZ641K5GEJ6G3JNT9BFQT {
    background-color: #f2f3f6 !important;
}



 @media only screen and (max-width:667px) {

   .tower-banner-v2 .custom-main {
    max-width: 560px;
    display: flex;
    flex-direction: column-reverse;
}

   .tower-banner-v2 .custom-main button,
 .tower-fan-main .custom-main button  { margin-top:10px;
    width:100%;   padding: 0px !important;
} 

   .tower-banner-v2 .custom-main button:after,  .tower-fan-main .custom-main button:after { display:none; }
   

   .tower-banner-v2 .custom-main form div,
    .tower-fan-main .custom-main form div { width:100%; margin: 0;          flex-wrap: wrap;
        flex: none !important;
        padding: 0 !important; }
   
.klaviyo-form > .needsclick  {
    flex-direction: column !important;
  align-self: auto!important;
    margin: 10px 0;
}

   .slick-dots li.slick-active { margin:0px 10px 0 0; }
   .relative-banner-image-main { padding-bottom:20px;}

 }



/* ***************************************************************************************** */

@media screen and (min-device-width:1201px) and (max-device-width:1380px) { 

.tower-banner-v2 h2.banner__heading.inline-richtext.hxxl {
    font-size: 215px;
}
.tower-banner-v2 .banner__box .banner__text:nth-child(2) p {
    font-size: 64.456px;
}
 .tower-banner-v2 .banner__content.banner__content--top-left {
    align-items: flex-start;
    justify-content: center;
} 
}



@media screen and (min-device-width:1025px) and (max-device-width:1200px) { 

.tower-banner-v2 h2.banner__heading.inline-richtext.hxxl {
    font-size: 205px;
}
.tower-banner-v2 .banner__box.content-container:after {
    right: -60px;
}

.tower-image-slider-part .text {
    font-size: 20px;
}
.tower-banner-v2 .banner__box .banner__text:nth-child(2) p {
    font-size: 62.456px;
   
}


  
}
@media screen and (min-device-width:1025px) and (max-device-width:1180px) {

.product-tower-fan .tower-fan-main .banner__media.media img {
    left: 0;
}
 .tower-banner-v2 .banner__content.banner__content--top-left {
   
    justify-content: center;
} 

.tower-banner-v2 h2.banner__heading.inline-richtext.hxxl {
    font-size: 185px;
}

.tower-banner-v2 .banner__box .banner__text:last-child p {
    font-size: 27px;
   
}
.tower-banner-v2 .banner__box.content-container:after {
    right: -70px;
}

.tower-banner-v2 .banner__box.content-container {
    margin-top: 15px;
}
  
}






@media screen and (min-device-width:768px) and (max-device-width:1024px) {


.tower-banner-v2 .banner__content.banner__content--top-left {
    
    justify-content: center;
}

}









@media screen and (min-device-width:678px) and (max-device-width:1024px) {
.tower-fan-main h2.banner__heading.inline-richtext.h0 {
    font-size: 100px;
}
 .tower-fan-main .banner__box .banner__text:last-child p {
    font-size: 24px;
}
.tower-fan-main .banner__box.content-container {
    margin-right: 0;
}
.product-tower-fan .tower-fan-main .banner__media.media img {
    left: -10%;
}

.tower-banner-v2 .banner__box.content-container:after {
    right: -90px;
    bottom: -18px;
}
.tower-banner-v2 .banner__box .banner__text:nth-child(2) p {
    font-size: 39.456px;
    padding-bottom: 8px;
}
.tower-banner-v2 h2.banner__heading.inline-richtext.hxxl {
    font-size: 124px;
}
.tower-image-slider-part .text {
    font-size: 14px;
} 
.tower-image-slider-main .hxl {
    margin-bottom: 50px;
    padding-bottom: 20px;
}
.tower-banner-v2 .banner__box .banner__text:last-child p {
    font-size: 16px;
    
}
.tower-banner-v2 {overflow:hidden;}
.tower-banner-v2 .banner__box.content-container {
    margin-top: 0;
}  
.tower-image-slider-main {
    padding-bottom: 70px!important;
}
.responsive-image {
    margin-left: 4rem;
}

a.mega-menu__link.mega-menu__link--level-2.link {
    padding: 20px 18px;
}
  
}

 @media only screen and (min-width:767px) {

.zrx-sticky-atc-select-wrapper { max-width: 16rem !important; }

 }


.zrx-sticky-atc-select-wrapper .zrx-sticky-atc-select {  font-family: "GeneralSans"; padding-right:20px !important; }

.zrx-sticky-atc-oos-message { font-size: 16px;
  line-height: 25px;
  padding:6px 10px !important; background:#152c51;
  height: auto;
  min-width: 6rem;
  margin-right: 0;
  border-radius:10px !important;  color: #fff !Important;  }


.drawer__footer .card__media .media img { object-fit:contain; }

.overflow-hidden #shopify-chat {
    display: none !important;
}
#shopify-chat {
  z-index:999 !important; 
}

.product__info-container .jdgm-prev-badge,
.product__info-container .jdgm-widget{
  display:none !important;
} 

.product .rating-star {
    --letter-spacing: .1 !important;
    --font-size: 2.6 !important;
}

body.collection .quick-add,
body.collection .quick-add-bulk { display:none;} 



#dynamic-react-root + div div { display:none !important;}  
.no-URL { pointer-events:none;}
 a.mega-menu__link.mega-menu__link--level-2.link span.title-coll-nav { flex-wrap: wrap; }

body.search .header__heading-logo-wrapper .header__heading-logo  {     filter: invert(1) hue-rotate(180deg);  }


.rating-wrapper + .shopify-block.shopify-app-block { margin:0px; }

.shopify-pricee span.visually-hidden { display:none; }


/* new css */






@media only screen and (min-width: 667px) {
  .fan-benefits-column-right .container-type-section h2 {
    font-size: 64px;
    font-weight: 600;
  }
  .fan-benefits-column-right .container-type-section h2 b {
    font-weight: 500;
  }
  .fan-benefits-column-right .container-type-section h3 {
    font-size: 37px; color: rgba(13, 24, 47, 1);
  }
  .fan-benefits-column-right .container-type-section {
    width: 50%;
  }
  .fan-benefits-column-right .single-fan-benefits-column-custom h5 {
    font-weight: 600;
    text-transform: uppercase;  color: rgba(13, 24, 47, 1); 
  }
  .fan-benefits-column-right .single-fan-benefits-column-custom img {
    object-fit: contain;
  }
.fan-benefits-column-right .single-fan-benefits-column-custom span {
    color: rgba(77, 77, 77, 1);
}
.fan-benefits-column-right .main-fan-benefit-grid {
    row-gap: 30px;
}
.fan-benefits-column-right .single-fan-benefits-column-custom span {
    text-transform: unset;
}

  
}
@media only screen and (max-width: 500px) {
.single-fan-benefits-column-custom span {
    text-transform: unset;
}
.single-fan-benefits-column-custom h5,
 .container-type-section h3 {
    font-size: 37px; color: rgba(13, 24, 47, 1);
  }


  
 .single-fan-benefits-column-custom span {
    color: rgba(77, 77, 77, 1);
}

.single-fan-benefits-column-custom img {
    object-fit: contain;
  }
.single-fan-benefits-column-custom h5 {
    font-size: 14px;
    font-weight:600; text-transform:uppercase;
}

.container-type-section h3 {
    font-size: 22px;
}
 .container-type-section h2 {
    font-size: 30px;
}
 .single-fan-benefits-column-custom span {
    line-height: 1.4 !important;  display:block;
}  
  
}




#shopify-chat {
    z-index:3;
}


.zrx-sticky-atc-bar {
    /* z-index: 1!important; */
}
.jdgm-widget textarea,
.jdgm-widget input:not([type='submit']) {
   
    padding:  10px;
}


.jdgm-widget input:focus-visible,
.jdgm-widget textarea:focus-visible{
  box-shadow:none!important; outline:none!important;
}


.jdgm-widget .jdgm-picture-fieldset__box {
    max-width: 90px!important;
    min-width: 90px;
}

.jdgm-photocamera-icon:before {
    content: ""!important;
    background-image: url(upload.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

span.jdgm-form__reviewer-name-format-container {
    margin-bottom: 10px;
}



/* ------------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width: 1200px) and (max-width: 16000px) {

.fan-benefits-part .section-template--19177134326009__fan_benefits_7dqUiR-padding {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.fan-benefits-part .container-type-section {
    padding: 20px 50px 20px 50px;
}
.fan-benefits-part .fan-benefits-column-right .container-type-section h2 {
    font-size: 58px;
} 
.fan-benefits-part .fan-benefits-column-right .container-type-section h3 {
    font-size: 28px;
}

.fan-benefits-part .fan-benefits-column-right .main-fan-benefit-grid {
    row-gap: 15px;
}
.fan-benefits-part .main-fan-benefit-grid {
    gap: 10px;
}
.fan-benefits-part .single-fan-benefits-column-custom h5 {
    font-size: 16px;
}
.fan-benefits-part .single-fan-benefits-column-custom span {
    font-size: 14px;
}


  
}





/* '''''''''''''''''''''''''''''''''''''''''''''''''''' */



/* ==================== Language Specific Styles ==================== */
@media (min-width: 1024px) {

  [lang="nl"] h2.banner__heading,
  [lang="es"] h2.banner__heading,
  [lang="pl"] h2.banner__heading,
  [lang="it"] h2.banner__heading,
  [lang="fr"] h2.banner__heading {
    font-size: 60px;
  }

  [lang="nl"] .banner__box .banner__text,
  [lang="es"] .banner__box .banner__text,
  [lang="pl"] .banner__box .banner__text,
  [lang="it"] .banner__box .banner__text,
  [lang="fr"] .banner__box .banner__text {
    font-size: 27px;
    font-weight: 400;
  }

  [lang="nl"] .product_custom-column h3,
  [lang="es"] .product_custom-column h3,
  [lang="pl"] .product_custom-column h3,
  [lang="it"] .product_custom-column h3,
  [lang="fr"] .product_custom-column h3 {
    color: #031133;
    margin: 0 0 20px;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
  }

  [lang="nl"] .main-fan-variant-grid .single--fan-variant-grid:nth-child(2) img,
  [lang="es"] .main-fan-variant-grid .single--fan-variant-grid:nth-child(2) img,
  [lang="pl"] .main-fan-variant-grid .single--fan-variant-grid:nth-child(2) img,
  [lang="it"] .main-fan-variant-grid .single--fan-variant-grid:nth-child(2) img,
  [lang="fr"] .main-fan-variant-grid .single--fan-variant-grid:nth-child(2) img {
    height: auto;
    object-fit: cover;
    margin-bottom: -10px;
  }

  [lang="nl"] .container-type-section h2,
  [lang="es"] .container-type-section h2,
  [lang="pl"] .container-type-section h2,
  [lang="it"] .container-type-section h2,
  [lang="fr"] .container-type-section h2 {
    font-size: 56px;
    font-weight: 800;
    color: #031133;
    margin: 0;
  }

  [lang="nl"] .container-type-section h3,
  [lang="es"] .container-type-section h3,
  [lang="pl"] .container-type-section h3,
  [lang="it"] .container-type-section h3,
  [lang="fr"] .container-type-section h3 {
    font-size: 40px;
    font-weight: 400;
    color: #031133;
    margin: 0;
    text-transform: capitalize;
  }

  [lang="nl"] .footer__content-bottom *,
  [lang="es"] .footer__content-bottom *,
  [lang="pl"] .footer__content-bottom *,
  [lang="it"] .footer__content-bottom *,
  [lang="fr"] .footer__content-bottom * {
    font-size: 15px;
    margin-right: 0;
  }

  [lang="nl"] .main-heading-comman,
  [lang="es"] .main-heading-comman,
  [lang="pl"] .main-heading-comman,
  [lang="it"] .main-heading-comman,
  [lang="fr"] .main-heading-comman {
    font-size: 70px;
    font-weight: 400;
    line-height: 83.42px;
    width: 70%;
    text-transform: capitalize;
    color: rgba(13, 24, 47, 1);
  }

  [lang="nl"] .product-tower-fan .tower-fan-main .banner__media.media img,
  [lang="es"] .product-tower-fan .tower-fan-main .banner__media.media img,
  [lang="pl"] .product-tower-fan .tower-fan-main .banner__media.media img,
  [lang="it"] .product-tower-fan .tower-fan-main .banner__media.media img,
  [lang="fr"] .product-tower-fan .tower-fan-main .banner__media.media img {
    object-fit: contain;
    object-position: left;
    left: 10%;
    right: auto;
  }

  [lang="nl"] h2.banner__heading.inline-richtext.h0,
  [lang="es"] h2.banner__heading.inline-richtext.h0,
  [lang="pl"] h2.banner__heading.inline-richtext.h0,
  [lang="it"] h2.banner__heading.inline-richtext.h0,
  [lang="fr"] h2.banner__heading.inline-richtext.h0 {
    font-size: 75px;
    font-weight: 800;
    line-height: 100px;
    text-align: left;
    text-transform: capitalize;
    margin: 0;
    padding-right: 150px;
  }

  [lang="nl"] .plan-controls button,
  [lang="es"] .plan-controls button,
  [lang="pl"] .plan-controls button,
  [lang="it"] .plan-controls button,
  [lang="fr"] .plan-controls button {
    padding: 11px 30px;
    border: 2px solid rgba(148, 166, 182, 1);
    border-radius: 100px;
    background: #031133;
    color: #94a6b6;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    max-width: fit-content;
    width: fit-content;
  }

  [lang="nl"] .plan-controls button.active,
  [lang="es"] .plan-controls button.active,
  [lang="pl"] .plan-controls button.active,
  [lang="it"] .plan-controls button.active,
  [lang="fr"] .plan-controls button.active {
    background: #f7f7f7;
    color: #031133;
    border-color: #f7f7f7;
  }

  [lang="nl"] .shopify-payment-button,
  [lang="es"] .shopify-payment-button,
  [lang="pl"] .shopify-payment-button,
  [lang="it"] .shopify-payment-button,
  [lang="fr"] .shopify-payment-button {
    display: none;
  }

  [lang="nl"] .tower-banner-v2 h2.banner__heading.inline-richtext.hxxl,
  [lang="pl"] .tower-banner-v2 h2.banner__heading.inline-richtext.hxxl,
  [lang="it"] .tower-banner-v2 h2.banner__heading.inline-richtext.hxxl,
  [lang="fr"] .tower-banner-v2 h2.banner__heading.inline-richtext.hxxl {
    color: #0d182f;
    line-height: .8;
    margin-top: -10px;
    margin-bottom: 22px;
    font-size: 145.511px !important;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 12.376px;
  }


  [lang="es"] .tower-banner-v2 h2.banner__heading.inline-richtext.hxxl{
     color: #0d182f;
    line-height: 1.4;
    margin-top: -10px;
    margin-bottom: 22px;
    font-size: 120.511px !important;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 12.376px;
  }


  
  [lang="nl"] .tower-banner-v2 .banner__box .banner__text:last-child p,
  [lang="es"] .tower-banner-v2 .banner__box .banner__text:last-child p,
  [lang="pl"] .tower-banner-v2 .banner__box .banner__text:last-child p,
  [lang="it"] .tower-banner-v2 .banner__box .banner__text:last-child p,
  [lang="fr"] .tower-banner-v2 .banner__box .banner__text:last-child p {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.32px;
  }
}

@media (max-width: 1024px) {
  [lang="nl"] .plan-controls button,
  [lang="es"] .plan-controls button,
  [lang="pl"] .plan-controls button,
  [lang="it"] .plan-controls button,
  [lang="fr"] .plan-controls button {
    padding: 7px 20px;
    font-size: 16px;
    min-width: fit-content;
  }

  [lang="nl"] .shopify-payment-button,
  [lang="es"] .shopify-payment-button,
  [lang="pl"] .shopify-payment-button,
  [lang="it"] .shopify-payment-button,
  [lang="fr"] .shopify-payment-button {
    display: none;
  }
}

/*

.selected-red button.product-form__submit.button.button--full-width.button--secondary span { font-size: 0px; }

 .selected-red button.product-form__submit.button.button--full-width.button--secondary span:after { content: " Back Order - Ships Early July "; font-size: 18px;   }  */

.bottom--text p { font-size: 12px; margin: 0px; color: #fff;}
.bottom--text { text-align: center;}


.amazon-buy-now { text-decoration: none; }

.shopify-pricee .ship-title-uk {
    color: #858585 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 13.91px !important; letter-spacing:0px;
    margin: 0 !important;
 }


 .shopify-payment-button { width:100%; }


@media (max-width: 667px) {

 .slideshow__controls.slideshow__controls--top.slider-buttons {
    bottom: 15px;
}





}

.jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown, .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow {
    color: #031133 !important;
    color: #031133 !important;
}
.jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown:focus-visible{
  box-shadow:none!important;
      outline: none!important;
    outline-offset: unset!important;
}


@media (max-width: 1024px) {

body.activatedmenu {
  overflow: hidden;   
  height: 100vh;     
}




}


 
.upsell-processing::after{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-image:url(/cdn/shop/files/loading_gray.gif?v=1756554246);
  background-color:#f9f9fb47;
  background-size:35px;
  background-repeat:no-repeat;
  background-position:center center; z-index:99999;
}


/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */

@media (min-width:768px) and (max-width: 1399px) {
  .mega-menu[open] .mega-menu__content {
    padding-left:70px;
  }


.tower-fan-main .banner__box.content-container {
    margin-right: 0;
}
.complementary-products__container .pro--list {
    overflow: auto;
}

}




@media (min-width:768px) and (max-width: 1199px) {

.tower-fan-main.banner {
    flex-direction: column !important;
}


.shopify-payment-button {
    padding: 0;
}

.protable-fan-section .hotspot-image-main {
    top: -50px;
}



.plan-controls {
    gap: 5px;
    flex-wrap: nowrap;
}
.venty-clip-fan .product-form__buttons {
    grid-template-columns: 1fr;
}


.tower-fan-main .banner__media.media img {
    left: -100px !important;
}


}

@media (min-width:667px) and (max-width:1024px) {

  .tower-fan-main .banner__media img {
    display: none!important;
}
.tower-fan-main .hero-section-main .banner__media img.mob-banner-img {
    display: block!important;
}



.tower-fan-main .banner__content,
.tower-fan-main .banner__media{
  position:relative!important; display:block!important;
}

.tower-fan-main .media > *:not(.zoom):not(.deferred-media__poster-button),
.tower-fan-main .media model-viewer {
  position: unset !important;
}

.tower-fan-main .banner__media img.mob-banner-img {
    display: block!important;
    max-height: 350px;
    max-width: 100%;
}

.tower-fan-main .banner__media.media img {
    object-fit: contain;
    object-position: center!important;

}
.hero-section-main.tower-banner-v2.banner--content-align-left .banner__box {
    text-align: left;
}

.tower-banner-v2 .banner__box .banner__text:nth-child(2) p {
    font-size: 40.456px; margin-bottom:15px;
}
.tower-banner-v2 h2.banner__heading.inline-richtext.hxxl {
    font-size: 96px;
}
.tower-banner-v2 .banner__box.content-container {
    margin-top: 0;
}


.tower-banner-v2 .banner__box .banner__text:last-child p {
    font-size: 12px;
}

}

html body.klaviyo-prevent-body-scrolling {
    overflow: unset !important;
}


s.cart-item__old-price.price.price--end span.money{
  text-decoration: line-through;
}

div#CartDrawer-CartErrors{
  display:none!important;
}


.Avada_SalesPopV2__Wrapper  { z-index:1 !important; }

.Avada_SalesPopV2__Wrapper { display:none !important; }




/* product page sticky Part */

.zrx-sticky-atc-bar.zrx-sticky-atc-bar-bottom.zrx-sticky-atc-bar.zrx-sticky-atc-show {
    opacity: 0;
}

.body-sticky-item .zrx-sticky-atc-bar.zrx-sticky-atc-bar-bottom.zrx-sticky-atc-bar.zrx-sticky-atc-show {
    opacity: 1;
}

.product-original-venty-mint .zrx-sticky-atc-bar-spread {
    display: none!important;
}

/* @media(max-width:1199px){
      .preorder-right .slide {
        padding-top: 111% !important;
    }
} */

.custom-banner-content-main .header__heading-logo {
    filter: none;