/** Shopify CDN: Minification failed

Line 3403:2 "oveflow" is not a known CSS property
Line 4443:20 Expected ":"
Line 4773:1 Comments in CSS use "/* ... */" instead of "//"
Line 4785:1 Comments in CSS use "/* ... */" instead of "//"

**/
/* Color custom properties */
@font-face {
font-family: "degrassi";
src: url("/cdn/shop/files/degrassi.ttf?v=1662314054") format("truetype");
}
@font-face {
font-family: "el";
src: url("/cdn/shop/files/el.ttf?v=1662314067") format("truetype");
}
@font-face {
font-family: "graffiti";
src: url("/cdn/shop/files/graffiti.ttf?v=1662314079") format("truetype");
}
@font-face {
font-family: "vandal";
src: url("/cdn/shop/files/vandal.ttf?v=1662314090") format("truetype");
}

/* Color custom properties */
  .quick-view:hover{  
   
}
.custom_style_button.banner__buttons{
position: absolute;
    bottom: 130px;
    left: 0;
    right: 0;
    width: 170px;
    margin: auto;
}
body {
    background-color: #03adfc !important;
}
body.gradient.template-index {
    background: transparent !important;
}

.color-background-1 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-1);
  --gradient-background: var(--gradient-base-background-1);
}

.color-background-2 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-2);
  --gradient-background: var(--gradient-base-background-2);
}

.color-inverse {
  --color-foreground: var(--color-base-background-1);
  --color-background: var(--color-base-text);
  --gradient-background: rgb(var(--color-base-text));
}

.color-accent-1 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-1);
  --gradient-background: var(--gradient-base-accent-1);
}

.color-accent-2 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-2);
  --gradient-background: var(--gradient-base-accent-2);
}

.color-foreground-outline-button {
  --color-foreground: var(--color-base-outline-button-labels);
}

.color-foreground-accent-1 {
  --color-foreground: var(--color-base-accent-1);
}

.color-foreground-accent-2 {
  --color-foreground: var(--color-base-accent-2);
}

:root,
.color-background-1 {
  --color-link: var(--color-base-outline-button-labels);
  --alpha-link: 0.85;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-link: var(--color-foreground);
  --alpha-link: 0.7;
}

:root,
.color-background-1 {
  --color-button: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --alpha-button-background: 1;
  --alpha-button-border: 1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-background);
}

.button--secondary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --color-button: var(--color-background);
  --alpha-button-background: 1;
}

.color-background-2 .button--secondary,
.color-accent-1 .button--secondary,
.color-accent-2 .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}

.color-inverse .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}

.button--tertiary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.color-background-2 .button--tertiary,
.color-inverse .button--tertiary,
.color-accent-1 .button--tertiary,
.color-accent-2 .button--tertiary {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-foreground);
}

:root,
.color-background-1 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-foreground);
  --alpha-badge-border: 0.1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-background);
  --alpha-badge-border: 1;
}

:root,
.color-background-1,
.color-background-2 {
  --color-card-hover: var(--color-base-text);
}

.color-inverse {
  --color-card-hover: var(--color-base-background-1);
}

.color-accent-1,
.color-accent-2 {
  --color-card-hover: var(--color-base-solid-button-labels);
}

:root,
.color-icon-text {
  --color-icon: rgb(var(--color-base-text));
}

.color-icon-accent-1 {
  --color-icon: rgb(var(--color-base-accent-1));
}

.color-icon-accent-2 {
  --color-icon: rgb(var(--color-base-accent-2));
}

.color-icon-outline-button {
  --color-icon: rgb(var(--color-base-outline-button-labels));
}

.contains-card,
.card {
  --border-radius: var(--card-corner-radius);
  --border-width: var(--card-border-width);
  --border-opacity: var(--card-border-opacity);
  --shadow-horizontal-offset: var(--card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--card-shadow-vertical-offset);
  --shadow-blur-radius: var(--card-shadow-blur-radius);
  --shadow-opacity: var(--card-shadow-opacity);
}

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

.product__media-gallery .slider,
.product__media-item {
  --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);
}

/* base */
.no-js:not(html) {
  display: none !important;
}

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

.no-js-inline {
  display: none !important;
}

html.no-js .no-js-inline {
  display: inline-block !important;
}

html.no-js .no-js-hidden {
  display: none !important;
}

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

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

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

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

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

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

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

body,
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
}

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

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

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

.hidden {
  display: none !important;
}

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

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

/* .light {
  opacity: 0.7;
} */

a:empty,
ul:empty,
dl: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-long: 500ms;
}

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

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

.icon-arrow {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }

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

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus {
  outline: 0;
  box-shadow: none;
}

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

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

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

/*
  Focus ring - inset
*/

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

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

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

/*
  Focus ring - none
*/

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

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

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

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

/* 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;
  text-align: center;
}

.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;
    justify-content: center;
  }

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

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

.grid--full-width {
  flex: 0 0 100%;
  max-width: 100%;
}

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

  .grid--peek.slider .grid__item:last-of-type {
    margin-right: 1.5rem;
  }

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

  .slider--tablet.grid--peek .grid__item:last-of-type {
    margin-right: 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,
.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);
  --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-base-text), 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));
}

.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 {
  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-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
}

/* Button - social share */

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

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

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

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;
  width: 1.3rem;
}

.share-button__fallback {
  background: rgb(var(--color-background));
  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 {
  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-base-text), 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),.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),.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-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-base-text), 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 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:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}

.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 {
  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-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-size: 1.4rem;
  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;
}

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

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 5;
}

.modal__toggle-close {
  display: none;
}

.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.no-js .modal__close-button.link {
  display: none;
}

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

/* section-announcement-bar */
#shopify-section-announcement-bar {
  z-index: 4;
}

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

.announcement-bar__link {
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  text-decoration: none;
}

.announcement-bar__link:hover {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-card-hover), 0.06);
}

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

.announcement-bar__link .announcement-bar__message {
  padding: 0;
}

.announcement-bar__message {
  text-align: center;
  padding: 1rem 2rem;
  margin: 0;
  letter-spacing: 0.1rem;
}

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

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

.shopify-section-header-hidden {
  transform: translateY(-100%);
}

.shopify-section-header-hidden.menu-open {
  transform: translateY(0);
}

#shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}

/* 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-icon heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  .header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .header--has-menu:not(.header--middle-left) {
    padding-bottom: 0;
  }

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

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

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

  .header:not(.header--middle-left) .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.75rem; */
  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;
  width: 100%;
}

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

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

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

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

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

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

@media screen and (max-width: 989px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
}

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

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

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

.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;
  }
}
.no-js .predictive-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;
}

.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}

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

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

  .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 .header__inline-menu details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

.header__inline-menu details[open] > .header__submenu {
      border: 13px solid #03adfc;
        border-radius: 10px;
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}
.header__inline-menu details[open] > .header__submenu li{
      border-bottom-style: solid;
  border-bottom-color: #03adfc;
}
ul.header__submenu li:hover img{
  opacity:1;
}
ul.header__submenu li:hover a{
  font-style: italic;
/*   font-size: 2rem; */
/*   margin-top: 5px; */
}
ul.header__submenu li img {
    opacity: 0;
}
.text-coll-ar{
  z-index:0;
}
/* .header__menu-item:hover .header__submenu{
    display:block;

} */
@media (prefers-reduced-motion) {
  .header__inline-menu 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 {
    top: 33%;
    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:hover {
  color: rgb(var(--color-foreground));
}

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

.header__menu-item:hover span {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

details[open] > .header__menu-item {
  text-decoration: underline;
}

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

.header__submenu.list-menu--disclosure {
  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));
}

.header__submenu.list-menu {
/*   padding: 2.4rem 0; */
}

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

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

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

.header__submenu .header__submenu .header__menu-item {
  padding-left: 3.4rem;
}

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

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

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

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

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

.badge {
  border: 1px solid transparent;
  border-radius: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-foreground));
  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;
}

.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 {
  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 {
  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);
    }
  }
}
.footer-block--newsletter {
    flex-wrap: wrap !important;
    justify-content: center !important;
}

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

form#ContactFooter {
    margin: 0px auto !important;
  position: relative;
}

ul.footer__list-social.list-unstyled.list-social {
    justify-content: center !important;
    margin-top: 10px !important;
}
  
  .svg-container svg{
  	max-width:60px;
    max-height:80px;
    min-width:50px;
  }
    .svg-container2 svg{
  	max-width:60px;
    max-height:80px;
    min-width:50px;
  }
  
  .header__icons .header__search{
  	    padding-right: 5px;
  }
  
  a.header__heading-link:hover {
    opacity: 0.7;
}
  
  .collection-link-container ul {
    list-style-type: none;
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
}
  .collection-link-container li {
    display: inline-block;
    padding-left: 20px;
}
  
  .collection-link-container a {
    color: #121212BF;
    font-size: 14px;
    text-decoration: none;
}
  
  .collection-link-container a:hover {
    color: #181818;
    text-decoration: underline;
    
    text-underline-offset: 0.3rem;
}
  .collection-link-container a:active {
    color: #181818;
    text-decoration: underline;
}
  
  /* Link SVG */  
  .st0 {
  fill: #fff;
  stroke: #fff !important;
  }
  
  .banner__text   .st0 {
 stroke-width: 0 !important;
  }
   @font-face {
font-family: "AlphabetCity";
src: url("AlphabetCity.ttf") format("truetype");
}
.banner__text.caption-with-letter-spacing
  { 
    font-family: "AlphabetCity"!important;
    font-size:20px;
  }
  div.counter-section
  {
     
    color: #000;
    justify-content: center;
  }
 .date-counter , .time-counter
    {
        display: flex;
        align-items: center;
    }
  
  div.counter-section , .time-counter {
        display: flex;
    }
  
  .time-counter {

        margin-left: 5px;
    }
  
  div.counter-section {
    height: 30px;
  }
  
 .header__icons.clock-counter.page-width {
  top: 70px;
  position: absolute;
  padding: 0;
}
  
  p#ampm {
    text-transform: lowercase;
}
  
  
  .header__icons.clock-counter {
    font-family: var(--font-heading-family);
}
  .stylish-heading
  { 
    font-family: "AlphabetCity"!important;
    text-align : center !important;
  }
.stylish 
  { 
    font-family: "AlphabetCity"!important;
    font-size:36px;
  }  
  .stylish-section , .feature-col .title-wrapper-with-link h2
  { 
    font-family: "AlphabetCity"!important;
    font-size:36px;
  } 

  .cart-page .title-wrapper-with-link
  {
    justify-content: space-between !important;
  }
  .cart-view-all {
  margin-bottom: 35px !important;
}
  .footer__copyright_caption
  {
     margin-top: 20px;
    color:rgba(var(--color-foreground),.75);
  }
  .footer__copyright_caption:hover
  {
    color:#fff;
  }

  
/* div#Banner-template--16061017620730__image_banner {
    position: absolute;
    top: 0;
    width: 100%;
}
   */
  .template-index header.header.header--middle-left.page-width.header--has-menu {
    position: absolute;
    width: 100%;
    z-index: 3;
}
  
  
  .template-index sticky-header.header-wrapper .color-background-1.gradient.header-wrapper--border-bottom header.header
  {
    background:transparent;
        z-index: 3;
  }
    sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom.darkHeader header.header {
    background: var(--gradient-background);
          z-index: 3;
}
  
  
/* .floating_nav_container ul li a
  {
    color:#fff;
    background-color: rgb(62, 171, 235);
  } */
  
  
  .header__menu-item span {
        font-size: 11px;
 text-transform: uppercase;
    font-weight: bolder !important;
}
  @media (min-width: 768px){ 
        h1.collection-hero__title {
    padding-left: 10%;
    }
       .footer__blocks-wrapper .footer-block:nth-child(2)
      {
            margin: 0 100px;
      }
  
    }
 
  @media (max-width: 768px){
    .mobile-svg-text
    {
      display:block !important;
    }
     .desktop-svg-text
    {
      display:none;
    }
  .collection-link-container ul {
    width: 100%;
    display: flex;
    overflow-x: auto;
    padding-left: 0;
    padding-bottom: 10px;
  }
       .header__icons .shopify-currency-form
    {
      display:none;
    }

 .collection-link-container  li {
    margin-top: auto;
  }
 .banner__text.caption-with-letter-spacing
  { 
    font-size:14px;
  }
    
     .footer__blocks-wrapper .footer-block:nth-child(3)
    {
      text-align: center;
    }
     .footer__blocks-wrapper .footer-block:nth-child(3) .footer-block__details-content .list-unstyled {
    width: 65%;
    margin: 0 auto;
    text-align: center;
} 
    
  .footer__blocks-wrapper .footer-block:nth-child(3)  ul li {
    display: flex;
    justify-content: center;
    text-align: center;
}
    
    
 .header__icons.clock-counter.page-width {
    font-size: 12px;
}   
    .header__icons.clock-counter.page-width {
    top: 60px;
    }
    
    .header__icons.clock-counter.page-width {
      right:0px !important;
  margin-right: 0px;
}
   
    .linksvg-outer svg ,  .linksvg-outer svg image
    {
      width:50px;
      height:50px;
    }
    .collection-link-container ul li a
    {
      font-size:10px;
    } 
    
    .stylish-section , .feature-col .title-wrapper-with-link h2
  { 
    font-family: "AlphabetCity"!important;
    font-size:20px ;
  }
   .feature-col .title-wrapper-with-link 
  {  
 justify-content: center;
  }
    
 
    
    
}
  

 
 
  
/* Do not write any thing above this    */
  
  
  
  button.product-form__submit.button.addtocart, .cust-attc {
    background-color: rgb(18,18,18) !important;
    color: #fff !important;
}
  
  .product-form__input input[type=radio]:checked+label, .active-lbl {
    background-color: #000 !important;
    color: #fff !important;
}

  
  quantity-input.quantity {
    border: 1px solid #000;
}
  
    .model-container-collection {
    background-color: white !important;
    position: absolute;
    width: 85%;
    z-index: 2;
    left: 103px;
    margin-top: 60px;
}
  
  span.close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: url(/cdn/shop/t/23/assets/cursor_small.gif?v=2382529…), default !important;
	color: #000;
    z-index:2;
}

.close-btn svg {
    width: 20px;
    height: 20px;
}
  .cust-sec, .cust-sec .grid__item{
    background-color: #f5f5f5 !important;
}
  .c-center{
  	justify-content: center !important;
  }
  .quickbuy-container {
   width: 80% !important;
    margin: 0 auto;
    position: absolute !important;
    z-index: 2;
    height: max-content !important;
    bottom: 20px;
    top: unset !important;
    text-align: center;
    background: #000;
    justify-content: center;
    display: none;
    left: unset !important;
    cursor: url(/cdn/shop/t/23/assets/cursor_small.gif?v=2382529…), default !important;
}
  .card-wrapper:hover .quickbuy-container{
   	display: flex; 
  }
  .quickbuy-container span {
    color: #fff;
    padding: 5px 0;
}
  @media screen and (min-width: 990px){
   .cust-sec .grid__item {
    width: 50%;
    max-width: 50%;
}
}
  
  .card__inner .button-add-remove-wishlist{
  		bottom: unset !important;
    	top: 0 !important;
  }
.footer-block__details-content.footer-block-image.center {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 72px;
}  
  
  @media only screen and (max-width: 768px){
  
  .footer-block__details-content.footer-block-image.center {

    padding-top: 38px;
} 
  div#footer-block-index-0 p {
    text-align: center;
}
    h2.footer-block__heading {
    text-align: center;
}
  
}
@media screen and (max-width: 768px){
  .media>img{
    object-fit: fill;
  }
}
  
  a.view-link {
    text-decoration: none;
    color: white;
    background-color: rgb(18,18,18);
    display: block;
    width: 135px;
    text-align: center;
    padding: 7px 0;
    margin: 0 auto;
    font-size: 16px;
}
  
  a.view-link .icon-wrap {
    padding-left: 2px;

  }
  a.view-link:hover {
    color: #6c6c6c;
}
  .quickbuy:hover span {
    color: #6c6c6c;
}
  button.product-form__submit.button.addtocart:hover {
    color: #6c6c6c !important;
}
  .cust-attc:hover{
  	color: #6c6c6c !important;
  }
  
  button#btn-sticky-cart:hover {
    color: #6c6c6c;
}
  .cbb-frequently-bought-add-button:hover span {
    color: #6c6c6c;
}
  #FooterCountryForm{
    display: none !important;
}
  
.custom_style_button a {
  
    display: flex;
    width: 100%;
    background-color: #E5E5E5;
    padding: 0.5rem 1rem;
    color: #000;
    text-decoration: none;
    margin-bottom: 1rem;
    transition: all 0.2s linear;
    border: 1px solid rgba(0,0,0,0.1);
    opacity:1;
    font-family: Centaur, serif;
    box-shadow:none;
    margin-bottom: 0;
  --color-button-text: auto!important;
  text-transform: capitalize;

  }
  .custom_style_button a:hover{
   opacity: 1;
  }

.slider-mobile-gutter {
  position: relative;
}
.slideshow--svg {
  height: calc(100vh - 30px);
}
.slideshow--svg .slideshow__text.banner__box {
  max-width: 100%;
}

.slideshow--svg .slider--everywhere {
  oveflow: unset !important;
}

/* .slideshow--svg .button--primary {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid white;
  box-shadow: none;
} */

.slideshow--svg .banner__buttons {
  position: absolute;
  bottom: 150px;
}

.slideshow--svg.banner::after, 
.slideshow--svg.banner__media::after {
  content: unset;
}
  
.progressBarContainer {
  position: absolute;
  bottom: 75px;
  width: 48em;
  max-width: 100%;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  grid-column-gap: 20px;
}

.progressBarContainer div {
  width: 100%;
  display: block;
  padding: 0;
  cursor: pointer;
  float: left;
  color: #fff;
  cursor: url(/cdn/shop/t/59/assets/cursor_small.gif?v=2382529…), default !important;
}

.progressBarContainer div:last-child {
  margin-right: 0;
}

.progressBarContainer div span.progressBar {
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
}
  
.progressBarContainer div span.progressBar .inProgress {
  background-color: rgba(255, 255, 255, 1);
  width: 0%;
  height: 4px;
}

.slideshow--svg {
  min-height: calc(100% - 30px) !important; 
}

input#NewsletterForm--footer:not(:focus) + label {
    visibility: hidden;
}

.shopify-cleanslate span:not([class]) {
    display: none;
}
@media only screen and (max-width: 749px) {
  .progressBarContainer {
    max-width: 75%;
  }

  .slideshow--svg .slideshow__text-wrapper {
    align-items: end;
  }
  
  .slideshow--svg .slideshow__text {
    margin-top: 0!important;
    margin-bottom: 40px;
    flex-direction: column-reverse !important;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .slideshow--svg .slideshow__text.banner__box {
    display: block !important;
  }
  
  .slideshow--svg .banner__buttons {
    position: unset !important;
  } 
  
  .arr-folder {
    bottom: 20px;
  }
}

  button.sc-dj87eo-2.kbNxYz.popup-mobile-button {
    width: 170px !important;
    height: 50px;
    border-radius: 12px !important;
    bottom: 56px;
    position: absolute;
}
  
  .kbNxYz.kbNxYz.popup-mobile-button .close-button {
    position: absolute;
    right: 6px;
    padding: 0px;
    top: 0px;
    font-size: 22px;
}
  .blog-articles {
    grid-template-columns: initial !important;
    column-gap: initial !important;
    row-gap: initial !important;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
}
.article {
      grid-column: auto !important;
    display: flex;
    align-items: center;
    width: 32%;
}
  .blog-articles .card-wrapper {
    width: 85% !important;
    margin: auto;
    margin-bottom: 40px;
}
.blog-articles .card__content {
    background: white;
    color: black;
    display: flex;
    padding: 0px;
}
.blog-articles .card__content .h2, 
  .blog-articles .card__content .h2 a {
    color: black;
}
.blog-articles .card__information,
.blog__posts .card__information {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
 #shopify-section-template--16132311777530__165652199882c0f022 h2.banner__heading.h1,
 #shopify-section-template--16132311777530__1656522062da92d0f1 h2.banner__heading.h1,
  .main-blog h1.title--primary{
    font-family: AlphabetCity!important;
    font-size: 36px;
}
  button.product-form__submit.button.addtocart:hover, .cust-attc:hover, .quickbuy-container:hover span {
    color: #fff !important;
}
button.product-form__submit.button.addtocart, .cust-attc, .quickbuy-container {
    background-color: rgb(62, 171, 235) !important;
    color: #fff!important;
}
  button.cbb-frequently-bought-add-button.button.button--secondary {
    background: black !important;
}
  button.oc_add.product-form__submit.button.button--full-width.addtocart.button--secondary {
    width: 48%;
}

.btns_row {
    display: flex;
    justify-content: space-between;
}
  a.button.oc_keep {
    height: 49.25px;
    width: 48%;
    padding: 0;
    
}
  .qty_next_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
a.oc_next_link {
    text-decoration: none;
    margin-left: 20px;
    padding: 0 3px;
      color: black;
}
  a.oc_next_link:hover {
    background: #3eabeb;
    color: #fff;
}
.lookbook-main .container {
      width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
}
  .lookbook-inner {
       grid-gap: 0.75rem;
    display: block;
}
.back-to-top {
  right: 15px !important;
}
iframe#tidio-chat-iframe {
    bottom: 0px !important;
      right: 6px !important;
}
  iframe#ps__widget {
}
a#BackToTop {
    z-index: 999999 !important;
}
  .lookbook-image { display:inline-block; width:24.8%;     vertical-align: top; }  
  .lookbook-image img { width:100%; }
  .fancybox-is-open { background: #01aff0 !important; }
  .fancybox-infobar {
    color: #FFF!important;
    font-size: 16px!important;
	mix-blend-mode: initial!important;
  }
  .hover-heart-cls img { display:none; }
  .hover-heart-cls { position:relative; }
  .lookbook-image a:hover .hover-heart-cls img {     display: block;
    width: 100%;
    max-width: 25px;
    position: absolute;
    bottom: 30px;
    left: 30px;     opacity: 1; }
  .lookbook-image a:hover img { opacity:0.5; }
  
  @media only screen and (max-width: 749px) {
  .article {
        width: 100%;
    }
        .blog-articles .card-wrapper {
        width: 100% !important;
        margin-bottom: 40px;
    }
    .lookbook-image {
    display: inline-block;
    width: 49.1%;
    vertical-align: top;
}
  }
    .js-drawer-open-nav #userwayAccessibilityIcon , .js-drawer-open-nav #ps-mobile-widget__container, .js-drawer-open-nav .mini-popup-container , .js-drawer-open-nav #tidio-chat {
	display: none !important;
}
  
  .back-cover-page{
  	position:relative;
  }  
  
  
  .switch-box{
  	position:relative;
  }
  
  .switch-box-container{
  	position: absolute;
    background: #F1F1F1;
    left: 0px;
    right: 0px;
    padding: 5px 0 25px 0;
    /* box-shadow: 0px 2px 5px #000; */
    z-index: 9;
    /* outline-offset: 2px; */
    /* outline-style: double; */
    outline-width: thick;
    border: 1px solid rgb(0, 0, 0); 
  }
  .ltr-swtich-title.switcher-text{
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    margin: 0 6.2px;
  }
  .switch_cursor-inner{
    padding: 0 !important;
  }
  .switch-box-container .ltr-swtich{
  	display: flex;
    justify-content: center;
    gap: 8px;
    padding: 5px;
    max-width: 90%;
    margin: 0 auto;
    flex-direction: row-reverse;
    border: 1px solid #000;
    border-bottom: none;
  }
  .ltr-swtich.footer-switch {
    border-bottom: 1px solid #000;
   }
  .ltr-swtich.footer-switch::after {
    content: "";
    height: 1px;
    width: 82%;
    background: #000;
    position: absolute;
    bottom: 12px;
    outline: double;
    outline-offset: 2px;
    box-shadow: 1px 0px 4px #000;
    }
  .switch-box span.switch-title{
  	font-weight: bold;
    text-transform: uppercase;
    padding: 5px;
    border: 1px solid #fff;
    font-family: initial;
    color:#fff;
  }
  
  .darkHeader .switch-box span.switch-title{
  	color:#000 !important;
    border-color:#000 !important;
  }
  
  .theme_dark .darkHeader .switch-box span.switch-title{
  	color:#fff !important;
    border-color:#fff !important;
  }
  
  .theme_dark .darkHeader .ltr-swtich-title{
  	color:#fff !important;
  }
  
  .template-index header.header.header--middle-left.page-width.header--has-menu:hover .ltr-swtich-title{
  	color:#000 !important;
  }
  
  
  .template-index header.header.header--middle-left.page-width.header--has-menu:hover .switch-box span.switch-title{
  	color:#000 !important;
    border-color:#000 !important;
  }

  body.theme_dark header.header.header--middle-left.page-width.header--has-menu:hover .switch-box span.switch-title,
  body.theme_dark.template-index header.header.header--middle-left.page-width.header--has-menu:hover .switch-box span.switch-title{
  	color:#fff !important;
    border-color:#fff !important;
  }

  
  
  .ltr-swtich .right-switch,
  .ltr-swtich .left-switch{
  	height: 42px;
    width: 42px;
    text-align:center;
  }
  
  .ltr-swtich a{
  	display: inline-block;
    height: 42px;
    width: 80%;
  }
  
  .ltr-swtich a img{
  	display: inline-block;
    width: 100%;
    height: auto;
  }
  
  .switch_cursor{
    max-width: 90%;
    margin: 0 auto;
    border: 1px solid #000;
  	margin-bottom:0 !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 0 9px 0;
    border-bottom: none;
  }
  
  .ltr-swtich-title{
  	display:block;
    text-align:center;
    font-size: 17px;
    font-family: var(--font-heading-family);
    color:#fff !important;
  }
  
  .uwy.userway_p6 .uai{
  	background: rgb(255, 255, 255) !important;
    top: calc(50% + 95px) !important;
  }
  
  body.right-to-left .uwy.userway_p6 .uai{
  	left:auto !important;
    right:28px !important;
  }
  
  body.right-to-left #ps__widget{
  	right: 0 !important;
    left: auto !important;
  }

 body.right-to-left .header__icons .header__search svg,
 body.right-to-left .header__icons a.header__icon--account svg{
   -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
 }
  
  body.right-to-left iframe#tidio-chat-iframe{
  	left:6px !important;
    right:auto !important;
  }
  
  body.right-to-left .floating_nav_container{
  	right: auto;
  }
  
  body.right-to-left .floating_nav_container ul li a{
  	text-align: right;
  }
  
  body.right-to-left header{
  	direction: rtl;
    grid-auto-flow: revert;
  }
  
  @media only screen and (min-width: 768px){
    body.right-to-left .Mobile_day_night_toggle {
        position: absolute;
        right: 22rem;
        top: 50%;
        left: auto;
        direction: initial;
    }
    .Mobile_day_night_toggle {
      top: 39% !important;
    }
  }
  
  
  body.right-to-left .header__icons.clock-counter.page-width {
    right: auto;
    direction: initial;
    padding-left: 18px !important;
  }
  
  body.right-to-left .switch-box-container{
  	direction: initial;
  }
  
  body.right-to-left .drawer--nav{
  	right:0;
    left:auto !important;
    transform: translate(100%);
  }
  
  body.right-to-left.js-drawer-open-nav .drawer--nav {
    transform: none !important;
  }
  
  .floating_nav_container ul li a{
  	opacity:0.9 !important;
  }
  
  .switch_cursor-divider{
  	margin:2px !important;
  }

  .ltr-swtich .switch_cursor-divider{
    position:relative;
    height:20px;
    top:10px;
    background:#fff !important;
  }

  .darkHeader .ltr-swtich .switch_cursor-divider,
  .template-index header.header.header--middle-left.page-width.header--has-menu:hover .ltr-swtich .switch_cursor-divider{
    background:#000 !important;
  }

  .darkHeader .ltr-swtich-title,
  .template-index header.header.header--middle-left.page-width.header--has-menu:hover .ltr-swtich-title{
    color:#000 !important;
  }

  .theme_dark .darkHeader .ltr-swtich-title{
    color:#fff !important;
  }

  .theme_dark .darkHeader .switch_cursor-divider{
    background:#fff !important;
  }

  body.right-to-left .switch-box-container .ltr-swtich{
    flex-direction: row-reverse;
  }

  body.right-to-left .offcanvas-end{
    left: 0;
    right: auto !important;
  }

  

  body.right-to-left .cart_active + #con-aus {
    right: auto !important;
  }

  .left-switch{
    box-shadow: 5px 5px 8px 0px #ccc;
  }

  body.right-to-left .right-switch {
    box-shadow: 5px 5px 8px 0px #ccc;
  }

  body.right-to-left .left-switch {
    box-shadow: none !important;
  }

  body.right-to-left .back-to-top {
    left: 15px !important;
  }

  body.right-to-left .floating_nav_container ul li a:hover {
    transform: translateX(0);
  }

  body.right-to-left .container-only-for-centering{
    margin-right: 11px;
  }

  .inner-pages.switch-box span.switch-title{
    display: inline-block;
    font-size: 40px;
    line-height: 43px;
    border: 1px solid #000;
    color:#000;
  }

 .inner-pages.switch-box .ltr-swtich .switch_cursor-divider{
   background:#000 !important;
}

.inner-pages.switch-box .ltr-swtich-title{
  color:#000 !important;
}

.container-only-for-centering{direction:initial !important;}



.right-to-left .mdiv{
  right:20px !important;
  left:auto !important;
}

body.right-to-left ul.header__submenu{
  direction:initial !important;
} 


@media only screen and (max-width: 768px) {
.switch-box{
  display:none !important;
}
}

body.screen-footer .header-wrapper{
    position:fixed;
    width: 100%;
    bottom: 30px !important;
    z-index: 999 !important;
    top:inherit !important;
}

body.screen-footer.template-index .header-wrapper{
  background: transparent !important;
}

body.screen-footer.template-index header.header.header--middle-left.page-width.header--has-menu{
  position:static !important;
}

body.screen-footer #eg-announcement-bar-advbar{
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 9999;
}

body.screen-footer .switch-box-container{
  bottom: 100% !important;
}

body.screen-footer iframe#tidio-chat-iframe,
body.screen-footer #ps__widget{
  top: 0 !important;
}

body.screen-footer #ps__widget{
  z-index:0 !important;
}

body.screen-footer #ps__widget_container{
  z-index:99 !important;
}

body.screen-footer.right-to-left .header__icons.clock-counter.page-width{
  right: auto !important;
}


body.template-index .mdiv.md2{
  z-index:2 !important;
}

body.screen-footer .list-menu--disclosure{
  bottom:100% !important;
}

body.screen-footer .header__menu-item .icon-caret{
  transform: rotate(180deg);
}

body.screen-footer details[open]>.header__menu-item .icon-caret{
  transform: rotate(0deg) !important;
}

body.screen-footer .shopify-section-header-sticky{
  position:static !important;
  top:auto;
}

.top-switch{
  box-shadow: 5px 5px 8px #ccc;
}

body.screen-footer .bottom-switch{
    box-shadow: 5px 5px 8px #ccc;
}
body.screen-footer .top-switch{
 box-shadow:none !important; 
}

body.screen-footer .arr-folder{
  top: 10px !important;
  transform: rotate(180deg) !important;
  bottom: auto;
}

body.screen-footer .slideshow--svg .banner__buttons{
  top: 150px !important;
}

body.screen-footer .progressBarContainer{
  top: 70px;
}

@media screen and (min-width: 750px){
body.screen-footer .banner__content.banner__content--bottom-center {
    align-items: flex-start !important;
}
}

.footer-switch .ltr-swtich-title{
  font-size: 17px;
  line-height: 20px;
  white-space: nowrap;
}

.footer-switch a{
  text-decoration:none !important;
}


body.inner-page.screen-footer .footer_newText,
body.template-index.screen-footer section.video_section h3.card__heading,
body.template-index.screen-footer .footer_newText,
body.screen-footer #brandify-smooth-scroll{
  display: table;
  table-layout: fixed;
  width: 100%;
}


body.inner-page.screen-footer footer .footer__copyright_caption,
body.template-index.screen-footer section.video_section h3.card__heading p:last-child,
body.template-index.screen-footer .footer__copyright_caption,
body.screen-footer #brandify-smooth-scroll #shopify-section-footer{
  display: table-header-group;
}

body.template-index.screen-footer .multicolumn-card__info,
body.template-index.screen-footer .multicolumn.background-none .multicolumn-card,
body.template-index.screen-footer .strate--releases__text-wrapper,
body.screen-footer .switch_cursor-inner,
body.screen-footer #top-screen-switch,
body.screen-footer #bottom-screen-switch,
body.screen-footer .product__info-container,
body.screen-footer .card-wrapper .card--card,
body.hov-cat.screen-footer .section-template--16239163474170__product-grid-padding,
body.hov-cat.screen-footer .header-wrapper,
body.inner-page.screen-footer .shopify-policy__container .rte,
body.inner-page.screen-footer .shopify-policy__container,
body.inner-page.screen-footer #shopify-section-visions,
body.inner-page.screen-footer #section-id-lookbook .container .containeru-page,
body.inner-page.screen-footer #section-id-lookbook .container,
body.inner-page.screen-footer #ContactForm,
body.inner-page.screen-footer #MainContent .page-width .rte,
body.inner-page.screen-footer #MainContent .page-width,
body.inner-page.screen-footer #MainContent,
body.inner-page.screen-footer footer .footer-block__newsletter,
body.inner-page.screen-footer footer .footer-block,
body.inner-page.screen-footer footer,
body.template-index.screen-footer footer .footer-block__newsletter,
body.template-index.screen-footer footer .footer-block,
body.template-index.screen-footer .slideshow__slide .slideshow__text,
body.template-index.screen-footer .isolate .rich-text__blocks,
body.template-index.screen-footer .stack-slider .containder-fluid,
body.template-index.screen-footer .collection,
body.template-index.screen-footer .feature-col,
body.template-index.screen-footer section.video_section .color-accent-2 .video-section,
body.template-index.screen-footer .collage-hover-cls .page-width,
body.template-index.screen-footer .sound-cloud .soundcloud-wrapper .about-text,
body.template-index.screen-footer footer,
body.template-index.screen-footer #MainContent{
  display: flex;
  flex-direction: column-reverse;
}

body.inner-page.screen-footer footer .footer-block__heading,
body.template-index.screen-footer footer .footer-block__heading,
body.template-index.screen-footer .slideshow__slide .slideshow__text h2,
body.template-index.screen-footer .isolate .rich-text__blocks .rich-text__text.rte,
body.template-index.screen-footer .feature-col .slider-mobile-gutter,
body.template-index.screen-footer section.video_section .color-accent-2 .video-section .video-section__media,
body.template-index.screen-footer .collage-hover-cls .page-width .collage.collage--mobile{
  margin: 20px 0;
}

body.template-index.screen-footer section.video_section .color-accent-2{
  display: flex;
  flex-direction: column;
  padding-top:30px;
}

body.template-index.screen-footer section.video_section .color-accent-2 .video-section{order:3}
body.template-index.screen-footer section.video_section .center{order:2}
body.template-index.screen-footer section.video_section .center.collection__view-all{order:1}

body.template-index.screen-footer  .stack-slider .strate--releases .row{
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

body.inner-page.screen-footer .footer__content-bottom,
body.template-index.screen-footer .footer__content-bottom{
  border-bottom: solid 0.1rem rgba(var(--color-foreground),.08);
  border-top:none !important;
}

body.template-index.screen-footer .collection__view-all{
  margin:0 !important;
}

body.template-index.screen-footer .look-book-btn a.view-link,
body.template-index.screen-footer .collection__view-all a.view-link.collage_btn{
  margin-top: 0;
  margin-bottom: 60px;
}

body.inner-page.screen-footer .footer-block--newsletter,
body.template-index.screen-footer .footer-block--newsletter{
  flex-direction: column-reverse;
  align-items: center;
}


body.inner-page.screen-footer .footer-block__details-content,
body.template-index.screen-footer .footer-block__details-content{
  margin-top: 25px;
}

body.inner-page.screen-footer a#BackToTop,
body.inner-page.screen-footer .uwy .uai,
body.template-index.screen-footer a#BackToTop,
body.template-index.screen-footer .uwy.userway_p6 .uai{
  top: 20% !important;  
}

body.inner-page.screen-footer .mdiv.md2,
body.template-index.screen-footer .mdiv.md2{
  top: 25% !important;
}

body.inner-page.screen-footer .collage-wrapper-title,
body.template-index.screen-footer .collage-wrapper-title{
      margin-bottom: 1.5rem;
      margin-top: 3rem;
}
@media screen and (min-width: 750px){
body.inner-page.screen-footer .section-footer-padding,  
body.template-index.screen-footer .section-footer-padding {
    padding-top: 20px;
}
body.template-index.screen-footer .section-template--16239163769082__rich_text-padding{
  padding-top:0 !important;
}
body.template-index.screen-footer section.stack-slider{
  margin-bottom:0 !important;
}
}

body.inner-page.screen-footer .footer__content-bottom,
body.template-index.screen-footer .footer__content-bottom{
  padding:0 !important;
}

body.template-index.screen-footer .feature-col .title-wrapper-with-link .title{
  margin-top: 40px !important;
}

body.template-index.screen-footer .floating_nav_container ul{
  display: flex;
  flex-direction: column-reverse;
}

body.template-index.screen-footer .floating_nav_container ul li:last-child{margin-bottom: 1rem;}
body.inner-page.screen-footer #MainContent{
  padding-top: 80px;
}

@media screen and (min-width: 750px){
body.inner-page.screen-footer .contact__button{
  margin-bottom: 4rem;
}  
body.inner-page.screen-footer .main-page-title {
    margin-top: 4rem;
    margin-bottom: 18rem;
}
body.hov-cat.screen-footer .collection-hero{
  padding-bottom:300px;
}
}

body.hov-cat.screen-footer .collection-hero h1{
  min-width:500px;
}

body.inner-page.screen-footer .blog-articles {
  display: flex !important;
  flex-flow: row-reverse;
  justify-content: flex-end;
}

body.inner-page.screen-footer #timeline{
  flex-wrap: nowrap !important;
}

body.inner-page.screen-footer .shopify-policy__container{
  padding-bottom: 150px;
}

@media screen and (min-width: 990px){
body.hov-cat.screen-footer .header--middle-left {
  width:100% !important;
}
}

body.hov-cat #main-collection-filters{
/*     border: 1px solid #000; */
    border-width: 0 0 1px;
}

body.hov-cat.screen-footer #main-collection-filters{
    width: 100%;
    border: 1px solid #000;
    border-width: 1px 0 0;
    padding-top: 10px;
    margin-top: 30px;
}


body.hov-cat.screen-footer #FacetFiltersForm .icon{
  transform: rotate(180deg);
}

body.hov-cat.screen-footer #FacetFiltersForm .facets__display{
  top: inherit;
  bottom: 100%;
  z-index: 99999999999;
  background: #f1f1f1;
}

body.screen-footer.template-index .header-wrapper:hover{
  background:#fff !important;
}

body.screen-footer .card__inner .button-add-remove-wishlist{
  bottom: 0 !important;
  top: unset !important;
}

body.screen-footer .quickbuy{
  top: 10px !important;
  bottom: unset !important;
}

body.screen-footer .MuiSvgIcon-root{
  bottom:0 !important;
  top:unset !important;
}

@media only screen and (min-width: 767px){
body.screen-footer .header__icons.clock-counter.page-width{
    top: unset !important;
    margin-right: 0 !important;
    bottom: 80px;
}

body.template-index.screen-footer .header__icons.clock-counter.page-width{
    bottom: 95px;
}

body.right-to-left.screen-footer .header__icons.clock-counter.page-width{
  right: auto !important;
}
}

body.scroll-down sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom.darkHeader header.header{
    background: #fff !important;
}

/* == transferred code =====  */
.blog-articles__article.article {
    box-shadow:0px 0px 0px #000;
    transition: .3s ease-in-out;
  margin-bottom:30px !important;
  padding-top:0 !important;
}
.blog-articles__article.article:hover{
  box-shadow:6px 7px 2px #000000;
}



@media(min-width:768px){
  .blog-articles__article.article {
    padding: 0 5px 5px 5px;
    margin: 0 7px;
}
}

body.template-index.screen-footer ul.multiple-items.multicolumn-list{
  margin-bottom: 0 !important;
  margin-top: 30px !important;
}

body.template-index.screen-footer .slick-dots{
 bottom: auto !important;
 top: -40px !important;
}

body.template-index.screen-footer h2.strate--releases__suptitle.small-upper-text{
  margin-top: 20px !important;
}

body.template-index.screen-footer .multicolumn-card__info h3{
  margin: 20px 0 !important;
}

body.right-to-left .MuiSvgIcon-root{
  right: 0 !important;
  left: unset;
}

body.right-to-left .card__inner .button-add-remove-wishlist{
  left: 0 !important;
  right: auto !important;
}

body.screen-footer .switch-box-container .ltr-swtich{
  padding-top: 20px;
}

body.screen-footer #switcher-content .ltr-swtich-title.switcher-text{
  position: absolute;
  top: 55px;
  left: 50%;
  margin-left: -22.5px;
}

body.screen-footer #NewsletterForm--footer{
  min-width:376px !important;
}

body.right-to-left .new-box-counter ul>li{
  left: auto;
  right: 2%;
}

body.right-to-left .new-box-counter ul li .box-closer{
  right: auto;
  left: -10px;
}

body.screen-footer .new-box-counter ul>li{
  bottom: auto;
  top: 30px;
}

body.screen-footer sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom.darkHeader header.header{
    background:transparent !important;
}

body.screen-footer .quickbuy.new {
    top: 50px !important;
}
.zoom-image{
  transition: transform .2s;
}
.zoom-image:hover {
  transform: scale(1.1);
}
.pos-image{
    position:absolute;
  width:17%;
}
.mb-show{display:none !important}
.pc-show{
  position:absolute;
  bottom:15%;
  right:50px;
  width:10%;
}
.pc-hide{display:none}
.footer-block--newsletter{
  margin-top:0 !important;
}
@media (max-width:767px){
  .pos-image{
    position:unset;c 
    width:35%;
    margin:auto;
  }
  .pc-hide{display:block}
  .mb-show{
    display:block !important;
    max-width:150px;
    margin:auto;
  }
  .pc-show, .mb-hide{
    display:none;
  }
  .model-container-collection {
    left: 6%;
}
  .model-container-collection .grid__item {
    width: 100%;
}
  .model-container-collection .featured-product.product.grid {
    display: block;
}
}


.feature-col{
  padding-bottom:15px!important;
}

#BackToTop.bck-reverse{display:none !important;}

body.screen-footer #BackToTop.first-img{
  display:none !important;
}

body.screen-footer #BackToTop.bck-reverse{
  display:block !important;
}

.footer-switch a{
  position:relative;
}
.footer-switch a:before{
  position:absolute;
  left:50%;
  top:-7px;
  height:15px;
  width:15px;
  background:url('/cdn/shop/files/Vector_437_2000x2000.png');
  color:#000;
  content:'';
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -7.5px;
  transform: rotate(180deg);
  opacity:0;
  visibility:none !important;
}
a#bottom-screen-switch:before{
  bottom:-14px;
  top:auto !important;
  transform: rotate(0deg) !important;
}

.footer-switch a:hover:before{
  opacity:1;
  visibility:visible !important;
}
body.gradient.template-index section.new-box-counter ul {
  margin: 0;
}

.new-box-counter ul{
  margin: 0;
  /* padding: 20px; */
}


/*** Dark theme CSS by @monsur_riaz ***/

@media only screen and (min-width: 768px) {
  .home__header_day-night,
  .home_header--mobile-day_night {
    position: absolute;
    left: 25rem;      
    z-index: 99;
    top: 30%;
  }
}

.theme_dark .collection {
  border-left: 1px solid rgb(255, 255, 255);
  border-right: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
}

.theme_dark #main-collection-filters {
  border-color: #ffffff !important;
}

.theme_dark button#Subscribe {
  background-color: transparent;
}

footer.footer.gradient.section-footer-padding {
  margin-top: 0;
  padding-top: 60px;
}

.theme_dark footer div, 
.theme_dark footer a, 
.theme_dark footer p, 
.theme_dark div#mainn,
.theme_dark div#mainn div, 
.theme_dark div#mainn #myCanvas {
  background-color: transparent;
}

/* .theme_dark div#switcher-content, 
.theme_dark div#switcher-content div {
  background: #f1f1f1;
} */

.theme_dark .switch-box-container {
  box-shadow: 0px 2px 5px #afafaf;
}

.theme_dark .list-menu--disclosure {
  background-color: #121212;  
}

.theme_dark .blog-articles .card__content {
  background-color: #000;
}

.theme_dark .card__content a {
  color: #ffffff !important;
}

.article-template__back:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 3.2rem;
}

.theme_dark .blog-articles__article.article:hover {
  box-shadow: 6px 7px 2px #ffffff;
}

.h1, .h0 {
  margin-top: 0px !important;
  padding-top: 25px;
}

.theme_dark .card__information .quickbuy, .theme_dark .quickbuy span {
  background-color: transparent;
}

.theme_dark .quickbuy {
  background-color: #000;
}

.theme_dark .grid__item.custom-card {
  background-color: #000;
}

.theme_dark #brands-list ul li a {
  color: #fff;
}

.theme_dark .contact__button button {
  color: #000;
  background-color: #fff;
}

.theme_dark .field__label span {
  background-color: transparent;
  color: #000;
}

.theme_dark #menu_bar_icon {
  fill: #fff !important;
}

.theme_dark div#con-aus {
  background-color: #000;
}

body.scroll-down.theme_dark sticky-header.header-wrapper.color-background-1.gradient.darkHeader header.header,
.theme_dark sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom.darkHeader header.header, .theme_dark.template-index header.header.header--middle-left.page-width.header--has-menu:hover
{
  background-color: #000 !important;
}

.theme_dark h2.banner__heading.h1 {
  color: #fff;
}

.theme_dark .banner__buttons a.button {
  background-color: #121212;
}

.theme_dark .template-index header.header.header--middle-left.page-width.header--has-menu:hover div.counter-section, 
.theme_dark .template-index  header.header.header--middle-left.page-width.header--has-menu:hover .switch_cursor .on-scroll-show span
{
  color:rgb(255, 255, 255);
}

.theme_dark .template-index  header.header.header--middle-left.page-width.header--has-menu:hover .switch_cursor .on-scroll-show span {
  display: flex  !important;
}

.theme_dark .template-index  header.header.header--middle-left.page-width.header--has-menu:hover .switch_cursor-divider {
  background: #000;
}

.theme_dark .template-index header.header.header--middle-left.page-width.header--has-menu:hover .drawer_bar svg#menu_bar_icon {
  fill: rgb(255, 255, 255);
}

.theme_dark .template-index  header.header.header--middle-left.page-width.header--has-menu:hover .switch_cursor .on-scroll-hide {
  display: block  !important;
}

.theme_dark .time-counter p {
  background-color: transparent;
}

.template-index .header:hover svg#menu_bar_icon {
  fill: #000;
}

.template-index .header:hover .shopify-currency-form select {
  color: #000;
}

.theme_dark.template-index .header:hover .shopify-currency-form select {
  color: rgb(255, 255, 255);
}

.custom__svg2 {
  display: none;
}

.theme_dark .custom__svg2,
.theme_dark .svg-container2 .svg-img2.custom__svg2 {
  display: block;
}

.theme_dark .custom__svg1 {
  display: none;
}

/* #shopify-section-template--16339939426554__rich_text .rich-text__text.rte {
  background-color: #000;
} */

.theme_dark .customer:not(.account):not(.order) {
  margin: 0 auto;
  padding: 0px 0px 30px;
}

#login {
  margin-top: 0;
  padding-top: 50px;
}

.theme_dark .tl-item:after {
  background-color: #121212;
}

.theme_dark .custom-cover-page {
  background-color: #121212;
}

.theme_dark .img-home-container .content-container a {
  background-color: #242424;
}

.theme_dark .img-home-container .content-container .menu_custom a {
  color: #ffffff;
}

.theme_dark .img-home-container .content-container .elevating_text_container .menu_custom a:hover {
  background-color: #000;
}

.theme_dark .full-button a {
  color: #ffffff !important;
}


/*  Custom css by Ranel  */
@media(max-width:600px){
  .template-collection .mdiv.md2, .template-collection #hide-mobile, #hide-mobile2, .template-collection #mainn {
    display:none !important;
  }
}


/** full button css **/
.full-button{
  display: flex;
  justify-content: center;  
  font-size:20px;
  font-weight:bold; 
  padding-top:5px;
}
.full-button a{
    color:#000 !important;
    text-decoration:none;
    background: #e5e5e5;
    width: 30%;    
}
@media (max-width:767px){
  .full-button{
     font-size:16px;    
  }    
  .full-button a{
    border-radius: 5px;
    width:40%;
  }
}
.myDiv{
  z-index:9999 !important;
}


/**flipcard**/
.flip-card {
  background-color: transparent;
 // width: 300px;
  height: 100%;
  perspective: 1000px;
}
.grid__item.custom-card{    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
 // box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip .flip-card-inner{
  transform: rotateY(180deg);
}
/*.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}*/
.grid--6-col-desktop .grid__item .flip-card-inner * {
    font-size: 12px;
}

.grid--5-col-desktop .grid__item .flip-card-inner * {
    font-size: 14px;
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* .flip-card-back {
position:absolute;  
}
.flip .flip-card-back {
position:relative;  
} */
.flip .flip-card-front {
position:absolute;
}

.flip-card-front {
  background-color: #fff;
  color: black;
 
}
.flip-card-front p{
  font-size: 16px;
}

.flip-card-back {
  background-color: #fff;
  color: #000;
  transform: rotateY(180deg);
}
.flip-card-back img{
/*   object-fit:cover;
  width:295px;  */
   height:100% !important;
}

@media only screen and (max-width: 600px) {
  .flip-card-front p{
    font-size: 10px;
  }
  .desktop-slip{
    display:none;
  }
  .mobile-slip{
    display:block !important;
  }
  
  /* .flip-card-front {
    width: 185px;
  } */
  .flip-card-back img{
    object-fit:cover;
    width:185px; 
    height:200px;
  }
}
@media only screen and (max-width: 400px) {
  .flip-card-back img{
    object-fit:cover;
    width:170px; 
  }
  /* .flip-card-front {
    width: 170px;
  } */
  
  .flip-card-front p {
      font-size: 9px;
  }
}
@media only screen and (max-width: 320px) {
  .flip-card-back img{
    object-fit:cover;
    width:135px; 
  }
  .flip-card-front {
    width: 135px;
  }
  
  .flip-card-front p {
      font-size: 7px;
  }
}

.inner-page .header.page-width,
.template-collection .header.page-width {
    max-width: 120rem !important;
    padding: 2rem 15px !important;
}

.modal .modal-window{
  padding: 20px;
  border: 20px solid rgb(62 171 235);
}

.model .close{
  top:-15px;
  color:#fff !important;
}

.model .close:hover{
  color:#000 !important;
}

.modal .modal-window .top-menu-ar .top-title-ar{
  font-size: 3.5rem;
}

.modal .modal-window .top-menu-ar .links-menu-ar {
    font-size: 2.5rem;
    border-bottom: 1px solid rgb(62 171 235);
}

.card__inner .button-add-remove-wishlist{
  z-index:0 !important;
}
#HeaderMenu-MenuList-2 li:last-child a {
  color: red;
}
.js-filter .facets__display {
    border: 13px solid #03adfc;
    border-radius: 10px;
    background: #fff;
}
.js-filter .facets__header
{
 border-bottom: 3px solid #03adfc;
}
.js-filter .facets__list {
    padding: 0.5rem 0rem !important;
}
.js-filter .facets__list .facets__item
{
  padding: 0 2rem;
}
.js-filter .facets__list .facets__item:not(:last-child)
{
 border-bottom: 3px solid #03adfc;
}

.facets .disclosure-has-popup:hover > summary + *
{
      z-index: 2;
  animation: animateMenuOpen var(--duration-default) ease;
  display: block !important;
}

.quickbuy-container{
  width:80% !important;
  margin-left:0 !important;
  bottom:0 !important;
}

.selt-opt,
.quick-view{
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}


.selt-opt svg,
.quick-view svg{
  position: relative;
  top: 5px;
  font-size: 16px;
  width: 16px;
  font-weight: 600;
  height: auto;
}

.quick-view svg{
  top: 10px;
}

.selt-opt span{
  line-height:38px !important;
  font-size: 12px;
}

.selt-opt{
  width: 100%;
}

.selt-opt:hover{
  background:#3d92c4 !important;
  cursor: pointer;
}

.quick-view{
  width:20% !important;
  background-color:#fff !important;
  top:unset !important;
  left:auto !important;
  height:38px !important;
  right:0 !important;
  bottom:0 !important;
  opacity:0;
  visibility:hidden;
}

.quick-view.quickbuy:hover {
    background-color: #3d92c4 !important;
 
    cursor: pointer;
  background-image: url('/cdn/shop/files/hamsa.png?v=1695119952')
}
.card-wrapper:hover .quick-view{
  opacity:1;
  visibility:visible;
}
 span.xxxx {
    display: none;
}
    .quick-view.quickbuy:hover .xxxx{
      display: block;
    }
    .quick-view.quickbuy:hover .yyy{
      display: none;
    }
   .quick-view.quickbuy .xxxx svg{
       width: 90px !important;
    top: -8px !important;
    left: -15px !important;
}

    .quick-view.quickbuy .xxxx svg {
    width: 90px !important;
    top: -15px !important;
    left: -15px !important;
}

@media only screen and (max-width: 600px) {
 .quick-view.quickbuy .xxxx svg {
    width: 90px !important;
    top: -15px !important;
    left: -27px !important;
}

}






#boost-pfs-icon-cart path{
  fill:#fff !important;
      cursor: pointer;
  background-image: url('/cdn/shop/files/hamsa.png?v=1695119952')
   background-color: #3d92c4 !important;
}

.quick-view path{
  fill:rgb(62 171 235) !important;
      cursor: pointer;
  background-image: url('/cdn/shop/files/hamsa.png?v=1695119952')
  
}

.quick-view.quickbuy:hover path{
  fill:rgb(255 255 255) !important;
}

.boost-pfs-filter-display-item:hover:before{
  opacity: 1;
}
form#ContactFooter img {
    position: absolute;
    left: -43%;
    top: -24px;
    height: 118px;
}
.newsletter-form__field-wrapper {
    position: relative;
}
span.warning {
    color: red;
    display: block;
    font-size: 1.0rem;
    text-align: center;
    font-family: HelveticaNeue, sans-serif, -apple-system;
    margin-top: 10px;
}
.newsletter-form__field-wrapper.alert input {
    border-left: 1px solid red;
}

span.grid-change{
  opacity:0;
  visibility:hidden;
}
.desktop_hide{
  display: none;
}
.calendly_popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    opacity: 0;
    transition: 0.3s;
}
.calendly_popup .calendly-inline-widget {
    flex: 0 0 100%;
}
.calendly_open .calendly_popup{
  display: flex;
  opacity: 1;
}
.calendly_overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    cursor: pointer;
}
.calendly_overlay span {
    position: absolute;
    right: 4%;
    top: 4%;
    z-index: 99999;
    color: #FFF;
    font-size: 40px;
    cursor: pointer;
    max-width: 30px;
}
.calendly_overlay span img {
    width: 30px;
}
@media(max-width: 768px){
.desktop_hide{
  display: block;
}
form#ContactFooter img {
    display: none;
}
}

.facets__form{gap:0 !important;}

.model-container-collection{
  width:75% !important;
  left:50% !important;
  margin-left:-37.5% !important;
}


.product-grid-title{
  position:absolute;
  left:0;
  top:80px;
  bottom:80px;
  right:0;
  z-index:5;
  background:rgba(0,0,0,0.5);
  text-align:center;
  visibility:hidden;
  opacity:0;
}


.product-grid-title a{
  color:#fff !important;
  text-decoration: none !important;
  font-size: 1.5em;
  padding: 0 15px;
  position: absolute;
  top: 15%;
  left: 5%;
  right: 5%;
}

.card-wrapper:hover .product-grid-title{
  visibility:visible;
  opacity:1;
}

@media screen and (min-width: 750px){
.product-count__text {
    width:100px !important;
    height: 20px !important;
    text-align: right !important;
}
 span#ProductCountDesktop {
    position: static !important;
 }
}

.idle-img,
body.idle-state div{display:none !important;}
body.idle-state .idle-img{
  display:inline-block !important;
  width:100%;
}

.scroll_l{
  display:none;
}

@media only screen and (max-width: 600px){
.container-only-for-centering {
    display: none !important;
}
  }



.md2{
  z-index: 2 !important;
    top: 180px !important;
}



.section-template--16645449253114__product-grid-padding {
    position: relative;
}
.section-template--16645449253114__product-grid-padding .boost-pfs-filter-default-toolbar {
    position: absolute;
    max-width: 320px;
    left: 50%;
    margin-left: -160px;
    top: 44px;
    border: none;
    margin-bottom: 0;
}
.video-falling-papper img {
    display: none;
}
.collection_url{
  position: absolute;
  z-index:999;
  width:100%;
  height:100%;
}


@media only screen and (min-width: 769px){

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

.desktop-menuu{
  display: block !important;
}
.mobile-menuu{
  display: none !important;
}
.mobile-menuu2{
 display: none !important;
}
  
}


.stars_on_hamburger_index.black{
  display:none;
}
.darkHeader .stars_on_hamburger_index.black{
  display:block;
}
.template-index header.header.header--middle-left.page-width.header--has-menu:hover .stars_on_hamburger_index.black{
  display:block;
}
@media only screen and (max-width: 768px){

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


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


/* #menu_bar_icon2{
  width: 30px !important;
  height: 30px !important;
} */

.icon.icon--menu.mobile-menuu.black{
    display:none;
} 
.darkHeader .icon.icon--menu.mobile-menuu.black{
  display: block;
}  
.stars_on_hamburger_index.black{
  display:none;
}
.darkHeader .stars_on_hamburger_index.black{
  display:block;
}
  
#menu_bar_icon2 .a{
  fill: #fff;
}


.darkHeader #menu_bar_icon2 .a{
  fill: #000;
} 

/* .my-mble-btn-hide{
  display: none !important;
} */
  
}

/* animation by ibu */

    #slide-click:hover {
    animation: bounce 1s linear;
}
@keyframes bounce {
  0%   { transform: translateX(0); }
  25%  { transform: translateX(-20px); }
  50% { transform: translateX(0); }
    75%   { transform: translateX(20px); }
      100%   { transform: translateX(0); }
}

.bk-btn:hover > .revt{
        animation: RotateLeft 1s linear;
    }
 
    @keyframes RotateLeft{
        0%{
            transform: rotate(-0deg);
        }
        50%{
            transform: rotate(-180deg);
        }
        100%{
            transform: rotate(-360deg);
        }
    }


.forward-btn:hover > .shuv{
        animation: RotateRight 1s linear;
    }
 
    @keyframes RotateRight{
        0%{
            transform: rotate(0deg);
        }
        50%{
            transform: rotate(180deg);
        }
        100%{
            transform: rotate(360deg);
        }
    }

.fullscreen:hover{
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}


/* Tech_Button_Css */

.theme_dark #top-screen-switch, #bottom-screen-switch {
     background-color: transparent;
}
.theme_dark #top-screen-switch .ltr-swtich-title{
    color: white !important;
    font-size: 13px;
}
.theme_dark #bottom-screen-switch .ltr-swtich-title{
    color: white !important;
    font-size: 13px;
}


/* Proudly_Built_Css */

.proudly_built {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 130px;
    position: relative;
    bottom: 56px;
}
@media (max-width:767px){
.proudly_built {
    justify-content: center;
    margin: 0;
    position: unset;
   }
}

.footer-block__newsletter {
    position: relative;
}
.charity_image_with_text {
    display: grid;
    position: absolute;
    top: 10px;
}
.charity_image_with_text span{
    width: 67%;
    padding-top: 30px;
    margin-left: -30px;
}

#svg-mask-wrapper .earth{
    width: 200px;
    position: absolute;
    right: -12px;
    top: -60px;
}

.earth_index{
    position: fixed;
    width: 180px;
    z-index: 3;
    top: 20%;
    right: -48px !important;
}

.custom-cover-page .earth_index{
    top: 22%;
    right: 0px !important;
}

@media (max-width:767px){
.charity_image_with_text {
    position: unset;
    justify-items: center;
   }
  .charity_image_with_text span{
    padding-top: 15px;
    margin: 0;
  }
  .earth_index{
    top: 27%;
  }
}
.custom-vector {
    max-width: 50px;
}

.pagination-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav.pagination {
    flex: 100%;
}
@media screen and (min-width:900px){
  
.pagination-wrapper {
      padding: 20px 168px;}
}

@media screen and (max-width: 767px){
.product-grid-title{
    top: 41px;
    bottom: 60px;
  }
.product-grid-title a{
    font-size: 1em;
    padding: 0;
    top: 7%;
  } 
  span.grid-change{
    opacity:1;
    visibility:visible;
/*     position: relative;
    right: 182px; */
    margin: 0 !important;
  }
}

.menu_click{
    position: relative;
 }
.stars_on_hamburger_index{
    width: 16px;
    position: absolute;
    bottom: 13px;
    right: 8px;
  }
@media only screen and (max-width: 990px){
.stars_on_hamburger{
    width: 16px;
    position: absolute;
    bottom: 1px;
    right: -3px;
  }
}  

.inside{
    display:none;
    }
.inside:hover {
   -ms-transform: scale(0.8);
   -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .bar_below_header {
    width: 33%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 86%;
    transform: translateX(100%);
}
  .bar_below_header h3 {
    background: #EDEDED;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    margin: 0;
}
.bar_above_footer{
    background: #00b2f4;
    display: flex;
    justify-content: center;
  }
.bar_above_footer img{
    width: 150px;
    padding: 8px 0;
    object-fit: cover;
  }
.inner-pages.switch-box span.switch-title:hover, .dragable-button #button:hover{
    background-color: #fafafa;
    border-color: #000;
}
img.thirdeyeskyph {
    display: none;
    height: 70px;
    width: 80px;
    object-fit: contain;
}
.headhide{
    display : none !important;
}
i.fas.scroller_arrow {
   display: none;
    position: fixed;
    right: 10px;
    bottom: 90px;
    transform: rotate(180deg);
    z-index: 9999999;
    padding: 20px;
}
#cig-main{
    opacity: 0;
    visibility: hidden;
}
.kamo_anime_wrap{
    display: none;
}
 #cig-main:hover + .scroller_arrow{
   right: 0px;
   transition: 1s linear;
 }
.scroller_arrow.active{
    color: #fff;
  }
.hover_image_for_scroller, .hover_image_for_scroller_with_blue_background{
    max-width: 100px;
    position: fixed;
    right: 10px;
    bottom: 300px;
    z-index: 999999;
}
.hover_image_for_scroller_with_blue_background {
    opacity: 0;
    visibility: hidden;
}
.hover_image_for_scroller_container:hover .hover_image_for_scroller{
    opacity: 0;
    visibility: hidden;
}
.hover_image_for_scroller_container:hover .hover_image_for_scroller_with_blue_background {
    opacity: 1;
    visibility: visible;
}
.phone_icon, .hologram_icon{
    position: fixed;
    bottom: 80px;
    left: -20px;
    max-width: 150px;
}
.hologram_icon {
    opacity: 0;
    visibility: hidden;
}
.phone_icon_container:hover .phone_icon{
    opacity: 0;
    visibility: hidden;
}
.phone_icon_container:hover .hologram_icon{
    opacity: 1;
    visibility: visible;
}
i.fas.quotes_pause_icon {
    position: fixed;
    left: 30px;
    bottom: 105px;
    padding: 5px 15px 15px 15px;
}
.new-box-counter{
    opacity: 0;
    visibility: hidden;
}
.quotes_pause_icon.active{
    color: #fff;
}
#BackToTop {
  animation-iteration-count: infinite;
}
.play-animation {
  animation: shake 2s;
}
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(60deg); }
  10% { transform: translate(-1px, -2px) rotate(60deg); }
  20% { transform: translate(-3px, 0px) rotate(60deg); }
  30% { transform: translate(3px, 2px) rotate(60deg); }
  40% { transform: translate(1px, -1px) rotate(60deg); }
  50% { transform: translate(-1px, 2px) rotate(-60deg); }
  60% { transform: translate(-3px, 1px) rotate(60deg); }
  70% { transform: translate(3px, 1px) rotate(-60deg); }
  80% { transform: translate(-1px, -1px) rotate(60deg); }
  90% { transform: translate(1px, 2px) rotate(60deg); }
  100% { transform: translate(1px, -2px) rotate(-60deg); }
}

@media (max-width: 992px){
   footer.footer.color-inverse.gradient.section-footer-padding {
     margin-top: 0 !important;
   } 
}

@media screen and (max-width:767px){
    .bar_below_header{
      width: 85%;
      top: 100%;
      transform: translateX(8.5%);
     }
    .bar_below_header h3{
      line-height: 28px;
      font-size: 14px;
     }
}

  .template-collection .keyboard_container{
    display:none;
   }
  .template-index .keyboard_container{
    display:block;
   }
@media screen and (min-width: 768px){
  .wasd_black, .wasd_blue {
    position: fixed;
    z-index: 2;
    top: 180px;
    left: 12px;
    max-width: 80px;
   }
  .wasd_blue {
    opacity: 0;
    visibility: hidden;
   }
  .wasd-container:hover .wasd_black {
    opacity: 0;
    visibility: hidden;
   }
  .wasd-container:hover .wasd_blue {
    opacity: 1;
    visibility: visible;
   }
  .backward_icon{
    position: fixed;
    z-index: 2;
    top: 447px;
    left: 98px;
   }
  .contains-card-main.keyboard_container:hover + .backward_icon{
    left: 70px;
    transition: 2s linear;
   }
}
@media screen and (max-width: 767px){
   img.wasd_black, img.wasd_blue{
    display:none;
   }
.backward_icon {
    position: absolute;
    z-index: 2;
    top: 340px;
    transform: translateY(50%);
    left: 60px;
}
  .wasd_black, .wasd_blue {
    position: absolute;
    z-index: 2;
    top: 180px;
    left: 12px;
    max-width: 50px;
  }
}
.custom-grid li.grid__item.custom-card, .custom-grid .grid__item.custom_gif_image {
    height: 389.82px;
}
@media screen and (min-width: 990px){
  .grid--6-col-desktop .grid__item.custom_gif_image {
    width: calc(33.32% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(33.32% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }
  .grid--5-col-desktop .grid__item.custom_gif_image {
    width: calc(40% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(40% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }
  .grid--4-col-desktop .grid__item.custom_gif_image {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
}
@media screen and (min-width: 767px){
   .gif_img, #custom-collection{
     max-height: 54vw;
  }
   .grid--5-col-desktop .grid__item.custom-card .collection-title_description {
    height: 89%;
  }
  .Marquee-Footer {
    height:55px;
}
}
.Marquee-Footer {
    background-color: #EDEDED !important;
    border-top: 2px solid #00B2F4;
    border-bottom: 2px solid #00B2F4;
    display: flex;
    padding-bottom: 4px;
    align-items: center;
    justify-content:center;
}
.Marquee-Footer marquee {
   line-height: normal;
}
.Marquee-Footer marquee span {
    font-size: 30px;
    background:transparent;
}
.footer__content-center img.MF-img--Item {
    object-fit: contain;
    width: 40px;
    height: 30px;
    padding-top: 0;
    transform: translateY(5px);
}
.footer-block__newsletter .newsletter-form__message {
    justify-content: center!important;
}
.footer-block__newsletter .newsletter-form__message {
    width: 100%;
}

p#productCount {
    margin-bottom: 0;
}
#productCount span.num-page {
    width: auto !important;
    display: inline-block;
    font-weight: 800;
}
#custom-bd .bg-white {
    padding: var(--breadcrumb-paddingValueTopTablet, 1pc) var(--breadcrumb-paddingValueRightTablet, 2pc) var(--breadcrumb-paddingValueBottomTablet, 1pc) var(--breadcrumb-paddingValueLeftTablet, 2pc)!important;
} 

/* =========== hover-img.css file css Start =========== */
  @media(min-width:992px){
      .gradient.turn-blue .tl-item{
  border-color:#48aeea !important;
}
    .template-page-event main#MainContent{
   background:center / cover no-repeat url(/cdn/shop/files/events.jpg?v=1689810265) ;
}
/*    body.gradient.turn-blue .card__content, */
 body.gradient.turn-blue .card article-card,
 body.gradient.turn-blue a.button.button--primary,
   body.gradient.turn-blue .blog-articles .article-card .card__information,
  body.gradient.turn-blue .blog-articles .card__content,
.gradient.turn-blue #brandify-smooth-scroll,
.gradient.turn-blue #MainContent,
body.gradient.turn-blue .section-template--16237316145402__product-grid-padding,
body.gradient.turn-blue .gradient,
body.gradient.turn-blue sticky-header.header-wrapper.color-background-1.gradient,
body.gradient.template-index.turn-blue .gradient,
body.gradient.template-index.turn-blue {
    background: #48aeea !important;
}
       body.gradient.template-index.turn-blue sticky-header.header-wrapper.color-background-1.gradient{
       background:#fff !important;
       }
       body.gradient.turn-blue footer.gradient,
        body.gradient.template-index.turn-blue footer.gradient{
        background:#121212 !important; 
        }
        .blog-articles__article.article {
    padding: 0 5px 5px 5px;

}
       .blog-articles .card-wrapper {
    width: 100%!important;
    margin: auto !important;
    padding: 0 0px;
    background-color: #fff;
}
       .blog-articles {
          margin:0 -5px;
       }
        body.gradient.turn-blue .article-template__content span,
     body.gradient.turn-blue .share-button__button,
   body.gradient.turn-blue time,
   body.gradient.turn-blue .page-width--narrow .rte,
      body.gradient.turn-blue .shopify-currency-form select,
      body.gradient.turn-blue .facet-filters__field .select__select,
      body.gradient.turn-blue facet-filters__label label,
      body.gradient.turn-blue .date-counter,body.gradient.turn-blue .time-counter,
      body.gradient.turn-blue facets__heading,
        body.gradient.turn-blue .facets__summary span,
        body.gradient.turn-blue .text-coll-ar,
       body.gradient.turn-blue p,
       body.gradient.turn-blue h1,
       body.gradient.turn-blue h2,
       body.gradient.turn-blue h3,
       body.gradient.turn-blue h4,
       body.gradient.turn-blue h5,
       body.gradient.turn-blue h6,
       body.gradient.turn-blue a,
   body.gradient.turn-blue .header__menu-item span{
          color:#fff !important;
       }
    body.gradient.turn-blue .flip-card-front p{
        color: black !important;

    }
    .slider.slider--everywhere .slider__slide {
    background: #fff;
}
       body.gradient.turn-blue .product__view-details,

body.gradient.hov-cat.turn-blue .header__menu-item span,
    body.gradient.hov-cat.turn-blue  .time-counter,
     body.gradient.hov-cat.turn-blue  .time-counter p,
   body.gradient.template-index.turn-blue  .floating_nav_container ul li a,
     body.gradient.template-index.turn-blue .time-counter p,
   body.gradient.template-index.turn-blue .time-counter,
             body.gradient.template-index.turn-blue .shopify-currency-form select,
             body.gradient.template-index.turn-blue .date-counter,body.gradient.template-index.turn-blue .time-counter{
             color:#000 !important;
             }
      
      body.gradient.turn-blue .share-button__button svg,
            body.gradient.turn-blue .facet-filters__sort+.icon-caret,
             body.gradient.turn-blue .facets__summary .icon-caret,
      body.gradient.turn-blue .header__menu-item .icon-caret,
         body.gradient.turn-blue .stack-slider .fake-js-link .circle .background,
      body.gradient.turn-blue .stack-slider .fake-js-link .circle .foreground{
          stroke: #fff !important;
      }
     body.gradient.turn-blue .product__view-details svg,
           body.gradient.hov-cat.turn-blue .header__menu-item .icon-caret,
    body.gradient.hov-cat.turn-blue .header__menu-item .icon-caret,
      body.gradient.template-index.turn-blue .header__menu-item .icon-caret{
          stroke: #000 !important;
      }
  body.gradient.turn-blue .header__icon svg path,
      body.gradient.turn-blue .stack-slider .fake-js-link .text svg path{
          fill:#fff !important;
      }
      body.gradient.hov-cat.turn-blue .header__icon svg path,
      body.gradient.template-index.turn-blue .header__icon svg path{
             fill:#000 !important;      
      }
    body.gradient.hov-cat.turn-blue .card--card.card--media>.card__content,
    body.gradient.turn-blue .card__information,
      body.gradient.template-index.turn-blue .card__content {
    background: #000 !important;
}
body.gradient.template-index.turn-blue .card .card__inner .card__media {
    z-index: 1;
}
body.gradient.template-index.turn-blue #soldoutgifonlist {

    z-index: 2;
}
body.gradient.turn-blue svg#eugn3sLti6F1 image {
    filter: brightness(1) invert(1);
}
.gradient.hov-cat.turn-blue svg#eugn3sLti6F1 image,
body.gradient.template-index.turn-blue svg#eugn3sLti6F1 image {
    filter:none !important;
}
body.gradient.turn-blue .inner-pages.switch-box span.switch-title {

    border: 1px solid #fff;
    color: #fff;
}
body.gradient.hov-cat.turn-blue .inner-pages.switch-box span.switch-title,
body.gradient.template-index.turn-blue .inner-pages.switch-box span.switch-title {

    border: 1px solid #000;
    color: #000;
}
body.gradient.turn-blue  .gradient.cust-sec{
      background-color: #f5f5f5!important;

}
body.gradient.hov-cat.turn-blue  .header.page-width{
  background: #fff !important;
}
    body.gradient.turn-blue .product__text.caption-with-letter-spacing+.product__title,
    body.gradient.hov-cat.turn-blue .shopify-currency-form select,
body.gradient.hov-cat.turn-blue .header__submenu a,
 body.gradient.hov-cat.turn-blue .date-counter,
body.gradient.hov-cat.turn-blue .back-cover-page .bk-btn {
color: #000 !important;
}

collection-hero__title
.card.dragable.ui-draggable.ui-draggable-handle.ui-draggable-dragging {
z-index:9!important;
  
}
.card-wrapper.underline-links-hover.gif-hover.ui-draggable.ui-draggable-handle.ui-draggable-dragging {

    padding-bottom: 0px !important;
}
  /* Vent img */
.vent-img #shopify-section-template--16413336469754__1656242926b9ab6da6,
.vent-img #shopify-section-template--16413336469754__main,
 .vent-img section-template--16435440976122__rich_text-padding,
.vent-img #shopify-section-template--16413335978234__main,
.vent-img .section-template--16435440976122__rich_text-padding,
  .vent-img .stack-slider,
  .vent-img .multicolumn,
  .vent-img .gradient,
  .vent-img main#MainContent,
  .vent-img .rich-text.rich-text--full-width,
  .vent-img .section-id-template--16435440976122__multicolumn,
  .vent-img #shopify-section-template--16413336371450__16573132006c7cdfec,
  .vent-img .section-template--16413336371450__1657367017bd820a4d-padding,
  .vent-img .collage-hover-cls,
  .vent-img .section-id-template--16413336371450__multicolumn,
  .vent-img .sound-cloud,
  .vent-img .foursixty-section,
    .vent-img #shopify-section-template--16730936344826__166033849341c8ac19{
  background:center / cover no-repeat url(/cdn/shop/files/MAZE-7-BLUE_ede2a79a-f633-4f64-9636-ab8a31c7addc.png?v=1679360120) !important;
}  
.vent-imgg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.vent-imgg #shopify-section-template--16413336469754__main,
 .vent-imgg section-template--16435440976122__rich_text-padding,
.vent-imgg #shopify-section-template--16413335978234__main,
.vent-imgg .section-template--16435440976122__rich_text-padding,
  .vent-imgg .stack-slider,
  .vent-imgg .multicolumn,
  .vent-imgg .gradient,
  .vent-imgg main#MainContent,
  .vent-imgg .rich-text.rich-text--full-width,
  .vent-imgg .section-id-template--16435440976122__multicolumn,
  .vent-imgg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .vent-imgg .section-template--16413336371450__1657367017bd820a4d-padding,
  .vent-imgg .collage-hover-cls,
  .vent-imgg .section-id-template--16413336371450__multicolumn,
  .vent-imgg .sound-cloud,
  .vent-imgg .foursixty-section,
  .vent-imgg #shopify-section-template--16730936344826__166033849341c8ac19{
  background:center / cover no-repeat url(/cdn/shop/files/MAZE-7-BLUE_ede2a79a-f633-4f64-9636-ab8a31c7addc.png?v=1679360120) !important;
}  
/* .vent-img .color-accent-2,
.vent-img .feature-col {
  background:center / cover no-repeat url(/cdn/shop/t/128/assets/Graffiti-44-White-Split-2.png?v=1662250724) !important;

} */

/* .vent-img #shopify-section-template--16413336600826__main,
.vent-img.template-collection main#MainContent{
  background:center / cover no-repeat url(/cdn/shop/t/128/assets/mini-graffti.png?v=1662590807) !important;
} */
.vent-imgg footer.footer.color-inverse.gradient.section-footer-padding,
.vent-img .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
  .vent-imgg sticky-header.header-wrapper.color-background-1.gradient,
.vent-img sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
  .vent-imgg main#MainContent.content-for-layout.focus-none.about-us,
.vent-imgg.template-page-contact main#MainContent .gradient,
.vent-img main#MainContent.content-for-layout.focus-none.about-us,
.vent-img.template-page-contact main#MainContent .gradient{
background:none !important;

}
  body.gradient.template-index.swym-ready.vent-imgg main#MainContent,
body.gradient.template-index.swym-ready.vent-img main#MainContent {
    background: transparent !important;
}
  body.gradient.template-index.swym-ready.vent-imgg main#MainContent,
body.gradient.template-index.swym-ready.vent-img main#MainContent {
padding-bottom:0;
}
      .vent-img .color-accent-2.gradient,
    .vent-img .color-accent-2,
 .vent-img .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/MAZE-67-WHITE_881c6cfa-532a-40c9-85fe-467b4c431402.png?v=1679360364) !important;
 }
       .vent-imgg .color-accent-2.gradient,
    .vent-imgg .color-accent-2,
 .vent-imgg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/MAZE-67-WHITE_881c6cfa-532a-40c9-85fe-467b4c431402.png?v=1679360364) !important;
 }
     .template-cart.vent-img .color-accent-2,
 .template-cart.vent-img .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/MAZE-7-BLUE_ede2a79a-f633-4f64-9636-ab8a31c7addc.png?v=1679360120) !important;
 }
      .template-cart.vent-imgg .color-accent-2,
 .template-cart.vent-imgg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/MAZE-7-BLUE_ede2a79a-f633-4f64-9636-ab8a31c7addc.png?v=1679360120) !important;
 }
    /*   main-paint   */
.turn-blue-graf #shopify-section-template--16413336469754__1656242926b9ab6da6,
.turn-blue-graf #shopify-section-template--16413336469754__main,
 .turn-blue-graf section-template--16435440976122__rich_text-padding,
.turn-blue-graf #shopify-section-template--16413335978234__main,
.turn-blue-graf .section-template--16435440976122__rich_text-padding,
  .turn-blue-graf .stack-slider,
  .turn-blue-graf .gradient,
  .turn-blue-graf main#MainContent,

  .turn-blue-graf .section-id-template--16435440976122__multicolumn,
  .turn-blue-graf #shopify-section-template--16413336371450__16573132006c7cdfec,
  .turn-blue-graf .section-template--16413336371450__1657367017bd820a4d-padding,
  .turn-blue-graf .collage-hover-cls,
  .turn-blue-graf .section-id-template--16413336371450__multicolumn,
  .turn-blue-graf .sound-cloud,
  .turn-blue-graf .foursixty-section,
  .turn-blue-graf  #shopify-section-template--16730936344826__166033849341c8ac19{
  background:center / cover no-repeat url(/cdn/shop/files/mini-graffti.png?v=1678940087) !important;
}  
    .template-index.turn-blue-graf #shopify-section-template--16413336469754__1656242926b9ab6da6,
.template-index.turn-blue-graf #shopify-section-template--16413336469754__main,
 .template-index.turn-blue-graf section-template--16435440976122__rich_text-padding,
.template-index.turn-blue-graf #shopify-section-template--16413335978234__main,
.template-index.turn-blue-graf .section-template--16435440976122__rich_text-padding,
  .template-index.turn-blue-graf .stack-slider,
  .template-index.turn-blue-graf .gradient,
  .template-index.turn-blue-graf main#MainContent,

  .template-index.turn-blue-graf .section-id-template--16435440976122__multicolumn,
  .template-index.turn-blue-graf #shopify-section-template--16413336371450__16573132006c7cdfec,
  .template-index.turn-blue-graf .section-template--16413336371450__1657367017bd820a4d-padding,
  .template-index.turn-blue-graf .collage-hover-cls,
  .template-index.turn-blue-graf .section-id-template--16413336371450__multicolumn,
  .template-index.turn-blue-graf .sound-cloud,
  .template-index.turn-blue-graf .foursixty-section,
  .template-index.turn-blue-graf  #shopify-section-template--16730936344826__166033849341c8ac19,
    .template-index.turn-blue-graff #shopify-section-template--16413336469754__1656242926b9ab6da6,
.template-index.turn-blue-graff #shopify-section-template--16413336469754__main,
 .template-index.turn-blue-graff section-template--16435440976122__rich_text-padding,
.template-index.turn-blue-graff #shopify-section-template--16413335978234__main,
.template-index.turn-blue-graff .section-template--16435440976122__rich_text-padding,
  .template-index.turn-blue-graff .stack-slider,
  .template-index.turn-blue-graff .multicolumn,
  .template-index.turn-blue-graff .gradient,
  .template-index.turn-blue-graff main#MainContent,
  .template-index.turn-blue-graff .rich-text.rich-text--full-width,
  .template-index.turn-blue-graff .section-id-template--16435440976122__multicolumn,
  .template-index.turn-blue-graff #shopify-section-template--16413336371450__16573132006c7cdfec,
  .template-index.turn-blue-graff .section-template--16413336371450__1657367017bd820a4d-padding,
  .template-index.turn-blue-graff .collage-hover-cls,
  .template-index.turn-blue-graff .section-id-template--16413336371450__multicolumn,
  .template-index.turn-blue-graff .sound-cloud,
  .template-index.turn-blue-graff .foursixty-section,
   .template-index.turn-blue-graff #shopify-section-template--16730936344826__166033849341c8ac19{
  background:center / 100% no-repeat url(/cdn/shop/files/mini-graffti.png?v=1678940087) !important;
} 
.turn-blue-graff #shopify-section-template--16413336469754__1656242926b9ab6da6,
.turn-blue-graff #shopify-section-template--16413336469754__main,
 .turn-blue-graff section-template--16435440976122__rich_text-padding,
.turn-blue-graff #shopify-section-template--16413335978234__main,
.turn-blue-graff .section-template--16435440976122__rich_text-padding,
  .turn-blue-graff .stack-slider,
  .turn-blue-graff .multicolumn,
  .turn-blue-graff .gradient,
  .turn-blue-graff main#MainContent,
  .turn-blue-graff .rich-text.rich-text--full-width,
  .turn-blue-graff .section-id-template--16435440976122__multicolumn,
  .turn-blue-graff #shopify-section-template--16413336371450__16573132006c7cdfec,
  .turn-blue-graff .section-template--16413336371450__1657367017bd820a4d-padding,
  .turn-blue-graff .collage-hover-cls,
  .turn-blue-graff .section-id-template--16413336371450__multicolumn,
  .turn-blue-graff .sound-cloud,
  .turn-blue-graff .foursixty-section,
   .turn-blue-graff #shopify-section-template--16730936344826__166033849341c8ac19{
  background:center / cover no-repeat url(/cdn/shop/files/mini-graffti.png?v=1678940087) !important;
} 
    .turn-blue-graf .color-accent-2.gradient,
   .turn-blue-graff .color-accent-2.gradient,
     .turn-blue-graff .color-accent-2,
.turn-blue-graff .feature-col ,
 .turn-blue-graf .color-accent-2,
.turn-blue-graf .feature-col {
  background: center / cover no-repeat url(/cdn/shop/files/Graffiti-44-White-Split-2.png?v=1678940085) !important;

} 
     .template-cart.turn-blue-graff .color-accent-2,
.template-cart.turn-blue-graff .feature-col ,
 .template-cart.turn-blue-graf .color-accent-2,
.template-cart.turn-blue-graf .feature-col {
   background:center / cover no-repeat url(/cdn/shop/files/mini-graffti.png?v=1678940087) !important;

} 

.turn-blue-graff .footer.color-inverse.gradient,
.turn-blue-graf .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
    .turn-blue-graff sticky-header.header-wrapper.color-background-1.gradient,
.turn-blue-graf sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.turn-blue-graff main#MainContent.content-for-layout.focus-none.about-us,
.turn-blue-graff.template-page-contact main#MainContent .gradient,
.turn-blue-graf main#MainContent.content-for-layout.focus-none.about-us,
.turn-blue-graf.template-page-contact main#MainContent .gradient{
background:none !important;

}
/* body.gradient.template-index.swym-ready.turn-blue-graf main#MainContent {
    background: transparent !important;
padding-bottom:0;
} */
/* .change-bg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.change-bg #shopify-section-template--16413336469754__main,
 .change-bg section-template--16435440976122__rich_text-padding,
.change-bg #shopify-section-template--16413335978234__main,
.change-bg .section-template--16435440976122__rich_text-padding,
  .change-bg .stack-slider,
  .change-bg .multicolumn,
  .change-bg .gradient,
  .change-bg main#MainContent,
  .change-bg .rich-text.rich-text--full-width,
  .change-bg .section-id-template--16435440976122__multicolumn,
  .change-bg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .change-bg .section-template--16413336371450__1657367017bd820a4d-padding,
  .change-bg .collage-hover-cls,
  .change-bg .section-id-template--16413336371450__multicolumn,
  .change-bg .sound-cloud,
  .change-bg .foursixty-section,
   .change-bg  #shopify-section-template--16730936344826__166033849341c8ac19{
  background:center / cover no-repeat url(/cdn/shop/files/Thank_you_57_Blue.svg?v=1689809630) !important;
} 
    .change-bgg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.change-bgg #shopify-section-template--16413336469754__main,
 .change-bgg section-template--16435440976122__rich_text-padding,
.change-bgg #shopify-section-template--16413335978234__main,
.change-bgg .section-template--16435440976122__rich_text-padding,
  .change-bgg .stack-slider,
  .change-bgg .multicolumn,
  .change-bgg .gradient,
  .change-bgg main#MainContent,
  .change-bgg .rich-text.rich-text--full-width,
  .change-bgg .section-id-template--16435440976122__multicolumn,
  .change-bgg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .change-bgg .section-template--16413336371450__1657367017bd820a4d-padding,
  .change-bgg .collage-hover-cls,
  .change-bgg .section-id-template--16413336371450__multicolumn,
  .change-bgg .sound-cloud,
  .change-bgg .foursixty-section,
   .change-bgg  #shopify-section-template--16730936344826__166033849341c8ac19{
  background:center / cover no-repeat url(/cdn/shop/files/Thank_you_57_Blue.svg?v=1689809630) !important;
}  
    .change-bg  .color-accent-2.gradient,
   .change-bgg  .color-accent-2.gradient,                                   
.change-bgg .color-accent-2,
.change-bgg .feature-col,
.change-bg .color-accent-2,
.change-bg .feature-col {
  background:#48aeea center / cover no-repeat url(/cdn/shop/files/Thank_you_57_White.svg?v=1689809630) !important;

}
.template-cart.change-bgg .color-accent-2,
.template-cart.change-bgg .feature-col,
.template-cart.change-bg .color-accent-2,
.template-cart.change-bg .feature-col {
  background:center / cover no-repeat url(/cdn/shop/files/Thank_you_57_Blue.svg?v=1689809630) !important;

}
.change-bgg #shopify-section-template--16413336600826__main,
.change-bgg.template-collection main#MainContent,
.change-bg #shopify-section-template--16413336600826__main,
.change-bg.template-collection main#MainContent{
  background:center / cover no-repeat url(/cdn/shop/files/Thank_you_57_Blue.svg?v=1689809630) !important;
}
.change-bgg .footer.color-inverse.gradient,
.change-bg .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.change-bgg sticky-header.header-wrapper.color-background-1.gradient,
.change-bg sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.change-bg main#MainContent.content-for-layout.focus-none.about-us,
.change-bg.template-page-contact main#MainContent .gradient{
background:none !important;

} */
main#MainContent.content-for-layout.focus-none.about-us{
padding:0;
}
#custom-collection{
background:#fff !important;
}
main#MainContent {
    margin-top: 0 !important;
    padding-top: 15px;
     padding-bottom: 30px;
}
.template-index main#MainContent {
    padding-top: 0px;
}
footer.footer.color-inverse.gradient.section-footer-padding {
    margin-top: 0 !important;
}
.slider--everywhere{
margin-bottom:0 !important;
}
section.stack-slider {
        margin: 0px 0 !important;
    overflow-x: hidden;
    padding: 30px 0;
}
/* body.gradient.template-index.swym-ready.change-bg main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.change-bg main#MainContent {
padding-bottom:0;
} */
/*   main-logo   */
.turn-blue-img #shopify-section-template--16413336469754__1656242926b9ab6da6,
.turn-blue-img #shopify-section-template--16413336469754__main,
 .turn-blue-img section-template--16435440976122__rich_text-padding,
.turn-blue-img #shopify-section-template--16413335978234__main,
.turn-blue-img .section-template--16435440976122__rich_text-padding,
  .turn-blue-img .stack-slider,
  .turn-blue-img .multicolumn,
  .turn-blue-img .gradient,
  .turn-blue-img main#MainContent,
  .turn-blue-img .rich-text.rich-text--full-width,
  .turn-blue-img .section-id-template--16435440976122__multicolumn,
  .turn-blue-img #shopify-section-template--16413336371450__16573132006c7cdfec,
  .turn-blue-img .section-template--16413336371450__1657367017bd820a4d-padding,
  .turn-blue-img .collage-hover-cls,
  .turn-blue-img .section-id-template--16413336371450__multicolumn,
  .turn-blue-img .sound-cloud,
  .turn-blue-img .foursixty-section,
   .turn-blue-img  #shopify-section-template--16730936344826__166033849341c8ac19{
  background:center / cover no-repeat url(/cdn/shop/files/Face56Blue.png?v=1679022401) !important;
}  
.turn-blue-img .color-accent-2.gradient,
 .turn-blue-img .color-accent-2,
.turn-blue-img .feature-col {
  background:#3eaaea center / cover no-repeat url(/cdn/shop/files/Face56white.png?v=1679022401) !important;
} 

 .template-cart.turn-blue-img .color-accent-2,
.template-cart.turn-blue-img .feature-col {
   background:center / cover no-repeat url(/cdn/shop/files/Face56Blue.png?v=1679022401) !important;

} 


.turn-blue-img .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.turn-blue-img sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}

.turn-blue-img main#MainContent.content-for-layout.focus-none.about-us,
.turn-blue-img.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.turn-blue-img main#MainContent {
    background: transparent !important;
padding-bottom:0;
}

/* Star */
.change-star #shopify-section-template--16413336469754__1656242926b9ab6da6,
.change-star #shopify-section-template--16413336469754__main,
 .change-star section-template--16435440976122__rich_text-padding,
.change-star #shopify-section-template--16413335978234__main,
.change-star .section-template--16435440976122__rich_text-padding,
  .change-star .stack-slider,
  .change-star .multicolumn,
  .change-star .gradient,
  .change-star main#MainContent,
  .change-star .rich-text.rich-text--full-width,
  .change-star .section-id-template--16435440976122__multicolumn,
  .change-star #shopify-section-template--16413336371450__16573132006c7cdfec,
  .change-star .section-template--16413336371450__1657367017bd820a4d-padding,
  .change-star .collage-hover-cls,
  .change-star .section-id-template--16413336371450__multicolumn,
  .change-star .sound-cloud,
  .change-star .foursixty-section,
     .change-star  #shopify-section-template--16730936344826__166033849341c8ac19{
  /* background:center / cover no-repeat url(/cdn/shop/files/speed.png?v=1679020801) !important; */
  background:center / cover no-repeat url(/cdn/shop/files/1_2520speed.png?v=1694594300) !important;
}  
 .change-star .color-accent-2.gradient,
 .change-star .color-accent-2,
.change-star .feature-col {
  /* background:#3eaaea center / cover no-repeat url(/cdn/shop/files/speed_White_wishlist.png?v=1679020801) !important; */
  background:#3eaaea center / cover no-repeat url(/cdn/shop/files/1_2520speed_2520White.png?v=1694594300) !important;
} 
 .template-cart.change-star .color-accent-2,
.template-cart.change-star .feature-col {
   background:center / cover no-repeat url(/cdn/shop/files/1_2520speed.png?v=1694594300) !important;

}
.change-starr #shopify-section-template--16413336469754__1656242926b9ab6da6,
.change-starr #shopify-section-template--16413336469754__main,
 .change-starr section-template--16435440976122__rich_text-padding,
.change-starr #shopify-section-template--16413335978234__main,
.change-starr .section-template--16435440976122__rich_text-padding,
  .change-starr .stack-slider,
  .change-starr .multicolumn,
  .change-starr .gradient,
  .change-starr main#MainContent,
  .change-starr .rich-text.rich-text--full-width,
  .change-starr .section-id-template--16435440976122__multicolumn,
  .change-starr #shopify-section-template--16413336371450__16573132006c7cdfec,
  .change-starr .section-template--16413336371450__1657367017bd820a4d-padding,
  .change-starr .collage-hover-cls,
  .change-starr .section-id-template--16413336371450__multicolumn,
  .change-starr .sound-cloud,
  .change-starr .foursixty-section,
       .change-starr  #shopify-section-template--16730936344826__166033849341c8ac19{
  background:center / cover no-repeat url(/cdn/shop/files/1_2520speed.png?v=1694594300) !important;
}  
 .change-starr .color-accent-2.gradient,
 .change-starr .color-accent-2,
.change-starr .feature-col {
  background:#3eaaea center / cover no-repeat url(/cdn/shop/files/1_2520speed_2520White.png?v=1694594300) !important;
} 
 .template-cart.change-starr .color-accent-2,
.template-cart.change-starr .feature-col {
    background:center / cover no-repeat url(/cdn/shop/files/1_2520speed.png?v=1694594300) !important;
} 
/* .change-star #shopify-section-template--16413336600826__main,
.change-star.template-collection main#MainContent{
  background:center / cover no-repeat url(/cdn/shop/t/128/assets/mini-graffti.png?v=1662590807) !important;
} */
.change-star .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.change-starr sticky-header.header-wrapper.color-background-1.gradient,
.change-star sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.change-starr main#MainContent.content-for-layout.focus-none.about-us,
.change-starr.template-page-contact main#MainContent .gradient,
.change-star main#MainContent.content-for-layout.focus-none.about-us,
.change-star.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.change-starr main#MainContent,
body.gradient.template-index.swym-ready.change-star main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.change-starr main#MainContent,
body.gradient.template-index.swym-ready.change-star main#MainContent {
padding-bottom:0;
}
/* .change-star .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/t/139/assets/speedWhite.png?v=1665872283) !important;
 } */

 
/* account */
.template-customers-login main#MainContent{
  background:center / cover no-repeat url(/cdn/shop/files/checker.png?v=1679020800);
}
.change-acc #shopify-section-template--16413336469754__1656242926b9ab6da6,
.change-acc #shopify-section-template--16413336469754__main,
 .change-acc section-template--16435440976122__rich_text-padding,
.change-acc #shopify-section-template--16413335978234__main,
.change-acc .section-template--16435440976122__rich_text-padding,
  .change-acc .stack-slider,
  .change-acc .multicolumn,
  .change-acc .gradient,
  .change-acc main#MainContent,
  .change-acc .rich-text.rich-text--full-width,
  .change-acc .section-id-template--16435440976122__multicolumn,
  .change-acc #shopify-section-template--16413336371450__16573132006c7cdfec,
  .change-acc .section-template--16413336371450__1657367017bd820a4d-padding,
  .change-acc .collage-hover-cls,
  .change-acc .section-id-template--16413336371450__multicolumn,
  .change-acc .sound-cloud,
  .change-acc .foursixty-section,
  .change-acc .custom-breadcrumbs-inner,
  .change-acc .ann-bottom,
  .change-acc   #shopify-section-template--16730936344826__166033849341c8ac19{
  background:center / cover no-repeat url(/cdn/shop/files/2_2520checker.png?v=1694594298) !important;
}  

.change-acc .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.change-acc sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.change-acc main#MainContent.content-for-layout.focus-none.about-us,
.change-acc.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.change-acc main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.change-acc main#MainContent {
padding-bottom:0;
}
.change-acc .feature-col{
  background:#3eaaea center / cover no-repeat url(/cdn/shop/files/2_2520checker_2520White.png?v=1694594298) !important;
 }
 .template-cart.change-acc .feature-col{
     background:center / cover no-repeat url(/cdn/shop/files/2_2520checker.png?v=1694594298) !important;
 }
/* search */
.change-search #shopify-section-template--16413336469754__1656242926b9ab6da6,
.change-search #shopify-section-template--16413336469754__main,
 .change-search section-template--16435440976122__rich_text-padding,
.change-search #shopify-section-template--16413335978234__main,
.change-search .section-template--16435440976122__rich_text-padding,
  .change-search .stack-slider,
  .change-search .multicolumn,
  .change-search .gradient,
  .change-search main#MainContent,
  .change-search .rich-text.rich-text--full-width,
  .change-search .section-id-template--16435440976122__multicolumn,
  .change-search #shopify-section-template--16413336371450__16573132006c7cdfec,
  .change-search .section-template--16413336371450__1657367017bd820a4d-padding,
  .change-search .collage-hover-cls,
  .change-search .section-id-template--16413336371450__multicolumn,
  .change-search .sound-cloud,
  .change-search .foursixty-section,
       .change-search   #shopify-section-template--16730936344826__166033849341c8ac19{
  background:center / cover no-repeat url(/cdn/shop/files/sidewalkGum.png?v=1679020800) !important;
}  
.change-searchh #shopify-section-template--16413336469754__1656242926b9ab6da6,
.change-searchh #shopify-section-template--16413336469754__main,
 .change-searchh section-template--16435440976122__rich_text-padding,
.change-searchh #shopify-section-template--16413335978234__main,
.change-searchh .section-template--16435440976122__rich_text-padding,
  .change-searchh .stack-slider,
  .change-searchh .multicolumn,
  .change-searchh .gradient,
  .change-searchh main#MainContent,
  .change-searchh .rich-text.rich-text--full-width,
  .change-searchh .section-id-template--16435440976122__multicolumn,
  .change-searchh #shopify-section-template--16413336371450__16573132006c7cdfec,
  .change-searchh .section-template--16413336371450__1657367017bd820a4d-padding,
  .change-searchh .collage-hover-cls,
  .change-searchh .section-id-template--16413336371450__multicolumn,
  .change-searchh .sound-cloud,
  .change-searchh .foursixty-section,
       .change-searchh   #shopify-section-template--16730936344826__166033849341c8ac19{
  background:center / cover no-repeat url(/cdn/shop/files/sidewalkGum.png?v=1679020800) !important;
} 
/* .change-search .color-accent-2,
.change-search .feature-col {
  background:center / cover no-repeat url(/cdn/shop/t/128/assets/Graffiti-44-White-Split-2.png?v=1662250724) !important;

} */

/* .change-search #shopify-section-template--16413336600826__main,
.change-search.template-collection main#MainContent{
  background:center / cover no-repeat url(/cdn/shop/t/128/assets/mini-graffti.png?v=1662590807) !important;
} */
.change-searchh .footer.color-inverse.gradient,
.change-search .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.change-searchh sticky-header.header-wrapper.color-background-1.gradient,
.change-search sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.change-searchh main#MainContent.content-for-layout.focus-none.about-us,
.change-searchh.template-page-contact main#MainContent .gradient,
.change-search main#MainContent.content-for-layout.focus-none.about-us,
.change-search.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.change-searchh main#MainContent,
body.gradient.template-index.swym-ready.change-search main#MainContent {
padding-bottom:0;
  background: transparent !important;
}
     .change-searchh  .color-accent-2.gradient,
       .change-search .color-accent-2.gradient,
    .change-searchh .feature-col,
 .change-search .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/sidewalk_Gum_White_Search.png?v=1679020800) !important;
 }
     .template-cart.change-searchh .feature-col,
 .template-cart.change-search .feature-col{
     background:center / cover no-repeat url(/cdn/shop/files/sidewalkGum.png?v=1679020800) !important;
 }
 /* switch1 */

 .change-switch1 section-template--16435440976122__rich_text-padding,
.change-switch1 .section-template--16435440976122__rich_text-padding,
  .change-switch1 .stack-slider,
  .change-switch1 .multicolumn,
  .change-switch1 .gradient,
  .change-switch1 main#MainContent,
  .change-switch1 .rich-text.rich-text--full-width,
  .change-switch1 .section-id-template--16435440976122__multicolumn,
  .change-switch1 #shopify-section-template--16413336371450__16573132006c7cdfec,
  .change-switch1 .section-template--16413336371450__1657367017bd820a4d-padding,
  .change-switch1 .collage-hover-cls,
  .change-switch1 .section-id-template--16413336371450__multicolumn,
  .change-switch1 .sound-cloud,
  .change-switch1 .foursixty-section,
      .change-switch1 #shopify-section-template--16730936344826__166033849341c8ac19{
  background:center / cover no-repeat url(/cdn/shop/files/Pattern1.png?v=1678940088) !important;
}
 .change-switch1 .skyph-video-section{
        background:#3eaaea center / cover no-repeat url(/cdn/shop/files/Pattern11.png?v=1678940084) !important;
 }   
 .change-switch11 section-template--16435440976122__rich_text-padding,
.change-switch11 .section-template--16435440976122__rich_text-padding,
  .change-switch11 .stack-slider,
  .change-switch11 .multicolumn,
  .change-switch11 .gradient,
  .change-switch11 main#MainContent,
  .change-switch11 .rich-text.rich-text--full-width,
  .change-switch11 .section-id-template--16435440976122__multicolumn,
  .change-switch11 #shopify-section-template--16413336371450__16573132006c7cdfec,
  .change-switch11 .section-template--16413336371450__1657367017bd820a4d-padding,
  .change-switch11 .collage-hover-cls,
  .change-switch11 .section-id-template--16413336371450__multicolumn,
  .change-switch11 .sound-cloud,
  .change-switch11 .foursixty-section,
      .change-switch11 #shopify-section-template--16730936344826__166033849341c8ac19{
  background:center / cover no-repeat url(/cdn/shop/files/Pattern1.png?v=1678940088) !important;
}  
.change-switch11 .skyph-video-section{
        background:#3eaaea center / cover no-repeat url(/cdn/shop/files/Pattern11.png?v=1678940084) !important;
 }
/* .change-switch1 .color-accent-2,
.change-switch1 .feature-col {
  background:center / cover no-repeat url(/cdn/shop/t/128/assets/Graffiti-44-White-Split-2.png?v=1662250724) !important;

} */

/* .change-switch1 #shopify-section-template--16413336600826__main,
.change-switch1.template-collection main#MainContent{
  background:center / cover no-repeat url(/cdn/shop/t/128/assets/mini-graffti.png?v=1662590807) !important;
} */
.change-switch11 .footer.color-inverse.gradient,
.change-switch1 .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.change-switch11 sticky-header.header-wrapper.color-background-1.gradient,
.change-switch1 sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.change-switch11 main#MainContent.content-for-layout.focus-none.about-us,
.change-switch11.template-page-contact main#MainContent .gradient,
.change-switch1 main#MainContent.content-for-layout.focus-none.about-us,
.change-switch1.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.change-switch11 main#MainContent,
body.gradient.template-index.swym-ready.change-switch1 main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.change-switch11 main#MainContent,
body.gradient.template-index.swym-ready.change-switch1 main#MainContent {
padding-bottom:0;
}
.change-switch11 .feature-col,
 .change-switch1 .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/Pattern11.png?v=1678940084) !important;
 }
 .template-cart.change-switch11 .feature-col,
 .template-cart.change-switch1 .feature-col{
     background:center / cover no-repeat url(/cdn/shop/t/161/assets/Pattern1.png?v=1673445646) !important;
 }
 /* switch2 */
.change-switch2 #shopify-section-template--16413336469754__1656242926b9ab6da6,
.change-switch2 #shopify-section-template--16413336469754__main,
 .change-switch2 section-template--16435440976122__rich_text-padding,
.change-switch2 #shopify-section-template--16413335978234__main,
.change-switch2 .section-template--16435440976122__rich_text-padding,
  .change-switch2 .stack-slider,
  .change-switch2 .multicolumn,
  .change-switch2 .gradient,
  .change-switch2 main#MainContent,
  .change-switch2 .rich-text.rich-text--full-width,
  .change-switch2 .section-id-template--16435440976122__multicolumn,
  .change-switch2 #shopify-section-template--16413336371450__16573132006c7cdfec,
  .change-switch2 .section-template--16413336371450__1657367017bd820a4d-padding,
  .change-switch2 .collage-hover-cls,
  .change-switch2 .section-id-template--16413336371450__multicolumn,
  .change-switch2 .sound-cloud,
  .change-switch2 .foursixty-section,
      .change-switch2 #shopify-section-template--16730936344826__166033849341c8ac19{
  background:center / cover no-repeat url(/cdn/shop/files/101055blue.svg?v=1678940083) !important;
} 

 .change-switch2 .color-accent-2,
 .change-switch2 .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/1010_2520_252055_2520White.png?v=1694594293) !important;
}
      
.change-switch22 #shopify-section-template--16413336469754__1656242926b9ab6da6,
.change-switch22 #shopify-section-template--16413336469754__main,
 .change-switch22 section-template--16435440976122__rich_text-padding,
.change-switch22 #shopify-section-template--16413335978234__main,
.change-switch22 .section-template--16435440976122__rich_text-padding,
  .change-switch22 .stack-slider,
  .change-switch22 .multicolumn,
  .change-switch22 .gradient,
  .change-switch22 main#MainContent,
  .change-switch22 .rich-text.rich-text--full-width,
  .change-switch22 .section-id-template--16435440976122__multicolumn,
  .change-switch22 #shopify-section-template--16413336371450__16573132006c7cdfec,
  .change-switch22 .section-template--16413336371450__1657367017bd820a4d-padding,
  .change-switch22 .collage-hover-cls,
  .change-switch22 .section-id-template--16413336371450__multicolumn,
  .change-switch22 .sound-cloud,
  .change-switch22 .foursixty-section,
      .change-switch22 #shopify-section-template--16730936344826__166033849341c8ac19{
  background:center / cover no-repeat url(/cdn/shop/files/101055blue.svg?v=1678940083) !important;
}  

/* .change-switch2 .color-accent-2,
.change-switch2 .feature-col {
  background:center / cover no-repeat url(/cdn/shop/t/128/assets/Graffiti-44-White-Split-2.png?v=1662250724) !important;

} */

/* .change-switch2 #shopify-section-template--16413336600826__main,
.change-switch2.template-collection main#MainContent{
  background:center / cover no-repeat url(/cdn/shop/t/128/assets/mini-graffti.png?v=1662590807) !important;
} */
.change-switch22 .footer.color-inverse.gradient,
.change-switch2 .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.change-switch22 sticky-header.header-wrapper.color-background-1.gradient,
.change-switch2 sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.change-switch22 main#MainContent.content-for-layout.focus-none.about-us,
.change-switch22.template-page-contact main#MainContent .gradient,
.change-switch2 main#MainContent.content-for-layout.focus-none.about-us,
.change-switch2.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.change-switch22 main#MainContent,
body.gradient.template-index.swym-ready.change-switch2 main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.change-switch22 main#MainContent,
body.gradient.template-index.swym-ready.change-switch2 main#MainContent {
padding-bottom:0;
}
/*  .change-switch2 .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/t/128/assets/Pattern4.png?v=1666211939) !important;
 } */
 .dragable-button #button {

    z-index: 99999999999;
}
/* keyboard */
.change-key #shopify-section-template--16413336469754__1656242926b9ab6da6,
.change-key #shopify-section-template--16413336469754__main,
 .change-key section-template--16435440976122__rich_text-padding,
.change-key #shopify-section-template--16413335978234__main,
.change-key .section-template--16435440976122__rich_text-padding,
  .change-key .stack-slider,
  .change-key .multicolumn,
  .change-key .gradient,
  .change-key main#MainContent,
  .change-key .rich-text.rich-text--full-width,
  .change-key .section-id-template--16435440976122__multicolumn,
  .change-key #shopify-section-template--16413336371450__16573132006c7cdfec,
  .change-key .section-template--16413336371450__1657367017bd820a4d-padding,
  .change-key .collage-hover-cls,
  .change-key .section-id-template--16413336371450__multicolumn,
  .change-key .sound-cloud,
  .change-key .foursixty-section,
      .change-key #shopify-section-template--16730936344826__166033849341c8ac19{
  background:center / cover no-repeat url(/cdn/shop/files/dot56Blue.png?v=1679022478) !important;
}  

/* .change-key .color-accent-2,
.change-key .feature-col {
  background:center / cover no-repeat url(/cdn/shop/t/128/assets/Graffiti-44-White-Split-2.png?v=1662250724) !important;

} */

/* .change-key #shopify-section-template--16413336600826__main,
.change-key.template-collection main#MainContent{
  background:center / cover no-repeat url(/cdn/shop/t/128/assets/mini-graffti.png?v=1662590807) !important;
} */
.change-key .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.change-key sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.change-key main#MainContent.content-for-layout.focus-none.about-us,
.change-key.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.change-key main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.change-key main#MainContent {
padding-bottom:0;
}
      .change-key .color-accent-2.gradient,
    .change-key .color-accent-2,
 .change-key .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/Dot56White.png?v=1679022478) !important;
 }
     .template-cart.change-key .color-accent-2,
 .template-cart.change-key .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/dot56Blue.png?v=1679022478) !important;
 }
      /* earth img */
.earth-img #shopify-section-template--16413336469754__1656242926b9ab6da6,
.earth-img #shopify-section-template--16413336469754__main,
 .earth-img section-template--16435440976122__rich_text-padding,
.earth-img #shopify-section-template--16413335978234__main,
.earth-img .section-template--16435440976122__rich_text-padding,
  .earth-img .stack-slider,
  .earth-img .multicolumn,
  .earth-img .gradient,
  .earth-img main#MainContent,
  .earth-img .rich-text.rich-text--full-width,
  .earth-img .section-id-template--16435440976122__multicolumn,
  .earth-img #shopify-section-template--16413336371450__16573132006c7cdfec,
  .earth-img .section-template--16413336371450__1657367017bd820a4d-padding,
  .earth-img .collage-hover-cls,
  .earth-img .section-id-template--16413336371450__multicolumn,
  .earth-img .sound-cloud,
  .earth-img .foursixty-section,
      .earth-img #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/DESIGN68.png?v=1679358876) !important;
}  
.earth-imgg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.earth-imgg #shopify-section-template--16413336469754__main,
 .earth-imgg section-template--16435440976122__rich_text-padding,
.earth-imgg #shopify-section-template--16413335978234__main,
.earth-imgg .section-template--16435440976122__rich_text-padding,
  .earth-imgg .stack-slider,
  .earth-imgg .multicolumn,
  .earth-imgg .gradient,
  .earth-imgg main#MainContent,
  .earth-imgg .rich-text.rich-text--full-width,
  .earth-imgg .section-id-template--16435440976122__multicolumn,
  .earth-imgg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .earth-imgg .section-template--16413336371450__1657367017bd820a4d-padding,
  .earth-imgg .collage-hover-cls,
  .earth-imgg .section-id-template--16413336371450__multicolumn,
  .earth-imgg .sound-cloud,
  .earth-imgg .foursixty-section,
  .earth-imgg .collection_menu_main,
      .earth-imgg #shopify-section-template--16730936344826__166033849341c8ac19{
  background:center / cover no-repeat url(/cdn/shop/files/DESIGN68.png?v=1679358876) !important;
}  

.earth-imgg footer.footer.color-inverse.gradient.section-footer-padding,
.earth-img .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
  .earth-imgg sticky-header.header-wrapper.color-background-1.gradient,
.earth-img sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
  .earth-imgg main#MainContent.content-for-layout.focus-none.about-us,
.earth-imgg.template-page-contact main#MainContent .gradient,
.earth-img main#MainContent.content-for-layout.focus-none.about-us,
.earth-img.template-page-contact main#MainContent .gradient{
background:none !important;

}
  body.gradient.template-index.swym-ready.earth-imgg main#MainContent,
body.gradient.template-index.swym-ready.earth-img main#MainContent {
    background: transparent !important;
}
  body.gradient.template-index.swym-ready.earth-imgg main#MainContent,
body.gradient.template-index.swym-ready.earth-img main#MainContent {
padding-bottom:0;
}
      .earth-img .color-accent-2.gradient,
    .earth-img .color-accent-2,
 .earth-img .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/DESIGN68.png?v=1679358876) !important;
 }
       .earth-imgg .color-accent-2.gradient,
    .earth-imgg .color-accent-2,
 .earth-imgg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/DESIGN68.png?v=1679358876) !important;
 }
     .template-cart.earth-img .color-accent-2,
 .template-cart.earth-img .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/DESIGN68.png?v=1679358876) !important;
 }
      .template-cart.earth-imgg .color-accent-2,
 .template-cart.earth-imgg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/DESIGN68.png?v=1679358876) !important;
 }
          /* menu-1 */
.menu-one #shopify-section-template--16413336469754__1656242926b9ab6da6,
.menu-one #shopify-section-template--16413336469754__main,
 .menu-one section-template--16435440976122__rich_text-padding,
.menu-one #shopify-section-template--16413335978234__main,
.menu-one .section-template--16435440976122__rich_text-padding,
  .menu-one .stack-slider,
  .menu-one .multicolumn,
  .menu-one main#MainContent,
  .menu-one .rich-text.rich-text--full-width,
  .menu-one .section-id-template--16435440976122__multicolumn,
  .menu-one #shopify-section-template--16413336371450__16573132006c7cdfec,
  .menu-one .section-template--16413336371450__1657367017bd820a4d-padding,
  .menu-one .collage-hover-cls,
  .menu-one .section-id-template--16413336371450__multicolumn,
  .menu-one .sound-cloud,
  .menu-one .foursixty-section,
      .menu-one #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/Archive.png?v=1682023512) !important;
}  

.menu-one .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.menu-one sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}

.menu-one main#MainContent.content-for-layout.focus-none.about-us,
.menu-one.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.menu-one main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.menu-one main#MainContent {
padding-bottom:0;
}
      .menu-one .color-accent-2.gradient,
    .menu-one .color-accent-2,
 .menu-one .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/Archive.png?v=1682023512) !important;
 }
 
     .template-cart.menu-one .color-accent-2,
 .template-cart.menu-one .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/Archive.png?v=1682023512) !important;
 }
/* menu-2 */
.menu-two #shopify-section-template--16413336469754__1656242926b9ab6da6,
.menu-two #shopify-section-template--16413336469754__main,
 .menu-two section-template--16435440976122__rich_text-padding,
.menu-two #shopify-section-template--16413335978234__main,
.menu-two .section-template--16435440976122__rich_text-padding,
  .menu-two .stack-slider,
  .menu-two .multicolumn,
  .menu-two main#MainContent,
  .menu-two .rich-text.rich-text--full-width,
  .menu-two .section-id-template--16435440976122__multicolumn,
  .menu-two #shopify-section-template--16413336371450__16573132006c7cdfec,
  .menu-two .section-template--16413336371450__1657367017bd820a4d-padding,
  .menu-two .collage-hover-cls,
  .menu-two .section-id-template--16413336371450__multicolumn,
  .menu-two .sound-cloud,
  .menu-two .foursixty-section,
      .menu-two #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/Catalog_1_90.png?v=1682026222) !important;
}  


.menu-two .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.menu-two sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}

.menu-two main#MainContent.content-for-layout.focus-none.about-us,
.menu-two.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.menu-two main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.menu-two main#MainContent {
padding-bottom:0;
}
      .menu-two .color-accent-2.gradient,
    .menu-two .color-accent-2,
 .menu-two .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/Catalog_1_90.png?v=1682026222) !important;
 }
 
     .template-cart.menu-two .color-accent-2,
 .template-cart.menu-two .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/Catalog_1_90.png?v=1682026222) !important;
 }
 /* menu-3 */
.menu-three #shopify-section-template--16413336469754__1656242926b9ab6da6,
.menu-three #shopify-section-template--16413336469754__main,
 .menu-three section-template--16435440976122__rich_text-padding,
.menu-three #shopify-section-template--16413335978234__main,
.menu-three .section-template--16435440976122__rich_text-padding,
  .menu-three .stack-slider,
  .menu-three .multicolumn,
  .menu-three main#MainContent,
  .menu-three .rich-text.rich-text--full-width,
  .menu-three .section-id-template--16435440976122__multicolumn,
  .menu-three #shopify-section-template--16413336371450__16573132006c7cdfec,
  .menu-three .section-template--16413336371450__1657367017bd820a4d-padding,
  .menu-three .collage-hover-cls,
  .menu-three .section-id-template--16413336371450__multicolumn,
  .menu-three .sound-cloud,
  .menu-three .foursixty-section,
      .menu-three #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/Community_4_90.png?v=1682026223) !important;
}  


.menu-three .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.menu-three sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}

.menu-three main#MainContent.content-for-layout.focus-none.about-us,
.menu-three.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.menu-three main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.menu-three main#MainContent {
padding-bottom:0;
}
      .menu-three .color-accent-2.gradient,
    .menu-three .color-accent-2,
 .menu-three .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/Community_4_90.png?v=1682026223) !important;
 }
 
     .template-cart.menu-three .color-accent-2,
 .template-cart.menu-three .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/Community_4_90.png?v=1682026223) !important;
 }
 /* menu-4 */
.menu-four #shopify-section-template--16413336469754__1656242926b9ab6da6,
.menu-four #shopify-section-template--16413336469754__main,
 .menu-four section-template--16435440976122__rich_text-padding,
.menu-four #shopify-section-template--16413335978234__main,
.menu-four .section-template--16435440976122__rich_text-padding,
  .menu-four .stack-slider,
  .menu-four .multicolumn,
  .menu-four main#MainContent,
  .menu-four .rich-text.rich-text--full-width,
  .menu-four .section-id-template--16435440976122__multicolumn,
  .menu-four #shopify-section-template--16413336371450__16573132006c7cdfec,
  .menu-four .section-template--16413336371450__1657367017bd820a4d-padding,
  .menu-four .collage-hover-cls,
  .menu-four .section-id-template--16413336371450__multicolumn,
  .menu-four .sound-cloud,
  .menu-four .foursixty-section,
      .menu-four #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/cistomer-support3.png?v=1682566174) !important;
}  


.menu-four .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.menu-four sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}

.menu-four main#MainContent.content-for-layout.focus-none.about-us,
.menu-four.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.menu-four main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.menu-four main#MainContent {
padding-bottom:0;
}
      .menu-four .color-accent-2.gradient,
    .menu-four .color-accent-2,
 .menu-four .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/cistomer-support3.png?v=1682566174) !important;
 }
 
     .template-cart.menu-four .color-accent-2,
 .template-cart.menu-four .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/cistomer-support3.png?v=1682566174) !important;
 }
 /* menu-5 */
.menu-five #shopify-section-template--16413336469754__1656242926b9ab6da6,
.menu-five #shopify-section-template--16413336469754__main,
 .menu-five section-template--16435440976122__rich_text-padding,
.menu-five #shopify-section-template--16413335978234__main,
.menu-five .section-template--16435440976122__rich_text-padding,
  .menu-five .stack-slider,
  .menu-five .multicolumn,
  .menu-five main#MainContent,
  .menu-five .rich-text.rich-text--full-width,
  .menu-five .section-id-template--16435440976122__multicolumn,
  .menu-five #shopify-section-template--16413336371450__16573132006c7cdfec,
  .menu-five .section-template--16413336371450__1657367017bd820a4d-padding,
  .menu-five .collage-hover-cls,
  .menu-five .section-id-template--16413336371450__multicolumn,
  .menu-five .sound-cloud,
  .menu-five .foursixty-section,
      .menu-five #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/Games_1_90.png?v=1682026239) !important;
}  

.menu-five .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.menu-five sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}

.menu-five main#MainContent.content-for-layout.focus-none.about-us,
.menu-five.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.menu-five main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.menu-five main#MainContent {
padding-bottom:0;
}
      .menu-five .color-accent-2.gradient,
    .menu-five .color-accent-2,
 .menu-five .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/Games_1_90.png?v=1682026239) !important;
 }
 
     .template-cart.menu-five .color-accent-2,
 .template-cart.menu-five .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/Games_1_90.png?v=1682026239) !important;
 }
 /* menu-6 */
.menu-six #shopify-section-template--16413336469754__1656242926b9ab6da6,
.menu-six #shopify-section-template--16413336469754__main,
 .menu-six section-template--16435440976122__rich_text-padding,
.menu-six #shopify-section-template--16413335978234__main,
.menu-six .section-template--16435440976122__rich_text-padding,
  .menu-six .stack-slider,
  .menu-six .multicolumn,
  .menu-six main#MainContent,
  .menu-six .rich-text.rich-text--full-width,
  .menu-six .section-id-template--16435440976122__multicolumn,
  .menu-six #shopify-section-template--16413336371450__16573132006c7cdfec,
  .menu-six .section-template--16413336371450__1657367017bd820a4d-padding,
  .menu-six .collage-hover-cls,
  .menu-six .section-id-template--16413336371450__multicolumn,
  .menu-six .sound-cloud,
  .menu-six .foursixty-section,
      .menu-six #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/history1.png?v=1682562515) !important;
}  

.menu-six .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.menu-six sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}

.menu-six main#MainContent.content-for-layout.focus-none.about-us,
.menu-six.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.menu-six main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.menu-six main#MainContent {
padding-bottom:0;
}
      .menu-six .color-accent-2.gradient,
    .menu-six .color-accent-2,
 .menu-six .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/history1.png?v=1682562515) !important;
 }
 
     .template-cart.menu-six .color-accent-2,
 .template-cart.menu-six .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/history1.png?v=1682562515) !important;
 }
  /* Tribe */
.tribe-bg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.tribe-bg #shopify-section-template--16413336469754__main,
 .tribe-bg section-template--16435440976122__rich_text-padding,
.tribe-bg #shopify-section-template--16413335978234__main,
.tribe-bg .section-template--16435440976122__rich_text-padding,
  .tribe-bg .stack-slider,
  .tribe-bg .multicolumn,
  .tribe-bg .gradient,
  .tribe-bg main#MainContent,
  .tribe-bg .rich-text.rich-text--full-width,
  .tribe-bg .section-id-template--16435440976122__multicolumn,
  .tribe-bg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .tribe-bg .section-template--16413336371450__1657367017bd820a4d-padding,
  .tribe-bg .collage-hover-cls,
  .tribe-bg .section-id-template--16413336371450__multicolumn,
  .tribe-bg .sound-cloud,
  .tribe-bg .foursixty-section,
      .tribe-bg #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/tribe.png?v=1683021753) !important;
}  
.tribe-bgg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.tribe-bgg #shopify-section-template--16413336469754__main,
 .tribe-bgg section-template--16435440976122__rich_text-padding,
.tribe-bgg #shopify-section-template--16413335978234__main,
.tribe-bgg .section-template--16435440976122__rich_text-padding,
  .tribe-bgg .stack-slider,
  .tribe-bgg .multicolumn,
  .tribe-bgg main#MainContent,
  .tribe-bgg .rich-text.rich-text--full-width,
  .tribe-bgg .section-id-template--16435440976122__multicolumn,
  .tribe-bgg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .tribe-bgg .section-template--16413336371450__1657367017bd820a4d-padding,
  .tribe-bgg .collage-hover-cls,
  .tribe-bgg .section-id-template--16413336371450__multicolumn,
  .tribe-bgg .sound-cloud,
  .tribe-bgg .foursixty-section,
      .tribe-bgg #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/tribe.png?v=1683021753) !important;
}  

.tribe-bgg .footer.color-inverse.gradient,
.tribe-bg .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.tribe-bgg sticky-header.header-wrapper.color-background-1.gradient,
.tribe-bg sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.tribe-bgg main#MainContent.content-for-layout.focus-none.about-us,
.tribe-bgg.template-page-contact main#MainContent .gradient
.tribe-bg main#MainContent.content-for-layout.focus-none.about-us,
.tribe-bg.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.tribe-bgg main#MainContent, 
body.gradient.template-index.swym-ready.tribe-bg main#MainContent {
    background: transparent !important;
padding-bottom:0;
}
  .tribe-bgg .color-accent-2.gradient,
    .tribe-bgg .color-accent-2,
 .tribe-bgg .feature-col,
      .tribe-bg .color-accent-2.gradient,
    .tribe-bg .color-accent-2,
 .tribe-bg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/tribe.png?v=1683021753) !important;
 }
 
     .template-cart.tribe-bgg .color-accent-2,
 .template-cart.tribe-bgg .feature-col,
   .template-cart.tribe-bg .color-accent-2,
 .template-cart.tribe-bg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/tribe.png?v=1683021753) !important;
 }
/* enter button bg start */
    body.gradient.template-index.enter_btn_bg .custom-cover-page{
      background:50% 43% / contain no-repeat url(/cdn/shop/files/285_7_wallpapers-05_enter-btn.png?v=1705306373) !important;
    }
/* full_button_bg start */
    body.gradient.template-index.full_button_bg .custom-cover-page{
      background:50% 43% / contain no-repeat url(/cdn/shop/files/384_4_wallpapers-01.png?v=1715078057) !important;
    }  
  
  /* header below bar */
.bar-below-img #shopify-section-template--16413336469754__1656242926b9ab6da6,
.bar-below-img #shopify-section-template--16413336469754__main,
 .bar-below-img section-template--16435440976122__rich_text-padding,
.bar-below-img #shopify-section-template--16413335978234__main,
.bar-below-img .section-template--16435440976122__rich_text-padding,
  .bar-below-img .stack-slider,
  .bar-below-img .multicolumn,
  .bar-below-img main#MainContent,
  .bar-below-img .rich-text.rich-text--full-width,
  .bar-below-img .section-id-template--16435440976122__multicolumn,
  .bar-below-img #shopify-section-template--16413336371450__16573132006c7cdfec,
  .bar-below-img .section-template--16413336371450__1657367017bd820a4d-padding,
  .bar-below-img .collage-hover-cls,
  .bar-below-img .section-id-template--16413336371450__multicolumn,
  .bar-below-img .sound-cloud,
  .bar-below-img .foursixty-section,
      .bar-below-img #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/fit-builder.png?v=1683782045) !important;
}  


.bar-below-img .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.bar-below-img sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}

.bar-below-img main#MainContent.content-for-layout.focus-none.about-us,
.bar-below-img.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.bar-below-img main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.bar-below-img main#MainContent {
padding-bottom:0;
}
      .bar-below-img .color-accent-2.gradient,
    .bar-below-img .color-accent-2,
 .bar-below-img .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/fit-builder.png?v=1683782045) !important;
 }
 
     .template-cart.bar-below-img .color-accent-2,
 .template-cart.bar-below-img .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/fit-builder.png?v=1683782045) !important;
 }
   /* availability */
.avail-img #shopify-section-template--16413336469754__1656242926b9ab6da6,
.avail-img #shopify-section-template--16413336469754__main,
 .avail-img section-template--16435440976122__rich_text-padding,
.avail-img #shopify-section-template--16413335978234__main,
.avail-img .section-template--16435440976122__rich_text-padding,
  .avail-img .stack-slider,
  .avail-img .multicolumn,
  .avail-img main#MainContent,
  .avail-img .rich-text.rich-text--full-width,
  .avail-img .section-id-template--16435440976122__multicolumn,
  .avail-img #shopify-section-template--16413336371450__16573132006c7cdfec,
  .avail-img .section-template--16413336371450__1657367017bd820a4d-padding,
  .avail-img .collage-hover-cls,
  .avail-img .section-id-template--16413336371450__multicolumn,
  .avail-img .sound-cloud,
  .avail-img .foursixty-section,
      .avail-img #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/availability.png?v=1683782424) !important;
}  


.avail-img .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.avail-img sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}

.avail-img main#MainContent.content-for-layout.focus-none.about-us,
.avail-img.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.avail-img main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.avail-img main#MainContent {
padding-bottom:0;
}
      .avail-img .color-accent-2.gradient,
    .avail-img .color-accent-2,
 .avail-img .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/availability.png?v=1683782424) !important;
 }
 
     .template-cart.avail-img .color-accent-2,
 .template-cart.avail-img .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/availability.png?v=1683782424) !important;
 }
    /* price */
.price-img #shopify-section-template--16413336469754__1656242926b9ab6da6,
.price-img #shopify-section-template--16413336469754__main,
 .price-img section-template--16435440976122__rich_text-padding,
.price-img #shopify-section-template--16413335978234__main,
.price-img .section-template--16435440976122__rich_text-padding,
  .price-img .stack-slider,
  .price-img .multicolumn,
  .price-img main#MainContent,
  .price-img .rich-text.rich-text--full-width,
  .price-img .section-id-template--16435440976122__multicolumn,
  .price-img #shopify-section-template--16413336371450__16573132006c7cdfec,
  .price-img .section-template--16413336371450__1657367017bd820a4d-padding,
  .price-img .collage-hover-cls,
  .price-img .section-id-template--16413336371450__multicolumn,
  .price-img .sound-cloud,
  .price-img .foursixty-section,
      .price-img #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/price.png?v=1683782581) !important;
}  


.price-img .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.price-img sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}

.price-img main#MainContent.content-for-layout.focus-none.about-us,
.price-img.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.price-img main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.price-img main#MainContent {
padding-bottom:0;
}
      .price-img .color-accent-2.gradient,
    .price-img .color-accent-2,
 .price-img .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/price.png?v=1683782581) !important;
 }
 
     .template-cart.price-img .color-accent-2,
 .template-cart.price-img .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/price.png?v=1683782581) !important;
 }
     /* product-type-img */
.pro-type-img #shopify-section-template--16413336469754__1656242926b9ab6da6,
.pro-type-img #shopify-section-template--16413336469754__main,
 .pro-type-img section-template--16435440976122__rich_text-padding,
.pro-type-img #shopify-section-template--16413335978234__main,
.pro-type-img .section-template--16435440976122__rich_text-padding,
  .pro-type-img .stack-slider,
  .pro-type-img .multicolumn,
  .pro-type-img main#MainContent,
  .pro-type-img .rich-text.rich-text--full-width,
  .pro-type-img .section-id-template--16435440976122__multicolumn,
  .pro-type-img #shopify-section-template--16413336371450__16573132006c7cdfec,
  .pro-type-img .section-template--16413336371450__1657367017bd820a4d-padding,
  .pro-type-img .collage-hover-cls,
  .pro-type-img .section-id-template--16413336371450__multicolumn,
  .pro-type-img .sound-cloud,
  .pro-type-img .foursixty-section,
      .pro-type-img #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/product-type.png?v=1683782816) !important;
}  

.pro-type-img .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.pro-type-img sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}

.pro-type-img main#MainContent.content-for-layout.focus-none.about-us,
.pro-type-img.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.pro-type-img main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.pro-type-img main#MainContent {
padding-bottom:0;
}
      .pro-type-img .color-accent-2.gradient,
    .pro-type-img .color-accent-2,
 .pro-type-img .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/product-type.png?v=1683782816) !important;
 }
 
     .template-cart.pro-type-img .color-accent-2,
 .template-cart.pro-type-img .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/product-type.png?v=1683782816) !important;
 }
      /* blog bg */
.blog-bg-img #shopify-section-template--16413336469754__1656242926b9ab6da6,
.blog-bg-img #shopify-section-template--16413336469754__main,
 .blog-bg-img section-template--16435440976122__rich_text-padding,
.blog-bg-img #shopify-section-template--16413335978234__main,
.blog-bg-img .section-template--16435440976122__rich_text-padding,
  .blog-bg-img .stack-slider,
  .blog-bg-img .multicolumn,
  .blog-bg-img main#MainContent,
  .blog-bg-img .rich-text.rich-text--full-width,
  .blog-bg-img .section-id-template--16435440976122__multicolumn,
  .blog-bg-img #shopify-section-template--16413336371450__16573132006c7cdfec,
  .blog-bg-img .section-template--16413336371450__1657367017bd820a4d-padding,
  .blog-bg-img .collage-hover-cls,
  .blog-bg-img .section-id-template--16413336371450__multicolumn,
  .blog-bg-img .sound-cloud,
  .blog-bg-img .foursixty-section,
      .blog-bg-img #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/blogs_2.svg) !important;
}  

.blog-bg-img .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.blog-bg-img sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}

.blog-bg-img main#MainContent.content-for-layout.focus-none.about-us,
.blog-bg-img.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.blog-bg-img main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.blog-bg-img main#MainContent {
padding-bottom:0;
}
      .blog-bg-img .color-accent-2.gradient,
    .blog-bg-img .color-accent-2,
 .blog-bg-img .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/5_wallpaper_112_White-004.png?v=1704460643) !important;
 }
 
     .template-cart.blog-bg-img .color-accent-2,
 .template-cart.blog-bg-img .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/blogs_2.svg) !important;
 }
   /* career img */
.career-img #shopify-section-template--16413336469754__1656242926b9ab6da6,
.career-img #shopify-section-template--16413336469754__main,
 .career-img section-template--16435440976122__rich_text-padding,
.career-img #shopify-section-template--16413335978234__main,
.career-img .section-template--16435440976122__rich_text-padding,
  .career-img .stack-slider,
  .career-img .multicolumn,
  .career-img .gradient,
  .career-img main#MainContent,
  .career-img .rich-text.rich-text--full-width,
  .career-img .section-id-template--16435440976122__multicolumn,
  .career-img #shopify-section-template--16413336371450__16573132006c7cdfec,
  .career-img .section-template--16413336371450__1657367017bd820a4d-padding,
  .career-img .collage-hover-cls,
  .career-img .section-id-template--16413336371450__multicolumn,
  .career-img .sound-cloud,
  .career-img .foursixty-section,
    .career-img #shopify-section-template--16730936344826__166033849341c8ac19{
  background:center / cover no-repeat url(/cdn/shop/files/careers.png?v=1684756104) !important;
}  
.career-imgg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.career-imgg #shopify-section-template--16413336469754__main,
 .career-imgg section-template--16435440976122__rich_text-padding,
.career-imgg #shopify-section-template--16413335978234__main,
.career-imgg .section-template--16435440976122__rich_text-padding,
  .career-imgg .stack-slider,
  .career-imgg .multicolumn,
  .career-imgg .gradient,
  .career-imgg main#MainContent,
  .career-imgg .rich-text.rich-text--full-width,
  .career-imgg .section-id-template--16435440976122__multicolumn,
  .career-imgg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .career-imgg .section-template--16413336371450__1657367017bd820a4d-padding,
  .career-imgg .collage-hover-cls,
  .career-imgg .section-id-template--16413336371450__multicolumn,
  .career-imgg .sound-cloud,
  .career-imgg .foursixty-section,
  .career-imgg #shopify-section-template--16730936344826__166033849341c8ac19{
  background:center / cover no-repeat url(/cdn/shop/files/careers.png?v=1684756104) !important;
}  
/* .career-img .color-accent-2,
.career-img .feature-col {
  background:center / cover no-repeat url(/cdn/shop/t/128/assets/Graffiti-44-White-Split-2.png?v=1662250724) !important;

} */

/* .career-img #shopify-section-template--16413336600826__main,
.career-img.template-collection main#MainContent{
  background:center / cover no-repeat url(/cdn/shop/t/128/assets/mini-graffti.png?v=1662590807) !important;
} */
.career-imgg footer.footer.color-inverse.gradient.section-footer-padding,
.career-img .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
  .career-imgg sticky-header.header-wrapper.color-background-1.gradient,
.career-img sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
  .career-imgg main#MainContent.content-for-layout.focus-none.about-us,
.career-imgg.template-page-contact main#MainContent .gradient,
.career-img main#MainContent.content-for-layout.focus-none.about-us,
.career-img.template-page-contact main#MainContent .gradient{
background:none !important;

}
  body.gradient.template-index.swym-ready.career-imgg main#MainContent,
body.gradient.template-index.swym-ready.career-img main#MainContent {
    background: transparent !important;
}
  body.gradient.template-index.swym-ready.career-imgg main#MainContent,
body.gradient.template-index.swym-ready.career-img main#MainContent {
padding-bottom:0;
}
      .career-img .color-accent-2.gradient,
    .career-img .color-accent-2,
 .career-img .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/careers_White.png?v=1684796492) !important;
 }
       .career-imgg .color-accent-2.gradient,
    .career-imgg .color-accent-2,
 .career-imgg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/careers_White.png?v=1684796492) !important;
 }
     .template-cart.career-img .color-accent-2,
 .template-cart.career-img .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/careers.png?v=1684756104) !important;
 }
      .template-cart.career-imgg .color-accent-2,
 .template-cart.career-imgg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/careers.png?v=1684756104) !important;
 }
   /* stockists img */
.stockists-img #shopify-section-template--16413336469754__1656242926b9ab6da6,
.stockists-img #shopify-section-template--16413336469754__main,
 .stockists-img section-template--16435440976122__rich_text-padding,
.stockists-img #shopify-section-template--16413335978234__main,
.stockists-img .section-template--16435440976122__rich_text-padding,
  .stockists-img .stack-slider,
  .stockists-img .multicolumn,
  .stockists-img .gradient,
  .stockists-img main#MainContent,
  .stockists-img .rich-text.rich-text--full-width,
  .stockists-img .section-id-template--16435440976122__multicolumn,
  .stockists-img #shopify-section-template--16413336371450__16573132006c7cdfec,
  .stockists-img .section-template--16413336371450__1657367017bd820a4d-padding,
  .stockists-img .collage-hover-cls,
  .stockists-img .section-id-template--16413336371450__multicolumn,
  .stockists-img .sound-cloud,
  .stockists-img .foursixty-section,
    .stockists-img #shopify-section-template--16730936344826__166033849341c8ac19{
  background:center / cover no-repeat url(/cdn/shop/files/stockists.png?v=1684756142) !important;
}  
.stockists-imgg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.stockists-imgg #shopify-section-template--16413336469754__main,
 .stockists-imgg section-template--16435440976122__rich_text-padding,
.stockists-imgg #shopify-section-template--16413335978234__main,
.stockists-imgg .section-template--16435440976122__rich_text-padding,
  .stockists-imgg .stack-slider,
  .stockists-imgg .multicolumn,
  .stockists-imgg .gradient,
  .stockists-imgg main#MainContent,
  .stockists-imgg .rich-text.rich-text--full-width,
  .stockists-imgg .section-id-template--16435440976122__multicolumn,
  .stockists-imgg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .stockists-imgg .section-template--16413336371450__1657367017bd820a4d-padding,
  .stockists-imgg .collage-hover-cls,
  .stockists-imgg .section-id-template--16413336371450__multicolumn,
  .stockists-imgg .sound-cloud,
  .stockists-imgg .foursixty-section,
  .stockists-imgg #shopify-section-template--16730936344826__166033849341c8ac19{
  background:center / cover no-repeat url(/cdn/shop/files/stockists.png?v=1684756142) !important;
}  
/* .stockists-img .color-accent-2,
.stockists-img .feature-col {
  background:center / cover no-repeat url(/cdn/shop/t/128/assets/Graffiti-44-White-Split-2.png?v=1662250724) !important;

} */

/* .stockists-img #shopify-section-template--16413336600826__main,
.stockists-img.template-collection main#MainContent{
  background:center / cover no-repeat url(/cdn/shop/t/128/assets/mini-graffti.png?v=1662590807) !important;
} */
.stockists-imgg footer.footer.color-inverse.gradient.section-footer-padding,
.stockists-img .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
  .stockists-imgg sticky-header.header-wrapper.color-background-1.gradient,
.stockists-img sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
  .stockists-imgg main#MainContent.content-for-layout.focus-none.about-us,
.stockists-imgg.template-page-contact main#MainContent .gradient,
.stockists-img main#MainContent.content-for-layout.focus-none.about-us,
.stockists-img.template-page-contact main#MainContent .gradient{
background:none !important;

}
  body.gradient.template-index.swym-ready.stockists-imgg main#MainContent,
body.gradient.template-index.swym-ready.stockists-img main#MainContent {
    background: transparent !important;
}
  body.gradient.template-index.swym-ready.stockists-imgg main#MainContent,
body.gradient.template-index.swym-ready.stockists-img main#MainContent {
padding-bottom:0;
}
      .stockists-img .color-accent-2.gradient,
    .stockists-img .color-accent-2,
 .stockists-img .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/stockists_White.png?v=1684796528) !important;
 }
       .stockists-imgg .color-accent-2.gradient,
    .stockists-imgg .color-accent-2,
 .stockists-imgg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/stockists_White.png?v=1684796528) !important;
 }
     .template-cart.stockists-img .color-accent-2,
 .template-cart.stockists-img .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/stockists.png?v=1684756142) !important;
 }
      .template-cart.stockists-imgg .color-accent-2,
 .template-cart.stockists-imgg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/stockists.png?v=1684756142) !important;
 }
   /* About-us img */
.about-img #shopify-section-template--16413336469754__1656242926b9ab6da6,
.about-img #shopify-section-template--16413336469754__main,
 .about-img section-template--16435440976122__rich_text-padding,
.about-img #shopify-section-template--16413335978234__main,
.about-img .section-template--16435440976122__rich_text-padding,
  .about-img .stack-slider,
  .about-img .multicolumn,
  .about-img .gradient,
  .about-img main#MainContent,
  .about-img .rich-text.rich-text--full-width,
  .about-img .section-id-template--16435440976122__multicolumn,
  .about-img #shopify-section-template--16413336371450__16573132006c7cdfec,
  .about-img .section-template--16413336371450__1657367017bd820a4d-padding,
  .about-img .collage-hover-cls,
  .about-img .section-id-template--16413336371450__multicolumn,
  .about-img .sound-cloud,
  .about-img .foursixty-section,
    .about-img #shopify-section-template--16730936344826__166033849341c8ac19{
  background:center / cover no-repeat url(/cdn/shop/files/about-us.png?v=1684756121) !important;
}  
.about-imgg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.about-imgg #shopify-section-template--16413336469754__main,
 .about-imgg section-template--16435440976122__rich_text-padding,
.about-imgg #shopify-section-template--16413335978234__main,
.about-imgg .section-template--16435440976122__rich_text-padding,
  .about-imgg .stack-slider,
  .about-imgg .multicolumn,
  .about-imgg .gradient,
  .about-imgg main#MainContent,
  .about-imgg .rich-text.rich-text--full-width,
  .about-imgg .section-id-template--16435440976122__multicolumn,
  .about-imgg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .about-imgg .section-template--16413336371450__1657367017bd820a4d-padding,
  .about-imgg .collage-hover-cls,
  .about-imgg .section-id-template--16413336371450__multicolumn,
  .about-imgg .sound-cloud,
  .about-imgg .foursixty-section,
  .about-imgg #shopify-section-template--16730936344826__166033849341c8ac19{
  background:center / cover no-repeat url(/cdn/shop/files/about-us.png?v=1684756121) !important;
}  
/* .about-img .color-accent-2,
.about-img .feature-col {
  background:center / cover no-repeat url(/cdn/shop/t/128/assets/Graffiti-44-White-Split-2.png?v=1662250724) !important;

} 

.about-img #shopify-section-template--16413336600826__main,
.about-img.template-collection main#MainContent{
  background:center / cover no-repeat url(/cdn/shop/t/128/assets/mini-graffti.png?v=1662590807) !important;
} */ 
.about-imgg footer.footer.color-inverse.gradient.section-footer-padding,
.about-img .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
  .about-imgg sticky-header.header-wrapper.color-background-1.gradient,
.about-img sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
  .about-imgg main#MainContent.content-for-layout.focus-none.about-us,
.about-imgg.template-page-contact main#MainContent .gradient,
.about-img main#MainContent.content-for-layout.focus-none.about-us,
.about-img.template-page-contact main#MainContent .gradient{
background:none !important;

}
  body.gradient.template-index.swym-ready.about-imgg main#MainContent,
body.gradient.template-index.swym-ready.about-img main#MainContent {
    background: transparent !important;
}
  body.gradient.template-index.swym-ready.about-imgg main#MainContent,
body.gradient.template-index.swym-ready.about-img main#MainContent {
padding-bottom:0;
}
      .about-img .color-accent-2.gradient,
    .about-img .color-accent-2,
 .about-img .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/about-us_White.png?v=1684796506) !important;
 }
       .about-imgg .color-accent-2.gradient,
    .about-imgg .color-accent-2,
 .about-imgg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/about-us_White.png?v=1684796506) !important;
 }
     .template-cart.about-img .color-accent-2,
 .template-cart.about-img .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/about-us.png?v=1684756121) !important;
 }
      .template-cart.about-imgg .color-accent-2,
 .template-cart.about-imgg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/about-us.png?v=1684756121) !important;
 }
   /* policie img */
.policie-img #shopify-section-template--16413336469754__1656242926b9ab6da6,
.policie-img #shopify-section-template--16413336469754__main,
 .policie-img section-template--16435440976122__rich_text-padding,
.policie-img #shopify-section-template--16413335978234__main,
.policie-img .section-template--16435440976122__rich_text-padding,
  .policie-img .stack-slider,
  .policie-img .multicolumn,
  .policie-img .gradient,
  .policie-img main#MainContent,
  .policie-img .rich-text.rich-text--full-width,
  .policie-img .section-id-template--16435440976122__multicolumn,
  .policie-img #shopify-section-template--16413336371450__16573132006c7cdfec,
  .policie-img .section-template--16413336371450__1657367017bd820a4d-padding,
  .policie-img .collage-hover-cls,
  .policie-img .section-id-template--16413336371450__multicolumn,
  .policie-img .sound-cloud,
  .policie-img .foursixty-section,
    .policie-img #shopify-section-template--16730936344826__166033849341c8ac19{
  background:center / cover no-repeat url(/cdn/shop/files/policies.png?v=1684756084) !important;
}  
.policie-imgg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.policie-imgg #shopify-section-template--16413336469754__main,
 .policie-imgg section-template--16435440976122__rich_text-padding,
.policie-imgg #shopify-section-template--16413335978234__main,
.policie-imgg .section-template--16435440976122__rich_text-padding,
  .policie-imgg .stack-slider,
  .policie-imgg .multicolumn,
  .policie-imgg .gradient,
  .policie-imgg main#MainContent,
  .policie-imgg .rich-text.rich-text--full-width,
  .policie-imgg .section-id-template--16435440976122__multicolumn,
  .policie-imgg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .policie-imgg .section-template--16413336371450__1657367017bd820a4d-padding,
  .policie-imgg .collage-hover-cls,
  .policie-imgg .section-id-template--16413336371450__multicolumn,
  .policie-imgg .sound-cloud,
  .policie-imgg .foursixty-section,
  .policie-imgg #shopify-section-template--16730936344826__166033849341c8ac19{
  background:center / cover no-repeat url(/cdn/shop/files/policies.png?v=1684756084) !important;
}  
/* .policie-img .color-accent-2,
.policie-img .feature-col {
  background:center / cover no-repeat url(/cdn/shop/t/128/assets/Graffiti-44-White-Split-2.png?v=1662250724) !important;

} */

/* .policie-img #shopify-section-template--16413336600826__main,
.policie-img.template-collection main#MainContent{
  background:center / cover no-repeat url(/cdn/shop/t/128/assets/mini-graffti.png?v=1662590807) !important;
} */
.policie-imgg footer.footer.color-inverse.gradient.section-footer-padding,
.policie-img .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
  .policie-imgg sticky-header.header-wrapper.color-background-1.gradient,
.policie-img sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
  .policie-imgg main#MainContent.content-for-layout.focus-none.about-us,
.policie-imgg.template-page-contact main#MainContent .gradient,
.policie-img main#MainContent.content-for-layout.focus-none.about-us,
.policie-img.template-page-contact main#MainContent .gradient{
background:none !important;

}
  body.gradient.template-index.swym-ready.policie-imgg main#MainContent,
body.gradient.template-index.swym-ready.policie-img main#MainContent {
    background: transparent !important;
}
  body.gradient.template-index.swym-ready.policie-imgg main#MainContent,
body.gradient.template-index.swym-ready.policie-img main#MainContent {
padding-bottom:0;
}
      .policie-img .color-accent-2.gradient,
    .policie-img .color-accent-2,
 .policie-img .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/policies_White.png?v=1684796455) !important;
 }
       .policie-imgg .color-accent-2.gradient,
    .policie-imgg .color-accent-2,
 .policie-imgg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/policies_White.png?v=1684796455) !important;
 }
     .template-cart.policie-img .color-accent-2,
 .template-cart.policie-img .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/policies.png?v=1684756084) !important;
 }
      .template-cart.policie-imgg .color-accent-2,
 .template-cart.policie-imgg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/policies.png?v=1684756084) !important;
 }
          /* slide Deck bg */
.deck-img #shopify-section-template--16413336469754__1656242926b9ab6da6,
.deck-img #shopify-section-template--16413336469754__main,
 .deck-img section-template--16435440976122__rich_text-padding,
.deck-img #shopify-section-template--16413335978234__main,
.deck-img .section-template--16435440976122__rich_text-padding,
  .deck-img .stack-slider,
  .deck-img .multicolumn,
  .deck-img main#MainContent,
  .deck-img .rich-text.rich-text--full-width,
  .deck-img .section-id-template--16435440976122__multicolumn,
  .deck-img #shopify-section-template--16413336371450__16573132006c7cdfec,
  .deck-img .section-template--16413336371450__1657367017bd820a4d-padding,
  .deck-img .collage-hover-cls,
  .deck-img .section-id-template--16413336371450__multicolumn,
  .deck-img .sound-cloud,
  .deck-img .foursixty-section,
      .deck-img #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/slide-deck.png?v=1684756042) !important;
}  

.deck-img .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.deck-img sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}

.deck-img main#MainContent.content-for-layout.focus-none.about-us,
.deck-img.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.deck-img main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.deck-img main#MainContent {
padding-bottom:0;
}
      .deck-img .color-accent-2.gradient,
    .deck-img .color-accent-2,
 .deck-img .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/slide-deck.png?v=1684756042) !important;
 }
 
     .template-cart.deck-img .color-accent-2,
 .template-cart.deck-img .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/slide-deck.png?v=1684756042) !important;
 }
      /* pagi one bg */
.pagi-one #shopify-section-template--16413336469754__1656242926b9ab6da6,
.pagi-one #shopify-section-template--16413336469754__main,
 .pagi-one section-template--16435440976122__rich_text-padding,
.pagi-one #shopify-section-template--16413335978234__main,
.pagi-one .section-template--16435440976122__rich_text-padding,
  .pagi-one .stack-slider,
  .pagi-one .multicolumn,
  .pagi-one main#MainContent,
  .pagi-one .rich-text.rich-text--full-width,
  .pagi-one .section-id-template--16435440976122__multicolumn,
  .pagi-one #shopify-section-template--16413336371450__16573132006c7cdfec,
  .pagi-one .section-template--16413336371450__1657367017bd820a4d-padding,
  .pagi-one .collage-hover-cls,
  .pagi-one .section-id-template--16413336371450__multicolumn,
  .pagi-one .sound-cloud,
  .pagi-one .foursixty-section,
      .pagi-one #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/pagi-one.png?v=1685314333) !important;
}  

.pagi-one .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.pagi-one sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}

.pagi-one main#MainContent.content-for-layout.focus-none.about-us,
.pagi-one.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.pagi-one main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.pagi-one main#MainContent {
padding-bottom:0;
}
      .pagi-one .color-accent-2.gradient,
    .pagi-one .color-accent-2,
 .pagi-one .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/pagi-one.png?v=1685314333) !important;
 }
 
     .template-cart.pagi-one .color-accent-2,
 .template-cart.pagi-one .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/pagi-one.png?v=1685314333) !important;
 }
      /* pagi two bg */
.pagi-two #shopify-section-template--16413336469754__1656242926b9ab6da6,
.pagi-two #shopify-section-template--16413336469754__main,
 .pagi-two section-template--16435440976122__rich_text-padding,
.pagi-two #shopify-section-template--16413335978234__main,
.pagi-two .section-template--16435440976122__rich_text-padding,
  .pagi-two .stack-slider,
  .pagi-two .multicolumn,
  .pagi-two main#MainContent,
  .pagi-two .rich-text.rich-text--full-width,
  .pagi-two .section-id-template--16435440976122__multicolumn,
  .pagi-two #shopify-section-template--16413336371450__16573132006c7cdfec,
  .pagi-two .section-template--16413336371450__1657367017bd820a4d-padding,
  .pagi-two .collage-hover-cls,
  .pagi-two .section-id-template--16413336371450__multicolumn,
  .pagi-two .sound-cloud,
  .pagi-two .foursixty-section,
      .pagi-two #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/pagi-two.png?v=1685314333) !important;
}  

.pagi-two .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.pagi-two sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}

.pagi-two main#MainContent.content-for-layout.focus-none.about-us,
.pagi-two.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.pagi-two main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.pagi-two main#MainContent {
padding-bottom:0;
}
      .pagi-two .color-accent-2.gradient,
    .pagi-two .color-accent-2,
 .pagi-two .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/pagi-two.png?v=1685314333) !important;
 }
 
     .template-cart.pagi-two .color-accent-2,
 .template-cart.pagi-two .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/pagi-two.png?v=1685314333) !important;
 }

   /* scroller img */
.scroller-img #shopify-section-template--16413336469754__1656242926b9ab6da6,
.scroller-img #shopify-section-template--16413336469754__main,
 .scroller-img section-template--16435440976122__rich_text-padding,
.scroller-img #shopify-section-template--16413335978234__main,
.scroller-img .section-template--16435440976122__rich_text-padding,
  .scroller-img .stack-slider,
  .scroller-img .multicolumn,
  .scroller-img .gradient,
  .scroller-img main#MainContent,
  .scroller-img .rich-text.rich-text--full-width,
  .scroller-img .section-id-template--16435440976122__multicolumn,
  .scroller-img #shopify-section-template--16413336371450__16573132006c7cdfec,
  .scroller-img .section-template--16413336371450__1657367017bd820a4d-padding,
  .scroller-img .collage-hover-cls,
  .scroller-img .section-id-template--16413336371450__multicolumn,
  .scroller-img .sound-cloud,
  .scroller-img .foursixty-section,
      .scroller-img #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/scroller.png?v=1684756065) !important;
}  
.scroller-imgg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.scroller-imgg #shopify-section-template--16413336469754__main,
 .scroller-imgg section-template--16435440976122__rich_text-padding,
.scroller-imgg #shopify-section-template--16413335978234__main,
.scroller-imgg .section-template--16435440976122__rich_text-padding,
  .scroller-imgg .stack-slider,
  .scroller-imgg .multicolumn,
  .scroller-imgg .gradient,
  .scroller-imgg main#MainContent,
  .scroller-imgg .rich-text.rich-text--full-width,
  .scroller-imgg .section-id-template--16435440976122__multicolumn,
  .scroller-imgg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .scroller-imgg .section-template--16413336371450__1657367017bd820a4d-padding,
  .scroller-imgg .collage-hover-cls,
  .scroller-imgg .section-id-template--16413336371450__multicolumn,
  .scroller-imgg .sound-cloud,
  .scroller-imgg .foursixty-section,
  .scroller-imgg .collection_menu_main,
      .scroller-imgg #shopify-section-template--16730936344826__166033849341c8ac19{
  background:center / cover no-repeat url(/cdn/shop/files/scroller.png?v=1684756065) !important;
}  

.scroller-imgg footer.footer.color-inverse.gradient.section-footer-padding,
.scroller-img .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
  .scroller-imgg sticky-header.header-wrapper.color-background-1.gradient,
.scroller-img sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
  .scroller-imgg main#MainContent.content-for-layout.focus-none.about-us,
.scroller-imgg.template-page-contact main#MainContent .gradient,
.scroller-img main#MainContent.content-for-layout.focus-none.about-us,
.scroller-img.template-page-contact main#MainContent .gradient{
background:none !important;

}
  body.gradient.template-index.swym-ready.scroller-imgg main#MainContent,
body.gradient.template-index.swym-ready.scroller-img main#MainContent {
    background: transparent !important;
}
  body.gradient.template-index.swym-ready.scroller-imgg main#MainContent,
body.gradient.template-index.swym-ready.scroller-img main#MainContent {
padding-bottom:0;
}
      .scroller-img .color-accent-2.gradient,
    .scroller-img .color-accent-2,
 .scroller-img .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/scroller_White.png?v=1684796299) !important;
 }
       .scroller-imgg .color-accent-2.gradient,
    .scroller-imgg .color-accent-2,
 .scroller-imgg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/scroller_White.png?v=1684796299) !important;
 }
     .template-cart.scroller-img .color-accent-2,
 .template-cart.scroller-img .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/scroller.png?v=1684756065) !important;
 }
      .template-cart.scroller-imgg .color-accent-2,
 .template-cart.scroller-imgg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/scroller.png?v=1684756065) !important;
 }

       /* share bg */
.share-img #shopify-section-template--16413336469754__1656242926b9ab6da6,
.share-img #shopify-section-template--16413336469754__main,
 .share-img section-template--16435440976122__rich_text-padding,
.share-img #shopify-section-template--16413335978234__main,
.share-img .section-template--16435440976122__rich_text-padding,
  .share-img .stack-slider,
  .share-img .multicolumn,
  .share-img main#MainContent,
  .share-img .rich-text.rich-text--full-width,
  .share-img .section-id-template--16435440976122__multicolumn,
  .share-img #shopify-section-template--16413336371450__16573132006c7cdfec,
  .share-img .section-template--16413336371450__1657367017bd820a4d-padding,
  .share-img .collage-hover-cls,
  .share-img .section-id-template--16413336371450__multicolumn,
  .share-img .sound-cloud,
  .share-img .foursixty-section,
      .share-img #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/share.svg?v=1688274926) !important;
}  

.share-img .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.share-img sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}

.share-img main#MainContent.content-for-layout.focus-none.about-us,
.share-img.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.share-img main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.share-img main#MainContent {
padding-bottom:0;
}
      .share-img .color-accent-2.gradient,
    .share-img .color-accent-2,
 .share-img .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/share.svg?v=1688274926) !important;
 }
 
     .template-cart.share-img .color-accent-2,
 .template-cart.share-img .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/share.svg?v=1688274926) !important;
 }   
           /* Follow bg */
.follow-img #shopify-section-template--16413336469754__1656242926b9ab6da6,
.follow-img #shopify-section-template--16413336469754__main,
 .follow-img section-template--16435440976122__rich_text-padding,
.follow-img #shopify-section-template--16413335978234__main,
.follow-img .section-template--16435440976122__rich_text-padding,
  .follow-img .stack-slider,
  .follow-img .multicolumn,
  .follow-img main#MainContent,
  .follow-img .rich-text.rich-text--full-width,
  .follow-img .section-id-template--16435440976122__multicolumn,
  .follow-img #shopify-section-template--16413336371450__16573132006c7cdfec,
  .follow-img .section-template--16413336371450__1657367017bd820a4d-padding,
  .follow-img .collage-hover-cls,
  .follow-img .section-id-template--16413336371450__multicolumn,
  .follow-img .sound-cloud,
  .follow-img .foursixty-section,
      .follow-img #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/follow.svg?v=1688275071) !important;
}  

.follow-img .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.follow-img sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}

.follow-img main#MainContent.content-for-layout.focus-none.about-us,
.follow-img.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.follow-img main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.follow-img main#MainContent {
padding-bottom:0;
}
      .follow-img .color-accent-2.gradient,
    .follow-img .color-accent-2,
 .follow-img .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/follow.svg?v=1688275071) !important;
 }
 
     .template-cart.follow-img .color-accent-2,
 .template-cart.follow-img .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/follow.svg?v=1688275071) !important;
 } 
       /* scroller img */
.phone-img #shopify-section-template--16413336469754__1656242926b9ab6da6,
.phone-img #shopify-section-template--16413336469754__main,
 .phone-img section-template--16435440976122__rich_text-padding,
.phone-img #shopify-section-template--16413335978234__main,
.phone-img .section-template--16435440976122__rich_text-padding,
  .phone-img .stack-slider,
  .phone-img .multicolumn,
  .phone-img .gradient,
  .phone-img main#MainContent,
  .phone-img .rich-text.rich-text--full-width,
  .phone-img .section-id-template--16435440976122__multicolumn,
  .phone-img #shopify-section-template--16413336371450__16573132006c7cdfec,
  .phone-img .section-template--16413336371450__1657367017bd820a4d-padding,
  .phone-img .collage-hover-cls,
  .phone-img .section-id-template--16413336371450__multicolumn,
  .phone-img .sound-cloud,
  .phone-img .foursixty-section,
      .phone-img #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/chat.svg) !important;
}  
.phone-imgg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.phone-imgg #shopify-section-template--16413336469754__main,
 .phone-imgg section-template--16435440976122__rich_text-padding,
.phone-imgg #shopify-section-template--16413335978234__main,
.phone-imgg .section-template--16435440976122__rich_text-padding,
  .phone-imgg .stack-slider,
  .phone-imgg .multicolumn,
  .phone-imgg .gradient,
  .phone-imgg main#MainContent,
  .phone-imgg .rich-text.rich-text--full-width,
  .phone-imgg .section-id-template--16435440976122__multicolumn,
  .phone-imgg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .phone-imgg .section-template--16413336371450__1657367017bd820a4d-padding,
  .phone-imgg .collage-hover-cls,
  .phone-imgg .section-id-template--16413336371450__multicolumn,
  .phone-imgg .sound-cloud,
  .phone-imgg .foursixty-section,
  .phone-imgg .collection_menu_main,
      .phone-imgg #shopify-section-template--16730936344826__166033849341c8ac19{
  background:center / cover no-repeat url(/cdn/shop/files/chat.svg) !important;
}  

.phone-imgg footer.footer.color-inverse.gradient.section-footer-padding,
.phone-img .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
  .phone-imgg sticky-header.header-wrapper.color-background-1.gradient,
.phone-img sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
  .phone-imgg main#MainContent.content-for-layout.focus-none.about-us,
.phone-imgg.template-page-contact main#MainContent .gradient,
.phone-img main#MainContent.content-for-layout.focus-none.about-us,
.phone-img.template-page-contact main#MainContent .gradient{
background:none !important;

}
  body.gradient.template-index.swym-ready.phone-imgg main#MainContent,
body.gradient.template-index.swym-ready.phone-img main#MainContent {
    background: transparent !important;
}
  body.gradient.template-index.swym-ready.phone-imgg main#MainContent,
body.gradient.template-index.swym-ready.phone-img main#MainContent {
padding-bottom:0;
}
      .phone-img .color-accent-2.gradient,
    .phone-img .color-accent-2,
 .phone-img .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/chat-white.svg?v=1687578129) !important;
 }
       .phone-imgg .color-accent-2.gradient,
    .phone-imgg .color-accent-2,
 .phone-imgg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/chat-white.svg?v=1687578129) !important;
 }
     .template-cart.phone-img .color-accent-2,
 .template-cart.phone-img .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/chat.svg) !important;
 }
      .template-cart.phone-imgg .color-accent-2,
 .template-cart.phone-imgg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/chat.svg) !important;
 }
 /* WASD img */
.wasd-img #shopify-section-template--16413336469754__1656242926b9ab6da6,
.wasd-img #shopify-section-template--16413336469754__main,
 .wasd-img section-template--16435440976122__rich_text-padding,
.wasd-img #shopify-section-template--16413335978234__main,
.wasd-img .section-template--16435440976122__rich_text-padding,
  .wasd-img .stack-slider,
  .wasd-img .multicolumn,
  .wasd-img .gradient,
  .wasd-img main#MainContent,
  .wasd-img .rich-text.rich-text--full-width,
  .wasd-img .section-id-template--16435440976122__multicolumn,
  .wasd-img #shopify-section-template--16413336371450__16573132006c7cdfec,
  .wasd-img .section-template--16413336371450__1657367017bd820a4d-padding,
  .wasd-img .collage-hover-cls,
  .wasd-img .section-id-template--16413336371450__multicolumn,
  .wasd-img .sound-cloud,
  .wasd-img .foursixty-section,
      .wasd-img #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/wasd.svg?v=1687579488) !important;
}  
.wasd-imgg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.wasd-imgg #shopify-section-template--16413336469754__main,
 .wasd-imgg section-template--16435440976122__rich_text-padding,
.wasd-imgg #shopify-section-template--16413335978234__main,
.wasd-imgg .section-template--16435440976122__rich_text-padding,
  .wasd-imgg .stack-slider,
  .wasd-imgg .multicolumn,
  .wasd-imgg .gradient,
  .wasd-imgg main#MainContent,
  .wasd-imgg .rich-text.rich-text--full-width,
  .wasd-imgg .section-id-template--16435440976122__multicolumn,
  .wasd-imgg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .wasd-imgg .section-template--16413336371450__1657367017bd820a4d-padding,
  .wasd-imgg .collage-hover-cls,
  .wasd-imgg .section-id-template--16413336371450__multicolumn,
  .wasd-imgg .sound-cloud,
  .wasd-imgg .foursixty-section,
  .wasd-imgg .collection_menu_main,
      .wasd-imgg #shopify-section-template--16730936344826__166033849341c8ac19{
  background:center / cover no-repeat url(/cdn/shop/files/wasd.svg?v=1687579488) !important;
}  

.wasd-imgg footer.footer.color-inverse.gradient.section-footer-padding,
.wasd-img .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
  .wasd-imgg sticky-header.header-wrapper.color-background-1.gradient,
.wasd-img sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
  .wasd-imgg main#MainContent.content-for-layout.focus-none.about-us,
.wasd-imgg.template-page-contact main#MainContent .gradient,
.wasd-img main#MainContent.content-for-layout.focus-none.about-us,
.wasd-img.template-page-contact main#MainContent .gradient{
background:none !important;

}
  body.gradient.template-index.swym-ready.wasd-imgg main#MainContent,
body.gradient.template-index.swym-ready.wasd-img main#MainContent {
    background: transparent !important;
}
  body.gradient.template-index.swym-ready.wasd-imgg main#MainContent,
body.gradient.template-index.swym-ready.wasd-img main#MainContent {
padding-bottom:0;
}
      .wasd-img .color-accent-2.gradient,
    .wasd-img .color-accent-2,
 .wasd-img .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/wasd-white.svg) !important;
 }
       .wasd-imgg .color-accent-2.gradient,
    .wasd-imgg .color-accent-2,
 .wasd-imgg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/wasd-white.svg) !important;
 }
     .template-cart.wasd-img .color-accent-2,
 .template-cart.wasd-img .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/wasd.svg?v=1687579488) !important;
 }
      .template-cart.wasd-imgg .color-accent-2,
 .template-cart.wasd-imgg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/wasd.svg?v=1687579488) !important;
 }
    /* pagi-num-img bg */
.pagi-num-img #shopify-section-template--16413336469754__1656242926b9ab6da6,
.pagi-num-img #shopify-section-template--16413336469754__main,
 .pagi-num-img section-template--16435440976122__rich_text-padding,
.pagi-num-img #shopify-section-template--16413335978234__main,
.pagi-num-img .section-template--16435440976122__rich_text-padding,
  .pagi-num-img .stack-slider,
  .pagi-num-img .multicolumn,
  .pagi-num-img main#MainContent,
  .pagi-num-img .rich-text.rich-text--full-width,
  .pagi-num-img .section-id-template--16435440976122__multicolumn,
  .pagi-num-img #shopify-section-template--16413336371450__16573132006c7cdfec,
  .pagi-num-img .section-template--16413336371450__1657367017bd820a4d-padding,
  .pagi-num-img .collage-hover-cls,
  .pagi-num-img .section-id-template--16413336371450__multicolumn,
  .pagi-num-img .sound-cloud,
  .pagi-num-img .foursixty-section,
      .pagi-num-img #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/num-foot.svg?v=1687585094) !important;
}  

.pagi-num-img .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.pagi-num-img sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}

.pagi-num-img main#MainContent.content-for-layout.focus-none.about-us,
.pagi-num-img.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.pagi-num-img main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.pagi-num-img main#MainContent {
padding-bottom:0;
}
      .pagi-num-img .color-accent-2.gradient,
    .pagi-num-img .color-accent-2,
 .pagi-num-img .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/num-foot.svg?v=1687585094) !important;
 }
 
     .template-cart.pagi-num-img .color-accent-2,
 .template-cart.pagi-num-img .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/num-foot.svg?v=1687585094) !important;
 } 
     /* shuffle bg */
.shuffle-img #shopify-section-template--16413336469754__1656242926b9ab6da6,
.shuffle-img #shopify-section-template--16413336469754__main,
 .shuffle-img section-template--16435440976122__rich_text-padding,
.shuffle-img #shopify-section-template--16413335978234__main,
.shuffle-img .section-template--16435440976122__rich_text-padding,
  .shuffle-img .stack-slider,
  .shuffle-img .multicolumn,
  .shuffle-img main#MainContent,
  .shuffle-img .rich-text.rich-text--full-width,
  .shuffle-img .section-id-template--16435440976122__multicolumn,
  .shuffle-img #shopify-section-template--16413336371450__16573132006c7cdfec,
  .shuffle-img .section-template--16413336371450__1657367017bd820a4d-padding,
  .shuffle-img .collage-hover-cls,
  .shuffle-img .section-id-template--16413336371450__multicolumn,
  .shuffle-img .sound-cloud,
  .shuffle-img .foursixty-section,
      .shuffle-img #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/dice.svg?v=1688854328) !important;
}  

.shuffle-img .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.shuffle-img sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}

.shuffle-img main#MainContent.content-for-layout.focus-none.about-us,
.shuffle-img.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.shuffle-img main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.shuffle-img main#MainContent {
padding-bottom:0;
}
      .shuffle-img .color-accent-2.gradient,
    .shuffle-img .color-accent-2,
 .shuffle-img .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/dice.svg?v=1688854328) !important;
 }
 
     .template-cart.shuffle-img .color-accent-2,
 .template-cart.shuffle-img .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/dice.svg?v=1688854328) !important;
 } 
     /* chat popup img */
.message-img #shopify-section-template--16413336469754__1656242926b9ab6da6,
.message-img #shopify-section-template--16413336469754__main,
 .message-img section-template--16435440976122__rich_text-padding,
.message-img #shopify-section-template--16413335978234__main,
.message-img .section-template--16435440976122__rich_text-padding,
  .message-img .stack-slider,
  .message-img .multicolumn,
  .message-img .gradient,
  .message-img main#MainContent,
  .message-img .rich-text.rich-text--full-width,
  .message-img .section-id-template--16435440976122__multicolumn,
  .message-img #shopify-section-template--16413336371450__16573132006c7cdfec,
  .message-img .section-template--16413336371450__1657367017bd820a4d-padding,
  .message-img .collage-hover-cls,
  .message-img .section-id-template--16413336371450__multicolumn,
  .message-img .sound-cloud,
  .message-img .foursixty-section,
      .message-img #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/166_25203_2520wallpapers-03.png?v=1694594291) !important;
}  
.message-imgg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.message-imgg #shopify-section-template--16413336469754__main,
 .message-imgg section-template--16435440976122__rich_text-padding,
.message-imgg #shopify-section-template--16413335978234__main,
.message-imgg .section-template--16435440976122__rich_text-padding,
  .message-imgg .stack-slider,
  .message-imgg .multicolumn,
  .message-imgg .gradient,
  .message-imgg main#MainContent,
  .message-imgg .rich-text.rich-text--full-width,
  .message-imgg .section-id-template--16435440976122__multicolumn,
  .message-imgg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .message-imgg .section-template--16413336371450__1657367017bd820a4d-padding,
  .message-imgg .collage-hover-cls,
  .message-imgg .section-id-template--16413336371450__multicolumn,
  .message-imgg .sound-cloud,
  .message-imgg .foursixty-section,
  .message-imgg .collection_menu_main,
      .message-imgg #shopify-section-template--16730936344826__166033849341c8ac19{
  background:center / cover no-repeat url(/cdn/shop/files/166_25203_2520wallpapers-03.png?v=1694594291) !important;
}  

.message-imgg footer.footer.color-inverse.gradient.section-footer-padding,
.message-img .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
  .message-imgg sticky-header.header-wrapper.color-background-1.gradient,
.message-img sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
  .message-imgg main#MainContent.content-for-layout.focus-none.about-us,
.message-imgg.template-page-contact main#MainContent .gradient,
.message-img main#MainContent.content-for-layout.focus-none.about-us,
.message-img.template-page-contact main#MainContent .gradient{
background:none !important;

}
  body.gradient.template-index.swym-ready.message-imgg main#MainContent,
body.gradient.template-index.swym-ready.message-img main#MainContent {
    background: transparent !important;
}
  body.gradient.template-index.swym-ready.message-imgg main#MainContent,
body.gradient.template-index.swym-ready.message-img main#MainContent {
padding-bottom:0;
}
      .message-img .color-accent-2.gradient,
    .message-img .color-accent-2,
 .message-img .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/166_25203_2520wallpapers-04.png?v=1694594291) !important;
 }
       .message-imgg .color-accent-2.gradient,
    .message-imgg .color-accent-2,
 .message-imgg .feature-col{ 
     /* background:#3eaaea center / cover no-repeat url(/cdn/shop/files/message-white.svg) !important; */
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/166_25203_2520wallpapers-04.png?v=1694594291) !important;
 }
     .template-cart.message-img .color-accent-2,
 .template-cart.message-img .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/166_25203_2520wallpapers-03.png?v=1694594291) !important;
 }
      .template-cart.message-imgg .color-accent-2,
 .template-cart.message-imgg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/166_25203_2520wallpapers-03.png?v=1694594291) !important;
 }
         /* clock bg */
.clock-img #shopify-section-template--16413336469754__1656242926b9ab6da6,
.clock-img #shopify-section-template--16413336469754__main,
 .clock-img section-template--16435440976122__rich_text-padding,
.clock-img #shopify-section-template--16413335978234__main,
.clock-img .section-template--16435440976122__rich_text-padding,
  .clock-img .stack-slider,
  .clock-img .multicolumn,
  .clock-img .gradient,
  .clock-img main#MainContent,
  .clock-img .rich-text.rich-text--full-width,
  .clock-img .section-id-template--16435440976122__multicolumn,
  .clock-img #shopify-section-template--16413336371450__16573132006c7cdfec,
  .clock-img .section-template--16413336371450__1657367017bd820a4d-padding,
  .clock-img .collage-hover-cls,
  .clock-img .section-id-template--16413336371450__multicolumn,
  .clock-img .sound-cloud,
  .clock-img .foursixty-section,
      .clock-img #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/clock.svg?v=1689805216) !important;
}  
.clock-imgg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.clock-imgg #shopify-section-template--16413336469754__main,
 .clock-imgg section-template--16435440976122__rich_text-padding,
.clock-imgg #shopify-section-template--16413335978234__main,
.clock-imgg .section-template--16435440976122__rich_text-padding,
  .clock-imgg .stack-slider,
  .clock-imgg .multicolumn,
  .clock-imgg .gradient,
  .clock-imgg main#MainContent,
  .clock-imgg .rich-text.rich-text--full-width,
  .clock-imgg .section-id-template--16435440976122__multicolumn,
  .clock-imgg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .clock-imgg .section-template--16413336371450__1657367017bd820a4d-padding,
  .clock-imgg .collage-hover-cls,
  .clock-imgg .section-id-template--16413336371450__multicolumn,
  .clock-imgg .sound-cloud,
  .clock-imgg .foursixty-section,
  .clock-imgg .collection_menu_main,
      .clock-imgg #shopify-section-template--16730936344826__166033849341c8ac19{
  background:center / cover no-repeat url(/cdn/shop/files/clock.svg?v=1689805216) !important;
}  

.clock-imgg footer.footer.color-inverse.gradient.section-footer-padding,
.clock-img .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
  .clock-imgg sticky-header.header-wrapper.color-background-1.gradient,
.clock-img sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
  .clock-imgg main#MainContent.content-for-layout.focus-none.about-us,
.clock-imgg.template-page-contact main#MainContent .gradient,
.clock-img main#MainContent.content-for-layout.focus-none.about-us,
.clock-img.template-page-contact main#MainContent .gradient{
background:none !important;

}
  body.gradient.template-index.swym-ready.clock-imgg main#MainContent,
body.gradient.template-index.swym-ready.clock-img main#MainContent {
    background: transparent !important;
}
  body.gradient.template-index.swym-ready.clock-imgg main#MainContent,
body.gradient.template-index.swym-ready.clock-img main#MainContent {
padding-bottom:0;
}
      .clock-img .color-accent-2.gradient,
    .clock-img .color-accent-2,
 .clock-img .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/clock-white.svg?v=1689805216) !important;
 }
       .clock-imgg .color-accent-2.gradient,
    .clock-imgg .color-accent-2,
 .clock-imgg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/clock-white.svg?v=1689805216) !important;
 }
     .template-cart.clock-img .color-accent-2,
 .template-cart.clock-img .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/clock.svg?v=1689805216) !important;
 }
      .template-cart.clock-imgg .color-accent-2,
 .template-cart.clock-imgg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/clock.svg?v=1689805216) !important;
 }
        /* contact bg */
.contact-img #shopify-section-template--16413336469754__1656242926b9ab6da6,
.contact-img #shopify-section-template--16413336469754__main,
 .contact-img section-template--16435440976122__rich_text-padding,
.contact-img #shopify-section-template--16413335978234__main,
.contact-img .section-template--16435440976122__rich_text-padding,
  .contact-img .stack-slider,
  .contact-img .multicolumn,
  .contact-img main#MainContent,
  .contact-img .rich-text.rich-text--full-width,
  .contact-img .section-id-template--16435440976122__multicolumn,
  .contact-img #shopify-section-template--16413336371450__16573132006c7cdfec,
  .contact-img .section-template--16413336371450__1657367017bd820a4d-padding,
  .contact-img .collage-hover-cls,
  .contact-img .section-id-template--16413336371450__multicolumn,
  .contact-img .sound-cloud,
  .contact-img .foursixty-section,
      .contact-img #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/send.svg?v=1689809902) !important;
}  

.contact-img .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.contact-img sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}

.contact-img main#MainContent.content-for-layout.focus-none.about-us,
.contact-img.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.contact-img main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.contact-img main#MainContent {
padding-bottom:0;
}
      .contact-img .color-accent-2.gradient,
    .contact-img .color-accent-2,
 .contact-img .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/send.svg?v=1689809902) !important;
 }
 
     .template-cart.contact-img .color-accent-2,
 .template-cart.contact-img .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/send.svg?v=1689809902) !important;
 } 
   /* events pages  */
/* .wrapper-img #shopify-section-template--16413336469754__1656242926b9ab6da6,
.wrapper-img #shopify-section-template--16413336469754__main,
 .wrapper-img section-template--16435440976122__rich_text-padding,
.wrapper-img #shopify-section-template--16413335978234__main,
.wrapper-img .section-template--16435440976122__rich_text-padding,
  .wrapper-img .stack-slider,
  .wrapper-img .multicolumn,
  .wrapper-img main#MainContent,
  .wrapper-img .rich-text.rich-text--full-width,
  .wrapper-img .section-id-template--16435440976122__multicolumn,
  .wrapper-img #shopify-section-template--16413336371450__16573132006c7cdfec,
  .wrapper-img .section-template--16413336371450__1657367017bd820a4d-padding,
  .wrapper-img .collage-hover-cls,
  .wrapper-img .section-id-template--16413336371450__multicolumn,
  .wrapper-img .sound-cloud,
  .wrapper-img .foursixty-section,
      .wrapper-img #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/events.jpg?v=1689810265) !important;
}  

.wrapper-img .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.wrapper-img sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}

.wrapper-img main#MainContent.content-for-layout.focus-none.about-us,
.wrapper-img.template-page-wrapper main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.wrapper-img main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.wrapper-img main#MainContent {
padding-bottom:0;
}
      .wrapper-img .color-accent-2.gradient,
    .wrapper-img .color-accent-2,
 .wrapper-img .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/events.jpg?v=1689810265) !important;
 }
 
     .template-cart.wrapper-img .color-accent-2,
 .template-cart.wrapper-img .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/events.jpg?v=1689810265) !important;
 }  */

/********************************
********************************/
    .template-page-moodboard sticky-header.header-wrapper.color-background-1.gradient, .template-page-moodboard sticky-header.header-wrapper.color-background-1.gradient,
    .template-page-runway sticky-header.header-wrapper.color-background-1.gradient, .template-page-runway sticky-header.header-wrapper.color-background-1.gradient {
    background: transparent !important;
}
 #myModal1{
   background:url(/cdn/shop/files/formatTransparent.gif?v=1679622710);
       background-size: cover;
    height: 100%;
    width: 100%;
        overflow: hidden;
             z-index: 9999999;

 }
/*  .boost-pfs-filter-default-toolbar {
    z-index: auto !important;
} */
   @media (min-width: 992px){
main#MainContent {
 
    padding-bottom: 0;
}
.template-page-contact main#MainContent {
 
    padding-bottom: 30px;
}
}
.icons-ar.aa.slick-slide {
    background: #fff;
}
facet-filters-form.facets.small-hide {
    position: relative;
    z-index: 9999;
}
sticky-header.header-wrapper.color-background-1.gradient,
#shopify-section-header {
    z-index: 9999;
}
@media (max-width:1600px){
/* .tribe-bgg #shopify-section-template--16413336469754__1656242926b9ab6da6, .tribe-bgg #shopify-section-template--16413336469754__main, .tribe-bgg section-template--16435440976122__rich_text-padding, .tribe-bgg #shopify-section-template--16413335978234__main, .tribe-bgg .section-template--16435440976122__rich_text-padding, .tribe-bgg .stack-slider, .tribe-bgg .multicolumn, .tribe-bgg main#MainContent, .tribe-bgg .rich-text.rich-text--full-width, .tribe-bgg .section-id-template--16435440976122__multicolumn, .tribe-bgg #shopify-section-template--16413336371450__16573132006c7cdfec, .tribe-bgg .section-template--16413336371450__1657367017bd820a4d-padding, .tribe-bgg .collage-hover-cls, .tribe-bgg .section-id-template--16413336371450__multicolumn, .tribe-bgg .sound-cloud, .tribe-bgg .foursixty-section, .tribe-bgg #shopify-section-template--16730936344826__166033849341c8ac19 {
       background-position: 100% 3% !important;
} */
}


/* sorting selectio option img */
  /* Filter Sorting option */
.option-bg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.option-bg #shopify-section-template--16413336469754__main,
 .option-bg section-template--16435440976122__rich_text-padding,
.option-bg #shopify-section-template--16413335978234__main,
.option-bg .section-template--16435440976122__rich_text-padding,
  .option-bg .stack-slider,
  .option-bg .multicolumn,
  .option-bg .gradient,
  .option-bg main#MainContent,
  .option-bg .rich-text.rich-text--full-width,
  .option-bg .section-id-template--16435440976122__multicolumn,
  .option-bg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .option-bg .section-template--16413336371450__1657367017bd820a4d-padding,
  .option-bg .collage-hover-cls,
  .option-bg .section-id-template--16413336371450__multicolumn,
  .option-bg .sound-cloud,
  .option-bg .foursixty-section,
      .option-bg #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:url(/cdn/shop/files/172_3_wallpapers_01_1.svg?v=1692002245) no-repeat center  center/cover   !important;
} 

.option-bg .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.option-bg sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.option-bg main#MainContent.content-for-layout.focus-none.about-us,
.option-bg.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.option-bg main#MainContent {
    background: transparent !important;
padding-bottom:0;
}
      .option-bg .color-accent-2.gradient,
    .option-bg .color-accent-2,
 .option-bg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/172_3_wallpapers_01_1.svg?v=1692002245) !important;
 }
   .template-cart.option-bg .color-accent-2,
 .template-cart.option-bg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/172_3_wallpapers_01_1.svg?v=1692002245) !important;
 }
/* Elevator Rank */
  /* Elevator rnak img */
.elvr-bg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.elvr-bg #shopify-section-template--16413336469754__main,
 .elvr-bg section-template--16435440976122__rich_text-padding,
.elvr-bg #shopify-section-template--16413335978234__main,
.elvr-bg .section-template--16435440976122__rich_text-padding,
  .elvr-bg .stack-slider,
  .elvr-bg .multicolumn,
  .elvr-bg .gradient,
  .elvr-bg main#MainContent,
  .elvr-bg .rich-text.rich-text--full-width,
  .elvr-bg .section-id-template--16435440976122__multicolumn,
  .elvr-bg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .elvr-bg .section-template--16413336371450__1657367017bd820a4d-padding,
  .elvr-bg .collage-hover-cls,
  .elvr-bg .section-id-template--16413336371450__multicolumn,
  .elvr-bg .sound-cloud,
  .elvr-bg .foursixty-section,
      .elvr-bg #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:url(/cdn/shop/files/168_wallpaper_lift_2.svg?v=1692002243) no-repeat  center / cover   !important;
} 

.elvr-bg .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.elvr-bg sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.elvr-bg main#MainContent.content-for-layout.focus-none.about-us,
.elvr-bg.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.elvr-bg main#MainContent {
    background: transparent !important;
padding-bottom:0;
}
      .elvr-bg .color-accent-2.gradient,
    .elvr-bg .color-accent-2,
 .elvr-bg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/168_wallpaper_lift_2.svg?v=1692002243) !important;
 }
   .template-cart.elvr-bg .color-accent-2,
 .template-cart.elvr-bg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/168_wallpaper_lift_2.svg?v=1692002243) !important;
 }

/* Accessibility Menu img*/
  /* accessibility bg img */
.access-menu-bg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.access-menu-bg #shopify-section-template--16413336469754__main,
 .access-menu-bg section-template--16435440976122__rich_text-padding,
.access-menu-bg #shopify-section-template--16413335978234__main,
.access-menu-bg .section-template--16435440976122__rich_text-padding,
  .access-menu-bg .stack-slider,
  .access-menu-bg .multicolumn,
  .access-menu-bg .gradient,
  .access-menu-bg main#MainContent,
  .access-menu-bg .rich-text.rich-text--full-width,
  .access-menu-bg .section-id-template--16435440976122__multicolumn,
  .access-menu-bg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .access-menu-bg .section-template--16413336371450__1657367017bd820a4d-padding,
  .access-menu-bg .collage-hover-cls,
  .access-menu-bg .section-id-template--16413336371450__multicolumn,
  .access-menu-bg .sound-cloud,
  .access-menu-bg .foursixty-section,
  .access-menu-bg #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:url(/cdn/shop/files/172_3_wallpapers_02_1.svg?v=1692002247) no-repeat center  center/cover   !important;
}
.access-menu-bg .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.access-menu-bg sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.access-menu-bg main#MainContent.content-for-layout.focus-none.about-us,
.access-menu-bg.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.access-menu-bg main#MainContent {
    background: transparent !important;
padding-bottom:0;
}
      .access-menu-bg .color-accent-2.gradient,
    .access-menu-bg .color-accent-2,
 .access-menu-bg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/172_3_wallpapers_04.svg?v=1692002247) !important;
 }
   .template-cart.access-menu-bg .color-accent-2,
 .template-cart.access-menu-bg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/172_3_wallpapers_02_1.svg?v=1692002247) !important;
 }
/* Featured Product bg img*/
.fp-bg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.fp-bg #shopify-section-template--16413336469754__main,
 .fp-bg section-template--16435440976122__rich_text-padding,
.fp-bg #shopify-section-template--16413335978234__main,
.fp-bg .section-template--16435440976122__rich_text-padding,
  .fp-bg .stack-slider,
  .fp-bg .multicolumn,
  .fp-bg .gradient,
  .fp-bg main#MainContent,
  .fp-bg .rich-text.rich-text--full-width,
  .fp-bg .section-id-template--16435440976122__multicolumn,
  .fp-bg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .fp-bg .section-template--16413336371450__1657367017bd820a4d-padding,
  .fp-bg .collage-hover-cls,
  .fp-bg .section-id-template--16413336371450__multicolumn,
  .fp-bg .sound-cloud,
  .fp-bg .foursixty-section,
  .fp-bg #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:url(/cdn/shop/files/12_patterns_102_SVG_White-03_97b49062-63f2-460c-95a0-2d717af651d2.svg?v=1692180445) no-repeat center  center/cover   !important;
}
.fp-bg .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.fp-bg sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.fp-bg main#MainContent.content-for-layout.focus-none.about-us,
.fp-bg.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.fp-bg main#MainContent {
    background: transparent !important;
padding-bottom:0;
}
      .fp-bg .color-accent-2.gradient,
    .fp-bg .color-accent-2,
 .fp-bg .feature-col{
     background:#3eaaea  center / cover no-repeat url(/cdn/shop/files/12_patterns_102_SVG_White-03_97b49062-63f2-460c-95a0-2d717af651d2.svg?v=1692180445) !important;
 }
   .template-cart.fp-bg .color-accent-2,
 .template-cart.fp-bg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/12_patterns_102_SVG_White-03_97b49062-63f2-460c-95a0-2d717af651d2.svg?v=1692180445) !important;
 }
    /* scroller bg img*/
.scroller-bg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.scroller-bg #shopify-section-template--16413336469754__main,
 .scroller-bg section-template--16435440976122__rich_text-padding,
.scroller-bg #shopify-section-template--16413335978234__main,
.scroller-bg .section-template--16435440976122__rich_text-padding,
  .scroller-bg .stack-slider,
  .scroller-bg .multicolumn,
  .scroller-bg .gradient,
  .scroller-bg main#MainContent,
  .scroller-bg .rich-text.rich-text--full-width,
  .scroller-bg .section-id-template--16435440976122__multicolumn,
  .scroller-bg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .scroller-bg .section-template--16413336371450__1657367017bd820a4d-padding,
  .scroller-bg .collage-hover-cls,
  .scroller-bg .section-id-template--16413336371450__multicolumn,
  .scroller-bg .sound-cloud,
  .scroller-bg .foursixty-section,
  .scroller-bg #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:url(/cdn/shop/files/White_plants-greengrid-transparent-background_1.png?v=1692011447) no-repeat center  center/cover   !important;
}
.scroller-bg .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.scroller-bg sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.scroller-bg main#MainContent.content-for-layout.focus-none.about-us,
.scroller-bg.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.scroller-bg main#MainContent {
    background: transparent !important;
padding-bottom:0;
}
      .scroller-bg .color-accent-2.gradient,
    .scroller-bg .color-accent-2,
 .scroller-bg .feature-col{
     background: center / cover no-repeat url(/cdn/shop/files/White_plants-greengrid-transparent-background_1.png?v=1692011447) !important;
 }
   .template-cart.scroller-bg .color-accent-2,
 .template-cart.scroller-bg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/White_plants-greengrid-transparent-background_1.png?v=1692011447) !important;
 }
    /* scroller_with_blue bg img*/
.scroller-bg-with-blue #shopify-section-template--16413336469754__1656242926b9ab6da6,
.scroller-bg-with-blue #shopify-section-template--16413336469754__main,
 .scroller-bg-with-blue section-template--16435440976122__rich_text-padding,
.scroller-bg-with-blue #shopify-section-template--16413335978234__main,
.scroller-bg-with-blue .section-template--16435440976122__rich_text-padding,
  .scroller-bg-with-blue .stack-slider,
  .scroller-bg-with-blue .multicolumn,
  .scroller-bg-with-blue .gradient,
  .scroller-bg-with-blue main#MainContent,
  .scroller-bg-with-blue .rich-text.rich-text--full-width,
  .scroller-bg-with-blue .section-id-template--16435440976122__multicolumn,
  .scroller-bg-with-blue #shopify-section-template--16413336371450__16573132006c7cdfec,
  .scroller-bg-with-blue .section-template--16413336371450__1657367017bd820a4d-padding,
  .scroller-bg-with-blue .collage-hover-cls,
  .scroller-bg-with-blue .section-id-template--16413336371450__multicolumn,
  .scroller-bg-with-blue .sound-cloud,
  .scroller-bg-with-blue .foursixty-section,
  .scroller-bg-with-blue #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:url(/cdn/shop/files/Blue_plants-greengrid-transparent-background.png?v=1694594283) no-repeat center  center/cover   !important;
}
.scroller-bg-with-blue .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.scroller-bg-with-blue sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.scroller-bg-with-blue main#MainContent.content-for-layout.focus-none.about-us,
.scroller-bg-with-blue.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.scroller-bg-with-blue main#MainContent {
    background: transparent !important;
padding-bottom:0;
}
     .scroller-bg-with-blue .color-accent-2.gradient,
    .scroller-bg-with-blue .color-accent-2,
 .scroller-bg-with-blue .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/White_plants-greengrid-transparent-background.png?v=1694594283) !important;
 }
   .template-cart.scroller-bg-with-blue .color-accent-2,
 .template-cart.scroller-bg-with-blue .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/Blue_plants-greengrid-transparent-background.png?v=1694594283) !important;
 }
    
    /* shop icon bg image */
.shop_bg_image #shopify-section-template--16413336469754__1656242926b9ab6da6,
.shop_bg_image #shopify-section-template--16413336469754__main,
 .shop_bg_image section-template--16435440976122__rich_text-padding,
.shop_bg_image #shopify-section-template--16413335978234__main,
.shop_bg_image .section-template--16435440976122__rich_text-padding,
  .shop_bg_image .stack-slider,
  .shop_bg_image .multicolumn,
  .shop_bg_image .gradient,
  .shop_bg_image main#MainContent,
  .shop_bg_image .rich-text.rich-text--full-width,
  .shop_bg_image .section-id-template--16435440976122__multicolumn,
  .shop_bg_image #shopify-section-template--16413336371450__16573132006c7cdfec,
  .shop_bg_image .section-template--16413336371450__1657367017bd820a4d-padding,
  .shop_bg_image .collage-hover-cls,
  .shop_bg_image .section-id-template--16413336371450__multicolumn,
  .shop_bg_image .sound-cloud,
  .shop_bg_image .foursixty-section,
  .shop_bg_image #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:url(/cdn/shop/files/172_25203_2520wallpapers-03.png?v=1694594289) no-repeat center  center/cover   !important;
}
.shop_bg_image .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.shop_bg_image sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.shop_bg_image main#MainContent.content-for-layout.focus-none.about-us,
.shop_bg_image.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.shop_bg_image main#MainContent {
    background: transparent !important;
padding-bottom:0;
}
      .shop_bg_image .color-accent-2.gradient,
    .shop_bg_image .color-accent-2,
 .shop_bg_image .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/172_3_wallpapers_05.svg?v=1692002245) !important;
 }
   .template-cart.shop_bg_image .color-accent-2,
 .template-cart.shop_bg_image .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/172_25203_2520wallpapers-03.png?v=1694594289) !important;
 }

        /* shop icon bg image */
.shop_bg_imagee #shopify-section-template--16413336469754__1656242926b9ab6da6,
.shop_bg_imagee #shopify-section-template--16413336469754__main,
 .shop_bg_imagee section-template--16435440976122__rich_text-padding,
.shop_bg_imagee #shopify-section-template--16413335978234__main,
.shop_bg_imagee .section-template--16435440976122__rich_text-padding,
  .shop_bg_imagee .stack-slider,
  .shop_bg_imagee .multicolumn,
  .shop_bg_imagee .gradient,
  .shop_bg_imagee main#MainContent,
  .shop_bg_imagee .rich-text.rich-text--full-width,
  .shop_bg_imagee .section-id-template--16435440976122__multicolumn,
  .shop_bg_imagee #shopify-section-template--16413336371450__16573132006c7cdfec,
  .shop_bg_imagee .section-template--16413336371450__1657367017bd820a4d-padding,
  .shop_bg_imagee .collage-hover-cls,
  .shop_bg_imagee .section-id-template--16413336371450__multicolumn,
  .shop_bg_imagee .sound-cloud,
  .shop_bg_imagee .foursixty-section,
  .shop_bg_imagee #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:url(/cdn/shop/files/172_25203_2520wallpapers-03.png?v=1694594289) no-repeat center  center/cover   !important;
}
.shop_bg_imagee .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.shop_bg_imagee sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.shop_bg_imagee main#MainContent.content-for-layout.focus-none.about-us,
.shop_bg_imagee.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.shop_bg_imagee main#MainContent {
    background: transparent !important;
padding-bottom:0;
}
      .shop_bg_imagee .color-accent-2.gradient,
    .shop_bg_imagee .color-accent-2,
 .shop_bg_imagee .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/172_3_wallpapers_05.svg?v=1692002245) !important;
 }
   .template-cart.shop_bg_imagee .color-accent-2,
 .template-cart.shop_bg_imagee .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/172_25203_2520wallpapers-03.png?v=1694594289) !important;
 }
    /* for advocate page bg image */
.floater-bg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.floater-bg #shopify-section-template--16413336469754__main,
 .floater-bg section-template--16435440976122__rich_text-padding,
.floater-bg #shopify-section-template--16413335978234__main,
.floater-bg .section-template--16435440976122__rich_text-padding,
  .floater-bg .stack-slider,
  .floater-bg .multicolumn,
  .floater-bg .gradient,
  .floater-bg main#MainContent,
  .floater-bg .rich-text.rich-text--full-width,
  .floater-bg .section-id-template--16435440976122__multicolumn,
  .floater-bg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .floater-bg .section-template--16413336371450__1657367017bd820a4d-padding,
  .floater-bg .collage-hover-cls,
  .floater-bg .section-id-template--16413336371450__multicolumn,
  .floater-bg .sound-cloud,
  .floater-bg .foursixty-section,
  .floater-bg #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:url(/cdn/shop/files/182_3_wallpapers_B_1.png?v=1693234368) no-repeat center  center/cover   !important;
}
.floater-bg .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.floater-bg sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.floater-bg main#MainContent.content-for-layout.focus-none.about-us,
.floater-bg.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.floater-bg main#MainContent {
    background: transparent !important;
padding-bottom:0;
}
      .floater-bg .color-accent-2.gradient,
    .floater-bg .color-accent-2,
 .floater-bg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/182_3_wallpapers_B_1.png?v=1693234368) !important;
 }
   .template-cart.floater-bg .color-accent-2,
 .template-cart.floater-bg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/182_3_wallpapers_B_1.png?v=1693234368) !important;
 }

        /* for welcome nav and banner dropdown-arrow bg image */
.f_link_welcome_bg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.f_link_welcome_bg #shopify-section-template--16413336469754__main,
 .f_link_welcome_bg section-template--16435440976122__rich_text-padding,
.f_link_welcome_bg #shopify-section-template--16413335978234__main,
.f_link_welcome_bg .section-template--16435440976122__rich_text-padding,
  .f_link_welcome_bg .stack-slider,
  .f_link_welcome_bg .multicolumn,
  .f_link_welcome_bg .gradient,
  .f_link_welcome_bg main#MainContent,
  .f_link_welcome_bg .rich-text.rich-text--full-width,
  .f_link_welcome_bg .section-id-template--16435440976122__multicolumn,
  .f_link_welcome_bg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .f_link_welcome_bg .section-template--16413336371450__1657367017bd820a4d-padding,
  .f_link_welcome_bg .collage-hover-cls,
  .f_link_welcome_bg .section-id-template--16413336371450__multicolumn,
  .f_link_welcome_bg .sound-cloud,
  .f_link_welcome_bg .foursixty-section,
  .f_link_welcome_bg #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:url(/cdn/shop/files/285_7_wallpapers-02_welcome-and-banner-arrow-blue_1.png?v=1705309240) no-repeat center  center/cover   !important;
}
.f_link_welcome_bg .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.f_link_welcome_bg sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.f_link_welcome_bg main#MainContent.content-for-layout.focus-none.about-us,
.f_link_welcome_bg.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.f_link_welcome_bg main#MainContent {
    background: transparent !important;
padding-bottom:0;
}
      .f_link_welcome_bg .color-accent-2.gradient,
    .f_link_welcome_bg .color-accent-2,
 .f_link_welcome_bg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/285_7_wallpapers-02_welcome-and-banner-arrow-white.png?v=1705309240) !important;
 }
   .template-cart.f_link_welcome_bg .color-accent-2,
 .template-cart.f_link_welcome_bg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/285_7_wallpapers-02_welcome-and-banner-arrow-blue_1.png?v=1705309240) !important;
 }
          /* for promo_navpad bg image */
.f_link_promo_bg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.f_link_promo_bg #shopify-section-template--16413336469754__main,
 .f_link_promo_bg section-template--16435440976122__rich_text-padding,
.f_link_promo_bg #shopify-section-template--16413335978234__main,
.f_link_promo_bg .section-template--16435440976122__rich_text-padding,
  .f_link_promo_bg .stack-slider,
  .f_link_promo_bg .multicolumn,
  .f_link_promo_bg .gradient,
  .f_link_promo_bg main#MainContent,
  .f_link_promo_bg .rich-text.rich-text--full-width,
  .f_link_promo_bg .section-id-template--16435440976122__multicolumn,
  .f_link_promo_bg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .f_link_promo_bg .section-template--16413336371450__1657367017bd820a4d-padding,
  .f_link_promo_bg .collage-hover-cls,
  .f_link_promo_bg .section-id-template--16413336371450__multicolumn,
  .f_link_promo_bg .sound-cloud,
  .f_link_promo_bg .foursixty-section,
  .f_link_promo_bg #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:url(/cdn/shop/files/285_7_wallpapers-03_promo-blue.png?v=1705309941) no-repeat center  center/cover   !important;
}
.f_link_promo_bg .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.f_link_promo_bg sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.f_link_promo_bg main#MainContent.content-for-layout.focus-none.about-us,
.f_link_promo_bg.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.f_link_promo_bg main#MainContent {
    background: transparent !important;
padding-bottom:0;
}
      .f_link_promo_bg .color-accent-2.gradient,
    .f_link_promo_bg .color-accent-2,
 .f_link_promo_bg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/285_7_wallpapers-09_promo-white.png?v=1705309941) !important;
 }
   .template-cart.f_link_promo_bg .color-accent-2,
 .template-cart.f_link_promo_bg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/285_7_wallpapers-03_promo-blue.png?v=1705309941) !important;
 }
        /* for skyph_values_navpad bg image */
.f_link_skyph_values_bg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.f_link_skyph_values_bg #shopify-section-template--16413336469754__main,
 .f_link_skyph_values_bg section-template--16435440976122__rich_text-padding,
.f_link_skyph_values_bg #shopify-section-template--16413335978234__main,
.f_link_skyph_values_bg .section-template--16435440976122__rich_text-padding,
  .f_link_skyph_values_bg .stack-slider,
  .f_link_skyph_values_bg .multicolumn,
  .f_link_skyph_values_bg .gradient,
  .f_link_skyph_values_bg main#MainContent,
  .f_link_skyph_values_bg .rich-text.rich-text--full-width,
  .f_link_skyph_values_bg .section-id-template--16435440976122__multicolumn,
  .f_link_skyph_values_bg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .f_link_skyph_values_bg .section-template--16413336371450__1657367017bd820a4d-padding,
  .f_link_skyph_values_bg .collage-hover-cls,
  .f_link_skyph_values_bg .section-id-template--16413336371450__multicolumn,
  .f_link_skyph_values_bg .sound-cloud,
  .f_link_skyph_values_bg .foursixty-section,
  .f_link_skyph_values_bg #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:url(/cdn/shop/files/285_7_wallpapers-04_skyph-values-blue.png?v=1705310096) no-repeat center  center/cover   !important;
}
.f_link_skyph_values_bg .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.f_link_skyph_values_bg sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.f_link_skyph_values_bg main#MainContent.content-for-layout.focus-none.about-us,
.f_link_skyph_values_bg.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.f_link_skyph_values_bg main#MainContent {
    background: transparent !important;
padding-bottom:0;
}
      .f_link_skyph_values_bg .color-accent-2.gradient,
    .f_link_skyph_values_bg .color-accent-2,
 .f_link_skyph_values_bg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/285_7_wallpapers-10_skyph-values-blue.png?v=1705310097) !important;
 }
   .template-cart.f_link_skyph_values_bg .color-accent-2,
 .template-cart.f_link_skyph_values_bg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/285_7_wallpapers-04_skyph-values-blue.png?v=1705310096) !important;
 }
          /* for compare-selection-check bg image */
.compare-selection-check-bg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.compare-selection-check-bg #shopify-section-template--16413336469754__main,
 .compare-selection-check-bg section-template--16435440976122__rich_text-padding,
.compare-selection-check-bg #shopify-section-template--16413335978234__main,
.compare-selection-check-bg .section-template--16435440976122__rich_text-padding,
  .compare-selection-check-bg .stack-slider,
  .compare-selection-check-bg .multicolumn,
  .compare-selection-check-bg .gradient,
  .compare-selection-check-bg main#MainContent,
  .compare-selection-check-bg .rich-text.rich-text--full-width,
  .compare-selection-check-bg .section-id-template--16435440976122__multicolumn,
  .compare-selection-check-bg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .compare-selection-check-bg .section-template--16413336371450__1657367017bd820a4d-padding,
  .compare-selection-check-bg .collage-hover-cls,
  .compare-selection-check-bg .section-id-template--16413336371450__multicolumn,
  .compare-selection-check-bg .sound-cloud,
  .compare-selection-check-bg .foursixty-section,
  .compare-selection-check-bg #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:url(/cdn/shop/files/285_7_wallpapers-01_compare-viewselection.png?v=1705311623) no-repeat center  center/cover   !important;
}
.compare-selection-check-bg .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.compare-selection-check-bg sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.compare-selection-check-bg main#MainContent.content-for-layout.focus-none.about-us,
.compare-selection-check-bg.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.compare-selection-check-bg main#MainContent {
    background: transparent !important;
padding-bottom:0;
}
      .compare-selection-check-bg .color-accent-2.gradient,
    .compare-selection-check-bg .color-accent-2,
 .compare-selection-check-bg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/285_7_wallpapers-01_compare-viewselection.png?v=1705311623) !important;
 }
   .template-cart.compare-selection-check-bg .color-accent-2,
 .template-cart.compare-selection-check-bg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/285_7_wallpapers-01_compare-viewselection.png?v=1705311623) !important;
 }
/* appointment popup bg image */
.calendly-overlay{
    background: no-repeat url(/cdn/shop/files/182_3_wallpapers_A.png?v=1693234374) !important;
    /* background-position: top center; */
    background-position: 0px -41% !important;
    background-size: cover !important;
}
.calendly-overlay .calendly-close-overlay {
    background-color: rgba(31,31,31,.4) !important;
}
          /* for View-as case bg image */
.case-bg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.case-bg #shopify-section-template--16413336469754__main,
 .case-bg section-template--16435440976122__rich_text-padding,
.case-bg #shopify-section-template--16413335978234__main,
.case-bg .section-template--16435440976122__rich_text-padding,
  .case-bg .stack-slider,
  .case-bg .multicolumn,
  .case-bg .gradient,
  .case-bg main#MainContent,
  .case-bg .rich-text.rich-text--full-width,
  .case-bg .section-id-template--16435440976122__multicolumn,
  .case-bg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .case-bg .section-template--16413336371450__1657367017bd820a4d-padding,
  .case-bg .collage-hover-cls,
  .case-bg .section-id-template--16413336371450__multicolumn,
  .case-bg .sound-cloud,
  .case-bg .foursixty-section,
  .case-bg #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:url(/cdn/shop/files/view-as-case.jpg?v=1713184838) no-repeat center  center/cover   !important;
}
.case-bg .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.case-bg sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.case-bg main#MainContent.content-for-layout.focus-none.about-us,
.case-bg.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.case-bg main#MainContent {
    background: transparent !important;
padding-bottom:0;
}
      .case-bg .color-accent-2.gradient,
    .case-bg .color-accent-2,
 .case-bg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/view-as-case.jpg?v=1713184838) !important;
 }
   .template-cart.case-bg .color-accent-2,
 .template-cart.case-bg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/view-as-case.jpg?v=1713184838) !important;
 }
          /* for straight-rows-ar-bg image */
.straight-rows-ar-bg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.straight-rows-ar-bg #shopify-section-template--16413336469754__main,
 .straight-rows-ar-bg section-template--16435440976122__rich_text-padding,
.straight-rows-ar-bg #shopify-section-template--16413335978234__main,
.straight-rows-ar-bg .section-template--16435440976122__rich_text-padding,
  .straight-rows-ar-bg .stack-slider,
  .straight-rows-ar-bg .multicolumn,
  .straight-rows-ar-bg .gradient,
  .straight-rows-ar-bg main#MainContent,
  .straight-rows-ar-bg .rich-text.rich-text--full-width,
  .straight-rows-ar-bg .section-id-template--16435440976122__multicolumn,
  .straight-rows-ar-bg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .straight-rows-ar-bg .section-template--16413336371450__1657367017bd820a4d-padding,
  .straight-rows-ar-bg .collage-hover-cls,
  .straight-rows-ar-bg .section-id-template--16413336371450__multicolumn,
  .straight-rows-ar-bg .sound-cloud,
  .straight-rows-ar-bg .foursixty-section,
  .straight-rows-ar-bg #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:url(/cdn/shop/files/373_six_wallpapers-04.png?v=1713184349) no-repeat center  center/cover   !important;
}
.straight-rows-ar-bg .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.straight-rows-ar-bg sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.straight-rows-ar-bg main#MainContent.content-for-layout.focus-none.about-us,
.straight-rows-ar-bg.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.straight-rows-ar-bg main#MainContent {
    background: transparent !important;
padding-bottom:0;
}
      .straight-rows-ar-bg .color-accent-2.gradient,
    .straight-rows-ar-bg .color-accent-2,
 .straight-rows-ar-bg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/373_six_wallpapers-04.png?v=1713184349) !important;
 }
   .template-cart.straight-rows-ar-bg .color-accent-2,
 .template-cart.straight-rows-ar-bg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/373_six_wallpapers-04.png?v=1713184349) !important;
 }

          /* for straight-rows-ar-bgg image */
.straight-rows-ar-bgg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.straight-rows-ar-bgg #shopify-section-template--16413336469754__main,
 .straight-rows-ar-bgg section-template--16435440976122__rich_text-padding,
.straight-rows-ar-bgg #shopify-section-template--16413335978234__main,
.straight-rows-ar-bgg .section-template--16435440976122__rich_text-padding,
  .straight-rows-ar-bgg .stack-slider,
  .straight-rows-ar-bgg .multicolumn,
  .straight-rows-ar-bgg .gradient,
  .straight-rows-ar-bgg main#MainContent,
  .straight-rows-ar-bgg .rich-text.rich-text--full-width,
  .straight-rows-ar-bgg .section-id-template--16435440976122__multicolumn,
  .straight-rows-ar-bgg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .straight-rows-ar-bgg .section-template--16413336371450__1657367017bd820a4d-padding,
  .straight-rows-ar-bgg .collage-hover-cls,
  .straight-rows-ar-bgg .section-id-template--16413336371450__multicolumn,
  .straight-rows-ar-bgg .sound-cloud,
  .straight-rows-ar-bgg .foursixty-section,
  .straight-rows-ar-bgg #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:url(/cdn/shop/files/373_six_wallpapers-04.png?v=1713184349) no-repeat center  center/cover   !important;
}
.straight-rows-ar-bgg .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.straight-rows-ar-bgg sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.straight-rows-ar-bgg main#MainContent.content-for-layout.focus-none.about-us,
.straight-rows-ar-bgg.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.straight-rows-ar-bgg main#MainContent {
    background: transparent !important;
padding-bottom:0;
}
      .straight-rows-ar-bgg .color-accent-2.gradient,
    .straight-rows-ar-bgg .color-accent-2,
 .straight-rows-ar-bgg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/373_six_wallpapers-04.png?v=1713184349) !important;
 }
   .template-cart.straight-rows-ar-bgg .color-accent-2,
 .template-cart.straight-rows-ar-bgg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/373_six_wallpapers-04.png?v=1713184349) !important;
 }
      
          /* for custom-vector-1-bg image */
.custom-vector-1-bg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.custom-vector-1-bg #shopify-section-template--16413336469754__main,
 .custom-vector-1-bg section-template--16435440976122__rich_text-padding,
.custom-vector-1-bg #shopify-section-template--16413335978234__main,
.custom-vector-1-bg .section-template--16435440976122__rich_text-padding,
  .custom-vector-1-bg .stack-slider,
  .custom-vector-1-bg .multicolumn,
  .custom-vector-1-bg .gradient,
  .custom-vector-1-bg main#MainContent,
  .custom-vector-1-bg .rich-text.rich-text--full-width,
  .custom-vector-1-bg .section-id-template--16435440976122__multicolumn,
  .custom-vector-1-bg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .custom-vector-1-bg .section-template--16413336371450__1657367017bd820a4d-padding,
  .custom-vector-1-bg .collage-hover-cls,
  .custom-vector-1-bg .section-id-template--16413336371450__multicolumn,
  .custom-vector-1-bg .sound-cloud,
  .custom-vector-1-bg .foursixty-section,
  .custom-vector-1-bg #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:url(/cdn/shop/files/373_six_wallpapers-06.png?v=1713184346) no-repeat center  center/cover   !important;
}
.custom-vector-1-bg .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.custom-vector-1-bg sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.custom-vector-1-bg main#MainContent.content-for-layout.focus-none.about-us,
.custom-vector-1-bg.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.custom-vector-1-bg main#MainContent {
    background: transparent !important;
padding-bottom:0;
}
      .custom-vector-1-bg .color-accent-2.gradient,
    .custom-vector-1-bg .color-accent-2,
 .custom-vector-1-bg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/373_six_wallpapers-06.png?v=1713184346) !important;
 }
   .template-cart.custom-vector-1-bg .color-accent-2,
 .template-cart.custom-vector-1-bg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/373_six_wallpapers-06.png?v=1713184346) !important;
 }
            /* for popup-cross-bg image */
.popup-bggg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.popup-bggg #shopify-section-template--16413336469754__main,
 .popup-bggg section-template--16435440976122__rich_text-padding,
.popup-bggg #shopify-section-template--16413335978234__main,
.popup-bggg .section-template--16435440976122__rich_text-padding,
  .popup-bggg .stack-slider,
  .popup-bggg .multicolumn,
  .popup-bggg .gradient,
  .popup-bggg main#MainContent,
  .popup-bggg .rich-text.rich-text--full-width,
  .popup-bggg .section-id-template--16435440976122__multicolumn,
  .popup-bggg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .popup-bggg .section-template--16413336371450__1657367017bd820a4d-padding,
  .popup-bggg .collage-hover-cls,
  .popup-bggg .section-id-template--16413336371450__multicolumn,
  .popup-bggg .sound-cloud,
  .popup-bggg .foursixty-section,
  .popup-bggg #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:url(/cdn/shop/files/285_7_wallpapers-07.png?v=1714046185) no-repeat center  center/cover   !important;
}
.popup-bggg .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.popup-bggg sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.popup-bggg main#MainContent.content-for-layout.focus-none.about-us,
.popup-bggg.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.popup-bggg main#MainContent {
    background: transparent !important;
padding-bottom:0;
}
      .popup-bggg .color-accent-2.gradient,
    .popup-bggg .color-accent-2,
 .popup-bggg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/285_7_wallpapers_svg_07b.png?v=1714044085) !important;
 }
   .template-cart.popup-bggg .color-accent-2,
 .template-cart.popup-bggg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/285_7_wallpapers-07.png?v=1714046185) !important;
 }
            /* for custom-vector-2-bg image */
.custom-vector-2-bg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.custom-vector-2-bg #shopify-section-template--16413336469754__main,
 .custom-vector-2-bg section-template--16435440976122__rich_text-padding,
.custom-vector-2-bg #shopify-section-template--16413335978234__main,
.custom-vector-2-bg .section-template--16435440976122__rich_text-padding,
  .custom-vector-2-bg .stack-slider,
  .custom-vector-2-bg .multicolumn,
  .custom-vector-2-bg .gradient,
  .custom-vector-2-bg main#MainContent,
  .custom-vector-2-bg .rich-text.rich-text--full-width,
  .custom-vector-2-bg .section-id-template--16435440976122__multicolumn,
  .custom-vector-2-bg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .custom-vector-2-bg .section-template--16413336371450__1657367017bd820a4d-padding,
  .custom-vector-2-bg .collage-hover-cls,
  .custom-vector-2-bg .section-id-template--16413336371450__multicolumn,
  .custom-vector-2-bg .sound-cloud,
  .custom-vector-2-bg .foursixty-section,
  .custom-vector-2-bg #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:url(/cdn/shop/files/373_six_wallpapers-07.png?v=1713184345) no-repeat center  center/cover   !important;
}
.custom-vector-2-bg .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.custom-vector-2-bg sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.custom-vector-2-bg main#MainContent.content-for-layout.focus-none.about-us,
.custom-vector-2-bg.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.custom-vector-2-bg main#MainContent {
    background: transparent !important;
padding-bottom:0;
}
      .custom-vector-2-bg .color-accent-2.gradient,
    .custom-vector-2-bg .color-accent-2,
 .custom-vector-2-bg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/373_six_wallpapers-07.png?v=1713184345) !important;
 }
   .template-cart.custom-vector-2-bg .color-accent-2,
 .template-cart.custom-vector-2-bg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/373_six_wallpapers-07.png?v=1713184345) !important;
 }
              /* for bar-down-ar-bg image */
.bar-down-ar-bg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.bar-down-ar-bg #shopify-section-template--16413336469754__main,
 .bar-down-ar-bg section-template--16435440976122__rich_text-padding,
.bar-down-ar-bg #shopify-section-template--16413335978234__main,
.bar-down-ar-bg .section-template--16435440976122__rich_text-padding,
  .bar-down-ar-bg .stack-slider,
  .bar-down-ar-bg .multicolumn,
  .bar-down-ar-bg .gradient,
  .bar-down-ar-bg main#MainContent,
  .bar-down-ar-bg .rich-text.rich-text--full-width,
  .bar-down-ar-bg .section-id-template--16435440976122__multicolumn,
  .bar-down-ar-bg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .bar-down-ar-bg .section-template--16413336371450__1657367017bd820a4d-padding,
  .bar-down-ar-bg .collage-hover-cls,
  .bar-down-ar-bg .section-id-template--16413336371450__multicolumn,
  .bar-down-ar-bg .sound-cloud,
  .bar-down-ar-bg .foursixty-section,
  .bar-down-ar-bg #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:url(/cdn/shop/files/373_six_wallpapers-02.png?v=1713184348) no-repeat center  center/cover   !important;
}
.bar-down-ar-bg .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.bar-down-ar-bg sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.bar-down-ar-bg main#MainContent.content-for-layout.focus-none.about-us,
.bar-down-ar-bg.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.bar-down-ar-bg main#MainContent {
    background: transparent !important;
padding-bottom:0;
}
      .bar-down-ar-bg .color-accent-2.gradient,
    .bar-down-ar-bg .color-accent-2,
 .bar-down-ar-bg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/373_six_wallpapers-02.png?v=1713184348) !important;
 }
   .template-cart.bar-down-ar-bg .color-accent-2,
 .template-cart.bar-down-ar-bg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/373_six_wallpapers-02.png?v=1713184348) !important;
 }

    /* login bg image */
.sign-in-bg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.sign-in-bg #shopify-section-template--16413336469754__main,
 .sign-in-bg section-template--16435440976122__rich_text-padding,
.sign-in-bg #shopify-section-template--16413335978234__main,
.sign-in-bg .section-template--16435440976122__rich_text-padding,
  .sign-in-bg .stack-slider,
  .sign-in-bg .multicolumn,
  .sign-in-bg .gradient,
  .sign-in-bg main#MainContent,
  .sign-in-bg .rich-text.rich-text--full-width,
  .sign-in-bg .section-id-template--16435440976122__multicolumn,
  .sign-in-bg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .sign-in-bg .section-template--16413336371450__1657367017bd820a4d-padding,
  .sign-in-bg .collage-hover-cls,
  .sign-in-bg .section-id-template--16413336371450__multicolumn,
  .sign-in-bg .sound-cloud,
  .sign-in-bg .foursixty-section,
  .sign-in-bg .custom-breadcrumbs-inner,
  .sign-in-bg #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:url(/cdn/shop/files/185_3_wallpapers-01.png?v=1695120194) no-repeat center  center/cover   !important;
}
.sign-in-bg .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.sign-in-bg sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.sign-in-bg main#MainContent.content-for-layout.focus-none.about-us,
.sign-in-bg.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.sign-in-bg main#MainContent {
    background: transparent !important;
padding-bottom:0;
}
      .sign-in-bg .color-accent-2.gradient,
    .sign-in-bg .color-accent-2,
 .sign-in-bg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/185_3_wallpapers_white-01.png?v=1695120190) !important;
 }
   .template-cart.sign-in-bg .color-accent-2,
 .template-cart.sign-in-bg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/185_3_wallpapers-01.png?v=1695120194) !important;
 }
        /* register bg image */
.register-bg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.register-bg #shopify-section-template--16413336469754__main,
 .register-bg section-template--16435440976122__rich_text-padding,
.register-bg #shopify-section-template--16413335978234__main,
.register-bg .section-template--16435440976122__rich_text-padding,
  .register-bg .stack-slider,
  .register-bg .multicolumn,
  .register-bg .gradient,
  .register-bg main#MainContent,
  .register-bg .rich-text.rich-text--full-width,
  .register-bg .section-id-template--16435440976122__multicolumn,
  .register-bg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .register-bg .section-template--16413336371450__1657367017bd820a4d-padding,
  .register-bg .collage-hover-cls,
  .register-bg .section-id-template--16413336371450__multicolumn,
  .register-bg .sound-cloud,
  .register-bg .foursixty-section,
  .register-bg .custom-breadcrumbs-inner,
  .register-bg #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:url(/cdn/shop/files/185_25203_2520wallpapers-02.png?v=1695121004) no-repeat center  center/cover   !important;
}
.register-bg .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.register-bg sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.register-bg main#MainContent.content-for-layout.focus-none.about-us,
.register-bg.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.register-bg main#MainContent {
    background: transparent !important;
padding-bottom:0;
}
      .register-bg .color-accent-2.gradient,
    .register-bg .color-accent-2,
 .register-bg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/185_3_wallpapers_white-02.png?v=1695121026) !important;
 }
   .template-cart.register-bg .color-accent-2,
 .template-cart.register-bg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/185_25203_2520wallpapers-02.png?v=1695121004) !important;
 }
        /* discover bg image */
.discover-bg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.discover-bg #shopify-section-template--16413336469754__main,
 .discover-bg section-template--16435440976122__rich_text-padding,
.discover-bg #shopify-section-template--16413335978234__main,
.discover-bg .section-template--16435440976122__rich_text-padding,
  .discover-bg .stack-slider,
  .discover-bg .multicolumn,
  .discover-bg .gradient,
  .discover-bg main#MainContent,
  .discover-bg .rich-text.rich-text--full-width,
  .discover-bg .section-id-template--16435440976122__multicolumn,
  .discover-bg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .discover-bg .section-template--16413336371450__1657367017bd820a4d-padding,
  .discover-bg .collage-hover-cls,
  .discover-bg .section-id-template--16413336371450__multicolumn,
  .discover-bg .sound-cloud,
  .discover-bg .foursixty-section,
  .discover-bg .custom-breadcrumbs-inner,
  .discover-bg #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:url(/cdn/shop/files/185_25203_2520wallpapers-03.png?v=1695121049) no-repeat center  center/cover   !important;
}
.discover-bg .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.discover-bg sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.discover-bg main#MainContent.content-for-layout.focus-none.about-us,
.discover-bg.template-page-contact main#MainContent .gradient{
background:none !important;

}
    span.xxxx {
    display: none;
}
    .quick-view.quickbuy:hover .xxxx{
      display: block;
    }
    .quick-view.quickbuy:hover .yyy{
      display: none;
    }
   .quick-view.quickbuy .xxxx svg{
    width: 90px !important;
    top: -15px !important;
    left: -15px !important;
}
body.gradient.template-index.swym-ready.discover-bg main#MainContent {
    background: transparent !important;
padding-bottom:0;
}
      .discover-bg .color-accent-2.gradient,
    .discover-bg .color-accent-2,
 .discover-bg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/185_25203_2520wallpapers_2520white-03.png?v=1695121069) !important;
 }
   .template-cart.discover-bg .color-accent-2,
 .template-cart.discover-bg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/185_25203_2520wallpapers-03.png?v=1695121049) !important;
 }
   /* owl-prev/owl-next bg image  */
.owl-btn-bg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.owl-btn-bg #shopify-section-template--16413336469754__main,
 .owl-btn-bg section-template--16435440976122__rich_text-padding,
.owl-btn-bg #shopify-section-template--16413335978234__main,
.owl-btn-bg .section-template--16435440976122__rich_text-padding,
  .owl-btn-bg .stack-slider,
  .owl-btn-bg .multicolumn,
  .owl-btn-bg .gradient,
  .owl-btn-bg main#MainContent,
  .owl-btn-bg .rich-text.rich-text--full-width,
  .owl-btn-bg .section-id-template--16435440976122__multicolumn,
  .owl-btn-bg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .owl-btn-bg .section-template--16413336371450__1657367017bd820a4d-padding,
  .owl-btn-bg .collage-hover-cls,
  .owl-btn-bg .section-id-template--16413336371450__multicolumn,
  .owl-btn-bg .sound-cloud,
  .owl-btn-bg .foursixty-section,
  .owl-btn-bg .custom-breadcrumbs-inner,
  .owl-btn-bg #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:url(/cdn/shop/files/198_25202_2520wallpapers-02.png?v=1695807501) no-repeat center  center/cover   !important;
}
.owl-btn-bg .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.owl-btn-bg sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.owl-btn-bg main#MainContent.content-for-layout.focus-none.about-us,
.owl-btn-bg.template-page-contact main#MainContent .gradient{
background:none !important;

}
    span.xxxx {
    display: none;
}
    .quick-view.quickbuy:hover .xxxx{
      display: block;
    }
    .quick-view.quickbuy:hover .yyy{
      display: none;
    }
   .quick-view.quickbuy .xxxx svg{
    width: 90px !important;
    top: -15px !important;
    left: -15px !important;
}
body.gradient.template-index.swym-ready.owl-btn-bg main#MainContent {
    background: transparent !important;
padding-bottom:0;
}
      .owl-btn-bg .color-accent-2.gradient,
    .owl-btn-bg .color-accent-2,
 .owl-btn-bg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/198_25202_2520wallpapers-04.png?v=1695807501) !important;
 }
   .template-cart.owl-btn-bg .color-accent-2,
 .template-cart.owl-btn-bg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/198_25202_2520wallpapers-02.png?v=1695807501) !important;
 }
   /* toggle/forgot password bg image  */
.t-password-bg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.t-password-bg #shopify-section-template--16413336469754__main,
 .t-password-bg section-template--16435440976122__rich_text-padding,
.t-password-bg #shopify-section-template--16413335978234__main,
.t-password-bg .section-template--16435440976122__rich_text-padding,
  .t-password-bg .stack-slider,
  .t-password-bg .multicolumn,
  .t-password-bg .gradient,
  .t-password-bg main#MainContent,
  .t-password-bg .rich-text.rich-text--full-width,
  .t-password-bg .section-id-template--16435440976122__multicolumn,
  .t-password-bg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .t-password-bg .section-template--16413336371450__1657367017bd820a4d-padding,
  .t-password-bg .collage-hover-cls,
  .t-password-bg .section-id-template--16413336371450__multicolumn,
  .t-password-bg .sound-cloud,
  .t-password-bg .foursixty-section,
  .t-password-bg .custom-breadcrumbs-inner,
  .t-password-bg #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:url(/cdn/shop/files/198_25202_2520wallpapers-01.png?v=1695807501) no-repeat center  center/cover   !important;
}
.t-password-bg .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.t-password-bg sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.t-password-bg main#MainContent.content-for-layout.focus-none.about-us,
.t-password-bg.template-page-contact main#MainContent .gradient{
background:none !important;

}
    span.xxxx {
    display: none;
}
    .quick-view.quickbuy:hover .xxxx{
      display: block;
    }
    .quick-view.quickbuy:hover .yyy{
      display: none;
    }
   .quick-view.quickbuy .xxxx svg{
    width: 90px !important;
    top: -15px !important;
    left: -15px !important;
}
body.gradient.template-index.swym-ready.t-password-bg main#MainContent {
    background: transparent !important;
padding-bottom:0;
}
      .t-password-bg .color-accent-2.gradient,
    .t-password-bg .color-accent-2,
 .t-password-bg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/198_25202_2520wallpapers-03.png?v=1695807500) !important;
 }
   .template-cart.t-password-bg .color-accent-2,
 .template-cart.t-password-bg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/198_25202_2520wallpapers-01.png?v=1695807501) !important;
 }   
     /* owl-prev/owl-next bg image  */
.t-password-bg2 #shopify-section-template--16413336469754__1656242926b9ab6da6,
.t-password-bg2 #shopify-section-template--16413336469754__main,
 .t-password-bg2 section-template--16435440976122__rich_text-padding,
.t-password-bg2 #shopify-section-template--16413335978234__main,
.t-password-bg2 .section-template--16435440976122__rich_text-padding,
  .t-password-bg2 .stack-slider,
  .t-password-bg2 .multicolumn,
  .t-password-bg2 .gradient,
  .t-password-bg2 main#MainContent,
  .t-password-bg2 .rich-text.rich-text--full-width,
  .t-password-bg2 .section-id-template--16435440976122__multicolumn,
  .t-password-bg2 #shopify-section-template--16413336371450__16573132006c7cdfec,
  .t-password-bg2 .section-template--16413336371450__1657367017bd820a4d-padding,
  .t-password-bg2 .collage-hover-cls,
  .t-password-bg2 .section-id-template--16413336371450__multicolumn,
  .t-password-bg2 .sound-cloud,
  .t-password-bg2 .foursixty-section,
  .t-password-bg2 .custom-breadcrumbs-inner,
  .t-password-bg2 #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:url(/cdn/shop/files/198_25202_2520wallpapers-01.png?v=1695807501) no-repeat center  center/cover   !important;
}
.t-password-bg2 .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.t-password-bg2 sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.t-password-bg2 main#MainContent.content-for-layout.focus-none.about-us,
.t-password-bg2.template-page-contact main#MainContent .gradient{
background:none !important;

}
    span.xxxx {
    display: none;
}
    .quick-view.quickbuy:hover .xxxx{
      display: block;
    }
    .quick-view.quickbuy:hover .yyy{
      display: none;
    }
   .quick-view.quickbuy .xxxx svg{
    width: 90px !important;
    top: -15px !important;
    left: -15px !important;
}
body.gradient.template-index.swym-ready.t-password-bg2 main#MainContent {
    background: transparent !important;
padding-bottom:0;
}
      .t-password-bg2 .color-accent-2.gradient,
    .t-password-bg2 .color-accent-2,
 .t-password-bg2 .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/198_25202_2520wallpapers-03.png?v=1695807500) !important;
 }
   .template-cart.t-password-bg2 .color-accent-2,
 .template-cart.t-password-bg2 .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/198_25202_2520wallpapers-01.png?v=1695807501) !important;
 }
        /* earth-data-ar-bg img */
.earth-data-ar-bg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.earth-data-ar-bg #shopify-section-template--16413336469754__main,
 .earth-data-ar-bg section-template--16435440976122__rich_text-padding,
.earth-data-ar-bg #shopify-section-template--16413335978234__main,
.earth-data-ar-bg .section-template--16435440976122__rich_text-padding,
  .earth-data-ar-bg .stack-slider,
  .earth-data-ar-bg .multicolumn,
  .earth-data-ar-bg .gradient,
  .earth-data-ar-bg main#MainContent,
  .earth-data-ar-bg .rich-text.rich-text--full-width,
  .earth-data-ar-bg .section-id-template--16435440976122__multicolumn,
  .earth-data-ar-bg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .earth-data-ar-bg .section-template--16413336371450__1657367017bd820a4d-padding,
  .earth-data-ar-bg .collage-hover-cls,
  .earth-data-ar-bg .section-id-template--16413336371450__multicolumn,
  .earth-data-ar-bg .sound-cloud,
  .earth-data-ar-bg .custom-cover-page,
  .earth-data-ar-bg .foursixty-section,
      .earth-data-ar-bg #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/192_5_logos-03.png?v=1695811746) !important;
}  
.earth-data-ar-bg .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.earth-data-ar-bg sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.earth-data-ar-bg main#MainContent.content-for-layout.focus-none.about-us,
.earth-data-ar-bg.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.earth-data-ar-bg main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.earth-data-ar-bg main#MainContent {
padding-bottom:0;
}
      .earth-data-ar-bg .color-accent-2.gradient,
    .earth-data-ar-bg .color-accent-2,
 .earth-data-ar-bg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/192_5_logos-03.png?v=1695811746) !important;
 }

     .template-cart.earth-data-ar-bg .color-accent-2,
 .template-cart.earth-data-ar-bg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/192_5_logos-03.png?v=1695811746) !important;
 }
         /* bar_above_bredcrumb-bg img */
.bar_above_bredcrumb-bg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.bar_above_bredcrumb-bg #shopify-section-template--16413336469754__main,
 .bar_above_bredcrumb-bg section-template--16435440976122__rich_text-padding,
.bar_above_bredcrumb-bg #shopify-section-template--16413335978234__main,
.bar_above_bredcrumb-bg .section-template--16435440976122__rich_text-padding,
  .bar_above_bredcrumb-bg .stack-slider,
  .bar_above_bredcrumb-bg .multicolumn,
  .bar_above_bredcrumb-bg .gradient,
  .bar_above_bredcrumb-bg main#MainContent,
  .bar_above_bredcrumb-bg .rich-text.rich-text--full-width,
  .bar_above_bredcrumb-bg .section-id-template--16435440976122__multicolumn,
  .bar_above_bredcrumb-bg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .bar_above_bredcrumb-bg .section-template--16413336371450__1657367017bd820a4d-padding,
  .bar_above_bredcrumb-bg .collage-hover-cls,
  .bar_above_bredcrumb-bg .section-id-template--16413336371450__multicolumn,
  .bar_above_bredcrumb-bg .sound-cloud,
  .bar_above_bredcrumb-bg .foursixty-section,
      .bar_above_bredcrumb-bg #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/192_5_logos-04.png?v=1695811747) !important;
}  
.bar_above_bredcrumb-bg .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.bar_above_bredcrumb-bg sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.bar_above_bredcrumb-bg main#MainContent.content-for-layout.focus-none.about-us,
.bar_above_bredcrumb-bg.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.bar_above_bredcrumb-bg main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.bar_above_bredcrumb-bg main#MainContent {
padding-bottom:0;
}
      .bar_above_bredcrumb-bg .color-accent-2.gradient,
    .bar_above_bredcrumb-bg .color-accent-2,
 .bar_above_bredcrumb-bg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/192_5_logos-04.png?v=1695811747) !important;
 }

     .template-cart.bar_above_bredcrumb-bg .color-accent-2,
 .template-cart.bar_above_bredcrumb-bg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/192_5_logos-04.png?v=1695811747) !important;
 }
    /* quickbuy-container-bg img */
.quickbuy-container-bg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.quickbuy-container-bg #shopify-section-template--16413336469754__main,
 .quickbuy-container-bg section-template--16435440976122__rich_text-padding,
.quickbuy-container-bg #shopify-section-template--16413335978234__main,
.quickbuy-container-bg .section-template--16435440976122__rich_text-padding,
  .quickbuy-container-bg .stack-slider,
  .quickbuy-container-bg .multicolumn,
  .quickbuy-container-bg .gradient,
  .quickbuy-container-bg main#MainContent,
  .quickbuy-container-bg .rich-text.rich-text--full-width,
  .quickbuy-container-bg .section-id-template--16435440976122__multicolumn,
  .quickbuy-container-bg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .quickbuy-container-bg .section-template--16413336371450__1657367017bd820a4d-padding,
  .quickbuy-container-bg .collage-hover-cls,
  .quickbuy-container-bg .section-id-template--16413336371450__multicolumn,
  .quickbuy-container-bg .sound-cloud,
  .quickbuy-container-bg .foursixty-section,
      .quickbuy-container-bg #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/192_5_logos-05.png?v=1695811747) !important;
}  
.quickbuy-container-bg .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.quickbuy-container-bg sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.quickbuy-container-bg main#MainContent.content-for-layout.focus-none.about-us,
.quickbuy-container-bg.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.quickbuy-container-bg main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.quickbuy-container-bg main#MainContent {
padding-bottom:0;
}
      .quickbuy-container-bg .color-accent-2.gradient,
    .quickbuy-container-bg .color-accent-2,
 .quickbuy-container-bg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/192_5_logos-05.png?v=1695811747) !important;
 }

     .template-cart.quickbuy-container-bg .color-accent-2,
 .template-cart.quickbuy-container-bg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/192_5_logos-05.png?v=1695811747) !important;
 }    
            /* Artifacts bg img */
.artifacts-bg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.artifacts-bg #shopify-section-template--16413336469754__main,
 .artifacts-bg section-template--16435440976122__rich_text-padding,
.artifacts-bg #shopify-section-template--16413335978234__main,
.artifacts-bg .section-template--16435440976122__rich_text-padding,
  .artifacts-bg .stack-slider,
  .artifacts-bg .multicolumn,
  .artifacts-bg .gradient,
  .artifacts-bg main#MainContent,
  .artifacts-bg .rich-text.rich-text--full-width,
  .artifacts-bg .section-id-template--16435440976122__multicolumn,
  .artifacts-bg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .artifacts-bg .section-template--16413336371450__1657367017bd820a4d-padding,
  .artifacts-bg .collage-hover-cls,
  .artifacts-bg .section-id-template--16413336371450__multicolumn,
  .artifacts-bg .sound-cloud,
  .artifacts-bg .foursixty-section,
      .artifacts-bg #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/192_5_logos-02.png?v=1695811748) !important;
}  
.artifacts-bg .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.artifacts-bg sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.artifacts-bg main#MainContent.content-for-layout.focus-none.about-us,
.artifacts-bg.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.artifacts-bg main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.artifacts-bg main#MainContent {
padding-bottom:0;
}
      .artifacts-bg .color-accent-2.gradient,
    .artifacts-bg .color-accent-2,
 .artifacts-bg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/192_5_logos-02.png?v=1695811748) !important;
 }

     .template-cart.artifacts-bg .color-accent-2,
 .template-cart.artifacts-bg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/192_5_logos-02.png?v=1695811748) !important;
 }
        /* Unfollow img */
.unfollow-img #shopify-section-template--16413336469754__1656242926b9ab6da6,
.unfollow-img #shopify-section-template--16413336469754__main,
 .unfollow-img section-template--16435440976122__rich_text-padding,
.unfollow-img #shopify-section-template--16413335978234__main,
.unfollow-img .section-template--16435440976122__rich_text-padding,
  .unfollow-img .stack-slider,
  .unfollow-img .multicolumn,
  .unfollow-img main#MainContent,
  .unfollow-img .rich-text.rich-text--full-width,
  .unfollow-img .section-id-template--16435440976122__multicolumn,
  .unfollow-img #shopify-section-template--16413336371450__16573132006c7cdfec,
  .unfollow-img .section-template--16413336371450__1657367017bd820a4d-padding,
  .unfollow-img .collage-hover-cls,
  .unfollow-img .section-id-template--16413336371450__multicolumn,
  .unfollow-img .sound-cloud,
  .unfollow-img .foursixty-section,
      .unfollow-img #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/243_8_wallpapers-04.png?v=1701687098) !important;
}  

.unfollow-img .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.unfollow-img sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}

.unfollow-img main#MainContent.content-for-layout.focus-none.about-us,
.unfollow-img.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.unfollow-img main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.unfollow-img main#MainContent {
padding-bottom:0;
}
      .unfollow-img .color-accent-2.gradient,
    .unfollow-img .color-accent-2,
 .unfollow-img .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/243_8_wallpapers-04.png?v=1701687098) !important;
 }
 
     .template-cart.unfollow-img .color-accent-2,
 .template-cart.unfollow-img .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/243_8_wallpapers-04.png?v=1701687098) !important;
 }
                   /* Quick View bg */
.qw-bg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.qw-bg #shopify-section-template--16413336469754__main,
 .qw-bg section-template--16435440976122__rich_text-padding,
.qw-bg #shopify-section-template--16413335978234__main,
.qw-bg .section-template--16435440976122__rich_text-padding,
  .qw-bg .stack-slider,
  .qw-bg .multicolumn,
  .qw-bg main#MainContent,
  .qw-bg .rich-text.rich-text--full-width,
  .qw-bg .section-id-template--16435440976122__multicolumn,
  .qw-bg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .qw-bg .section-template--16413336371450__1657367017bd820a4d-padding,
  .qw-bg .collage-hover-cls,
  .qw-bg .section-id-template--16413336371450__multicolumn,
  .qw-bg .sound-cloud,
  .qw-bg .foursixty-section,
      .qw-bg #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/243_8_wallpapers-01.png?v=1701687098) !important;
}  

.qw-bg .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.qw-bg sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}

.qw-bg main#MainContent.content-for-layout.focus-none.about-us,
.qw-bg.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.qw-bg main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.qw-bg main#MainContent {
padding-bottom:0;
}
      .qw-bg .color-accent-2.gradient,
    .qw-bg .color-accent-2,
 .qw-bg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/243_8_wallpapers_White-01-01.png?v=1701687098) !important;
 }
 
     .template-cart.qw-bg .color-accent-2,
 .template-cart.qw-bg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/243_8_wallpapers-01.png?v=1701687098) !important;
 }
            /* event pic img */
.ep-img #shopify-section-template--16413336469754__1656242926b9ab6da6,
.ep-img #shopify-section-template--16413336469754__main,
 .ep-img section-template--16435440976122__rich_text-padding,
.ep-img #shopify-section-template--16413335978234__main,
.ep-img .section-template--16435440976122__rich_text-padding,
  .ep-img .stack-slider,
  .ep-img .multicolumn,
  .ep-img main#MainContent,
  .ep-img .rich-text.rich-text--full-width,
  .ep-img .section-id-template--16435440976122__multicolumn,
  .ep-img #shopify-section-template--16413336371450__16573132006c7cdfec,
  .ep-img .section-template--16413336371450__1657367017bd820a4d-padding,
  .ep-img .collage-hover-cls,
  .ep-img .section-id-template--16413336371450__multicolumn,
  .ep-img .sound-cloud,
  .ep-img .foursixty-section,
      .ep-img #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/243_8_wallpapers-05.png?v=1701687098) !important;
}  

.ep-img .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.ep-img sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}

.ep-img main#MainContent.content-for-layout.focus-none.about-us,
.ep-img.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.ep-img main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.ep-img main#MainContent {
padding-bottom:0;
}
      .ep-img .color-accent-2.gradient,
    .ep-img .color-accent-2,
 .ep-img .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/243_8_wallpapers-05.png?v=1701687098) !important;
 }
 
     .template-cart.ep-img .color-accent-2,
 .template-cart.ep-img .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/243_8_wallpapers-05.png?v=1701687098) !important;
 }
            /* Onclick event pic img */
.ep-imgg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.ep-imgg #shopify-section-template--16413336469754__main,
 .ep-imgg section-template--16435440976122__rich_text-padding,
.ep-imgg #shopify-section-template--16413335978234__main,
.ep-imgg .section-template--16435440976122__rich_text-padding,
  .ep-imgg .stack-slider,
  .ep-imgg .multicolumn,
  .ep-imgg main#MainContent,
  .ep-imgg .rich-text.rich-text--full-width,
  .ep-imgg .section-id-template--16435440976122__multicolumn,
  .ep-imgg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .ep-imgg .section-template--16413336371450__1657367017bd820a4d-padding,
  .ep-imgg .collage-hover-cls,
  .ep-imgg .section-id-template--16413336371450__multicolumn,
  .ep-imgg .sound-cloud,
  .ep-imgg .foursixty-section,
      .ep-imgg #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/243_8_wallpapers-05.png?v=1701687098) !important;
}  

.ep-imgg .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.ep-imgg sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}

.ep-imgg main#MainContent.content-for-layout.focus-none.about-us,
.ep-imgg.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.ep-imgg main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.ep-imgg main#MainContent {
padding-bottom:0;
}
      .ep-imgg .color-accent-2.gradient,
    .ep-imgg .color-accent-2,
 .ep-imgg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/243_8_wallpapers-05.png?v=1701687098) !important;
 }
 
     .template-cart.ep-imgg .color-accent-2,
 .template-cart.ep-imgg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/243_8_wallpapers-05.png?v=1701687098) !important;
 }

                /* index video bg img */
.vid-img #shopify-section-template--16413336469754__1656242926b9ab6da6,
.vid-img #shopify-section-template--16413336469754__main,
 .vid-img section-template--16435440976122__rich_text-padding,
.vid-img #shopify-section-template--16413335978234__main,
.vid-img .section-template--16435440976122__rich_text-padding,
  .vid-img .stack-slider,
  .vid-img .multicolumn,
  .vid-img main#MainContent,
  .vid-img .rich-text.rich-text--full-width,
  .vid-img .section-id-template--16435440976122__multicolumn,
  .vid-img #shopify-section-template--16413336371450__16573132006c7cdfec,
  .vid-img .section-template--16413336371450__1657367017bd820a4d-padding,
  .vid-img .collage-hover-cls,
  .vid-img .section-id-template--16413336371450__multicolumn,
  .vid-img .sound-cloud,
  .vid-img .foursixty-section,
      .vid-img #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/243_8_wallpapers-06.png?v=1701687098) !important;
}  

.vid-img .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.vid-img sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}

.vid-img main#MainContent.content-for-layout.focus-none.about-us,
.vid-img.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.vid-img main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.vid-img main#MainContent {
padding-bottom:0;
}
      .vid-img .color-accent-2.gradient,
    .vid-img .color-accent-2,
 .vid-img .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/243_8_wallpapers-06.png?v=1701687098) !important;
 }
 
     .template-cart.vid-img .color-accent-2,
 .template-cart.vid-img .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/243_8_wallpapers-06.png?v=1701687098) !important;
 }
    
                /* Breadcrumb bg img */
.brdc-img #shopify-section-template--16413336469754__1656242926b9ab6da6,
.brdc-img #shopify-section-template--16413336469754__main,
 .brdc-img section-template--16435440976122__rich_text-padding,
.brdc-img #shopify-section-template--16413335978234__main,
.brdc-img .section-template--16435440976122__rich_text-padding,
  .brdc-img .stack-slider,
  .brdc-img .multicolumn,
  .brdc-img main#MainContent,
  .brdc-img .rich-text.rich-text--full-width,
  .brdc-img .section-id-template--16435440976122__multicolumn,
  .brdc-img #shopify-section-template--16413336371450__16573132006c7cdfec,
  .brdc-img .section-template--16413336371450__1657367017bd820a4d-padding,
  .brdc-img .collage-hover-cls,
  .brdc-img .section-id-template--16413336371450__multicolumn,
  .brdc-img .sound-cloud,
  .brdc-img .foursixty-section,
      .brdc-img #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/243_8_wallpapers-07.png?v=1701687103) !important;
}  

.brdc-img .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.brdc-img sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}

.brdc-img main#MainContent.content-for-layout.focus-none.about-us,
.brdc-img.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.brdc-img main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.brdc-img main#MainContent {
padding-bottom:0;
}
      .brdc-img .color-accent-2.gradient,
    .brdc-img .color-accent-2,
 .brdc-img .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/243_8_wallpapers-07.png?v=1701687103) !important;
 }
 
     .template-cart.brdc-img .color-accent-2,
 .template-cart.brdc-img .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/243_8_wallpapers-07.png?v=1701687103) !important;
 }
                    /* Featured products view all bg img */
.fva-img #shopify-section-template--16413336469754__1656242926b9ab6da6,
.fva-img #shopify-section-template--16413336469754__main,
 .fva-img section-template--16435440976122__rich_text-padding,
.fva-img #shopify-section-template--16413335978234__main,
.fva-img .section-template--16435440976122__rich_text-padding,
  .fva-img .stack-slider,
  .fva-img .multicolumn,
  .fva-img main#MainContent,
  .fva-img .rich-text.rich-text--full-width,
  .fva-img .section-id-template--16435440976122__multicolumn,
  .fva-img #shopify-section-template--16413336371450__16573132006c7cdfec,
  .fva-img .section-template--16413336371450__1657367017bd820a4d-padding,
  .fva-img .collage-hover-cls,
  .fva-img .section-id-template--16413336371450__multicolumn,
  .fva-img .sound-cloud,
  .fva-img .foursixty-section,
      .fva-img #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/243_8_wallpapers-08.png?v=1701687098) !important;
}  

.fva-img .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.fva-img sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}

.fva-img main#MainContent.content-for-layout.focus-none.about-us,
.fva-img.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.fva-img main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.fva-img main#MainContent {
padding-bottom:0;
}
      .fva-img .color-accent-2.gradient,
    .fva-img .color-accent-2,
 .fva-img .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/243_8_wallpapers_White-01-02.png?v=1701687098) !important;
 }
 
     .template-cart.fva-img .color-accent-2,
 .template-cart.fva-img .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/243_8_wallpapers-08.png?v=1701687098) !important;
 }
                      /* Slide Show Link Button bg img */
.sslb-img #shopify-section-template--16413336469754__1656242926b9ab6da6,
.sslb-img #shopify-section-template--16413336469754__main,
 .sslb-img section-template--16435440976122__rich_text-padding,
.sslb-img #shopify-section-template--16413335978234__main,
.sslb-img .section-template--16435440976122__rich_text-padding,
  .sslb-img .stack-slider,
  .sslb-img .multicolumn,
  .sslb-img main#MainContent,
  .sslb-img .rich-text.rich-text--full-width,
  .sslb-img .section-id-template--16435440976122__multicolumn,
  .sslb-img #shopify-section-template--16413336371450__16573132006c7cdfec,
  .sslb-img .section-template--16413336371450__1657367017bd820a4d-padding,
  .sslb-img .collage-hover-cls,
  .sslb-img .section-id-template--16413336371450__multicolumn,
  .sslb-img .sound-cloud,
  .sslb-img .foursixty-section,
      .sslb-img #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/243_25208_2520wallpapers-09.png?v=1701708107) !important;
}  

.sslb-img .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.sslb-img sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}

.sslb-img main#MainContent.content-for-layout.focus-none.about-us,
.sslb-img.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.sslb-img main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.sslb-img main#MainContent {
padding-bottom:0;
}
      .sslb-img .color-accent-2.gradient,
    .sslb-img .color-accent-2,
 .sslb-img .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/243_25208_2520wallpapers-09.png?v=1701708107) !important;
 }
 
     .template-cart.sslb-img .color-accent-2,
 .template-cart.sslb-img .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/243_25208_2520wallpapers-09.png?v=1701708107) !important;
 }
    /*Track Button bg img */
.track-img #shopify-section-template--16413336469754__1656242926b9ab6da6,
.track-img #shopify-section-template--16413336469754__main,
 .track-img section-template--16435440976122__rich_text-padding,
.track-img #shopify-section-template--16413335978234__main,
.track-img .section-template--16435440976122__rich_text-padding,
  .track-img .stack-slider,
  .track-img .multicolumn,
  .track-img main#MainContent,
  .track-img .rich-text.rich-text--full-width,
  .track-img .section-id-template--16435440976122__multicolumn,
  .track-img #shopify-section-template--16413336371450__16573132006c7cdfec,
  .track-img .section-template--16413336371450__1657367017bd820a4d-padding,
  .track-img .collage-hover-cls,
  .track-img .section-id-template--16413336371450__multicolumn,
  .track-img .sound-cloud,
  .track-img .foursixty-section,
      .track-img #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/243_8_wallpapers-02.png?v=1701687099) !important;
}  

.track-img .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.track-img sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}

.track-img main#MainContent.content-for-layout.focus-none.about-us,
.track-img.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.track-img main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.track-img main#MainContent {
padding-bottom:0;
}
      .track-img .color-accent-2.gradient,
    .track-img .color-accent-2,
 .track-img .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/243_8_wallpapers-02.png?v=1701687099) !important;
 }
 
     .template-cart.track-img .color-accent-2,
 .template-cart.track-img .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/243_8_wallpapers-02.png?v=1701687099) !important;
 }
                /* look-book bg img */
.lookbook-image-bg #shopify-section-template--16413336469754__1656242926b9ab6da6,
.lookbook-image-bg #shopify-section-template--16413336469754__main,
 .lookbook-image-bg section-template--16435440976122__rich_text-padding,
.lookbook-image-bg #shopify-section-template--16413335978234__main,
.lookbook-image-bg .section-template--16435440976122__rich_text-padding,
  .lookbook-image-bg .stack-slider,
  .lookbook-image-bg .multicolumn,
  .lookbook-image-bg .gradient,
  .lookbook-image-bg main#MainContent,
  .lookbook-image-bg .rich-text.rich-text--full-width,
  .lookbook-image-bg .section-id-template--16435440976122__multicolumn,
  .lookbook-image-bg #shopify-section-template--16413336371450__16573132006c7cdfec,
  .lookbook-image-bg .section-template--16413336371450__1657367017bd820a4d-padding,
  .lookbook-image-bg .collage-hover-cls,
  .lookbook-image-bg .section-id-template--16413336371450__multicolumn,
  .lookbook-image-bg .sound-cloud,
  .lookbook-image-bg .foursixty-section,
      .lookbook-image-bg #shopify-section-template--16730936344826__166033849341c8ac19
    {
  background:center / cover no-repeat url(/cdn/shop/files/192_5_logos-01.png?v=1695811747) !important;
}  
.lookbook-image-bg .footer.color-inverse.gradient{
  background:rgba(18,18,18,1) !important;
}
.lookbook-image-bg sticky-header.header-wrapper.color-background-1.gradient{
  background:#fff !important;
}
.lookbook-image-bg main#MainContent.content-for-layout.focus-none.about-us,
.lookbook-image-bg.template-page-contact main#MainContent .gradient{
background:none !important;

}
body.gradient.template-index.swym-ready.lookbook-image-bg main#MainContent {
    background: transparent !important;
}
body.gradient.template-index.swym-ready.lookbook-image-bg main#MainContent {
padding-bottom:0;
}
      .lookbook-image-bg .color-accent-2.gradient,
    .lookbook-image-bg .color-accent-2,
 .lookbook-image-bg .feature-col{
     background:#3eaaea center / cover no-repeat url(/cdn/shop/files/192_5_logos-01.png?v=1695811747) !important;
 }

     .template-cart.lookbook-image-bg .color-accent-2,
 .template-cart.lookbook-image-bg .feature-col{
      background:center / cover no-repeat url(/cdn/shop/files/192_5_logos-01.png?v=1695811747) !important;
 } 
    
    span.xxxx {
    display: none;
}
    .quick-view.quickbuy:hover .xxxx{
      display: block;
    }
    .quick-view.quickbuy:hover .yyy{
      display: none;
    }
   .quick-view.quickbuy .xxxx svg{
       width: 90px !important;
    top: -8px !important;
    left: -15px !important;
}

    .quick-view.quickbuy .xxxx svg {
    width: 90px !important;
    top: -15px !important;
    left: -15px !important;
}
}
/* =========== hover-img.css file css end =========== */



.grid--5-col-desktop .product-grid-title a {
    font-size: 22px;
}
.grid--6-col-desktop .product-grid-title a {
    font-size: 15px;
}
.modal .product-grid-title {
    bottom: 40px;
    top: 30px;
    font-size: 10px;
}
.has-no-product:hover [data-remove] {
    display: inline-flex!important;
    position: absolute;
    left: 10px;
    top: 7px;
}
.has-product:hover [data-add] {
    display: inline-flex!important;
}
.has-product:hover [data-remove] {
    display: none!important;
}

.card-wrapper canvas {
    display: none;
}

/* .big-font-box * {
    margin-top: 10px;
}
.big-font-box {
    top: 0!important;
} */
.big-font-rounded {
    font-size: 33px;
}
.big-font-box {
    top: 0!important;
}
.big-font-box * {
    margin-top: -5px;
    display: inline-block;
}
.big-font-circle {
    font-size: 43px;
    margin-top: -13px;
    overflow: hidden;
    height: 48px;
}
.box-circle .arrow_counter {
    height: 30px;
    overflow: hidden;
}
.card__inner .button-add-remove-wishlist:hover {
    transform: scale(1.2);
}
.card__inner button.button-add-remove-wishlist {
    transition: 0.3s!important;
}
.card__inner .button-add-remove-wishlist:hover [data-remove] {
    left: 9.5px;
    top: 8px;
}
#custom-bd .breadcrumb-custom {
  padding-left: 0;
  padding-right: 0;
}
.breadcrumb_exclusive_container .z-idx {
  width: 100%;
}
p#productCount {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_container span.count_num {
  width: fit-content!important;
  margin: 0 5px;
}


@media only screen and (max-width: 768px) {
  .template-collection #ProductGridContainer li.grid__item.custom-card {
    min-height: unset!important;
  }
  .follow-btn {
    margin-left: 0!important;
  }
}

@media only screen and (max-width: 426px) {
  .follow-btn {
    margin-top: -55px!important;
  }
}

.count_num {
    font-weight: 900;
}
/* new css */
.lookbook-image a:hover img {
    opacity: 1 !important;
}

/* Droplogicx - SA - Style - start - [10/19/2023] */

.tooltips {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted black; */
}

span.tooltiptexts {
    visibility: hidden;
    width: 115px;
    height: 20px;
    background-color: #00b2f4;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px 10px;
    bottom: 100%;
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -27px;
}

.tooltips .tooltiptexts.tooltiptexts-light {
    left: -27px;
}

.tooltiptexts-wasd {
    position: fixed!important;
    top: 150px;
    left: 1px!important;
}

.tooltiptexts-phone {
    position: fixed!important;
    bottom: 212px!important;
    left: 25px;
}

.tooltiptexts-origin {
    left: -35px!important;
}

.tooltiptexts-stash-box {
    position: fixed!important;
    right: 3px;
    z-index: 999999999!important;
    bottom: 430px!important;
    left: unset!important;
}

.tooltiptexts-globe {
    position: fixed!important;
    top: 20%;
    left: unset!important;
    right: 1px !important;
    z-index: 99999999!important;
    width: fit-content!important;
}

.tooltiptexts-keyllective-consciousness {
    position: fixed!important;
    top: 290px;
    left: 50px!important;
    width: fit-content!important;
    transform: rotate(90deg);
}

.tooltiptexts-Karmagency {
    top: -30px;
    left: -40px;
}

.tooltiptexts-Torch {
    top: 120px;
    right: 54px;
    left: unset!important;
    transform: rotate(270deg);
}

.header__icons {
    position: relative;
}

.tooltips-cart:hover+ .tooltiptexts-cart {
    visibility: inherit;
    right: 15px;
    left: unset;
    top: -25px;
}

.tooltiptexts-wish-list {
    left: -30px!important;
    top: -25px;
}

.tooltiptexts-login {
    left: -34px!important;
    top: -25px;
}

.tooltiptexts-Torch::after {
    transform: rotate(360deg);
    top: unset!important;
    bottom: -9px;
}

.tooltiptexts-Warp {
    right: -5px;
    top: -23px;
    left: unset!important;
    width: fit-content!important;
}

.tooltiptexts-globe::after {
    left: 64%;
}

.tooltiptexts-NFT-collection {
    top: -45px;
    left: 0!important;
    right: 0;
    margin: auto;
    width: 150px!important;
}

.tooltiptexts-phone {
    left: 1px!important;
}

.tooltiptexts-tag-to-top {
    min-width: 90px;
    font-size: 14px;
    left: -10px;
}

.tooltiptexts::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #00b2f4 transparent transparent transparent;
}

.tooltips:hover .tooltiptexts {
  visibility: visible;
}

.tooltips-earth:hover + .tooltiptexts {
  visibility: visible;
}

.show-gif:hover {
    transform: scale(1.1);
}

.show-gif {
    transition: 0.3s;
}

.show-gif-on-hover {
  display: none;
}

/* .tooltiptexts-inner-index {
    top: 0;
} */

.show-gif:hover .hide-img-on-hover {
    visibility: hidden;
}

.show-gif:hover .show-gif-on-hover {
    display: block;
    transform: scale(1.1);
    position: absolute;
    top: 0;
}

.collection_url {
    height: 67%;
    top: 0;
}

div.boost-pfs-select-option-wrapper {
    z-index: 9998!important;
}

/* .product-grid-title{
  background-image: url("https://cdn.shopify.com/s/files/1/0585/7414/3652/files/3Szn.gif?v=1658786818");
  background-repeat: no-repeat;
  background-size: 100% 100%;
} */

.show-gif-on-click {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    left: 0;
    top: 0;
    transition: 0.3s;
    transition-delay: 0.2s;
}

.grid__item #mainpage {
    position: relative;
}

.grid__item #mainpage:active .show-gif-on-click {
    opacity: 1;
    visibility: inherit;
}

.blog-articles__article {
    position: relative;
}

.blog-articles__article:active .show-gif-on-click {
    opacity: 1;
    visibility: inherit;
}

.p-slide {
    position: relative;
}

.p-slide:active .show-gif-on-click {
    opacity: 1;
    visibility: inherit;
}

.collection_url {
    display: none;
}

.card__content.card__content__absolute {
    display: none;
}

.product-grid-title a {
    position: unset!important;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb_exclusive_container .z-idx {
    z-index: 99!important;
}

.show-hover-flow {
    overflow: hidden;
}

/* Droplogicx - SA - Style - start - [10/19/2023] */

.grid__item #mainpage {
    position: relative;
}

.grid__item #mainpage:active .show-gif-on-click {
    opacity: 1;
    visibility: inherit;
}

.blog-articles__article {
    position: relative;
}

.blog-articles__article:active .show-gif-on-click {
    opacity: 1;
    visibility: inherit;
}

.p-slide {
    position: relative;
}

.p-slide:active .show-gif-on-click {
    opacity: 1;
    visibility: inherit;
}

.collection_url {
    display: none;
}

.card__content.card__content__absolute {
    display: none;
}

.product-grid-title a {
    position: unset!important;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Droplogicx - SA - Style - start - [10/19/2023] */

li.grid__item {
    position: relative;
}

.add-animation {
    transition: 0.3s!important;
}

.add-zIndex {
  z-index: 99999999999!important;
}

.bdrbox {
    /* position: absolute; */
    width: 100%;
    height: auto;
    z-index: 1;
    top: 0;
}

.show-gif-on-click {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    transition: 0.3s;
    transition-delay: 0.2s;
}

.grid--5-col-desktop .product-grid-title, .grid--4-col-desktop .product-grid-title {
    font-size: 22px;
}
.grid--6-col-desktop .product-grid-title {
    font-size: 15px;
}

.product-grid-title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.dragging .show-gif-on-click {
    position: unset;
}

.dragging .bdrbox {
    position: absolute;
}

.blog-articles__article .show-gif-on-click {
    padding: 0 5px 5px 5px;
}

.blog-articles__article {
    position: relative;
}

.blog-articles__article.dragging .card-wrapper {
    position: absolute;
}

.blog-articles .card-wrapper .card__heading a:after {
  display: none;
}

.p-slide .show-gif-on-click {
    z-index: -1;
}

.p-slide.dragging a {
    position: fixed;
}

.p-slide a {
    left: 0;
    top: 0;
}

.p-slide.dragging .add-animation {
    position: absolute!important;
}

.section-template--16702976950522__product-grid-padding {
    z-index: unset!important;
}

/* Droplogicx - SA - Style - end - [10/19/2023] */


/* Droplogicx - SA - Style - start - [11/29/2023] */

.compare-after-check {
  display: none;
}

.compare-check-box {
    display: none;
}

.show-compare .compare-check-box {
    display: flex;
    width: 100%;
}

#ProductGridContainer .compare-check-box {
    display: flex;
    width: 100%;
}

.card__information {
    flex-wrap: wrap;
}

.compare-check-box label:hover {
    text-decoration: underline;
}

.containers {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containers input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    margin: auto;
}

/* On mouse-over, add a grey background color */
.containers:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containers input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containers input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containers .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.compare-check-box input[type='checkbox']:checked ~.compare-before-check {
    display: none;
}

.compare-check-box input[type='checkbox']:checked ~.compare-after-check {
    display: block;
}

.compare-before-check ,.compare-after-check {
    font-size: 17px;
}

.backward_icon.keyboard_container {
    display: none;
}

.keyboard_container {
    display: none;
}

.search-modal {
    position: absolute;
    z-index: 9999999999;
    bottom: unset;
    min-height: unset;
    height: unset;
}

.search-modal__content {
    padding: 0;
    transform: translate(4.3%, 0px);
}

.search-modal {
    padding: 3rem;
}

.search-modal__content .search__button {
    right: unset;
    left: 0;
}

.search__input.field__input {
    padding-right: unset!important;
    padding-left: 3.5rem;
}

.search-modal__content .field__label {
    left: calc(var(--inputs-border-width) + 4rem);
}

.search-modal__content .search__input.field__input:focus ~ .field__label ,.search__input.field__input:not(:placeholder-shown) ~ .field__label {
    left: calc(var(--inputs-border-width) + 3.5rem);
}

.search-modal__content .search__input.field__input:focus {
    padding: 1.2rem 2rem 1.2rem 3.5rem!important;
}

.search-modal__content .search__input.field__input:focus ~ .field__label .himMSm::after {
  display: none;
}

.search-modal__content .search__input.field__input:focus ~ .field__label, .search-modal__content .field__label {
  left: calc(var(--inputs-border-width) + 3.5rem)!important;
  top: calc(1.2rem + var(--inputs-border-width));
  font-size: 1.6rem!important;
  letter-spacing: 0.1rem;
}

.search-modal__content .search__input.field__input:not(:placeholder-shown) ~ .field__label {
  display: none;
}

predictive-search[open] .predictive-search {
    display: block!important;
}

.himMSm::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: 0px;
    width: 1px;
    background: rgb(38, 38, 38);
    animation: 1000ms step-end 0s infinite normal none running blink-caret;
}

.himMSm {
    animation: 4000ms ease 0s infinite normal none running typing-in-out;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    max-width: max-content;
    width: 100%;
    position: relative;
}

.flfYN {
    animation: 4000ms ease 0s infinite normal none running typing-in-out;
    display: none;
    overflow: hidden;
    white-space: nowrap;
    max-width: max-content;
    width: 100%;
    position: relative;
}

.field__label[for="Search-In-Modal"] {
    display: flex;
}

.field__label[for="Search-In-Modal"] span {
    margin-left: 5px;
}

@keyframes typing-in-out {
  0% {
      width: 0px;
  }
  20% {
      width: 100%;
  }
  70% {
      width: 100%;
  }
  80%, 100% {
      width: 0px;
  }
}

@keyframes blink-caret {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

/* .search-modal__form {
    max-width: 87.8rem;
} */

.search-modal__content .thirdeyeskyph_container1 {
    order: 1;
}

/* .search-modal__content .thirdeyeskyph_container1 .header__heading-logo.scroll_l {
    display: block!important;
}

.search-modal__content .thirdeyeskyph_container1 .header__heading-logo.scroll_l.headhide {
    display: none!important;
} */

.thirdeyeskyph_container1 .thirdeyeskyph.header__heading-logo {
    display: block!important;
}

/* .header__icons {
    position: unset;
} */

.key-ar-2 ,.key-ar {
    margin-top: 0px;
    margin-bottom: 5px;
}

.button-add-remove-wishlist {
    display: none!important;
}

.button-add-remove-wishlist.has-no-product ,.button-add-remove-wishlist.has-product {
    display: block!important;
}

/* Droplogicx - SA - Style - start - [11/29/2023] */


 /* body:before {
    background:transparent !important;
    bottom: 0;
    content: "";
    display: block;
    height: 80vw;
    left: 9%;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 03%;
    -webkit-transform: translate3d(-50%,-50%,0) scale(0);
    transform: translate3d(-50%,-50%,0) scale(0);
    -webkit-transition: opacity .3s ease-in,-webkit-transform .1s ease-in;
    transition: opacity .3s ease-in,-webkit-transform .1s ease-in;
    transition: opacity .3s ease-in,transform .1s ease-in;
    transition: opacity .3s ease-in,transform .1s ease-in,-webkit-transform .1s ease-in;
    width: 80vw;
    z-index: 0;
}

body.switch_off_before:before{
        -webkit-transform: translate3d(-50%,-50%,0) scale(1);
    transform: translate3d(-50%,-50%,0) scale(1);
    z-index:1;
    opacity:0.9;
    background: radial-gradient(circle,#000 28%,rgb(0 0 0/98%) 30%,rgb(0 0 0/95%) 34%,rgb(0 0 0/92%) 36%,rgb(0 0 0/88%) 38%,rgb(0 0 0/82%) 40%,rgb(0 0 0/80%) 41%,rgb(0 0 0/71%) 44%,transparent 65%) !important;
}

body.switch_on_before:before{
    -webkit-transform: translate3d(-50%,-50%,0) scale(1);
    transform: translate3d(-50%,-50%,0) scale(1);
    z-index:1;
    opacity:0.9;
    background: radial-gradient(circle,#fff 28%,hsla(0,0%,100%,.98) 30%,hsla(0,0%,100%,.95) 34%,hsla(0,0%,100%,.92) 36%,hsla(0,0%,100%,.88) 38%,hsla(0,0%,100%,.82) 40%,hsla(0,0%,100%,.8) 41%,hsla(0,0%,100%,.71) 44%,transparent 65%) !important;
   
}  */

/* Droplogicx - SA - start - [1/13/2024] */

.pagination-wrapper {
    position: sticky;
    bottom: 0;
    /* background: white; */
    z-index: 2;
}

.pagination-wrapper.isSticky {
    min-width: 40%;
    width: fit-content;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.pagination-wrapper.isSticky .custom-vector {
    display: none;
}

.pagination-wrapper {
    transition: 1.3s;
}

.collection.page-width {
    position: relative;
}
.custom-vector-1, .custom-vector-2 {
    position: absolute;
    bottom: 0;
    z-index: 11;
    height: 87px;
    display: flex;
    align-items: center;
    max-width: 150px!important;
}
.custom-vector-1 {
    left: 0;
    border-left: 1px solid;
    padding-left: 90px;
}
.custom-vector-2 {
    right: 0;
    border-right: 1px solid;
    padding-right: 90px;
}

#ProductGridContainer:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 87px;
    border-top: 1px solid;
    left: 0;
}

.pagination-wrapper {
    border-top: 0;
}

#ProductGridContainer.page-width {
    padding: 0;
    position: relative;
}

/* Droplogicx - SA - start - [1/13/2024] */

/* Droplogicx - SA - start - [1/26/2024] */

span.pagination__item.pagination__item--current:hover {
    background: white;
}

ul.pagination__list.list-unstyled li a:hover {
    border: 1px solid #00bdf4!important;
    background: white!important;
}

.pagination-wrapper {
    border-left: 0!important;
    border-right: 0!important;
}

/* Droplogicx - SA - end - [1/26/2024] */

/* Droplogicx - SA - start - [2/7/2024] */

recent-viewed-products ul#product-grid {
    width: 100%;
    border: unset;
    padding: unset;
    margin: unset;
}

recent-viewed-products ul#product-grid .compare-check-box {
    display: block;
    width: 100%;
}

/* Droplogicx - SA - start - [2/7/2024] */


/* Droplogicx - SA - start - [4/29/2024] */

.no_pages_found {
    text-align: center;
}

/* Droplogicx - SA - end - [4/29/2024] */


/* Droplogicx - SA - start - [5/7/2024] */

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

.change-searchh #shopify-section-advbar {
    z-index: 999999;
    position: fixed;
    width: 100%;
}

details[open] > .search-modal {
    height: 140px!important;
}

.change-searchh .unique-slider-container {
    z-index: 9999999999;
}

.forgot-pass-ar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.remember_me_box {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 10px;
}
.remember_me_box label {
    margin: 0;
    cursor: pointer;
    font-size: 14px;
}
.recent-viewed-heading h2 {
    text-align: center;
}

.popup-content label {
    margin-top: 0!important;
}

.open-search-modle .unique-slider-container {
    z-index: 999999999;
}

.change-searchh img.header__heading-logo.scroll_l {
    display: none !important;
}

/* Droplogicx - SA - end - [5/7/2024] */


/* Droplogicx - SA - start - [03/06/2024] */

.notification-btn {
    position: absolute;
    width: 20px !important;
    height: 30px !important;
    background: transparent;
    z-index: 0;
    padding: 0 !important;
    transition: 0.3s;
    right: 40px;
    top: 4px !important;
    left: auto !important;
    border: 0;
}

.notification-btn span {
    width: 23px;
    height: 28px;
    display: flex;
    position: relative;
}

.notification-icon {
    position: absolute;
    width: 23px;
    height: 28px;
    transition: 0.3s;
}

.notification-black {
    opacity: 0;
}

.notification-btn:hover {
    transform: scale(1.2);
}

.notification-btn-active .notification-white {
    opacity: 0;
}

.notification-btn-active .notification-black {
    opacity: 1;
}

.notification-btn:hover .notification-white {
    opacity: 0;
}
/* Droplogicx - SA - end - [03/06/2024] */


/* Droplogicx - SA - start - [05/06/2024] */
/* popup css start  */
.notification-popup {
    position: fixed!important;
    opacity: 0;
    visibility: hidden;
    background: #80808014;
    z-index: 999999999;
}

.show-notification-popup {
    opacity: 1;
    visibility: inherit;
}

.notification-popup-overlay {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: #00000059;
}

.notification-popup-inner-column {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 90vh;
    display: flex;
    align-items: stretch;
    background: white;
    overflow-y: scroll;
    justify-content: space-between;
    padding: 20px;
    color: black;
    max-height: 500px;
    max-width: 900px;
}

.notification-popup-image-column {
    width: calc(50% - 10px);
}
.notification-popup-image-column img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
}
.notification-popup-info-column {
    width: calc(50% - 10px);
}
/* .notification-popup-info-column * {
    color: black;
} */
.notification-popup-inner-info-column h1 {
    color: black;
}


.notification-popup-close {
    position: absolute;
    background: transparent;
    width: 30px;
    padding: 5px;
    height: 30px;
    z-index: 99999999999999;
    right: 0;
}
.email-when-available-form input {
    background: white;
    border: 1px solid black;
    color: black;
}
.email-when-available-form .field__label {
    color: black;
}
.notification-popup-close svg {
    width: 100%;
    height: 100%;
}
/* Droplogicx - SA - end - [05/06/2024] */

/* Droplogicx - SA - start - [13/06/2024] */

variant-selects .select select {
    color: black;
    background: white;
    border: 1px solid;
}

.popup-product-info-box {
    display: flex;
    flex-direction: column;
}

select.popup-product-select {
    height: 50px;
    padding: 0 10px;
    margin-bottom: 10px;
    max-width: 200px;
}

.email-when-available {
    background: black;
    color: white;
    font-size: 16px;
    border: 1px solid black;
    transition: 0.3s;
    width: 100%;
}
.email-when-available:hover {
    background: white;
    color: black;
}

.email-when-available-form .field {
    margin-bottom: 10px;
    max-width: 300px;
}

.notification-btn.notification-btn-active:hover .notification-black {
    opacity: 0;
}

.notification-btn.notification-btn-active:hover .notification-white {
    opacity: 1;
}

.notification-btn:hover .notification-black {
    opacity: 1;
}

.notification-btn {
    display: none;
}

.card-wrapper .notification-btn {
    display: block;
}

#userwayAccessibilityIcon .uiiw img#on_hover {
    opacity: 0 !important;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
#userwayAccessibilityIcon .uiiw:hover img#on_hover {
    opacity: 1 !important;
}
#userwayAccessibilityIcon .uiiw:hover img.ui_b {
    opacity: 0 !important;
}
/* Droplogicx - SA - end - [13/06/2024] */


/* /Droplogicx - SA - start - [25/07/2024] */

.hover-discover-popup {
    /* border: 13px solid #03adfc; */
    /* border-radius: 10px; */
    /* background-color: #ffffff; */
    padding: 10px;
}

/* /Droplogicx - SA - end - [25/07/2024] */

.notify-popup_popup {
    width: 100%;
}
.notify-popup-section {
    width: 100%;
}

.header__icon--wishlist-row {
    position: relative;
}
.header__icon--wishlist-hover {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 110px;
    background: white;
    z-index: 1;
    padding: 10px 15px;
    top: 180%;
    left: 50%;
    transform: translate(-40%, -50%);
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.2), 0 5px 7px 0 rgba(0, 0, 0, 0.19);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
.header__icon--wishlist-row:hover .header__icon--wishlist-hover {
    opacity: 1;
    visibility: inherit;
}
.header__icon--wishlist-hover a {
    text-decoration: unset;
    color: black;
}

/* .change-starr .earth_index {
    z-index: 9 !important;
}
.change-starr .hover_image_for_scroller {
    z-index: 9 !important;
}
.change-starr #tidio-chat {
    z-index: 9;
}
.change-starr .wishlistu_overlay-click {
    z-index: 999;
}
.offcanvas-backdrop-new {
    z-index: 999!important;
} */

.template-search__header ~ .page-width {
    padding: 0 15px;
}
#ProductGridContainer #product-grid {
    /* border: 1px solid #000000 !important; */
    padding: 0px!important;
}
#ProductGridContainer #product-grid .product-grid {
    margin-top: 0;
}

.template-search__search .search__input {
    border: 1px solid black;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0;
}
.template-search__search .search__input.field__input:not(:placeholder-shown) ~ .field__label {
    left: calc(var(--inputs-border-width) + 1.6rem);
}
.template-search__search .field__input:focus ~ .field__label {
    left: 1.6rem;
}
div.predictive-search--search-template {
    background: white;
    width: calc(100% + 0rem);
    left: 0;
    top: calc(100% + 0rem);
    border: 13px solid #03adfc;
    border-radius: 10px;
    overflow: hidden;
    background: #03adfc;
}
predictive-search[open] .predictive-search {
    width: calc(100% + 0rem);
    left: 0;
    top: calc(100% + 0rem);
    border: 13px solid #03adfc;
    border-radius: 10px;
    overflow: hidden;
    background: #03adfc;
}
.predictive-search__list-item {
    background: white;
    margin: 5px 0;
}
h2.predictive-search__heading {
    background: white;
    margin: 0;
    width: 100%;
    padding: 10px;
}
.save_search_row {
    margin-top: 10px;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 10px 15px;
}
.save_search_btn {
    display: flex;
    align-items: center;
    background: transparent;
    width: 100%;
    justify-content: center;
    border: 0;
    gap: 5px;
    color: #00b2f4;
    font-size: 17px;
    cursor: pointer;
}
.save_search_btn svg {
    fill: #00b2f4;
}

.search-item__name {
    text-decoration: unset;
    text-align: center;
    color: white;
    background: black;
    padding: 10px 0;
    transition: 0.3s;
    border: 1px solid black;
}

.search-item__name:hover {
    background: white;
    color: black;
}

.btn-remove-from-search {
    background: transparent;
    color: black;
    font-size: 14px;
    transition: 0.3s;
}

.btn-remove-from-search:hover {
    text-decoration: underline;
}

.template-search__results .share-clipboard-section {
    display: none;
}
.over-hiden-content {
    overflow: hidden !important;
    height: 100vh;
}
a[href="/search"] {
    margin-top: -5px !important;
}
.breadcrumb-custom li[aria-current="page"] {
    display: flex;
    align-items: center;
}
#ProductGridContainer #product-grid ul.product-grid {
    border: 1px solid #000000 !important;
    padding: 15px;
}
#ProductGridContainer #product-grid .pagination-wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
}
div#ProductGridContainer {
    position: relative;
}


.header__icon--cart-row {
    position: relative;
}

.header__icon--cart-hover {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100vh;
    max-width: 250px;
    background: white;
    z-index: 1;
    padding: 10px 15px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.2), 0 5px 7px 0 rgba(0, 0, 0, 0.19);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.header__icon--cart-hover a {
    text-decoration: unset;
    color: white;
    width: 100%;
    text-align: center;
    margin: 2px 0;
    background: #00b2f4;
    padding: 0;
    transition: 0.3s;
    border: 1px solid #00b2f4;
}

.header__icon--cart-hover a:hover {
    background: white;
    color: #00b2f4;
}

.header__icon--cart-row:hover .header__icon--cart-hover {
    opacity: 1;
    visibility: inherit;
}



.min-cart-body {
    width: 100%;
}

.min-cart-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #80808066;
    padding-bottom: 6px;
}

h4.min-cart-heading {
    text-transform: uppercase;
    margin: 0;
}

h4.min-cart-heading a {
    font-weight: 700;
    background: unset;
    color: black;
    border: unset;
    font-size: 13px;
}

.min-cart-price span {
    font-weight: 700;
    color: black;
}

.min-cart-footer {
    width: 100%;
    padding-top: 5px;
}

.min-cart-footer .totals {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

h3.totals__subtotal {
    margin: 0;
    color: black;
}

p.totals__subtotal-value {
    margin: 0;
    color: black;
    font-weight: 700;
}

.min-cart-inner-footer {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.min-cart-price .money {
    margin: 0;
}