/** Shopify CDN: Minification failed

Line 110:9 Unexpected "="
Line 3640:0 Unexpected "}"
Line 4348:5 Expected ":"
Line 8646:0 All "@import" rules must come first

**/
:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
}

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

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

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

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

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

body.template-page-landing-page section.headerMainBanner {
    position: absolute;
    background: transparent !important;
}
.footer_newslatter input::placeholder {
  color: #888;
}

.footer_newslatter input::-webkit-input-placeholder {
  color: #888; /* Chrome, Safari, Edge */
}

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

.footer_newslatter input::-ms-input-placeholder {
  color: #888; /* Microsoft Edge (legacy) */
}
/* base */
.cart-item td.cart-item__details .product-option {
    display: none;
}
body.template-index section.headerMainBanner {
    position: absolute;
    background: transparent!important;
}

data-path="/cart"
#MainContent{
  margin-top:-1px;
}
.template-product .main_header .navbar {
    transition: padding-bottom 0.3s ease;
    /* background: #000; */
}
main#MainContent .container {
    padding-top: 16px !important;

}
.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;
}
body.template-page-b2c-spaceralite section.headerMainBanner {
    background: transparent!important;
    position: absolute!important;
}
body:has(.section-header .drawer-menu) .announcement-bar-section .page-width {
  max-width: 100%;
}
[data-path="/pages/b2c-spaceralite"] div#shopify-section-sections--21021053616474__custom_header_wgKeR6 section.headerMainBanner {
    background: transparent!important;
    position: absolute;
}
.page-width.drawer-menu {
  max-width: 100%;
}

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

.utility-bar__grid.page-width {
  padding-left: 3rem;
  padding-right: 3rem;
}
[data-path="/pages/b2c-spaceralite"] div#shopify-section-sections--21021053616474__custom_header_wgKeR6 section.headerMainBanner {
    background: transparent!important;
}
:not(body[data-path="/pages/b2c-spaceralite"]) .headerMainBanner {
    z-index: 99999 !important;
    width: 100% !important;
    height: fit-content !important;
    position: static;
    padding: 20px 0px 20px !important;
    top: 0 !important;
    left: 0 !important;
    min-height: 110px;
    background: #000!important;
}
.composer-bar-wrapper.composer-bar-interstitialView .composer-bar-form {
    padding-bottom: 0px!important;
}
.gradient.template-index  section.headerMainBanner {
    position: absolute;
}
@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.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: 0.16rem;
}

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

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

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

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

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

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
  .template-page-landing-page .comparison {
    margin-top: 50px !important;
}
}

/* @media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
} */

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

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

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

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

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

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

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

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

.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}

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

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

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

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

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

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

.visibility-hidden {
  visibility: hidden;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
}

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

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

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

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

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

.icon-arrow {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

*:focus-visible {
  outline: 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;
}

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

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

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

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }

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

  .title-wrapper-with-link {
    align-items: center;
  }

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

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

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

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

.title-wrapper-with-link a {
  margin-top: 0;
  flex-shrink: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

deferred-media {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Button - other */

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

.button--full-width {
  display: flex;
  width: 100%;
  transition:all 0.4s ease;
}

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

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

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

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

.button.loading > .loading__spinner .path {
  stroke: rgb(var(--color-button-text));
}

/* Button - social share */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Select */

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

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

/* Field */

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

.customer .field {
  display: flex;
}

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

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

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

.field__input: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 {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quantity__rules-cart {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__heading-link {
  display: inline-block;
  padding: 0.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;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  padding-right: 0.8rem;
}

.header__icons .shopify-app-block {
  max-width: 4.4rem;
  max-height: 4.4rem;
  overflow: hidden;
}

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

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

.header__icon span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

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

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

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

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

.header__icon--cart span{
    position:absolute;
          top:7px;
        right:-3px;
        background:red;
        color:white;
        font-size:12px;
        width:18px;
        height:18px;
        border-radius:50%;
        display:flex;
        align-items:center;
        justify-content:center;
}

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


/* Default (desktop) */
.mobileCartIcon {
  display: none !important;
}

.desktopCartIcon {
  display: flex !important;
  margin-right:12px;
}

/* Mobile */
@media (max-width: 768px) {
  .mobileCartIcon {
    display: flex !important;
  }

  .desktopCartIcon {
    display: none !important;
  }
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__menu {
  padding: 0 1rem;
}

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

.header__menu-item: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;
  text-underline-offset: 0.3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge {
  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.5rem 1.3rem 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-badge-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;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rte table {
  table-layout: fixed;
}

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

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

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

.rte li {
  list-style: inherit;
}

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

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

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

.rte blockquote {
  display: inline-flex;
}

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

/* Image mask global styles */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Animations */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* .main-page-title{
display: none;
} */
.section-template--21021058433370__main-padding{
padding-top: 0 !important;  
  padding-bottom: 0 !important;
}

.page-width{
  padding: 0 !important;
}

}

@media (max-width: 768px) {
    .my-cta-button {
        width: 90% !important; /* Keeps margin from screen edges */
        max-width: none !important; /* Removes max-width restriction */
        padding: 16px 24px !important; /* Slightly smaller padding for mobile */
        font-size: 18px !important; /* Adjust font size */
    }
}
.socialIconsRow {
    align-items: center;
}

/* NEW CSS FOR HEADER AS PER DESIGNED BY ABDUL */
/* Apply header style on all pages EXCEPT /pages/spaceralite */



/* Apply Margin top on MainContent on all pages except spaceralite */

/* @media (min-width: 993px) {
  body:not([data-path="/pages/spaceralite"]) #MainContent {
    margin-top: 121px;
  }
}

@media (max-width: 992px) {
  body:not([data-path="/pages/spaceralite"]) #MainContent {
    margin-top: 105px;
  }
} */



/* Reset on /pages/spaceralite just in case */
body[data-path="/pages/spaceralite"] .headerMainBanner,
body[data-path="/pages/new-landing-page"] .headerMainBanner, 
body[data-path="/pages/spectralite-waitlist"] .headerMainBanner
{
  background: none !important;
}





.shopify-section.section {
    background: inherit !important;
}



.experts-container {
    position: relative;
    z-index: 2; /* Container ka z-index */
}

.experts-container:after {
    content: '';
    position: absolute;
    background-image: url('/cdn/shop/files/Glow_Right_1.png?v=1746540156');
    width: 600px;
    height: 100%;
    right: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    top: -78px;
    overflow: hidden;
   z-index: 1; 
}
section.product-section .add-to-cart {
    position: relative;
    z-index: 999999;
}
@media (min-width:1200px)
{
.mainfaq:before {
 
    content: '';
    position: absolute;
    background-image: url('/cdn/shop/files/Glow_Left_1.png?v=1746539724');
    width: 1103px;
    height: 1821px;
    /* bottom: -104px; */
    left: -101px;
    background-repeat: no-repeat;
    background-size: cover;
    top: -85%;
    z-index: -1;
}
.mainfaq
  {
    position: relative;
    z-index: 2;
  }
}
@media (max-width:767px)
{
  .experts-container:before, .experts-container:after
  {
    display:none;
  }
    .firstrow .expert-card {
    position: relative;
}
.secondrow .expert-card1
  {
    position: relative;
  }
.secondrow .expert-card1:nth-of-type(1):before {
    content: '';
    position: absolute;
    background-image: url('/cdn/shop/files/Ellipse_21_1.png?v=1746592735');
    background-repeat: no-repeat;
    background-size: cover;
    width: 412px;
    height: 1012px;
    left: -18px;
    top: -170px;
}  
/* .firstrow .expert-card:nth-of-type(1):before {
    content: '';
    position: absolute;
    background-image: url('/cdn/shop/files/Ellipse_21_1.png?v=1746592735');
    background-repeat: no-repeat;
    background-size: cover;
    width: 412px;
    height: 1012px;
    left: -18px;
    top: -250px;
} */
/* .firstrow .expert-card:nth-of-type(3):after {
    content: '';
    position: absolute;
    background-image: url('/cdn/shop/files/Ellipse_21_2.png?v=1746594029');
    background-repeat: no-repeat;
    background-size: cover;
    width: 412px;
    height: 1012px;
    right: -18px;
    top: -550px;
} */
  body .producttitle {
    font-size: 63px;
    line-height: 64px;
    letter-spacing: -5px;
}
  body .old-price {
    font-size: 37.82px;
    line-height: 62.72px;
  }
  body .current-price {
    font-size: 42.51px;
    line-height: 71.72px;
  }
  .secondrow .expert-card1:nth-of-type(1):before {
    width: 100%!important;
}
  .firstrow .expert-card:nth-of-type(1):before {
   width: 100%!important;
}
}
@media (min-width:768px) and (max-width:1024px)
{
.experts-container:before {
   
    width: 100%;
    height: 100%;
    left: -101px;
    top: 0px;
  background-image: url('/cdn/shop/files/Glow_Left_1.png?v=1746539724');
   background-repeat: no-repeat;
    background-size: cover;
}
.experts-container:after {
    width: 100%;
    height: 100%;
    top: 842px;
 
}
  
}
@media (min-width:1200px)
{
  .foruth_section .container_fourth {
    position: relative;
    top: -140px;
}
}

/*   30-05-2025   */

@media (max-width:767px)
{
  .myHRLineContainer {
    padding: 0% 5% 1% 5% !important;
}
   .img-step h2.heading {
    font-size:46px !important;
}
:not(body[data-path="/pages/spaceralite"]) .headerMainBanner {
    margin: 0px 0px 0px !important;
    padding: 20px 0px 20px !important;
  
}
  .headerMainBanner section.main_header {
    height: 100%;
}
  section.headerMainBanner section.main_header .container {
    height: 97%;
}
.socialIconsInMobileContainer {
    /* padding-top: 76px; */
} 
  .main_header .navbar-nav {
    padding: 32px 0px 0px;
    border-radius: 5px;
}
}
@media(max-width:600px){
  .videosection {
    height:716px !important;
}
    .video_product video {
    aspect-ratio: 9 / 16 !important;
}

}
.overlay-content {
    gap: 23px;
}

.hide-on-mobile {
    padding: 170px 75px 0 75px !important;
}

body[data-path="/pages/spaceralite"]  .headerMainBanner {
    z-index: 99999 !important;
    width: 100%  !important;
    height: fit-content  !important;
    position: absolute  !important;
    top: 0  !important;
    left: 0  !important;
    min-height:110px;
}

.product-info .main-cart {
    margin: 20px 0 25px 0;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-start;
}
.product-info .main-cart .carrt-bbtn {
    text-align: center;
    position: relative;
}
.product-info .main-cart .carrt-bbtn p {
    margin: 0 auto;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
    background: #F80105;
    display: inline-block;
    padding: 5px 10px;color: #fff;
    border-radius: 5px;
    font-family: 'Poppins';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
}
.product-info .main-cart .variant-button{
    background: #515151;
    color: #000000;
    outline: none;
    border: none;
    font-family: 'Poppins';
    border-radius: 12px;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0;
    padding: 11px 18px;
}
.product-info .main-cart #variant2.variant-button.active {
    background: #009ee3;
}
body.gradient.template-index section.headerMainBanner {
    background: transparent!important;
}
.product-info .main-cart #variant2.variant-button {
    background: #515151;
    color: #000000;
    outline: none;
    border: none;
    font-family: 'Poppins';
    border-radius: 6px;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0;
    padding: 11px 18px;
}
.product-info .main-cart .variant-button.active {
    background: #009EE3;
}
/* 14/7 */
@media(min-width:992px){
.headerMainBanner .navbar-expand-lg .navbar-collapse .m-auto {
    transform: unset !important;
}
}
@media(max-width:991px){
 .headerMainBanner .navbar-expand-lg .navbar-collapse .m-auto .b2b-custom a {
    padding-right: 0;
}
}


/* landing page 27/6 */
@media(max-width:767px){
span.sticky-add-to-cart.darkHeader {
    position: fixed;
    z-index: 9999999999999;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width:100%;
    text-align: center;
    background: #000;
    padding: 10px;
}
.econ_main_box {
    z-index: 111111111;
}
span.sticky-add-to-cart.darkHeader button.add-to-cart {
    padding: 11px!important;
    font-size: 14px!important;
}
span.sticky-add-to-cart {
    display: inline-block;
    width: 100%;
}
.product-info .main-cart .carrt-bbtn p {
    font-size: 10px;
    padding: 3px 10px;
}
.product-info .main-cart #variant1 {
    border-radius: 6px;
    font-size: 13px;
    padding: 10px 18px;
}
  .product-info .main-cart #variant2 {
    border-radius: 6px;
    font-size: 13px;
    padding: 10px 18px;
}
}
.is-empty{
  color:#000 !important;
}



/* Added this code to handle Breadcrumb on Collections Page */

body.template-collection .page-title-section{
  padding: 65px !important;
}



/* Small Mobile (0–375px) */
@media (min-width: 376px) and (max-width: 409px) {
body[data-path="/collections/all"] .page-title-section
{
padding: 65px 0px !important;
}
}

/* Large Mobile (376–410px) */
@media (min-width: 376px) and (max-width: 410px) {
body[data-path="/collections/all"] .page-title-section
{
padding: 89px 0px !important;
}
}



/* Large Mobile (376–575px) */
@media (min-width: 376px) and (max-width: 575px) {
body[data-path="/collections/all"] .page-title-section
{
padding: 150px 0px !important;
}
}

/* Tablet (576–991px) */
@media (min-width: 576px) and (max-width: 991px) {
body[data-path="/collections/all"] .page-title-section
{
padding: 205px 0px !important;
}
}


/* Desktop (992–1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
body[data-path="/collections/all"] .page-title-section
{
padding: 180px 0px !important;
}
}

/* Large Desktop (1200px and up) */
@media (min-width: 1200px) {
body[data-path="/collections/all"] .page-title-section
{
padding: 276px 0px !important;
}
}

/* Large Desktop (1400px and up) */
@media (min-width: 1400px) {
body[data-path="/collections/all"] .page-title-section
{
padding: 288px 0px !important;
}
}

/* 21/07/2025 */

.jdgm-rev.jdgm-divider-top.jdgm--done-setup, .jdgm-rev-widg__header  {
    font-size: 16px;
}
body.template-product, body.template-product .headerMainBanner, body.template-product .content-for-layout, .smallest_bike ,  body.template-product .main_product_section ,body.template-product  .shopify-section.section,
body.template-product  .shopify-section.section .gradient , body.template-product .video_wrapper video,.shopify-section-group-footer-group.footer_background
{
    background-color: #040A11 !important;
}
body.template-product  .protection_subtitle{
  color: #ffffff;
}
a#more-payment-options-link {
    color: #fff !important;
}
body.template-product .content-for-layout p,
body.template-product .content-for-layout li,
body.template-product .content-for-layout a,
body.template-product .content-for-layout h2, 
body.template-product .content-for-layout h1, 
  h4.bike_title, p.bike_desc, h4.quality_bikeVlip_title, .quality_bikeVlip_desc, .accordion-header, span.jdgm-prev-badge__text, h4.section_title{
  color:#fff !important;
}
.recyclable_wrapper {
    background: #040A11 !important;
    border: 1px solid #199ee3;
    border-radius: 5px;
}
.quality_bikeVlip_card {
    background: #040A11 !important;
}
.quality_bikeVlip_card:hover {
    box-shadow: 0px 0px 14px #199ee3;
    border-radius: 10px;
}
.accordion-item{
  background-color:#040A11 !important;
  color:#fff !important;
}
.accordion-item.active {
    background: #2196F3 !important;
    color: #fff;
}
body.template-product .jdgm-rev-widg {
    max-width: 1280px;
    margin: auto;
}
b.jdgm-rev__title {
    color: #fff;
    font-size: 18px;
}
[data-path="/pages/b2b-Spaceralite"] .shopify-section-group-footer-group .econ_main_box {
    display: none;
}

.product-section {
    z-index: 10;
}

/* ==================new css================ */
.template-page-landing-page .image-text-custom img {
    width: 40px;
    height: 40px;
}
.template-page-landing-page .banner-custom-content  .banner-buttons {
    margin-top: 60px;
}
.template-page-landing-page .comparison {
    margin-top: 88px;
}
.template-page-landing-page .an-solution-container:after {
    background: unset;

}
body.template-index .an-solution-container:before {
    background: unset;
}
body.template-index .an-solution-container:after {
    background: unset;
}
.template-page-landing-page .an-solution-container:before {
	background: unset;
}
.template-page-landing-page .custom-testimonial-section .slick-dots {
    z-index: 1;
}
.template-page-landing-page  .banner-custom-content h1 {
    display: flex;
}
.template-page-landing-page .description-content p {
    font-size: 24px;
    font-weight: 500;
    width: 100%;
    max-width: 587px;
    margin-bottom: 60px;
}
.template-page-landing-page .banner-custom-content h1 {
    font-size: 80px;
    margin-bottom: 15px;
}
body.template-index .banner-custom-content h1 {
    font-size: 80px;
    margin-bottom: 15px;
}
body.template-index .banner-custom-content h1 {
    display: flex;
}

body.template-index .description-content p {
    font-size: 24px;
    font-weight: 500;
    width: 100%;
    max-width: 595px;
    margin-bottom: 60px;
}
@media(max-width:767px) {
.professionals_banner .banner-custom-content {
    top: 11% !important;
}
.template-page-landing-page .description-content p {
       max-width: 100%;
}
}

button.needsclick.go2666505269.kl-private-reset-css-Xuajs1 {
    display: none !IMPORTANT;
}
form.needsclick.klaviyo-form.klaviyo-form-version-cid_1 {
    background-color: transparent !important;
}
.needsclick.kl-private-reset-css-Xuajs1 {
    column-gap: 14px;
}
 input#email_01KAEBVQAQ80QCZWX2AFHHPQ00 {
    height: 45px !important;
    width: 318px !important;
} 
.shopify-section-group-footer-group input#email_01KAEBVQAQ80QCZWX2AFHHPQ00 {
    height: 45px !important;
    width: 100% !important;
}
button.needsclick.go3055571054.kl-private-reset-css-Xuajs1 {
    height: 45px !IMPORTANT;
}
.needsclick.kl-private-reset-css-Xuajs1 h1 {
    color: #fff;
    font-weight: 700 !important;
    font-size: 20px !IMPORTANT;
}
.needsclick.kl-private-reset-css-Xuajs1 h1 span {
    font-weight: 700 !important;
    font-size: 30px ! IMPORTANT;
}
.kl-private-reset-css-Xuajs1.go3176171171 div {
    color: #fff;
    font-size: 20px;
}
@media screen and (max-width: 749px){
  .needsclick.kl-private-reset-css-Xuajs1 {
    flex-direction: column;
}
form.needsclick.klaviyo-form.klaviyo-form-version-cid_2.go3279073480.kl-private-reset-css-Xuajs1 {
    display: block !IMPORTANT;
    width: 100% !important;
}
.needsclick.kl-private-reset-css-Xuajs1 {
    display: block !IMPORTANT;
    background-color: transparent !IMPORTANT;
    width: 100% !important;
}
.klaviyo-form-UG5i6A.klaviyo-form.form-version-cid-2 {
    width: 100% !IMPORTANT;
}
button.needsclick.go3055571054.kl-private-reset-css-Xuajs1 {
    background-color: #0099e5 !important;
    color: white;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    width: 120px;
    transition: background-color 0.3s 
ease;
    width: 130px !IMPORTANT;
}
}



/* sw-styles.css  */

*{
font-family: 'Poppins', sans-serif;
}
body.template-blog.overflow-hidden,
html.search_hidden {
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
main#MainContent .banner-image-video .container {
    padding-top: 0px!important;
}
body[data-path="/pages/b2b-Spaceralite"] .headerMainBanner {
    z-index: 99999 !important;
    width: 100% !important;
    height: fit-content !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    min-height: 110px;
    background: transparent!important;
}
.b2b-custom {
    position: absolute;
    top: 0px;
    right: 19px;
    top: 27px;
}
.b2b-custom a {
    border-radius: 8px;
    /* border: 1px solid #0bf; */
    /* background: linear-gradient(272deg, #3399ec 7.43%, #02c8ff 63.2%, #02f7ff 92.57%); */
    /* box-shadow: -5px 9px 17.6px 0px rgba(0, 0, 0, 0.58); */
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight:500;
    text-transform: uppercase;
    padding: 12px 60px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.banner-custom-content h2 {
   color: #fff;
}
.description-content p {
    color: #fff;
}
.image-text-custom span {
    color: #fff;
}
/* [data-path="/pages/contact"] a.button.button--primary {
    line-height: 43px;
} */
/* .contact__button button.button {
   line-height: 43px;
} */
.copyright {
  margin: 30px 0;
  width: 100%;
  font-size: 11px;
  color: white;
  text-align: center;
}
.footer_logo {
  width: 200px;
  margin: 90px 0 25px 0;
}
.header__icon--account svg path,
.menu-drawer .menu-drawer__utility-links svg path,
.menu-open a.header__icon svg path {
  fill: #fff;
}mer
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, sans-serif;
tomer}
.footer_newslatter {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 7px;
  margin: 30px 0 100px 0;
}

.footer_newslatter input {
  padding: 8px 20px;
  font-size: 13px;
  border: 1px solid #17273e;
  border-radius: 7px;
  background-color: transparent;
  color: white;
  outline: none;
  width: 220px;
}

.footer_newslatter input::placeholder {
  color: #a0aec0; /* lighter placeholder text */
}

.footer_newslatter button {
  padding: 10px 30px;
  font-size: 13px;
  font-weight: bold;
  background-color: #0099e5; /* blue button */
  color: white;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  width: 120px;
  transition: background-color 0.3s ease;
}

.footer_newslatter button:hover {
  background-color: #007cc2;
}

.card-wrapper:hover .card .card__content .full-unstyled-link,
.footer_newslatter a,
.list-social__link.link,
a {
  text-decoration: none;
}
.template-blog .search-modal.modal__content {
  position: FIXED;
  height: 100vh !important;
  z-index: 999999;
}
body.template-blog.overflow-hidden {
  z-index: 20;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 8px;
}
.footer_copy_right h4 {
  color: white;
}
img {
  max-width: 100%;
  display: block !important;
}
li {
  list-style: none;
}
.section-header.shopify-section-group-header-group {
  z-index: 999999;
  position: relative;
}
.section_title {
  color: #000;
  font-family: Poppins;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 40px;
}
.product_details_block h6 a:hover strong,
.section_title span {
  color: #199ee3;
}
a.header__icon.header__icon--account {
  padding-top: 4px;
}
.menu-drawer
  .menu-drawer__navigation-container
  .menu-drawer__utility-links
  .menu-drawer__account.link {
  width: 100%;
  display: none;
}
.menu-drawer .menu-drawer__utility-links svg {
  width: 30px;
  height: auto;
}
.container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.section_spacing,
.slider_block_main {
  margin-bottom: 120px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
.custom-header .header__heading-link {
  padding: 0;
  margin-left: 0;
}
@media screen and (min-width: 990px) {
  .custom-header.header--middle-left {
    grid-template-columns: auto 1fr auto;
  }
  .custom-header.header--middle-left .header__inline-menu {
    text-align: center;
  }
}
.custom-header .header__inline-menu .header__menu-item {
  /* color: #fff; */
  padding: 0.75rem 2rem;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: none !important;
}
.custom-header .header__inline-menu .header__active-menu-item,
.custom-header .header__inline-menu .header__menu-item:hover span {
  color: #009fe3;
}
.custom-header .header__inline-menu .header__menu-item span {
  text-decoration: none !important;
  transition: 0.4s;
}
.custom-header .header__icons .header__icon,
.custom-header .header__icons .header__icon--cart .icon {
  width: 100%;
  height: auto;
  margin: 0 6px;
}
.custom-header .header__icons .header__search {
  display: none !important;
}
.custom-header .header__icons {
  padding-right: 0;
}
.custom-header .header__icon--cart {
  margin-right: 0;
}
.custom-header .header__icon--cart .cart-count-bubble {
  border-radius: 22px;
  background: #d33;
  color: #fff;
  left: auto;
  bottom: auto;
  top: 0;
  right: -7px;
}
.inner_faq_col .faq_que:after,
.newsletter_cs {
  background-repeat: no-repeat;
  background-size: cover;
}
.newsletter_cs,
.template-blog .page-title-section {
  background-position: center;
}
.custom-header .header__icons .header__icon--cart .icon:hover svg path,
.custom-header .header__icons .header__icon:hover svg path {
  fill: #009fe3;
}
.custom-header .header__icons .header__icon svg path,
.custom-header .header__icons .header__icon--cart .icon svg path {
  transition: 0.4s;
}
.product_details_block h6 strong {
  font-size: 16px;
  text-decoration: underline;
  margin-top: 20px;
  display: inline-block;
  color: #000;
  transition: 0.3s;
}
.custom-product-grid .grid .product-card-wrapper .card__inner {
  --ratio-percent: 113.4% !important;
}
@media screen and (min-width: 750px) {
  .custom-product-grid .grid {
    --grid-desktop-horizontal-spacing: 30px;
    margin-bottom: 120px;
  }
}
.card__content .card__heading .full-unstyled-link {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: inline-block;
  transition: 0.4s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.footer_inner_text a,
.footer_newslatter a {
  text-transform: uppercase;
  font-style: italic;
}
.breadcrumbs__item .breadcrumbs__link:hover,
.card__content .card__heading .full-unstyled-link:hover,
.footer_bikesearch:hover,
.footer_contect:hover,
.footer_inner_text a:hover,
.left_text h2 span {
  color: #199ee3;
}
.card__content .card__information {
  padding: 20px 0 0;
}
.card__content .card__information .price .price-item {
  color: #199ee3;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
}
.card__content .card__information .price .price-item--regular {
  color: #9eb2bc;
  font-weight: 400;
  text-decoration: line-through;
}
.article-template_comment-wrapper .field:after,
.article-template_comment-wrapper .field:before,
.card__badge.bottom.left,
.card__heading a:after,
.faq_ans,
.ftr_soc p,
.product-grid .grid__item .card-wrapper .card .card__inner .card__content,
button::after,
button::before,
p.article-template__comment-warning.caption {
  display: none;
}
.card-wrapper .card__inner {
  position: relative;
}
.card-wrapper .card__inner .quick-add {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 11;
}
.card-wrapper .card__inner .quick-add button.quick-add__submit {
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  background: #199ee3;
  padding: 14px 25px;
  border: 1px solid #199ee3;
  transition: 0.4s;
  text-wrap: nowrap;
}
.card-wrapper .card .card__inner:hover .quick-add {
  opacity: 1;
  visibility: visible;
}
.card-wrapper .card__inner .quick-add button.quick-add__submit:hover,
.footer_newslatter a:hover {
  background-color: #fff;
  color: #199ee3;
}
.custom-product-grid
  .grid
  .product-card-wrapper
  .card__inner
  .card__media
  a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0006;
  z-index: 1;
  transition: 0.4s;
  opacity: 0;
}
.custom-product-grid .grid .product-card-wrapper .card__inner:hover a:after {
  opacity: 1;
}
.slider_block_main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 22px 0;
}
.featured_right_slide {
  width: 72%;
}
.fetured_text h2 {
  font-family: Poppins, Sans-serif;
  font-size: 38px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.1;
}
.featured_slider_main {
  width: 28%;
}
.featured_block {
  padding: 0 15px;
}
.featured_right_slide .slick-track,
.footer_social .list-unstyled .list-social__item .list-social__link,
.menu-drawer__utility-links .list-social,
.menu-drawer__utility-links .list-social .list-social__item .link {
  display: flex;
  align-items: center;
}
.featured_right_slide .slick-dots li button {
  padding: 0;
  margin: 5px;
  font-size: 0;
  display: none;
}
.featured_right_slide .slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.featured_right_slide .slick-dots li.slick-active {
  background-color: #000;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  opacity: 1;
}
.featured_right_slide .slick-dots li {
  width: 6px !important;
  height: 6px !important;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
  margin: 5px;
}
.footer_block {
  display: flex;
  flex-wrap: wrap;
   margin-bottom: 70px; 
}
.footer_left_content {
  width: 45%;
  padding: 0 30px 0 0;
}
.footer_center_content {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}
.footer_copy_right {
  width: 23.3%;
  padding: 0 15px;
}
.footer_right_content {
  width: 30%;
  padding: 0 15px;
}
.footer_title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0px;
 text-transform: capitalize;
}
.footer_title span {
  font-weight: 700;
  color: #199ee3;
}
.footer_title span.safe_payments {
  font-size: 16px;
  color: white;
}
.footer_background {
  background-color: #000;
  padding: 60px 0 0;
}
.footer_left_title p {
padding: 0;
    margin: 0 0 30px;
    color: #9ca8bb;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400;
}
body .transcy-switcher-item-primary .transcy-icon svg path,
body
  .transcy-switcher-item-primary.transcy-switcher-active
  .transcy-icon-arrow
  svg
  path,
body .transcy-switcher-item-primary:hover .transcy-icon-arrow svg path {
  fill: #fff !important;
}

.footer_newslatter a {
  font-size: 10px;
  padding: 11px 28px;
  background-color: #199ee3;
  color: #fff;
  display: inline-block;
  border-radius: 8px;
  transition: 0.4s;
  font-style: normal;
}
.footer_contect,
.footer_bikesearch {
  font-size: 14px;
  color: #9ca8bb;
  transition: 0.4s;
}
.footer_ctop_bikesearch,
.footer_ctop_contact {
  position: relative;
  margin-bottom: 12px;
}
.footer_center_title {
  margin-bottom: 15px;
}
.footer_paypal {
  width: 100% !important;
}
.footer_paypal img {
  margin-top: 25px;
  /* transform: scale(1.45);
  margin-left: 36px; */
}
.copy_right_content p {
  font-size: 16px;
  color: #fff;
  padding: 0 0 0 15px;
  margin: 0;
}
.footer_social .list-unstyled {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.footer_social .list-unstyled .list-social__item .link img {
  width: 18px;
  height: auto;
}
.icon_custom_text {
  color: #199ee3;
  padding-left: 10px;
  font-size: 16px;
  transition: 0.4s;
}

.footer_social
  .list-unstyled
  .list-social__item
  .list-social__link:hover
  .icon_custom_text,
.newsletter-form__message .form__message {
  color: #fff;
}
.footer_social {
  margin-bottom: 10px;
}
.footer_menu_list {
  display: flex;
  flex-wrap: wrap;
}
.footer_inner_text a {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin: 0 40px 0 0;
  transition: 0.4s;
}
.footer_policy_background {
  background-color: #272727;
  padding: 19px 0;
}
.header__icon--account svg {
  width: 25px;
  height: auto;
}
.header__inline-menu
  .transcy-switcher-manual
  .transcy-switcher-item-primary
  .transcy-flag {
  border-radius: 0 !important;
}
.header__inline-menu .transcy-switcher-manual .transcy-switcher-item-primary {
  background-color: transparent !important;
  border: none !important;
  color: #fff !important;
  font-size: 15px;
  font-style: italic;
  font-weight: 700 !important;
  line-height: 20px;
  text-transform: uppercase;
}
.header {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.blog-articless {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  row-gap: 30px;
}
.article-date,
.news_innnre {
  display: flex;
  align-items: center;
}
.blog-articless .blog-articles__article {
  width: 33.333%;
  padding: 0 15px;
}
.newsletter_cs:after,
.newsletter_cs:before {
  /* background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="79" height="46" viewBox="0 0 79 46" fill="none"><path d="M2.2 41.4102C0.98 41.4102 0 42.4002 0 43.6102C0 44.8202 0.99 45.8102 2.2 45.8102C3.41 45.8102 4.4 44.8202 4.4 43.6102C4.4 42.4002 3.41 41.4102 2.2 41.4102Z" fill="%23199EE3"/><path d="M16.9305 41.4102C15.7105 41.4102 14.7305 42.4002 14.7305 43.6102C14.7305 44.8202 15.7205 45.8102 16.9305 45.8102C18.1405 45.8102 19.1305 44.8202 19.1305 43.6102C19.1305 42.4002 18.1405 41.4102 16.9305 41.4102Z" fill="%23199EE3"/><path d="M31.6609 41.4102C30.4409 41.4102 29.4609 42.4002 29.4609 43.6102C29.4609 44.8202 30.4509 45.8102 31.6609 45.8102C32.8709 45.8102 33.8609 44.8202 33.8609 43.6102C33.8609 42.4002 32.8709 41.4102 31.6609 41.4102Z" fill="%23199EE3"/><path d="M46.3797 41.4102C45.1597 41.4102 44.1797 42.4002 44.1797 43.6102C44.1797 44.8202 45.1697 45.8102 46.3797 45.8102C47.5897 45.8102 48.5797 44.8202 48.5797 43.6102C48.5797 42.4002 47.5897 41.4102 46.3797 41.4102Z" fill="%23199EE3"/><path d="M61.1102 41.4102C59.8902 41.4102 58.9102 42.4002 58.9102 43.6102C58.9102 44.8202 59.9002 45.8102 61.1102 45.8102C62.3202 45.8102 63.3102 44.8202 63.3102 43.6102C63.3102 42.4002 62.3202 41.4102 61.1102 41.4102Z" fill="%23199EE3"/><path d="M75.8406 41.4102C74.6206 41.4102 73.6406 42.4002 73.6406 43.6102C73.6406 44.8202 74.6306 45.8102 75.8406 45.8102C77.0506 45.8102 78.0406 44.8202 78.0406 43.6102C78.0406 42.4002 77.0506 41.4102 75.8406 41.4102Z" fill="%23199EE3"/><path d="M2.2 29.5298C0.98 29.5298 0 30.5198 0 31.7298C0 32.9398 0.99 33.9298 2.2 33.9298C3.41 33.9298 4.4 32.9398 4.4 31.7298C4.4 30.5198 3.41 29.5298 2.2 29.5298Z" fill="%23199EE3"/><path d="M16.9305 33.9303C18.1455 33.9303 19.1305 32.9453 19.1305 31.7303C19.1305 30.5152 18.1455 29.5303 16.9305 29.5303C15.7154 29.5303 14.7305 30.5152 14.7305 31.7303C14.7305 32.9453 15.7154 33.9303 16.9305 33.9303Z" fill="%23199EE3"/><path d="M31.6609 33.9298C32.876 33.9298 33.8609 32.9448 33.8609 31.7298C33.8609 30.5148 32.876 29.5298 31.6609 29.5298C30.4459 29.5298 29.4609 30.5148 29.4609 31.7298C29.4609 32.9448 30.4459 33.9298 31.6609 33.9298Z" fill="%23199EE3"/><path d="M46.3797 33.9303C47.5947 33.9303 48.5797 32.9453 48.5797 31.7303C48.5797 30.5152 47.5947 29.5303 46.3797 29.5303C45.1647 29.5303 44.1797 30.5152 44.1797 31.7303C44.1797 32.9453 45.1647 33.9303 46.3797 33.9303Z" fill="%23199EE3"/><path d="M61.1102 29.5298C59.8902 29.5298 58.9102 30.5198 58.9102 31.7298C58.9102 32.9398 59.9002 33.9298 61.1102 33.9298C62.3202 33.9298 63.3102 32.9398 63.3102 31.7298C63.3102 30.5198 62.3202 29.5298 61.1102 29.5298Z" fill="%23199EE3"/><path d="M75.8406 29.5303C74.6206 29.5303 73.6406 30.5203 73.6406 31.7303C73.6406 32.9403 74.6306 33.9303 75.8406 33.9303C77.0506 33.9303 78.0406 32.9403 78.0406 31.7303C78.0406 30.5203 77.0506 29.5303 75.8406 29.5303Z" fill="%23199EE3"/><path d="M2.2 17.6401C0.98 17.6401 0 18.6301 0 19.8401C0 21.0501 0.99 22.0401 2.2 22.0401C3.41 22.0401 4.4 21.0501 4.4 19.8401C4.4 18.6301 3.41 17.6401 2.2 17.6401Z" fill="%23199EE3"/><path d="M16.9305 22.0499C18.1455 22.0499 19.1305 21.0649 19.1305 19.8499C19.1305 18.6349 18.1455 17.6499 16.9305 17.6499C15.7154 17.6499 14.7305 18.6349 14.7305 19.8499C14.7305 21.0649 15.7154 22.0499 16.9305 22.0499Z" fill="%23199EE3"/><path d="M31.6609 22.0499C32.876 22.0499 33.8609 21.0649 33.8609 19.8499C33.8609 18.6349 32.876 17.6499 31.6609 17.6499C30.4459 17.6499 29.4609 18.6349 29.4609 19.8499C29.4609 21.0649 30.4459 22.0499 31.6609 22.0499Z" fill="%23199EE3"/><path d="M46.3797 22.0499C47.5947 22.0499 48.5797 21.0649 48.5797 19.8499C48.5797 18.6349 47.5947 17.6499 46.3797 17.6499C45.1647 17.6499 44.1797 18.6349 44.1797 19.8499C44.1797 21.0649 45.1647 22.0499 46.3797 22.0499Z" fill="%23199EE3"/><path d="M61.1102 17.6401C59.8902 17.6401 58.9102 18.6301 58.9102 19.8401C58.9102 21.0501 59.9002 22.0401 61.1102 22.0401C62.3202 22.0401 63.3102 21.0501 63.3102 19.8401C63.3102 18.6301 62.3202 17.6401 61.1102 17.6401Z" fill="%23199EE3"/><path d="M75.8406 17.6401C74.6206 17.6401 73.6406 18.6301 73.6406 19.8401C73.6406 21.0501 74.6306 22.0401 75.8406 22.0401C77.0506 22.0401 78.0406 21.0501 78.0406 19.8401C78.0406 18.6301 77.0506 17.6401 75.8406 17.6401Z" fill="%23199EE3"/><path d="M2.2 5.75977C0.98 5.75977 0 6.74976 0 7.95976C0 9.16976 0.99 10.1598 2.2 10.1598C3.41 10.1598 4.4 9.16976 4.4 7.95976C4.4 6.74976 3.41 5.75977 2.2 5.75977Z" fill="%23199EE3"/><path d="M16.9305 5.75977C15.7105 5.75977 14.7305 6.74976 14.7305 7.95976C14.7305 9.16976 15.7205 10.1598 16.9305 10.1598C18.1405 10.1598 19.1305 9.16976 19.1305 7.95976C19.1305 6.74976 18.1405 5.75977 16.9305 5.75977Z" fill="%23199EE3"/><path d="M31.6609 5.75977C30.4409 5.75977 29.4609 6.74976 29.4609 7.95976C29.4609 9.16976 30.4509 10.1598 31.6609 10.1598C32.8709 10.1598 33.8609 9.16976 33.8609 7.95976C33.8609 6.74976 32.8709 5.75977 31.6609 5.75977Z" fill="%23199EE3"/><path d="M46.3797 5.75977C45.1597 5.75977 44.1797 6.74976 44.1797 7.95976C44.1797 9.16976 45.1697 10.1598 46.3797 10.1598C47.5897 10.1598 48.5797 9.16976 48.5797 7.95976C48.5797 6.74976 47.5897 5.75977 46.3797 5.75977Z" fill="%23199EE3"/><path d="M61.1102 5.75977C59.8902 5.75977 58.9102 6.74976 58.9102 7.95976C58.9102 9.16976 59.9002 10.1598 61.1102 10.1598C62.3202 10.1598 63.3102 9.16976 63.3102 7.95976C63.3102 6.74976 62.3202 5.75977 61.1102 5.75977Z" fill="%23199EE3"/><path d="M75.8406 5.75977C74.6206 5.75977 73.6406 6.74976 73.6406 7.95976C73.6406 9.16976 74.6306 10.1598 75.8406 10.1598C77.0506 10.1598 78.0406 9.16976 78.0406 7.95976C78.0406 6.74976 77.0506 5.75977 75.8406 5.75977Z" fill="%23199EE3"/></svg>'); */
  width: 78px;
  height: 63px;
  content: "";
  position: absolute;
}
.blog_tag_header ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.blog_tag_header ul li a {
  color: #7a8a92;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  padding: 14px 16px;
  border: 1px solid #9eb2bc;
  display: inline-block;
  transition: 0.5s;
}
.article_faq,
.article_footer_social,
.blog_tag_header,
.popular_article {
  margin-bottom: 30px;
}
.blog_tag_header ul li a.active,
.blog_tag_header ul li a:hover {
  border: 1px solid #199ee3;
  background: #dcf3ff;
  color: #199ee3;
}
.newsletter_cs {
  padding: 100px 0;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.left_text h2 {
  color: #fff;
  font-family: Poppins;
  font-size: 38px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  letter-spacing: normal;
}
.news_innnre {
  gap: 64px;
}
.left_text,
.right_email {
  width: 50%;
}
.right_email input::placeholder {
  display: block;
  opacity: 1;
  visibility: visible;
  color: #9eb2bc;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.article-template_comment-wrapper .submit_comm input,
button.newsletter-form__button {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  background: #199ee3;
  font-family: Poppins;
  text-transform: capitalize;
}
.newsletter_cs:after {
  top: -14px;
  left: 130px;
}
.newsletter_cs:before {
  bottom: -14px;
  right: 130px;
}
button.newsletter-form__button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 8px;
  border: 0;
  font-weight: 600;
  line-height: 30px;
  padding: 7px 30px;
}
.right_email .newsletter-form__field-wrapper input {
  height: 60px;
  padding: 17px 168px 17px 20px;
}
.newsletter-form__message {
  color: #fff;
}
.article-date {
  margin: 0 0 15px;
  padding: 0;
  gap: 14px;
}
.article-date p {
  margin: 0;
  color: #636363;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.article-date p span svg {
  width: 100%;
  height: 100%;
}
.article_main_page {
  display: flex;
  margin: 60px -15px 120px;
  flex-wrap: wrap;
}
.article-template_comment-wrapper .submit_comm input {
  height: auto;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 20px;
}
.submit_comm {
  text-align: right;
}
.arti_left {
  padding: 0 15px;
  width: 66.7%;
}
.artic_right {
  width: 33.3%;
  padding: 0 15px;
}
.article-template__hero.media {
  position: relative;
  padding-top: 54.3%;
}
.article_socia_icon {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
  margin-bottom: -10px;
}
.article_socia_icon ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.article_socia_icon ul li a svg {
  width: 34px;
  height: 34px;
}
h1.article-template__title {
  color: #000;
  font-family: Poppins;
  font-size: 38px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.27;
  text-transform: capitalize;
  margin-bottom: 22px !important;
}
.article_main_content P,
.article_socia_icon p {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #000;
}
.article_socia_icon p {
  line-height: 1.4;
  margin: 0;
}
.article-template_banner_main {
  margin-bottom: 22px;
}
.article_main_content P {
  line-height: 1.63;
  margin: 0 0 25px;
  display: inline-block;
}
.footer_copy_right .site-logo,
.footer_copy_right p,
.footer_copy_right .footer_social {
  display: none;
}

.article_main_content h2,
.article_main_content h3,
.faq_heading h2 {
  font-family: Poppins;
  font-size: 26px;
}
.article_main_content h2,
.article_main_content h3,
.faq_heading h2,
.inner_faq_col .faq_que {
  font-style: italic;
  font-weight: 700;
  text-transform: capitalize;
}
.article_main_content h2 {
  color: #000;
  line-height: 1.16;
  margin: 0 0 15px;
}
.article_main_content h3 {
  color: #000;
  line-height: 1.14;
  margin: 15px 0 !important;
}
.article_main_content img {
  margin: 0;
  padding: 0;
}
.article_main_content,
.template-blog .slider_block_main {
  margin-bottom: 60px;
}
.faq_heading h2 {
  color: #199ee3;
  line-height: 1;
  text-align: left;
  letter-spacing: normal;
  margin-bottom: 40px;
}
.faq_ans p,
.last_updet p {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-family: Poppins;
}
.inner_faq_col .faq_que {
  cursor: pointer;
  position: relative;
  transition: 0.4s;
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  line-height: 1.3;
  margin: 0 !important;
  letter-spacing: normal;
  padding-right: 30px;
}
.faq_main_inner .faq_row + .faq_row {
  margin-top: 20px;
}
.inner_faq_col {
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.05);
}
.faq_ans p {
  line-height: 1.6;
  margin: 15px 0 0;
}
.inner_faq_col .faq_que p {
  margin: 0;
}
.inner_faq_col .faq_que:after {
  content: "";
  height: 24px;
  width: 24px;
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 16.5C11.9015 16.5001 11.804 16.4808 11.713 16.4431C11.622 16.4054 11.5394 16.35 11.4698 16.2803L3.9698 8.7803C3.67673 8.48723 3.67673 8.01267 3.9698 7.7198C4.26286 7.42692 4.73742 7.42673 5.0303 7.7198L12 14.6895L18.9698 7.7198C19.2629 7.42673 19.7374 7.42673 20.0303 7.7198C20.3232 8.01286 20.3234 8.48742 20.0303 8.7803L12.5303 16.2803C12.4607 16.35 12.3781 16.4054 12.2871 16.4431C12.1961 16.4808 12.0985 16.5001 12 16.5Z" fill="%233A3839"/></svg>');
  z-index: 1;
  background-position: center;
  transition: 0.5s;
}
.inner_faq_col .faq_que.active::after {
  transform: rotate(180deg);
  transition: 0.5s;
}
.active_faq .faq_ans {
  margin-bottom: 25px;
  transition: 0.1s;
}
.active_faq .faq_que {
  padding: 25px 30px 18px 0 !important;
}
.active_faq .faq_que:before {
  transform: rotate(90deg) !important;
}
.faq_btn {
  padding: 12px 60px;
}
.faq_shop_btn {
  margin-top: 50px;
  text-align: center;
}
.faq_heading {
  padding-top: 60px;
}
.faq_heading:first-child {
  padding-top: 0;
}
.artic_text_soci {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px;
  border: 1px solid rgba(195, 214, 224, 0.2);
  background: #f8fdff;
  margin-bottom: 8px;
}
.last_updet p {
  line-height: 1.4;
  text-align: end;
  margin: 0;
}
.artic_text_soci ul {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.artic_text_soci p {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.artic_text_soci ul li a {
  display: flex;
}
header.article-header {
  display: flex;
  flex-direction: column;
}
.artic-img-text,
.cmt_header {
  align-items: center;
  display: flex;
}
.artic-img-text {
  justify-content: space-between;
  margin: 0 -15px 60px;
}
.cmt_header,
.recently_viewd_article {
  margin-bottom: 20px;
}
.arti_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block !important;
  margin: 0;
  border-radius: 50%;
}
.right_content h3 {
  color: #000;
  font-family: Poppins;
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
  text-transform: capitalize;
  margin: 0 0 8px;
}
.cmt_header p,
.right_content p {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #000;
  font-family: Poppins;
}
.right_content p {
  line-height: 1.63;
  letter-spacing: normal;
}
.left_img {
  width: 30%;
  padding: 0 15px;
}
.right_content {
  width: 70%;
  padding: 0 15px;
}
.cmt_header p {
  line-height: 1.3;
}
.cmt_header h2 {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 !important;
}
.cmt_header {
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid #d9d9d9;
}
.article-template__comments-comment,
.article-template_comment-wrapper .field__input {
  border: 1px solid #c3d6e0;
  background: #f8fdff;
}
.article-template_comment-wrapper input::placeholder,
.article-template_comment-wrapper textarea::placeholder {
  display: block;
  opacity: 1;
  visibility: visible;
  color: #5c5c5c;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.article-template_comment-wrapper input,
.article-template_comment-wrapper textarea {
  padding: 16px 16px 16px 20px !important;
}
.article-template_comment-wrapper input {
  height: 49px;
}
.related-blog-posts {
  padding: 120px 0;
  background: #f6fcff;
}
h2.coman_heading {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
  text-transform: capitalize;
  margin: 0 0 30px;
}
.article_contennt h3,
.date_post span {
  color: #020202;
  font-family: Poppins;
  font-style: normal;
}
.popular_article,
.recently_viewd_article {
  padding: 20px;
  background: #f6fcff;
}
.article_boxx .img_box {
  width: 41.1%;
  padding: 0 8px;
}
.article_boxx .article_contennt {
  width: 58.9%;
  padding: 0 8px;
}
.article_boxx .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.article_boxx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -8px;
  flex-wrap: wrap;
}
.article_contennt h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 8px !important;
}
.date_post span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  display: block;
}
.article_flex {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfebf2;
}
.article_flex:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.article_boxx .img_box a {
  position: relative;
  padding-top: 70%;
  display: block;
}
.template-blog ol.breadcrumbs__list li + li {
  margin-left: 6px;
}
.footer_newslatter_small {
  display: none;
  justify-content: center;
  margin: 20px 0;
}
.footer_newslatter_large {
  display: flex;
}
@media (max-width: 1399px) {
  .page-title-section {
    padding: 100px 0;
    margin-bottom: 50px;
  }
  .footer_paypal img {
    transform: scale(1.3);
    margin-left: 20px;
  }
  .card__content .card__heading .full-unstyled-link {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .card__content .card__information .price .price-item,
  .inner_faq_col .faq_que {
    font-size: 18px;
  }
  .custom-product-grid .grid,
  .slider_block_main {
    margin-bottom: 100px;
  }
  .news_innnre {
    display: flex;
    align-items: center;
    gap: 45px;
  }
  .right_email .newsletter-form__field-wrapper input {
    height: 55px;
    padding: 17px 168px 17px 20px;
  }
  .left_text h2 {
    font-size: 34px;
  }
  h1.article-template__title {
    font-size: 35px;
    margin-bottom: 18px !important;
  }
  .faq_heading h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .article_main_page {
    display: flex;
    margin: 60px -15px 100px;
    flex-wrap: wrap;
  }
}
@media (max-width: 1199px) {
  .footer_title {
    font-size: 38px;
  }
  .footer_center_content {
    width: 55%;
  }
  .container {
    max-width: 1045px !important;
  }
  .footer_copy_right {
    width: 20%;
  }
  .collection .product-grid .grid__item,
  .faq_heading h2,
  .fetured_text h2 {
    margin-bottom: 30px;
  }
  .custom-product-grid .grid {
    --grid-desktop-horizontal-spacing: 10px;
    margin-bottom: 80px;
  }
  .collection .product-grid .grid__item:last-child {
    margin: 0;
  }
  .fetured_text h2 {
    font-size: 30px;
  }
  .slider_block_main {
    margin-bottom: 100px;
  }
  .article_main_content,
  .newsletter_cs {
    margin-bottom: 40px;
  }
  .footer_bikesearch,
  .footer_contect {
    font-size: 18px;
  }
  .newsletter_cs {
    padding: 70px 0;
  }
  .left_text {
    width: 100%;
    text-align: center;
  }
  .news_innnre {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: column;
  }
  .related-blog-posts {
    padding: 80px 0;
  }
  .faq_heading h2 {
    font-size: 22px;
  }
  .article_main_content h3 {
    font-size: 22px;
    margin: 10px 0 !important;
  }
  .article_main_content h2 {
    font-size: 22px;
    margin: 0 0 10px;
  }
  .article_main_content P {
    font-size: 16px;
    margin: 0 0 15px;
  }
  h1.article-template__title {
    font-size: 30px;
    margin-bottom: 15px !important;
  }
  .article-date {
    margin: 0 0 8px;
    gap: 8px;
  }
  .article-date p {
    font-size: 14px;
    gap: 6px;
  }
  .article_socia_icon {
    gap: 8px;
    margin-bottom: -10px;
  }
  .article_socia_icon ul li a svg,
  .ftr_soc ul li a svg {
    width: 30px;
    height: 30px;
  }
  .article_socia_icon ul {
    gap: 10px;
  }
  .inner_faq_col {
    padding: 20px;
  }
  .right_content h3 {
    font-size: 22px;
    margin: 0 0 8px;
  }
  .artic_text_soci p {
    font-size: 16px;
  }
  .article-template_comment-wrapper .submit_comm input {
    font-size: 16px;
    margin-top: 15px;
  }
  .footer_bikesearch,
  .footer_contect {
    font-size: 16px;
  }
  .footer_center_title h4,
  .footer_bikesearch,
  .footer_contect {
    font-size: 16px;
  }
  .footer_copy_right {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .footer_center_content {
    width: 55%;
  }
  .footer_title {
    font-size: 38px;
  }
  .footer_left_content {
    width: 45%;
  }
  .footer_block {
    padding: 0 10px;
  }
  .featured_right_slide,
  .featured_slider_main {
    width: 100%;
  }
  .footer_copy_right {
    padding: 0 8px;
  }
  .footer_right_content {
    width: 34%;
  }
  .footer_center_title h4 {
    font-size: 13px;
  }
  .footer_left_content {
    padding: 0;
    margin-bottom: 30px;
  }
  .footer_paypal {
    margin: 0 auto;
  }
  .copy_right_content {
    margin-top: 30px;
  }
  .copy_right_content p {
    padding: 0;
  }
  .custom-header .header__heading-link {
    padding: 16px 0;
  }
  .header-wrapper header.header {
    display: flex;
    justify-content: space-between;
  }
  .header.custom-header header-drawer {
    order: 2;
    margin-top: 4px;
  }
  .custom-header .header__icons {
    padding-right: 14px;
    margin-left: auto;
  }
  .card-wrapper .card__inner .quick-add button.quick-add__submit {
    min-width: 180px;
  }
  .menu-drawer .menu-drawer__utility-links .list-social .list-social__item img {
    width: 36px;
  }
  .menu-drawer
    .menu-drawer__utility-links
    .list-social
    .list-social__item
    .icon_custom_text {
    font-size: 14px;
  }
  .left_text h2 {
    font-size: 32px;
  }
  button.newsletter-form__button {
    margin: 5px;
    font-size: 16px;
    padding: 7px 24px;
    line-height: 1.2;
  }
  .right_email .newsletter-form__field-wrapper input {
    height: 45px;
    padding: 15px 168px 15px 20px;
  }
  .right_email {
    width: 70%;
  }
  .arti_left,
  .artic_right {
    width: 100%;
    padding: 0 15px;
  }
  .newsletter_cs:after,
  .newsletter_cs:before {
    width: 65px;
    height: 46px;
  }
  .related-blog-posts .blog-articless {
    justify-content: center;
  }
  .article_main_page {
    display: flex;
    margin: 60px -15px 70px;
    flex-wrap: wrap;
    gap: 30px;
  }
  .popular_article {
    display: none;
  }
  .related-blog-posts {
    padding: 60px 0;
  }
  .article_contennt h3 {
    font-size: 18px;
    margin-bottom: 8px !important;
  }
  .date_post span {
    font-size: 16px;
  }
  h2.coman_heading {
    font-size: 24px;
    margin: 0 0 20px;
  }
}
@media (max-width: 945px) {
  .footer_title {
    font-size: 36px;
  }
}
@media (max-width: 880px) {
  .footer_right_content {
    padding: 0 10px;
  }
  .footer_logo {
    margin: 50px 0 18px;
  }
  .footer_left_title p,
  .footer_center_title h4,
  .footer_bikesearch,
  .footer_contect,
  .footer_right_content h4
  {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .footer_right_content {
    width: 35%;
  }
}
@media (max-width: 775px) {
  .footer_background {
    padding: 30px 0;
    padding-bottom: 0;
  }
  .footer_copy_right p br {
    display: none;
  }
  .footer_left_content,
  .footer_center_content {
    width: 100%;
  }
  .footer_left_content {
    margin-bottom: 0;
  }
  .footer_newslatter_small {
    display: flex;
    justify-content: start;
    margin: 44px 0;
    margin-top: 40px;
  }
  .footer_left_content .site-logo,
  .footer_left_content p,
  .footer_left_content .footer_social {
    display: none;
  }
  .footer_copy_right .site-logo,
  .footer_copy_right p,
  .footer_copy_right .footer_social {
    display: block;
  }
  .footer_newslatter_large {
    display: none;
  }
  .page-title-section {
    padding: 70px 0;
  }
  .footer_paypal img {
    transform: scale(1);
    margin-left: 0;
  }
  .footer_title {
    font-size: 27px;
    margin-bottom: 0 !important;
    letter-spacing: 0px;
  }
  .footer_right_content {
    width: 25%;
    padding: 0 9px;

    text-align: start;
  }
  .footer_left_title p,
  .footer_bikesearch,
  .footer_contect,
  .footer_center_title h4,
  .footer_right_content h4 {
    font-size: 15px;
  }
  .footer_copy_right p br {
    display: none;
  }
  .footer_logo {
    margin: 0 0 13px 0;
    width: 100px;
  }
  .footer_copy_right {
    width: 25%;
    text-align: left;
  }
  .footer_center_title {
    margin-bottom: 11px;
  }
  .footer_ctop_bikesearch,
  .footer_ctop_contact {
    margin-bottom: 0px;
  }
  .custom_title {
    font-size: 34px;
    margin-bottom: 5px;
  }
  .card__content .card__information .price .price-item {
    margin: 0;
  }
  .footer_title {
    font-size: 46px;
    margin-bottom: 25px;
    letter-spacing: -2px;
    line-height: 45px;
  }
  .footer_newslatter input {
    padding: 10px 20px;
    font-size: 13px;
    border: 1px solid #17273e;
    border-radius: 7px;
    background-color: transparent;
    color: #fff;
    outline: none;
    width: 60%;
  }
  .footer_left_title p {
    margin: 0 auto 30px auto;

    text-align: center;
  }
  .footer_newslatter a {
    padding: 13px 32px;
    width: 25%;
    text-align: center;
  }

  .footer_block {
    margin-bottom: 0;
  }

  body .small-hide {
    display: flex !important;
  }
  .right_email .newsletter-form__field-wrapper input {
    height: 42px;
    padding: 10px 128px 10px 16px;
  }
  button.newsletter-form__button {
    margin: 5px;
    font-size: 14px;
    padding: 7px 24px;
    line-height: 1.2;
  }
  .newsletter_cs,
  .related-blog-posts {
    padding: 60px 0;
  }
  .left_text h2 {
    font-size: 25px;
  }
  h1.article-template__title {
    font-size: 28px;
    margin-bottom: 20px !important;
  }
  header.article-header {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 20px !important;
    gap: 16px;
  }
  .article_socia_icon {
    gap: 14px;
    margin-bottom: 0;
    justify-content: flex-start;
  }
  .article-template_banner_main {
    margin-bottom: 20px;
  }
  .article_main_content P {
    margin: 0 0 16px;
  }
  .article_main_content h2 {
    font-size: 20px;
    margin: 0 0 10px;
    line-height: 1.5;
  }
  .faq_heading h2 {
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 1.36;
    text-align: center;
  }
  .inner_faq_col .faq_que {
    font-size: 18px;
    line-height: 1.56;
  }
  .artic-img-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px 40px;
    flex-direction: column;
    gap: 20px;
  }
  .right_content {
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }
  .left_img {
    width: 60.3%;
    padding: 0 15px;
  }
  .last_updet p,
  .submit_comm {
    text-align: left;
  }
  .article-template__hero.media {
    position: relative;
    padding-top: 53%;
  }
  .artic_text_soci p {
    display: none;
  }
  .ftr_soc p {
    display: block;
  }
  .artic_text_soci {
    display: block;
    padding: 0;
    border: 0;
    background: 0 0;
    margin-bottom: 0;
  }
  .ftr_soc {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .article_footer_social {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
    margin-bottom: 40px;
  }
  .cmt_header p {
    font-size: 14px;
  }
  .article_main_page {
    display: flex;
    margin: 30px -15px 70px;
    flex-wrap: wrap;
    gap: 30px;
  }
  .card__content .card-information {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .card-wrapper .price.price--on-sale {
    text-align: left;
    width: 100%;
  }
  .footer_social .list-unstyled {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    justify-content: start;
  }
  .footer_social .list-unstyled .list-social__item .link img {
    width: 15px;
    height: auto;
  }
  .footer_paypal img {
    margin-top: 10px;
  }
}
@media (max-width: 749px) {
  .footer_copy_right {
    width: 48%;
    text-align: left;
}
.footer_copy_right {
    padding-bottom: 20px;
}
.footer_right_content {
    width: 48% !important;
    padding-top: 20px;
}
}
@media (max-width: 575px) {
  .footer_social .list-unstyled {
    gap: 10px;
  }
  .footer_left_title p,
  .footer_bikesearch,
  .footer_contect,
  .footer_center_title h4,
  .footer_right_content h4 {
    font-size: 14px;
  }
  .footer_background {
    padding-bottom: 0;
  }

  .footer_ctop_bikesearch,
  .footer_ctop_contact {
    margin-bottom: 4px;
  }
  .breadcrumbs__item .breadcrumbs__link {
    font-size: 16px;
  }
  .footer_left_content {
    width: 100%;
  }
  body .page-title-section {
    margin-bottom: 50px;
  }
  .card-wrapper .card__inner .quick-add button.quick-add__submit {
    min-width: 170px;
  }
  .custom-product-grid .grid .product-card-wrapper .card__inner {
    --ratio-percent: 121.6% !important;
  }
  .footer_inner_text {
    margin-bottom: 20px;
  }
  .footer_policy_background {
    padding: 19px 0 0;
  }
  .fetured_text h2 {
    font-size: 27px;
    margin-bottom: 10px;
  }

  .custom_title {
    font-size: 28px;
    margin-bottom: 5px;
  }
  .page-title-section {
    padding: 50px 0;
  }
  .card__content .card__information {
    padding: 15px 0 0;
  }
  .footer_title {
    font-size: 42px;
    letter-spacing: 0px;
    margin-bottom: 10px;
    letter-spacing: -2px;
  }

  .footer_paypal {
    margin-bottom: 20px;
  }
  .left_text,
  .right_email {
    width: 100%;
  }
  .copy_right_content p,
  .footer_inner_text a {
    font-size: 14px;
  }
  .slider_block_main {
    margin-bottom: 60px;
  }

  .footer_left_content,
  .slider_block_main {
    margin-bottom: 0px;
  }

  .footer_social .list-social .list-social__item {
    margin: 0;
  }
  .footer_newslatter {
    text-align: center;

    width: 100%;
  }

  .footer_center_content {
    width: 100%;
    margin: 0;
  }

  .header--has-social .menu-drawer__utility-links {
    padding: 30px 20px;
  }
  .left_text {
    text-align: left;
  }
  .left_text h2 {
    font-size: 27px;
  }
  .newsletter_cs:before {
    bottom: 0;
    left: 47px;
    width: 78px;
    height: 63px;
    right: auto;
  }
  .newsletter_cs:after {
    top: -36px;
    left: auto;
    width: 78px;
    height: 63px;
    right: 37px;
  }
  .article_contennt h3 {
    font-size: 14px;
    margin-bottom: 0 !important;
  }
  .date_post {
    display: none;
  }
  .article-template_comment-wrapper .submit_comm input {
    font-size: 16px;
    margin-top: 16px;
    padding: 11px 23px !important;
  }
  .card__content .card__heading .full-unstyled-link {
    margin-bottom: 0;
  }
}
@media (max-width: 450px) {
  .footer_left_content,
  .slider_block_main {
    margin-bottom: 30px;
  }
  .footer_title {
    font-size: 42px;
    letter-spacing: 0px;
    margin-bottom: 10px;
    letter-spacing: -2px;
    line-height: 1.5;
  }
  .footer_inner_text a {
    font-size: 11px;
  }
  .footer_newslatter {
    flex-direction: column;
    align-items: start;
    margin: 20px 0;
  }
  .footer_newslatter a {
    padding: 15px 0px;
    text-align: center;
    margin-top: 20px;
    width: 35%;
    font-size: 14px;
  }
  .footer_newslatter input {
    padding: 17px;
    width: 100%;
  }
  .footer_right_content {
    width: 25%;
  }
  .footer_center_content {
    width: 100%;
    margin: 13px 0;
  }

  .footer_paypal {
    width: 100% !important;
  }
  .footer_left_title p,
  .footer_bikesearch,
  .footer_contect,
  .footer_center_title h4,
  .footer_right_content h4 {
    font-size: 10px;
  }

  .footer_social {
    margin-bottom: 0;
  }
  .footer_social .list-unstyled {
    gap: 8px;
  }
  button.newsletter-form__button {
    margin: 0;
    font-size: 16px;
    padding: 13px 24px;
    line-height: 1.2;
    position: unset;
    width: 100%;
  }
  .newsletter-form__field-wrapper .field {
    flex-wrap: wrap;
    gap: 12px;
  }
  .right_email .newsletter-form__field-wrapper input {
    height: 46px;
    padding: 10px 20px;
  }
  .newsletter_cs {
    background-position: right bottom;
  }
}
@media (max-width: 370px) {
  .custom-header .header__icons {
    padding-right: 5px;
  }
  .footer_newslatter input {
    width: 70%;
  }
  .footer_newslatter a {
    width: 30%;
    padding: 10px 0;
  }
  .footer_left_content,
  .slider_block_main {
    margin-bottom: 20px;
  }
  .footer_left_title p br {
    display: none;
  }
  .footer_right_content {
    width: 75%;
  }
  .custom-header .header__heading-link {
    max-width: 150px;
  }
  button.newsletter-form__button {
    padding: 12px 24px;
    line-height: 1;
  }
  .right_email .newsletter-form__field-wrapper input {
    height: 40px;
    padding: 10px;
  }
  .left_text h2 {
    font-size: 23px;
  }
  .card__content .card__information .price .price-item,
  .inner_faq_col .faq_que {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .custom-header .header__icons .header__icon {
    width: 4.4rem !important;
  }
  #shopify-section-sections--21021053616474__header
    .desktop-localization-wrapper {
    width: 165px !important;
  }
  body.template-collection .page-title-section {
    padding: 65px !important;
}
.collection .product-grid .grid__item, .faq_heading h2, .fetured_text h2 {
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
}
.collection ul.product-grid {
    padding: 0px 20px;
}
.banner-custom-content h1 {
    font-size: 90px;
}
}

/* Inox chat */
/* Optional: Hide desktop button (if needed) */
.chat-toggle--text-button {
  display: none !important;
}

button.chat-toggle.chat-toggle--text-button {
  display: none !important;
}

/* Force the mobile-style button to show on all screen sizes */
button.chat-toggle.mobile-only {
  display: inline-flex !important;
}

/* Optionally hide the desktop version */
button.chat-toggle.chat-toggle--text-button {
  display: none !important;
}

button.chat-toggle.chat-toggle--text-button {
  align-items: center;
  border: none;
  border-radius: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: var(--secondary-color);
  display: flex;
  font-size: 1.5rem;
  font-weight: 600;
  height: 60px;
  line-height: 2rem;
  max-width: fit-content;
  padding: 0 12px 0 3px;
  width: 20px !important;
}
.list-social__item .icon.icon-tumblr {
  height: 34px;
  width: 34px;
  fill: #fff;
  color: #fff;
  /* background: #fff; */
}
.list-social__item .icon.icon-tiktok {
  height: 34px;
  width: 34px;
  color: #ffff;
}



footer_right_content h4{
  color:#fff !important;
}

/* sw--custom.css  */
div#cmpbox {
    display: none !important;
}
div#cmpbox2 {
    display: none !important;
}
.template-product .main_header .navbar {
    transition: padding-bottom 0.3s ease;
    /* background: #000; */
}
.jdgm-rev-widg__summary-text {
    visibility: unset;
    color: #fff;
}
.cmn_btn,
.product_review_bar {
  display: inline-block;
}
.cmn_btn,
.product__text {
  font-size: 18px;
  line-height: 1.6;
}
.video_overlay,
.video_play[style="opacity: 0;"] {
  visibility: hidden;
}
.mb_120 {
  margin-bottom: 120px;
}
.slider_block_main {
    margin-bottom: 0px;
}
.video_banner.mb_120 {
    margin-bottom: 50px;
}
.cmn_btn {
  color: #fff;
  background: #199ee3;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
  border: 1px solid #199ee3;
  padding: 15px 27px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
}
.cmn_btn:hover {
  background: #fff;
  color: #199ee3;
}
.collection .card__inner {
  --ratio-percent: 100% !important;
}
li.grid__item {
  margin-bottom: 15px;
}
.product_review_bar a.product_review_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
}
.product--large:not(.product--no-media) .product__media-wrapper {
  max-width: 570px !important;
}
.product--large:not(.product--no-media) .product__info-wrapper {
  padding: 0 0 0 60px !important;
  max-width: 600px !important;
}
.product-media-container.constrain-height.media-fit-contain {
  width: 100% !important;
}
.product--thumbnail_slider .slider-button {
  position: absolute;
  z-index: 10;
  background: #199ee3;
  width: 30px;
  height: 30px;
  opacity: 0;
  transition: 0.4s;
}
.product .thumbnail-slider .thumbnail[aria-current]:before,
.thumbnail-slider:hover .slider-button {
  opacity: 1;
}
.product--thumbnail_slider .slider-mobile-gutter .slider-button svg path {
  fill: #fff;
}
.product--thumbnail_slider button.slider-button.slider-button--prev {
  left: 0;
}
.product--thumbnail_slider button.slider-button.slider-button--next {
  right: 0;
}
.product_details .jdgm-rev-widg,
.thumbnail-slider .thumbnail-list.slider--tablet-up {
  padding: 0 !important;
}
.product__media-list {
  margin-bottom: 10px !important;
  position: relative;
}
.thumbnail-list {
  grid-gap: 10px !important;
}
.custom_technical a {
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 20px;
  font-weight: 600;
  text-decoration: underline;
  transition: 0.4s;
}
.product span.price-item.price-item--sale.price-item--last,
.product__title h1 {
  font-weight: 700;
  font-family: Poppins;
  font-style: normal;
  text-transform: capitalize;
}
.custom_technical a:hover {
  color: #199ee3;
}
.product .thumbnail-slider .thumbnail:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block !important;
  opacity: 0;
  transition: 0.4s;
}
.product__modal-opener .product__media-icon {
  opacity: 1 !important;
  bottom: 24px !important;
  right: 24px !important;
  left: auto !important;
  top: auto !important;
  border: none !important;
  background-color: unset !important;
}
.thumbnail:hover {
  opacity: 1 !important;
}
.product .product__media .global-media-settings {
  border: 1px solid #e3e7ef !important;
}
.product .thumbnail-slider .thumbnail[aria-current] {
  border: 1px solid #8e8e8e !important;
  box-shadow: unset !important;
}
.product__title {
  margin: 0 0 15px !important;
}
.product__title h1 {
  color: #000;
  font-size: 40px;
  line-height: 1.2;
  max-width: 420px;
}
.product .price__container {
  margin-bottom: 0 !important;
}
.product span.price-item.price-item--sale.price-item--last {
  color: #199ee3;
  font-size: 34px;
  line-height: 1.1;
}
.product .price-item.price-item--regular {
  color: #9eb2bc;
  font-family: Poppins;
  font-size: 34px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  text-transform: capitalize;
}
.product-form__quantity .form__label,
.product__accordion svg,
.product__inventory svg,
.product__tax,
.product_review .jdgm-rev-widg__body,
.product_review .jdgm-rev-widg__paginate-spinner-wrapper,
.product_review .jdgm-rev-widg__title,
.product_review .jdgm-row-actions,
.product_review .jdgm-widget-actions-wrapper,
.product_tab_details,
.shopify-payment-button__more-options,
.sticky_mob_price,
span.badge.price__badge-sale.color-accent-2,
span.caption-large.light {
  display: none;
}
.product-form__buttons {
  max-width: 100% !important;
}
.product__text {
  color: #010101;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize !important;
  margin: 10px 0 0 !important;
}
.product__inventory,
.sale_discount {
  color: #fff;
  font-family: Poppins;
  font-style: normal;
}
.product__text span,
.related_items_inner .related_item_pro_title:hover {
  color: #199ee3;
}

.product__text a {
  text-decoration: underline;
  color: #199ee3;
}
.product__bullet_points ul {
  margin: 20px 0;
}
.product__bullet_points ul li {
  list-style: none;
  position: relative;
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 20px;
}
.product_richtext p strong,
.sale_discount {
  font-weight: 600;
}
.product__bullet_points ul li:before {
  content: "";
  position: absolute;
  background: url("/cdn/shop/files/bullet.svg?v=1701516924")
    0 0 / contain no-repeat;
  width: 25px;
  height: 27px;
  left: -40px;
}
.product .quantity {
  width: 179px !important;
  height: 50px;
}
.product .quantity:after,
.sticky_cart .quantity:after {
  box-shadow: unset !important;
  border: 1px solid #9eb2bc;
}
.product .quantity__input[type="number"],
.sticky_cart .quantity__input[type="number"] {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}
.product-form__submit {
  width: 345px;
  border: 1px solid #199ee3;
  background: #fff;
  height: 50px;
}
.product-form__submit span {
    color: #199ee3;
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
}
.product-form__input input[type="radio"]:checked + label {
  background-color: #199ee3 !important;
}
.product-form__input input[type="radio"] + label {
  border: 1px solid #199ee3 !important;
}
.pro_cart_wrapper {
  display: flex;
  gap: 16px;
}
.payment__methods .list-payment {
  justify-content: start;
}
.product_richtext {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 28px !important;
}
.product_richtext:before {
  content: "";
  position: absolute;
  background: url("/cdn/shop/files/shipping.svg?v=1701521689")
    0 0 / contain no-repeat;
  width: 25px;
  height: 15px;
  left: 0;
}
.product_richtext p {
  margin: 0 0 0 35px;
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  text-transform: capitalize;
}
.product_richtext p a {
  color: #199ee3;
  text-decoration: underline;
}
.sale_discount {
  position: absolute;
  top: 16px;
  left: -7px;
  background: #009ee3;
  font-size: 18px;
  line-height: 1.3;
  text-transform: capitalize;
  padding: 9px 24px;
}
.sale_discount:before {
  content: "";
  position: absolute;
  background: url("/cdn/shop/files/Vector_1.svg?v=1701662017")
    0 0 / contain no-repeat;
  width: 10px;
  height: 8px;
  left: 0;
  top: -8px;
}
.product__inventory {
  background: url("/cdn/shop/files/in_stock.svg?v=1701662588")
    0 0 / contain no-repeat;
     width: 100px;
    height: 25px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  justify-content: center;
  margin: 0 !important;
}

.payment_title,
.product_progress_bar p {
  font-weight: 400;
  font-family: Poppins;
  font-style: normal;
}
.product .jdgm-widget {
  margin: 0 0 11px;
}
.product .slider-buttons {
  display: none !important;
}
.product .jdgm-prev-badge__text {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
}
.payment_title {
  color: #000;
  font-size: 14px;
  line-height: 1.8;
}
.product-form__submit:hover span,
.progress-bar,
.sticky_cart .product-form__submit span {
  color: #fff;
}
.payment__methods {
  margin: 23px 0 30px !important;
}
.section-template--20275065946458__main-padding {
  padding-top: 60px !important;
  padding-bottom: 40px !important;
}
.product__accordion summary {
  pointer-events: none;
}
.accordion__content .metafield-rich_text_field p {
  margin: 0 0 10px;
}
.main_progress {
  margin: 30px 0;
}
.product_progress_bar p {
  color: #199ee3;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 10px;
}
.progress {
  height: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 15px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  background-color: #199ee3;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s;
  -o-transition: width 0.6s;
  transition: width 0.6s;
  display: block !important;
}
.related_items_wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background: #f6fcff;
  padding: 50px 15px;
  gap: 30px;
}
.related_items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.related_items_total {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  align-items: center;
}
.cm_related_items {
  width: 33.33%;
  position: relative;
}
.cm_related_items:before {
  content: "";
  position: absolute;
  background: url("/cdn/shop/files/plus.svg?v=1701679806")
    0 0 / contain no-repeat;
  width: 22px;
  height: 22px;
  top: 52%;
  right: -10px;
  transform: translateY(-60px);
}
.cm_related_items:last-child:before {
  content: unset;
}
.related_items_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.related_items_inner .related_item_pro_img {
  width: 170px;
  height: 170px;
  border: 1px solid #e6e6e6;
  position: relative;
  margin: 0 0 10px;
}
.related_items_inner .related_item_pro_title {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
  max-width: 170px;
  margin: 0 auto 7px;
  transition: 0.4s;
}
.related_item_pro_price {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  text-transform: capitalize;
}
.product-tab,
.sub_title {
  font-size: 20px;
  font-style: normal;
}
.product-tab,
.product_title h4,
.sub_title {
  line-height: 1.5;
  text-transform: capitalize;
}
.product_review,
.product_review_bar,
.rel_pro_input,
.video_wrapper,
.why_bikevlip_right_inner {
  position: relative;
}
.related_items input[type="checkbox"] {
  border-radius: unset;
  background: #fff;
  border: none;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 1;
}
.product-form__submit:hover,
.related_items input[type="checkbox"]:checked {
  background-color: #199ee3;
}
.payment__methods ul.list.list-payment,
.technical_info_wrapper ul {
  padding: 0;
  margin: 0;
}
.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: unset !important;
}
:focus-visible {
  outline: unset !important;
  outline-offset: unset !important;
  box-shadow: unset !important;
}
.sticky_cart {
    position: fixed;
    bottom: 0;
    background: #f6fcff;
    padding: 6px 120px;
    width: 100%;
    z-index: 9999;
}
.product_sticky_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.cart_button_sticky,
.product_content {
  align-items: center;
  display: flex;
}
.product_img {
    width: 70px;
    height: 68px;
    border: 1px solid #199ee3;
}
.product_img img {
  width: 100%;
  height: 100%;
}
.product_content {
  gap: 15px;
}
.main_product_section {
    position: relative;
    background-color: #000000;
    z-index: 999;
}
.main_product_section p ,
.main_product_section li{
  color:#fff !important;
}
.shopify-payment-button__button--unbranded:hover {
  background-color: #199ee3 !important;
  color: #fff !important;
}
.sticky_cart span.price-item.price-item--sale.price-item--last {
  color: #199ee3;
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  text-transform: capitalize;
}
.sticky_cart .price-item.price-item--regular {
  color: #9eb2bc;
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  text-transform: capitalize;
}
.sticky_cart .quantity {
  width: 179px;
  min-height: 50px;
}
.sticky_cart .product-form__submit {
    width: auto;
    height: auto;
    padding: 10px 12px;
    background: #199ee3;
    font-family: Poppins;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    text-transform: capitalize;
    margin: 0;
}
.accordion-desc p,
.product_review .jdgm-review-widget--small .jdgm-histogram,
.sticky_cart .product-form__input,
.sub_title p,
.why_desc p {
  margin: 0;
}
.sticky_cart .product-form__submit:hover {
  background: 0 0;
}
.bike_title span,
.sticky_cart .product-form__submit:hover span,
.sub_title p span {
  color: #199ee3;
}
.bike_desc,
.bike_title,
.product-tab,
.product_details_block li,
.product_title h4,
.protection_desc,
.protection_subtitle,
.sub_title,
.why_desc {
  color: #000;
  font-family: Poppins;
}
.sticky_cart .pro_cart_wrapper {
  align-items: center;
}
.product_title h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.cm_product_details {
  border: 1px solid #c9d4da;
  background: #f6fcff;
}
.product_details_inner_top {
  border-bottom: 1px solid #c9d4da;
}
.product_details_ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0;
  margin: 0;
}
.product-tab {
  list-style: none;
  background: 0 0;
  text-align: center;
  font-weight: 500;
  padding: 14px 0;
  width: 100%;
  cursor: pointer;
}
.product-tab:not(:last-child) {
  border-right: 1px solid #c9d4da;
}
li.product-tab.hover_active {
  background: #199ee3;
  color: #fff;
}
.product_details_inner_bottom {
  padding: 30px;
}
.product_details_inner_bottom ol,
.product_details_inner_bottom ul {
  margin: 0;
  padding-left: 26px;
}
.faq_accordion .accordion-item.active .accordion-content,
.product_tab_details.detail_active {
  display: block;
}
.product_details_block li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  list-style: unset;
}
.product_details_block li:not(:last-child) {
  margin: 0 0 16px;
}
.why_bikevlip_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 -15px;
}
.cm_why_bikevlip_left {
  padding: 0 15px;
  max-width: 500px;
}
.why_desc,
img.why_big_img {
  max-width: 470px;
}
.cm_why_bikevlip_right {
  padding: 0 15px;
}
.why_bikevlip .section_title {
  text-align: left;
  margin-bottom: 20px;
}
.sub_title {
  font-weight: 700;
  margin-bottom: 15px;
}
.why_desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 30px;
}
.why_bikevlip_right_inner:before {
  content: "";
  position: absolute;
  background: url("/cdn/shop/files/Isolation_Mode.svg?v=1701683711")
    0 0 / contain no-repeat;
  width: 78px;
  height: 63px;
  left: -40px;
  top: -28px;
}
img.why_small_img {
  position: absolute;
  left: -160px;
  bottom: -49px;
  border: 5px solid #fff;
  max-width: 296px;
}
.why_bikevlip.mb_120 {
  margin-bottom: 150px;
}
.damage_protection_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cm_damage_protection_left {
  width: 50%;
  border-right: 1px solid;
}
.cm_damage_protection_right {
  width: 50%;
}
.damage_protection_right_inner img {
  margin-left: auto;
}
.DAMAGE_PROTECTION .section_title {
  margin-bottom: 80px;
}
.video_wrapper video {
  width: 100%;
  height: 567px;
  object-fit: contain;
  display: block;
}
.video_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50px, -50px);
  cursor: pointer;
  z-index: 1;
}
.video_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 30%);
  opacity: 0;
}
.product_review:hover .product_review_popup_main,
.video_layer .video_overlay {
  opacity: 1;
  visibility: visible;
}
.smallest_bike {
  background: #f6fcff;
  padding: 120px 0;
}
.smallest_bike .section_title {
  max-width: 740px;
  margin: 0 auto 40px;
}
.smallest_bike_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cm_smallest_bike {
  width: 33.33%;
  padding: 0 15px;
}
.bike_icon {
  width: 85px;
  height: 85px;
  background: #199ee3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px;
}
.bike_title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
  margin: 0 0 15px;
}
.bike_desc,
.protection_desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
.connetable_wrapper,
.protection_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.protection_top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
}
.protection .section_title {
  text-align: left;
  margin-top: 43px;
}
.protection_subtitle {
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
  text-transform: capitalize;
  margin: 0 0 15px;
}
.connetable_points li,
.recy_desc {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
}
.protection_top_left .protection_desc {
  max-width: 460px;
}
.protection_top_right {
  max-width: 570px;
}
.protection_bottom {
  width: 100%;
  display: flex;
  align-items: end;
  margin-top: -170px;
}
.protection_bottom_left img {
  max-width: 770px;
  border-top: 8px solid #fff;
  border-right: 8px solid #fff;
}
.protection_bottom_right {
  padding-left: 24px;
}
.connetable_points li:last-child,
.protection_bottom_right .protection_desc {
  margin: 0 0 30px;
}
.cm_connetable_left {
  width: 60%;
}
.connetable .section_title {
  text-align: left;
}
.connetable_points li {
  position: relative;
  margin: 0 0 20px;
}
.connetable_points li:before {
  content: "";
  position: absolute;
  background: url("/cdn/shop/files/bullet.svg?v=1701516924")
    0 0 / contain no-repeat;
  width: 26px;
  height: 26px;
  left: -40px;
}
.connetable .protection_subtitle {
  margin: 0 0 26px;
}
.recyclable_wrapper {
  background: no-repeat #f6fcff;
  padding: 37px 15px 37px 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-image: repeating-linear-gradient(
      0deg,
      #199ee3,
      #199ee3 6px,
      transparent 6px,
      transparent 14px,
      #199ee3 14px
    ),
    repeating-linear-gradient(
      90deg,
      #199ee3,
      #199ee3 6px,
      transparent 6px,
      transparent 14px,
      #199ee3 14px
    ),
    repeating-linear-gradient(
      180deg,
      #199ee3,
      #199ee3 6px,
      transparent 6px,
      transparent 14px,
      #199ee3 14px
    ),
    repeating-linear-gradient(
      270deg,
      #199ee3,
      #199ee3 6px,
      transparent 6px,
      transparent 14px,
      #199ee3 14px
    );
  background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
}
.cm_recyclable_left {
  max-width: 183px;
}
.recy_logo_img {
  max-width: 218px;
  margin: 0 0 19px;
}
.recyclable .section_title {
  text-align: left;
  margin: 0 0 12px;
}
.recy_desc {
  max-width: 850px;
  margin: 0;
}
.cm_recyclable_right {
  padding-left: 40px;
}
.quality_bikeVlip_row {
  display: flex;
  margin: 0 -15px;
}
.quality_bikeVlip_block {
  width: 33.3%;
  padding: 0 15px;
}
.faq_accordion .accordion-item,
.quality_bikeVlip_card {
  padding: 15px;
  background: #fff;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.05);
}
.quality_bikeVlip_card {
  min-height: 300px;
}
.quality_bikeVlip_icon {
  width: 50px;
  height: 50px;
  background: rgba(25, 158, 227, 0.13);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.quality_bikeVlip_title {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.faq_accordion .accordion-content .accordion-desc,
.quality_bikeVlip_desc {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 1.6;
}
.quality_bikeVlip_desc {
  font-weight: 400;
  letter-spacing: 0;
}
.custom_title,
.faq_accordion .accordion-header {
  font-style: italic;
  font-weight: 700;
  text-transform: capitalize;
}
.jdgm-prev-badge__text:after {
  content: ")";
  display: inline-block;
}
.faq_accordion .accordion-item {
    border-radius: 10px;
    margin: 0 0 5px;
    border-top: 3px solid #CDD6DA0D!important;
}
.faq_accordion .accordion-content {
  display: none;
  padding-top: 15px;
}
.faq_accordion .accordion-header {
    cursor: pointer;
    width: 100%;
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
    padding-right: 20px;
    font-style: normal;
}
.faq_accordion .accordion_icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  transition: 0.4s;
}
.faq_accordion .accordion-content .accordion-desc {
  font-weight: 400;
}
.faq_accordion .accordion-item.active .accordion_icon {
  transform: translateY(-50%) rotate(-180deg);
}
.card-wrapper:hover .media.media--hover-effect > img:first-child:only-child {
  transform: none !important;
}
.page-title-section {
  /* padding: 131px 0; */
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  margin-bottom: 60px;
}
.custom_title {
  color: #fff;
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 10px;
}
.breadcrumbs__item .breadcrumbs__link {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  text-transform: capitalize;
  text-decoration: none;
  transition: 0.4s;
}
.card__content .card-information {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card__content .card-information .rating span.rating-star:before {
  background: linear-gradient(
    90deg,
    #f6bb06 var(--percent),
    rgba(var(--color-foreground), 0.15) var(--percent)
  );
  -webkit-background-clip: text;
  font-size: 23px;
}
.card__content .card__information .card-information .price,
.rating {
  margin: 0 !important;
}
.card__content .card-information .rating {
  order: 2;
}
.shopify-section.section {
  background: #f7f7f7;
  background: #fff;

}
.product_review_popup_main {
  position: absolute;
  width: 62%;
  z-index: 99;
  top: 18px;
  padding-top: 25px;
  opacity: 0;
  visibility: hidden;
  left: 32px;
  transition: 0.4s;
}
.product_review_popup {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #d4d1d1;
  position: relative;
  z-index: 1;
}
.product_review_popup:before {
  content: "";
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.accordion__title {
  color: #241915;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.accordion__content .metafield-rich_text_field {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.product {
  border-bottom: 1px solid #dee9ee;
  padding-bottom: 50px;
}
.accordion {
  border-bottom: none !important;
  border-top: 1px solid #9eb2bc !important;
  margin-top: 30px !important;
}
.technical_info_wrapper {
  background: #fff;
  box-shadow: 0 4px 24px #0000000d;
  padding: 30px;
}
.tech_info li {
  display: flex;
}
.tech_info li strong {
  width: 25%;
}
.product_info {
  padding: 15px 0;
}
.product_info ul {
  padding-left: 18px;
}
.product_info li {
  list-style: disc;
}
/* ===================== */
.product_detail_mobile {
  display: none;
}
.product_tabify_mobile {
  display: none;
}
div#Details-ebb3861e-543b-4b3f-a736-4fc3c3bacad8 {
  display: none;
}
/* ============== Product Feature ============== */
.product_feature_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.product_feature .section_title {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 720px;
}
.cm_product_feature_left {
  width: 43%;
  padding: 0 15px;
}
.cm_product_feature_right {
  width: 57%;
  padding: 0 15px;
}
.product_feature_images {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
}
.product_feature_content_title {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  color: #199ee3;
  margin: 12px 0 0;
}
.product_feature_content_label_main {
  text-align: center;
  margin: 26px 0;
}
.product_feature_content_label {
  background-color: #d1ecf9;
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 6px 10px;
  text-transform: uppercase;
}
.product_feature_description {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
}
.product_feature_description p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}
.product_feature_description p strong {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}
.product_feature_bigimg img {
  width: 415px;
}
.product_feature_smallimg img {
  width: 160px;
}
.product_feature_left {
  margin-top: -15px;
}

span.sticky-add-to-cartddd.darkHeader {
    position: fixed;
    width: 100%;
    background: #000;
    bottom: 0px;
        z-index: 99999999;
    text-align: center;
    padding: 10px;
    display: flex;
    float: none;
    justify-content: center;
}
span.sticky-add-to-cartddd {
    display: none;
}
/* ============= */
@media (max-width: 1440px) {
  .mb_120,
  .why_bikevlip.mb_120 {
    margin-bottom: 100px;
  }
  .smallest_bike {
    padding: 100px 0;
  }
  .protection_top_right {
    max-width: 480px;
  }
  .protection_bottom_left img {
    max-width: 700px;
  }
  .protection_bottom {
    margin-top: -140px;
  }
  .recyclable_wrapper {
    padding: 30px;
  }
  .cm_recyclable_right {
    padding-left: 10px;
  }
  .DAMAGE_PROTECTION .section_title {
    margin-bottom: 40px;
  }
  .sticky_cart {
    padding: 10px 16px;
  }
  .product__title h1 {
    max-width: 380px;
  }
  .related_items_inner .related_item_pro_img {
    width: 150px;
    height: 150px;
  }
  .product_feature_images {
    justify-content: center;
    row-gap: 19px;
  }
}
@media (max-width: 1199px) {
  .mb_120,
  .why_bikevlip.mb_120 {
    margin-bottom: 80px;
  }
  .section_title {
    font-size: 32px;
  }
  .product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 50% !important;
  }
  .product--large:not(.product--no-media) .product__info-wrapper {
    padding: 0 0 0 30px !important;
  }
  .product__title h1 {
    font-size: 34px;
  }
  .product__text,
  .product_title h4,
  .sale_discount {
    font-size: 16px;
  }
  .product__title {
    margin: 0 0 15px !important;
  }
  .product .price-item.price-item--regular,
  .product span.price-item.price-item--sale.price-item--last {
    font-size: 28px !important;
  }
  .product__text {
    margin: 8px 0 0 !important;
  }
  .product__bullet_points ul li:before {
    width: 22px;
    height: 22px;
  }
  .product__bullet_points ul li {
    line-height: 1.2;
    margin: 0 0 16px;
  }
  .product__bullet_points ul {
    margin: 20px 0;
  }
  .product .quantity {
    width: 144px !important;
  }
  button.product-form__submit.button.button--full-width.button--secondary {
    padding: 0 !important;
  }
  .bike_title,
  .faq_accordion .accordion-header,
  .product-form__submit span,
  .product-tab,
  .protection_subtitle,
  .quality_bikeVlip_title,
  .sticky_cart .price-item.price-item--regular,
  .sticky_cart .product-form__submit span,
  .sticky_cart span.price-item.price-item--sale.price-item--last,
  .sub_title {
    font-size: 18px;
  }
  .related_items_wrapper {
    padding: 30px 15px;
  }
  .cm_why_bikevlip_left {
    max-width: unset;
    width: 50%;
  }
  img.why_big_img {
    max-width: 390px;
  }
  img.why_small_img {
    left: -95px;
    max-width: 240px;
  }
  .why_desc {
    max-width: 400px;
  }
  .why_bikevlip_right_inner:before {
    width: 80px;
    height: 60px;
  }
  .video_play svg {
    width: 100px;
  }
  .video_wrapper video {
    height: 450px;
  }
  .damage_protection_wrapper img {
    max-width: 430px;
  }
  .smallest_bike {
    padding: 80px 0;
  }
  .bike_icon {
    width: 70px;
    height: 70px;
  }
  .bike_icon svg {
    width: 50px;
    height: 50px;
  }
  .protection_top_right {
    max-width: 350px;
  }
  .protection .section_title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .protection_bottom_left img {
    max-width: 650px;
  }
  .protection_bottom {
    margin-top: -100px;
  }
  .cm_connetable_left {
    width: 50%;
  }
  .connetable_wrapper {
    justify-content: space-between;
  }
  .recyclable_left_inner svg {
    width: 150px;
  }
  .cm_recyclable_left {
    max-width: unset;
    width: 20%;
  }
  .cm_recyclable_right {
    width: 80%;
  }
  .faq_accordion .accordion-item,
  .quality_bikeVlip_card {
    padding: 20px;
  }
  .sticky_cart .quantity {
    width: 130px;
  }
  .product__title h1 {
    max-width: 340px;
  }
  .related_items_inner .related_item_pro_img {
    width: 120px;
    height: 120px;
  }
  .related_items input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }
  .product_feature_description p strong {
    font-size: 20px;
  }
  .product_feature_content_label {
    font-size: 18px;
  }
  .product_feature_bigimg img {
    width: unset;
  }
}
@media (max-width: 889px) {
  span#transcyBtnSwitcher {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .mb_120,
  .why_bikevlip.mb_120 {
    margin-bottom: 60px;
  }
  .section_title {
    font-size: 30px;
  }
  .product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 41px;
  }
  .product--large:not(.product--no-media) .product__info-wrapper {
    padding: 0 !important;
    max-width: 100% !important;
  }
  .product__info-container {
    max-width: 100% !important;
  }
  .product--thumbnail_slider .slider-button {
    width: 22px;
    height: 22px;
  }
  .cm_why_bikevlip_right {
    order: 1;
    width: 100%;
    margin: 30px 0 90px;
  }
  .cm_connetable_left,
  .cm_why_bikevlip_left {
    order: 2;
    width: 100%;
  }
  .why_bikevlip_right_inner {
    max-width: 300px;
    margin: 0 auto;
  }
  .damage_protection_wrapper img,
  .why_desc {
    max-width: 100%;
  }
  .cm_damage_protection_right img {
    margin-left: 40px;
  }
  .cm_smallest_bike {
    width: 50%;
    margin: 0 0 30px;
  }
  .smallest_bike_wrapper {
    justify-content: center;
  }
  .protection_top {
    flex-wrap: wrap;
  }
  .protection_bottom {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: -150px;
  }
  .protection_top_right {
    margin-left: auto;
  }
  .protection_bottom_left img {
    max-width: 450px;
  }
  .protection_bottom_right {
    padding-left: 0;
  }
  .smallest_bike {
    padding: 60px 0;
  }
  .cm_connetable_right {
    order: 1;
    width: 100%;
    margin: 0 0 30px;
  }
  .connetable_right_inner img {
    max-width: 350px;
    margin: 0 auto;
  }
  .recyclable_left_inner svg {
    width: 100px;
  }
  .recy_logo_img {
    max-width: 150px;
  }
  .connetable_points li,
  .connetable_points li:last-child {
    margin: 0 0 10px;
  }
  .quality_bikeVlip_row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .quality_bikeVlip_block {
    width: 50%;
    margin: 0 0 20px;
  }
  .product-form__submit {
    width: 100%;
  }
  .cart_button_sticky .price,
  .sticky_cart .product_cart {
    display: none;
  }
  .sticky_cart .jdgm-widget {
    display: none !important;
  }
  .product_img {
    width: 80px;
    height: 80px;
  }
  .sticky_mob_price {
    display: block;
  }
  .sticky_cart span.price-item.price-item--sale.price-item--last {
    margin: 0;
  }
  .product__title h1 {
    max-width: 480px;
  }
  .related_items_inner .related_item_pro_img {
    width: 100px;
    height: 100px;
  }
  .cm_product_feature_left,
  .cm_product_feature_right {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section_title {
    font-size: 28px;
  }
  .sale_discount {
    left: -8px;
    padding: 7px 13px;
  }
  .product__modal-opener .product__media-icon {
    width: 17px;
    height: 17px;
  }
  .product_details_inner_bottom {
    padding: 18px 16px 16px;
  }
  img.why_big_img {
    max-width: 350px;
  }
  img.why_small_img {
    max-width: 200px;
  }
  .why_bikevlip_right_inner:before {
    width: 60px;
    height: 40px;
    left: -24px;
    top: -15px;
  }
  .cm_damage_protection_left {
    width: 100%;
    border-bottom: 1px solid;
    border-right: unset;
  }
  .cm_damage_protection_right {
    width: 100%;
  }
  .cm_damage_protection_right img {
    margin-left: 0;
  }
  .damage_protection_left_inner {
    margin-bottom: 30px;
  }
  .damage_protection_right_inner {
    margin-top: 30px;
  }
  .video_wrapper video {
    height: 280px;
  }
  .video_play svg {
    width: 80px;
  }
  .recyclable_wrapper {
    padding: 30px 15px;
  }
  .faq_accordion .accordion-header {
    padding-right: 30px;
  }
  .product__title h1 {
    max-width: 400px;
  }
  .related_items_inner .related_item_pro_img {
    width: 80px;
    height: 80px;
  }
  .related_item_pro_price,
  .related_items_inner .related_item_pro_title {
    font-size: 14px;
  }
  .related_items .cmn_btn {
    font-size: 16px;
    padding: 10px 20px;
  }
  .technical_info_wrapper {
    padding: 15px;
  }
  .tech_info li strong {
    width: 40%;
  }
  .product_detail_mobile {
    display: block;
  }
  .product_tabify_mobile {
    display: block;
  }
  .product_detail_mobile .section_title {
    font-size: 20px;
  }
  .product_feature {
    display: block;
  }
  .cm_product_feature_left,
  .cm_product_feature_right {
    width: 100%;
  }
  .product_feature_wrapper {
    flex-direction: column-reverse;
    row-gap: 15px;
  }
  .product_feature_content_title {
    text-align: center;
  }
  .product_feature_description p strong {
    font-size: 16px;
  }
  .product_feature_description p {
    font-size: 16px;
    margin: 10px 0 20px;
  }
  .product_feature_content_label {
    font-size: 16px;
  }
  .product_feature .section_title {
    text-align: left;
  }
  span.sticky-add-to-cart.darkHeader {
    display: inline-block;
    width: 41%;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #000;
    display:flex;
    justify-content:center;
  } 
span.sticky-add-to-cart.darkHeader {
    display: flex;
    width: 100%;
    text-align: center;
}
 body.template-index span.sticky-add-to-cart.darkHeader {
    position: relative;
    background-color: transparent;
    justify-content: flex-start;
    margin: 0;
    width: 43%;
     padding-left: 0 !important;
}
body.template-page-landing-page span.sticky-add-to-cart.darkHeader {
    position: relative;
    background-color: transparent;
    justify-content: flex-start;
    margin: 0;
    width: 43%;
}

body.template-page-landing-page form.quantity-form {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    justify-content: flex-end;
}

}
@media (max-width: 575px) {
  .cmn_btn {
    padding: 10px 27px;
  }
  body.template-page-landing-page span.sticky-add-to-cart.darkHeader {
    padding-left: 0 !important;
}
  .product__title h1 {
    font-size: 28px;
  }
  .product__title {
    margin: 0 0 10px !important;
  }
  .product .price-item.price-item--regular,
  .product span.price-item.price-item--sale.price-item--last {
    font-size: 24px !important;
  }
  .product__text {
    margin: 6px 0 0 !important;
  }
  .payment__methods {
    margin: 16px 0 0 !important;
  }
  .product_details_ul {
    align-items: unset;
  }
  .payment__methods ul.list.list-payment {
    margin: 14px 0 0;
  }
  .product-tab {
    padding: 10px 5px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product__info-container .product-form {
    margin-bottom: 16px !important;
  }
  .connetable .protection_subtitle,
  .product_details_block li:not(:last-child) {
    margin: 0 0 14px;
  }
  .related_items_wrapper {
    flex-direction: column;
    align-items: center;
    row-gap: 0;
  }
  /* .cm_related_items {
    width: 100%;
    min-height: unset;
  } */
  /* .cm_related_items:not(:last-child) {
    margin: 0 0 42px;
  } */
  .related_items_wrapper {
    padding: 15px 0;
  }
  .related_items input[type="checkbox"] {
    width: 14px;
    height: 14px;
  }
  .related_items_total {
    gap: 5px;
  }
  .related_item_pro_price,
  .related_items_inner .related_item_pro_title {
    font-size: 12px;
  }
  .related_items_total h4 {
    font-size: 12px;
    margin: 0;
  }
  .cm_related_items:before {
    right: 0;
    left: 95%;
    top: -22%;
    transform: translate(0, 80px);
    width: 12px;
    height: 12px;
  }
  .related_items .cmn_btn {
    font-size: 14px;
    padding: 5px 10px;
  }
  .related_items_inner {
    gap: 0;
    margin: 0 0 15px;
  }
  img.why_big_img {
    max-width: 350px;
    margin-left: auto;
  }
  img.why_small_img {
    left: 0;
  }
  .why_bikevlip_right_inner {
    max-width: 100%;
    margin-left: auto;
  }
  .why_bikevlip_right_inner:before {
    right: 315px;
    left: auto;
  }
  /* .video_wrapper video {
    height: 200px;
  } */
  .video_play svg {
    width: 35px;
  }
  .video_play {
    transform: translate(-5px, -60px);
  }
  .cm_recyclable_left,
  .cm_smallest_bike,
  .quality_bikeVlip_block {
    width: 100%;
  }
  .bike_title {
    margin-bottom: 5px;
  }
  .cm_smallest_bike:last-child {
    margin-bottom: 0;
  }
  .protection_bottom_left img {
    max-width: 330px;
  }
  .protection_top_right {
    max-width: 320px;
  }
  .connetable .section_title {
    margin-bottom: 16px;
  }
  .recyclable_wrapper {
    flex-direction: column;
    gap: 36px;
    padding: 20px;
  }
  .cm_recyclable_right {
    width: 100%;
    padding-left: 0;
  }
  .recyclable_left_inner {
    max-width: 183px;
    margin: 0 auto;
  }
  .protection .section_title {
    margin-top: 0;
    margin-bottom: 14px;
  }
  .recyclable_left_inner svg {
    width: 183px;
  }
  .recy_logo_img {
    max-width: 218px;
  }
  .quality_bikeVlip_block:last-child {
    margin: 0;
  }
  .product_richtext {
    margin: 20px 0 !important;
  }
  .DAMAGE_PROTECTION .section_title {
    margin-bottom: 20px;
  }
  .section-template--20275065946458__main-padding {
    padding-top: 16px !important;
  }
  .featured_image img {
    width: 255px;
    margin: 0 auto;
  }
  .quality_bikeVlip_section .section_title {
    margin-bottom: 30px;
  }
  .product_img {
    width: 57px;
    height: 57px;
  }
  .product_title h4 {
    font-size: 12px;
    margin: 0 0 2px;
  }
  .custom_technical a,
  .sticky_cart .price-item.price-item--regular,
  .sticky_cart span.price-item.price-item--sale.price-item--last {
    font-size: 14px;
  }
  .product-form__submit span,
  .sticky_cart .product-form__submit span {
    font-size: 12px;
  }
  .sticky_cart .product-form__submit {
    padding: 2px;
  }
  .product_sticky_wrapper {
    gap: 0;
  }
  .product_content {
    gap: 9px;
  }
  .sticky_cart {
    padding: 16px;
  }
  .product__title h1 {
    max-width: 270px;
  }
  .product_review
    .jdgm-review-widget--small
    .jdgm-histogram
    .jdgm-histogram__bar {
    margin: 0;
    width: 80px;
  }
}
@media (max-width: 410px) {
  .product__title h1 {
    max-width: 245px;
  }
}
@media (max-width: 376px) {
  img.why_big_img {
    max-width: 256px;
  }
  img.why_small_img {
    max-width: 161px;
  }
  .section_title {
    margin-bottom: 11px;
  }
  .sub_title {
    margin-bottom: 7px;
  }
  .protection_bottom_right .protection_desc,
  .why_desc {
    margin-bottom: 26px;
  }
  .why_bikevlip_right_inner:before {
    width: 42px;
    height: 34px;
    right: 232px;
  }
  /* .video_wrapper video {
    height: 163px;
  } */
  .protection_top_right {
    max-width: 303px;
  }
  .protection_bottom_left img {
    max-width: 286px;
  }
  .protection_subtitle {
    margin-bottom: 6px;
    line-height: 1.5;
  }
  .connetable_right_inner img {
    max-width: 343px;
  }
  .connetable_points li:before {
    width: 22px;
    height: 22px;
  }
  .faq_accordion .accordion-content {
    padding-top: 0;
  }
  .faq_accordion .accordion-item {
    margin: 0 0 10px;
  }
  .slider_block_main {
    padding: 0;
  }
  .quality_bikeVlip_card {
    min-height: 249px;
  }
  .smallest_bike .section_title {
    margin: 0 auto 30px;
  }
  .product_title h4 {
    font-size: 10px;
  }
  .tech_info li strong {
    width: 35%;
  }
}
@media (max-width: 374px) {
  .why_bikevlip_right_inner:before {
    right: 235px;
  }
  .pro_cart_wrapper {
    flex-wrap: wrap;
    gap: 0;
  }
  .connetable_right_inner img {
    max-width: 250px;
  }
  .protection_top_right {
    max-width: 230px;
  }
  .protection_bottom_left img {
    max-width: 260px;
  }
  .product_sticky_wrapper {
    gap: 4px;
    flex-direction: column;
    align-items: start;
  }
  .product_title h4 {
    margin: 0;
  }
  .product_review .jdgm-histogram .jdgm-star {
    font-size: 10px;
  }
  .product_review
    .jdgm-review-widget--small
    .jdgm-histogram
    .jdgm-histogram__bar {
    margin: 0;
    width: 50px;
  }

  .related_items_inner .related_item_pro_img {
    width: 60px;
    height: 60px;
  }
  .cm_related_items:before {
    top: -29%;
    left: 93%;
  }
  .related_items .cmn_btn {
    font-size: 12px;
  }
}

.template-product{
  margin-top:0px !important;
}
/* @media (max-width: 767.98px) {
.template-product{
  margin-top:130px !important;
}
} */




/* About us Page new buttons */
/* Base button styles (shared across all sections) */
 
.button_designed_for_about_us_page {
  background-color: #009fe4;
  color: white;
  border: none;
  border-radius: 120px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #009fe4;
  font-weight: 500;
  font-size: 15px;
  padding: 10px 40px;
}
@media screen and (min-width: 1024px) {
  .button_designed_for_about_us_page {
    /* Desktop */
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .button_designed_for_about_us_page {
    /* Mobile */
    font-size: 14px;
  padding: 8px 28px;
  }
}

/* Hero Section Button */


/* Best Quality Section */
.button_designed_for_about_us_page.btn-best-quality{
    /* Mobile */
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .button_designed_for_about_us_page.btn-best-quality {
    /* Desktop */
    margin-top: 25px;
  }
}


/* Spark Section Button */
.button_designed_for_about_us_page.btn-spark {
  /* Mobile */
  margin-top: 15px;
}

@media screen and (min-width: 1024px) {
  .button_designed_for_about_us_page.btn-spark {
    /* Desktop */
    margin-top: 20px;
  }
}
 
/* Tools Section Button */
.button_designed_for_about_us_page.btn-tools {
  /* Mobile */
  margin-top: 10px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .button_designed_for_about_us_page.btn-tools {
    /* Desktop */
    margin-top: 0px;
  }
}

/* Why We Ride Section Button */
.button_designed_for_about_us_page.btn-why-we-ride {
  /* Mobile */
margin-bottom: 20px;
margin-top: 10px;
}

@media screen and (min-width: 1024px) {
  .button_designed_for_about_us_page.btn-why-we-ride {
    /* Desktop */
    margin-top: 10px;
  }
}

/* Making the header sticky */
#shopify-section-sections--27340107546970__custom_header_wgKeR6{
    /* position: sticky !important;
  top: 0 !important; 
  z-index: 1000 !important; */
}

/* product.css  */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body.template-product-3d-carbon-saddle .product__title h1 {
    font-weight: 300;
    color: #fff;
    font-size: 54px;
    letter-spacing: -2px;
    max-width: 530px;
}
.industry-icon-section {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
img.first-icon {
    width: 29px;
    height: 54px;
    object-fit: cover;
}
.price__sale {
    display: flex !IMPORTANT;
    align-items: center;
}
.price-tag p {
    margin: 0 !important;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}
.price-tag {
    background-color: #F80105;
    padding: 6px 10px;
    border-radius: 10px;
}
body.template-collection .collection .card-wrapper .card__information span {
    text-align: center;
}
body.template-product-3d-carbon-saddle p#Inventory-template--26798990917978__main {
    display: none;
}
body.template-product .product-form__quantity {
    margin-bottom: 20px;
}
details.collapse_icon svg {
    display: block !important;
}
product-form.product-form {
    width: 100% !important;
    max-width: 100% !important;
}
body.template-product input.quantity__input {
    color: #fff!important;
}
body.template-product-3d-carbon-saddle .qwt-btn-warp {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
    align-items: center;
    gap: 20px;
}
ul.icon-section li.icon-with-text__item:before {
    height: 50px;
    content: "";
    position: absolute;
    right: -17px;
    top: 16%;
    background-image: url(/cdn/shop/files/Vector_1_8898a54c-59cb-460d-a37f-80300150bb8e.png?v=1764841595);
    background-repeat: no-repeat;
    width: 10px;
}
ul.icon-section li.icon-with-text__item {
    position: relative;
}
ul.icon-section li.icon-with-text__item:nth-of-type(3):before {
    display: none;
}
.qwt-btn-warp label.quantity__label {
    display: none;
}

.product-form__quantity {
    width: 160px !important;
    height: 53px;
    display: flex;
    border: 1px solid #fff;
    border-radius: 50px;
    justify-content: center;
}
.product-form__buttons {
    width: 100%;
    max-width: 272.49px !important;
}
button.qty-minus {
    height: 53px;
}
button.qty-plus {
    height: 53px;
}
body.template-product-3d-carbon-saddle .accordion__content p {
    font-size: 15px;
    font-weight: 300;
}
body.template-product-3d-carbon-saddle .accordion__content p strong {
    font-weight: 600;
}
button.quantity__button-1 {
    background-color: transparent;
    border: 0;
    padding: 20px;
}
body.template-product-3d-carbon-saddle ul.thumbnail-list.list-unstyled {
    justify-content: center;
    display: flex;
}
.grid__item.product__media-wrapper button.slider-button.slider-button--prev {
    position: absolute;
    z-index: 9;
    background-color: #404040;
    width: 30px!important;
    height: 30px!important;
    border-radius: 50px;
    left: 26px;
    top: 40%;
    opacity: 1 !important;
}
.grid__item.product__media-wrapper button.slider-button.slider-button--next {
    position: absolute;
    z-index: 9;
    right: 26px;
    rotate: 180deg;
    background-color: #404040;
    width: 30px!important;
    height: 30px!important;
    border-radius: 50px;
    top: 40%;
    opacity: 1 !important;
}
.an-del-text p {
    margin: 0;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
    font-family: 'Poppins';
    color: #96989a !important;
}
.an-delivery-text img {
    width: 25px;
    height: 22px;
    object-fit: contain;
    object-position: center;
}
.an-delivery-text {
    display: flex;
    align-items: center;
    gap: 10px;
}
button.quantity__button-1 img {
    height: auto;
    width: 60px;
    position: relative;
    z-index: -1;
}
ul.product__media-list.contains-media {
    margin-bottom: 0 !important;
}
body.template-product-3d-carbon-saddle slider-component.slider-mobile-gutter {
    background-color: #f0f1f3;
}
.shopify-section.shopify-section-group-header-group {
    z-index: 9999;
}

body.template-product-3d-carbon-saddle  .grid__item.product__media-wrapper {
    width: 50% !important;
    max-width: 50% !important;
}
body.template-product-3d-carbon-saddle  .product__info-wrapper.grid__item {
    width: 50% !important;
    max-width: 50% !important;
}
body.template-product-3d-carbon-saddle p#Inventory-template--26798990950746__main {
    display: none;
}
body.template-product-3d-carbon-saddle p.product__text.inline-richtext {
    color: #96989a!important;
    font-size: 16px;
    letter-spacing: 0;
}
.sticky_cart {
    display: none !important;
}
span.d-inline-block.ml-3.review-avg b {
    color: #FCD846;
    font-size: 15px;
    font-weight: 500;
}
.d-flex.align-items-center {
    gap: 2px;
}
img.img-fluid.mr-1 {
    width: 18px;
    height: 18px;
}
span.d-inline-block.ml-3.review-avg {
    padding-left: 8px;
}
body.template-product-3d-carbon-saddle .product span.price-item.price-item--sale.price-item--last {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1px;
}
body.template-product-3d-carbon-saddle s.price-item.price-item--regular {
    font-size: 26px!important;
    font-weight: 200!important;
    letter-spacing: -1px;
}

body.template-product-3d-carbon-saddle section.main_product_section:before {
    position: absolute;
    content: "";
    top: -5%;
    left: 0;
    background-image: url(/cdn/shop/files/Ellipse_155_2.png?v=1762937475);
    width: 50%;
    background-repeat: no-repeat;
    filter: blur(40px);
    background-size: cover;
    background-position: center;
    height: 1734px;
}
body.template-product-3d-carbon-saddle section.main_product_section:after {
    position: absolute;
    content: "";
    top: -20%;
    right: 0;
    background-image: url(/cdn/shop/files/Ellipse_155_1.png?v=1762937475);
    width: 69%;
    background-repeat: no-repeat;
    filter: blur(40px);
    background-position: right;
    background-size: cover;
    opacity: .8;
    z-index: 1;
    height: 1734px;
}
p.Price-text {
    border-bottom: 1px solid #ffffff7a;
    padding-bottom: 22px;
}
.product__info-wrapper.grid__item.scroll-trigger.animate--slide-in {
    z-index: 999;
}

.icon-with-text img {
    width: 40px !important;
    height: 40px !IMPORTANT;
}

ul.icon-section span.h4.inline-richtext {
    font-size: 14px;
    max-width: 124px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
ul.icon-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 40px;
    border-radius: 12px;
    /* background: rgba(255, 255, 255, 0.05); */ /* translucent background */
    backdrop-filter: blur(10px); /* glass blur */
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2); /* light white border */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
ul.icon-section:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 1px;
    background: linear-gradient(135deg, #ffffff1a, #ffffff1a);
    -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

body.template-product-3d-carbon-saddle .sale_discount {
    display: none;
}
body.template-product-3d-carbon-saddle .cart-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}
body.template-product-3d-carbon-saddle product-form.product-form {
    width: 100%;
    max-width: 272px;
}
body.template-product-3d-carbon-saddle .product-form__submit {
    width: 100%;
    height: 54px;
    max-width: 272px;
    background-color: #009EE3;
    color: #fff;
    border-radius: 50px;
    margin-bottom: 0;
}
body.template-product-3d-carbon-saddle .product-form__submit span {
    color: #fff;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
}
body.template-product-3d-carbon-saddle .quantitys {
    width: 150px!important;
    height: 54px!important;
    border: .5px solid #fff;
    /* background-color: #021636; */
    border-radius: 50px;
}
body.template-product-3d-carbon-saddle .quantity:after {
    box-shadow: none !important;
    border: none !IMPORTANT;
}
body.template-product-3d-carbon-saddle .product.product--large.product--left {
    border: none !IMPORTANT;
}
body.template-product-3d-carbon-saddle  .grid__item.product__media-wrapper {
    background-color: #f0f1f3;
    z-index: 999;
}
body.template-product-3d-carbon-saddle  .product-media-container {
    border: none !important;
}
body.template-product-3d-carbon-saddle slider-component.thumbnail-slider {
    padding-left: 40px;
    padding-right: 40px;
    padding: 40px 40px;
}
body.template-product-3d-carbon-saddle ul.thumbnail-list.list-unstyled {
    padding: 20px 20px !IMPORTANT;
    background-color: #101010;
    border-radius: 10px;
}
body.template-product-3d-carbon-saddle .thumbnail img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
}
body.template-product-3d-carbon-saddle .product .thumbnail-slider .thumbnail[aria-current] {
    border: none !important;
}
body.template-product-3d-carbon-saddle li.thumbnail-list__item.slider__slide {
    width: 80px !important;
    height: 80px !important;
}
body.template-product-3d-carbon-saddle quantity-input.quantity:before {
    display: none;
}
body.template-product-3d-carbon-saddle .quantity:after {
    display: none;
}
body.template-product-3d-carbon-saddle button.quantity__button.disabled {
    border-radius: 50px;
}

body.template-product-3d-carbon-saddle button.quantity__button {
    border-radius: 50px;
    height: 48px;
    width: 40px;
}
body.template-product-3d-carbon-saddle quantity-input.quantity {
    width: 150px !important;
    height: 54px !important;
}
body.template-product-3d-carbon-saddle input.quantity__input {
    color: #fff !important;
    font-size: 20px !important;
}
body.template-product-3d-carbon-saddle button.quantity__button {
    font-size: 22px;
}

/* -----------------------------image section ------------------------------------*/
.banner-image-section {
    z-index: 99;
    position: relative;
}
.main-heading {
    text-align: center;
}
.main-heading h2 {
    font-size: 64px;
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: -1px;
}
.main-heading h2 strong {
    background: linear-gradient(90deg, #ffffff 1%, #009ee3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
p.desc-text {
    font-size: 20px;
    padding-top: 10px;
    font-weight: 300;
    color: #DBDBDB;
}
.main-banner-images img {
    width: 100%;
    height: 100%;
}
.main-banner-images {
    display: flex;
    gap: 2px;
    padding-bottom: 30px;
}
.image-one, .image-two {
    width: 50%;
    position: relative;
}
.airflow-content-image img {
    width: 100%;
    height: 100%;
}
.image-one {
    position: relative;
}
.content-image {
    position: absolute;
    top: -78px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: center;
    padding: 40px 20px;
}
.content-images {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: center;
    padding: 40px 20px;
}
section.airflow-image-section {
    z-index: 9999;
    position: relative;
}
p.desc-textss {
    color: #464646;
    font-size: 18px;
    text-align: left;
    max-width: 309px;
}
.banner-image-section a.an-rider-button {
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #fff;
    background-color: #009ee3;
    box-shadow: 0 -.65px 21.2px #009ee3e8;
    border-radius: 50px;
    padding: 14px 24px;
    width: 272px;
    text-align: center;
    height: 67px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.an-bg-container:before {
    content: "";
    height: 146%;
    width: 1438px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/cdn/shop/files/Group_37408.png?v=1763459464);
    position: absolute;
    top: -30%;
    left: 0;
    z-index: -13;
    filter: blur(40px);
}
.cust-video-section .an-development-slider-heads {
    padding-bottom: 40px;
}
.cust-video-section .an-development-slider-container:before {
    content: "";
    height: 1400px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/cdn/shop/files/Ellipse_162.png?v=1763471166);
    position: absolute;
    top: -21%;
    left: 0;
    z-index: 1;
}
.an-development-sliderss {
    z-index: 999;
    position: relative;
}
.banner-image-section .an-solution-content {
    display: flex;
    justify-content: center;
    padding-top: 120px;
}

/*------------------------------ image slider section css -------------------------*/
section.an-bg-image-section .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    color: #fff;
    padding: 0;
    border: 0;
    outline: none;
    background: #a8a8a8;
    border-radius: 50px;
    border: 2px solid #2E2E2E;
}
section.an-bg-image-section .slick-dots li {
    width: 10px;
}
section.an-bg-image-section li.slick-active button {
    width: 12px;
    height: 12px;
}
section.an-bg-image-section .slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.an-bg-item.slick-slide {
    position: relative;
}
.section-content {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: center;
    padding: 40px 40px;
}
.main-heading {
    padding-bottom: 60px;
}
body.template-product-3d-carbon-saddle .product__accordion.accordion svg {
    width: 18px;
    height: 18px;
}
body.template-product-3d-carbon-saddle .accordion details[open]>summary svg {
    transform: rotate(223deg);
}
body.template-product-3d-carbon-saddle details.collapse_icon {
    cursor: pointer;
}
.cust-video-section .heads p {
    font-size: 64px;
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    letter-spacing: -2px;
}
.cust-video-section .heads p strong {
    background: linear-gradient(90deg, #fff 1%, #009ee3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.cust-video-section .subheads p {
    font-size: 20px;
    padding-top: 10px;
    font-weight: 300;
    color: #dbdbdb;
    text-align: center;
}
/* .cust-video-section .an-development-sliderss video.desktop {
    width: 100%;
    height: 683px;
    object-fit: cover;
    border-radius: 30px;
} */
 .cust-video-section .an-development-sliderss {
    background-color: #000;
    height: 670px;
    border-radius: 30px;
    display: flex;
}
 .cust-video-section .an-development-sliderss video.desktop {
    width: 70%;
    height: 500px;
    object-fit: cover;
    border-radius: 30px;
    margin: 60px auto;
}
.cust-video-section .an-development-slider-heads {
    z-index: 99;
    position: relative;
}
/* .banner-image-section .container:after {
    position: absolute;
    content: "";
    top: 33%;
    right: 0;
    background-image: url(/cdn/shop/files/Ellipse_155_1.png?v=1762937475);
    width: 75%;
    background-repeat: no-repeat;
    filter: blur(40px);
    background-position: right;
    background-size: cover;
    opacity: .8;
    z-index: 1;
    height: 1034px;
} */
/* .banner-image-section .container:before {
    position: absolute;
    content: "";
     top: 33%;
    left: 0;
    background-image: url(/cdn/shop/files/Ellipse_155_2.png?v=1762937475);
    width: 80%;
    background-repeat: no-repeat;
    filter: blur(40px);
    background-size: cover;
    background-position: center;
    height: 1034px;
} */
.an-solution-content {
    z-index: 999;
    position: relative;
}
.an-bg-content.carousel.slick-initialized.slick-slider.slick-dotted {
    z-index: 999;
}
/* section.an-bg-image-section:before {
    position: absolute;
    content: "";
    top: 14%;
    left: 0;
    background-image: url(/cdn/shop/files/Ellipse_155_2.png?v=1762937475);
    width: 50%;
    background-repeat: no-repeat;
    filter: blur(40px);
    background-size: cover;
    background-position: center;
    height: 606px;
    z-index: 999;
} */

.cust-video-section.an-development-slider-section {
    z-index: 1;
    position: relative;
    overflow: visible!important;
    padding: 0;
    background-color: rgb(var(--color-background)) !important;
}
/* section.an-bg-image-section:after {
    position: absolute;
    content: "";
    top: 13%;
    right: 0;
    background-image: url(/cdn/shop/files/Ellipse_155_1.png?v=1762937475);
    width: 69%;
    background-repeat: no-repeat;
    filter: blur(40px);
    background-position: right;
    background-size: cover;
    opacity: .8;
    height: 595px;
    Z-INDEX: 99;
} */
.new-produtc:before {
    display: none;
}
.new-produtc:after {
    position: absolute;
    content: "";
    top: 0%;
    right: 0;
    background-image: url(/cdn/shop/files/Ellipse_155_1.png?v=1762937475) !important;
    height: 1417px;
    width: 58%;
    background-repeat: no-repeat;
    filter: blur(30px);
    background-size: cover;
    z-index: 99000;
}
.new-produtc h2 {
    text-align: center;
    color: #fff;
    font-size: 54px;
    font-weight: 300;
    letter-spacing: -1px;
    text-transform: capitalize;
}
.new-produtc h2 strong {
    color: #00B2FF;
    font-weight: 700;
}
.new-produtc  .an-tab-system-button-wraper {
    border: none;
}
.header-icon {
    display: flex;
    flex-direction: row-reverse;
    background-color: #1877F2;
    height: 35px;
    justify-content: center;
    padding: 0 20px;
    align-items: anchor-center;
    border-radius: 10px;
    position: absolute;
    top: -25px;
    z-index: 999;
    gap: 7px;
}

.header-icon img {
    width: 16px !important;
    height: 16px;
    max-width: 16px !important;
    padding: 0 !important;
}
p.header-text {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0;
}
.new-produtc .spacera-header {
    position: relative;
}
.new-produtc .spacera {
    position: relative;
    overflow: visible;
}
.an-development-sliders:after {
    position: absolute;
    content: "";
    top: 23%;
    left: 0;
    background-image: url(/cdn/shop/files/Ellipse_155_2.png?v=1762937475);
    width: 81%;
    background-repeat: no-repeat;
    filter: blur(40px);
    background-size: cover;
    background-position: center;
    height: 736px;
    z-index: 9;
    LEFT: 274px;
}
.cust-video-section .an-development-sliders video.desktop {
    z-index: 999;
    position: relative;
}

.product-cards-container button.slick-next.slick-arrow {
    height: 60px;
    width: 60px;
    border-radius: 50px;
    /* background-color: #31363c; */
    padding: 0;
    position: absolute;
    right: 0;
    top: -67px;
    left: unset;
    border: 1px solid #fff;
    outline: none;
}
 .product-cards-container .slick-next:before {
    content: "";
    height: 23px;
    width: 27px;
    background-image: url(/cdn/shop/files/Vector_9.png?v=1750940177);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 18px;
    left: 16px;
    display: block;
}
.product-cards-container .slick-prev:before {
    content: "";
    height: 23px;
    width: 27px;
    background-image: url(/cdn/shop/files/Vector_9.png?v=1750940177);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 18px;
    left: 16px;
    display: block;
    transform: rotate(180deg);
}
.product-cards-container .slick-prev {
    height: 60px;
    width: 60px;
    border-radius: 50px;
    /* background-color: #31363c; */
    padding: 0;
    position: absolute;
    right: 90px;
    top: -67px;
    left: unset;
    border: none;
    border: 1px solid #fff;
    outline: none;
}
.product-card img {
    width: 100%;
    height: 100%;
}
.product-card.slick-slide {
    margin: 0 10px;
}
.product-card-content h3 {
    font-size: 32px;
    color: #fff;
    font-weight: 300;
    padding-top: 29px;
}
p.product-desc {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
}
section.product-cards-section .heads p {
    font-size: 54px;
    color: #fff;
    font-weight: 300;
}
.custom-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}
p.product-price {
    font-size: 24px;
    color: #fff;
    margin: 0;
}
a.product-btn {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #fff;
    background-color: #009ee3;
    box-shadow: 0 -.65px 21.2px #009ee373;
    border-radius: 50px;
    padding: 14px 24px;
    width: 160px;
    text-align: center;
    height: 45px;
    justify-content: center;
    align-items: center;
    display: flex;
}
section.product-cards-section .an-development-sliders:after {
    display: none;
}
section.product-cards-section {
    background-color: #040A11;
}

section.product-cards-section .an-development-slider-heads {
    padding-bottom: 25px;
    padding-left: 20px;
}
section.product-cards-section:before {
    position: absolute;
    content: "";
    top: -38%;
    left: 0;
    background-image: url(/cdn/shop/files/Ellipse_155_2.png?v=1762937475);
    width: 54%;
    background-repeat: no-repeat;
    filter: blur(40px);
    background-size: cover;
    background-position: center;
    height: 1102px;
}
section.product-cards-section {
    position: relative;
}
.new-product .an-development-slider {
    z-index: 99;
}
body.template-product-3d-carbon-saddle .product__accordion.accordion {
    border-bottom: 1px solid #9eb2bc !important;
    margin-top: 50px !IMPORTANT;
}
body.template-product-3d-carbon-saddle .product__accordion.accordion h2.h4.accordion__title {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}
body.template-product-3d-carbon-saddle .accordion summary {
    padding-top: 30px;
    padding-bottom: 30px;
}
.airflow-for-mobile {
    display: none;
}
.footer_center_content {
    margin-left: 0;
}
/* -----------------------about us page css------------------------- */
body.template-page-new-about-us-template section.headerMainBanner {
    background-color: #0B0B0B !important;
}
/* ---------------------------footer css --------------------------------*/
.footer-icon {
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer-images {
    display: flex;
    gap: 41px;
    width: 70%;
    align-items: center;
}
.images-heading {
    width: 31%;
}
.images-heading h2 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
.footer-images img {
    width: 100%;
    height: 100%;
}
.footer-icon {
    background-image: url(/cdn/shop/files/footer_1.png?v=1765802562);
    width: 100%;
    background-repeat: no-repeat;
    max-width: 697px;
    padding-left: 20px;
    height: 74px;
    padding-right: 20px;
    background-size: cover;
    justify-content: center;
    border-radius: 20px;
}
/* -------------------------------- media css -----------------------------------------*/
@media screen and (max-width: 769px) {
body.template-product-3d-carbon-saddle .product.product--large.product--left.product--thumbnail_slider {
    flex-direction: column;
}
body.template-product-3d-carbon-saddle .grid__item.product__media-wrapper, body.template-product-3d-carbon-saddle .product__info-wrapper.grid__item {
    width: 100% !important;
    max-width: 100% !important;
}
.cust-video-section .an-development-sliderss video.desktop {
    width: 100%!important;
    height: 100%;
}
.an-bg-container:before {
    content: "";
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/cdn/shop/files/Group_37408.png?v=1763459464);
    position: absolute;
    top: 0%;
    left: 0;
    filter: blur(40px);
}
body.template-product-3d-carbon-saddle .product__title h1 {
    font-size: 36px;
}
.main-heading h2 {
    font-size: 30px;
}
body.template-product-3d-carbon-saddle .product__accordion.accordion h2.h4.accordion__title {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
}
p.desc-text {
    font-size: 18px;
}
.main-banner-images {
    flex-direction: column-reverse;
    row-gap: 30px;
}
.image-one, .image-two {
    width: 100%;
    position: relative;
}
.main-banner-images img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
.content-image, .content-images {
    top: 0;
    padding-bottom: 10px;
}
.cust-video-section .an-development-slider-container:before {
    height: 593px;
    position: absolute;
    top: 7%;
}
.section-contents h2.background-heading {
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    max-width: 680px;
}
p.background-description {
    color: #DBDBDB;
    font-size: 16px;
}
.new-produtc.new-produtc .features p {
    font-size: 14px;
}
.new-produtc .features h3 {
    padding-bottom: 52px !important;
}
.header-icon {
    padding: 0 5px;
}
.header-icon img {
    width: 10px!important;
    height: 10px;
}
section.product-cards-section .heads p {
    font-size: 36px;
    color: #fff;
    font-weight: 300;
}
.cust-video-section .heads p {
    font-size: 36px;
}
.new-produtc h2 {
    font-size: 36px;
}
.product-cards-container .slick-prev {
    height: 44px;
    width: 44px;
    top: unset;
    bottom: -94px;
    left: 35%;
}
.product-cards-container .slick-prev:before {
    height: 18px;
    width: 25px;
    top: 11px;
    left: 10px;
}
.product-cards-container button.slick-next.slick-arrow {
    height: 44px;
    width: 44px;
    top: unset;
    bottom: -94px;
    left: 53%;
}
.product-cards-container .slick-next:before {
    height: 18px;
    width: 25px;
    top: 11px;
    left: 9px;
}
.image-one {
    /* padding-bottom: 40px; */
    position: sticky;
    top: 4vh;
    will-change: transform;
    transition: min-height 0.3s 
ease;
}
.image-two {
    position: sticky;
    top: 4vh;
    will-change: transform;
    transition: min-height .3s 
ease;
}
.image-one {
    z-index: 9999;
}
.banner-image-section .an-solution-content {
    display: flex;
    justify-content: center;
    padding-top: 70px;
}
.banner-image-section a.an-rider-button {
    font-size: 16px;
    width: 188px;
    height: 50px;

}
.airflow-for-mobile {
    display: block;
}
.airflow-for-desktop {
    display: none;
}
.banner-image-section {
    padding-bottom: 20px !important;
}
ul.icon-section {
    padding: 20px 16px;
}
.new-produtc .an-tab-system-card-box-wraper {
    padding: 0 !important;
}
.content-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, transparent 0, transparent 30%, #000);
    opacity: 0.8;
    border-radius: 0 0 24px 24px;
}
.content-images:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, transparent 0, transparent 30%, #000);
    opacity: 0.8;
    border-radius: 0 0 24px 24px;
}
p.desc-textss {
    color: #464646;
    font-size: 13px;
    text-align: left;
    max-width: 309px;
}
.content-image:before {
       display:none;
}
.content-images:before {
       display:none;
}
}
@media screen and (max-width: 749px) {
button.needsclick.go2666505269.kl-private-reset-css-Xuajs1 {
    display: block !important;
}
.footer-images {
    gap: 10px;
}
.images-heading h2 {
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}
.images-heading {
    width: 20%;
}
.footer-icon {
    padding-left: 10px;
    padding-right: 10px;
}
.cust-video-section .an-development-sliderss {
    height: 100%;
}
.cust-video-section .an-development-sliderss video.desktop {
    margin: 0px auto;
}
 button.needsclick.go3055571054.kl-private-reset-css-Xuajs1 {
    display: none !important;
} 
button.needsclick.go2666505269.kl-private-reset-css-Xuajs1 {
    background-color: #0099e5 !important;
    color: white;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    width: 120px;
    transition: background-color 0.3s ease;
    width: 130px ! important;
}
.content-image, .content-images {
    top: -68px;
    padding-bottom: 10px;
    max-width: 202px;
}
.icon-with-text img {
    width: 28px!important;
    height: 28px!important;
}
ul.icon-section span.h4.inline-richtext {
    font-size: 12px;
    max-width: 124px;
    font-weight: 400;
    font-family: Poppins,sans-serif;
}
.an-bg-container:before {
    display: none;
}
.product-form__buttons {
    width: 100%;
    max-width: 199.49px!important;
}
body.template-product-3d-carbon-saddle .product-form__submit {
    height: 46px;
}
body.template-product-3d-carbon-saddle s.price-item.price-item--regular {
    font-size: 20px!important;
    font-weight: 200!important;
    letter-spacing: -1px;
}
body.template-product-3d-carbon-saddle .product-form__submit span {
    font-size: 16px;
}
.product-form__quantity {
    width: 143px!important;
    height: 46px;
}
body.template-product-3d-carbon-saddle .product span.price-item.price-item--sale.price-item--last {
    font-size: 30px !IMPORTANT;
}
.new-produtc {
    padding-bottom: 20px !important;
}
section.product-cards-section .slick-list.draggable {
    padding: 0 14% 0 0 !important;
}
.product-cards-container button.slick-next.slick-arrow, .product-cards-container .slick-prev {
    display: none !important;
}
.cust-video-section .heads p, .new-produtc h2 {
    font-size: 30px;
    max-width: 350px;
    margin: 0 auto;
}
body.template-product-3d-carbon-saddle li.thumbnail-list__item.slider__slide {
    width: 52px!important;
    height: 52px!important;
}
body.template-product-3d-carbon-saddle .thumbnail img {
    width: 52px;
    height: 52px;
}
body.template-product-3d-carbon-saddle ul.thumbnail-list.list-unstyled {
    padding: 10px 20px!important;
    background-color: #101010;
    border-radius: 10px;
}
body.template-product-3d-carbon-saddle slider-component.thumbnail-slider {
    padding: 20px 20px;
}
.main-heading {
    padding-bottom: 20px;
}
.cust-video-section .an-development-slider-heads {
    padding-bottom: 16px;
}
.cust-video-section .subheads p {
    font-size: 13px;
}
.an-development-slider-head {
    margin-bottom: 30px;
}
.new-produtc {
    padding-top: 68px !important;
}
section.background-image-section .an-solution-content {
    position: absolute;
    border: 0;
    bottom: -51px !important;
}
.banner-image-section {
    padding-top: 0 !important;
}
}
@media screen and (max-width: 500px) {
.cust-video-section .an-development-slider-container:before {
    height: 431px;
    position: absolute;
    top: 7%;
}
} 
@media screen and (max-width: 400px) {
.plus-icon {
    width: 25%;
}
.content-image, .content-images {
    top: -49px;
    padding-bottom: 10px;
    max-width: 202px;
}
ul.icon-section span.h4.inline-richtext {
    font-size: 12px;
    max-width: 159px;
    font-weight: 400;
    font-family: Poppins,sans-serif;
}
body.template-product-3d-carbon-saddle .product-form__submit span {
    font-size: 16px;
}
.banner-image-section {
    padding-top: 0 !important;
}
}