/** Shopify CDN: Minification failed

Line 4999:0 Comments in CSS use "/* ... */" instead of "//"
Line 5000:0 Comments in CSS use "/* ... */" instead of "//"
Line 5001:0 Comments in CSS use "/* ... */" instead of "//"
Line 5002:0 Comments in CSS use "/* ... */" instead of "//"
Line 5912:13 Expected identifier but found whitespace
Line 5912:22 Unexpected ";"
Line 8238:9 Unexpected bad string token
Line 8238:10 Unterminated string token

**/
/* currency */
/* #transcySwitcherContainer, .ly-switcher-wrapper {
    display: none;
  } */
  #transcyBtnSwitcher svg path {
    fill: #fff !important;
  } 
  /* .christmas-header {
    display:none !important;
  } */
  .transcy-switcher-container.transcy-switcher-position__floating.transcy-switcher-position__top_right {
    top: 119px !important;
  }
  .transcy-character-divider, .transcy-switcher-currency .transcy-locale-name, .transcy-switcher-content-list .transcy-switcher-content-wrap>div+div {
    display: none;
  }
  .transcy-switcher-item-primary.transcy-switcher-active, #transcySwitcherContainer .transcy-switcher-item-primary {
    border-color: transparent !important;
        background: transparent !important;
  }
  .transcy-switcher-language span {
    color: #fff !important;
  }
  .transcy-switcher-content {
      background: #121212 !important;
      border-color: #121212 !important;
  }
  body .transcy-switcher-dropdown .transcy-handle-select.transcy-switcher-content__item-selected,.transcy-select-language-items {
      background: #121212 !important;
      border-color: #121212 !important;
  }
  .transcy-switcher .transcy-handle-select.transcy-switcher-content__item-selected .transcy-locale-name {
    color: #fff !important;
  }
  .transcy-switcher-dropdown .transcy-label {
      margin-bottom: 8px;
      color: #fff;
  }
  .transcy-switcher-footer .transcy-btn-apply button {
    color: #000;
    background: #aee73b;
  }
  .transcy-switcher-footer .transcy-btn-apply button:hover {
    background: #fff;
    color: #000;
  }
  @media screen and (max-width: 768px) {
    .announcement-bar__message {
      text-align: left !important;
      max-width: 250px;
    }
    .transcy-switcher-container.transcy-switcher-position__floating.transcy-switcher-position__top_right {
      top: 127px!important;
      /* top: 287px!important; */
  }
    
  }
  @media (min-width:992px) and (max-width:1024px) {
    .transcy-switcher-container.transcy-switcher-position__floating.transcy-switcher-position__top_right {
      top:173px!important;
  }
    
  }
@media screen and (max-width: 640px){
  .transcy-switcher-container.transcy-switcher-position__floating.transcy-switcher-position__top_right {
      /* top: 105px !important; */
  }
      /* .transcy-switcher-container.transcy-switcher-position__floating.transcy-switcher-position__top_right {
        top: 145px !important;
    } */
}
  @media screen and (max-width: 500px) {
    .announcement-bar__message {
      max-width: 215px;
    }
  }
  
  /* Color custom properties */
  
  :root,
  .color-background-1 {
    --color-foreground: var(--color-base-text);
    --color-background: var(--color-base-background-1);
    --gradient-background: var(--gradient-base-background-1);
  }
  
  .color-background-2 {
    --color-foreground: var(--color-base-text);
    --color-background: var(--color-base-background-2);
    --gradient-background: var(--gradient-base-background-2);
  }
  
  .color-inverse {
    --color-foreground: var(--color-base-background-1);
    --color-background: var(--color-base-text);
    --gradient-background: rgb(var(--color-base-text));
  }
  
  .color-accent-1 {
    --color-foreground: var(--color-base-solid-button-labels);
    --color-background: var(--color-base-accent-1);
    --gradient-background: var(--gradient-base-accent-1);
  }
  
  .color-accent-2 {
    --color-foreground: var(--color-base-solid-button-labels);
    --color-background: var(--color-base-accent-2);
    --gradient-background: var(--gradient-base-accent-2);
  }
  
  .color-foreground-outline-button {
    --color-foreground: var(--color-base-outline-button-labels);
  }
  
  .color-foreground-accent-1 {
    --color-foreground: var(--color-base-accent-1);
  }
  
  .color-foreground-accent-2 {
    --color-foreground: var(--color-base-accent-2);
  }
  
  :root,
  .color-background-1 {
    --color-link: var(--color-base-outline-button-labels);
    --alpha-link: 0.85;
  }
  
  .color-background-2,
  .color-inverse,
  .color-accent-1,
  .color-accent-2 {
    --color-link: var(--color-foreground);
    --alpha-link: 0.7;
  }
  
  :root,
  .color-background-1 {
    --color-button: var(--color-base-accent-1);
    --color-button-text: var(--color-base-solid-button-labels);
    --alpha-button-background: 1;
    --alpha-button-border: 1;
  }
  
  .color-background-2,
  .color-inverse,
  .color-accent-1,
  .color-accent-2 {
    --color-button: var(--color-foreground);
    --color-button-text: var(--color-background);
  }
  
  .button--secondary {
    --color-button: var(--color-base-outline-button-labels);
    --color-button-text: var(--color-base-outline-button-labels);
    --color-button: var(--color-background);
    --alpha-button-background: 1;
  }
  
  .color-background-2 .button--secondary,
  .color-accent-1 .button--secondary,
  .color-accent-2 .button--secondary {
    --color-button: var(--color-background);
    --color-button-text: var(--color-foreground);
  }
  
  .color-inverse .button--secondary {
    --color-button: var(--color-background);
    --color-button-text: var(--color-foreground);
  }
  
  .button--tertiary {
    --color-button: var(--color-base-outline-button-labels);
    --color-button-text: var(--color-base-outline-button-labels);
    --alpha-button-background: 0;
    --alpha-button-border: 0.2;
  }
  
  .color-background-2 .button--tertiary,
  .color-inverse .button--tertiary,
  .color-accent-1 .button--tertiary,
  .color-accent-2 .button--tertiary {
    --color-button: var(--color-foreground);
    --color-button-text: var(--color-foreground);
  }
  
  :root,
  .color-background-1 {
    --color-badge-background: var(--color-background);
    --color-badge-border: var(--color-foreground);
    --alpha-badge-border: 0.1;
  }
  
  .color-background-2,
  .color-inverse,
  .color-accent-1,
  .color-accent-2 {
    --color-badge-background: var(--color-background);
    --color-badge-border: var(--color-background);
    --alpha-badge-border: 1;
  }
  
  :root,
  .color-background-1,
  .color-background-2 {
    --color-card-hover: var(--color-base-text);
  }
  
  .color-inverse {
    --color-card-hover: var(--color-base-background-1);
  }
  
  .color-accent-1,
  .color-accent-2 {
    --color-card-hover: var(--color-base-solid-button-labels);
  }
  
  :root,
  .color-icon-text {
    --color-icon: rgb(var(--color-base-text));
  }
  
  .color-icon-accent-1 {
    --color-icon: rgb(var(--color-base-accent-1));
  }
  
  .color-icon-accent-2 {
    --color-icon: rgb(var(--color-base-accent-2));
  }
  
  .color-icon-outline-button {
    --color-icon: rgb(var(--color-base-outline-button-labels));
  }
  
  .product-card-wrapper .card,
  .contains-card--product {
    --border-radius: var(--product-card-corner-radius);
    --border-width: var(--product-card-border-width);
    --border-opacity: var(--product-card-border-opacity);
    --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
    --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
    --shadow-blur-radius: var(--product-card-shadow-blur-radius);
    --shadow-opacity: var(--product-card-shadow-opacity);
    --shadow-visible: var(--product-card-shadow-visible);
    --image-padding: var(--product-card-image-padding);
    --text-alignment: var(--product-card-text-alignment);
  }
  
  .collection-card-wrapper .card,
  .contains-card--collection {
    --border-radius: var(--collection-card-corner-radius);
    --border-width: var(--collection-card-border-width);
    --border-opacity: var(--collection-card-border-opacity);
    --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
    --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
    --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
    --shadow-opacity: var(--collection-card-shadow-opacity);
    --shadow-visible: var(--collection-card-shadow-visible);
    --image-padding: var(--collection-card-image-padding);
    --text-alignment: var(--collection-card-text-alignment);
  }
  
  .article-card-wrapper .card,
  .contains-card--article {
    --border-radius: var(--blog-card-corner-radius);
    --border-width: var(--blog-card-border-width);
    --border-opacity: var(--blog-card-border-opacity);
    --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
    --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
    --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
    --shadow-opacity: var(--blog-card-shadow-opacity);
    --shadow-visible: var(--blog-card-shadow-visible);
    --image-padding: var(--blog-card-image-padding);
    --text-alignment: var(--blog-card-text-alignment);
  }
  
  .contains-content-container,
  .content-container {
    --border-radius: var(--text-boxes-radius);
    --border-width: var(--text-boxes-border-width);
    --border-opacity: var(--text-boxes-border-opacity);
    --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
    --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
    --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
    --shadow-opacity: var(--text-boxes-shadow-opacity);
    --shadow-visible: var(--text-boxes-shadow-visible);
  }
  
  .contains-media,
  .global-media-settings {
    --border-radius: var(--media-radius);
    --border-width: var(--media-border-width);
    --border-opacity: var(--media-border-opacity);
    --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
    --shadow-vertical-offset: var(--media-shadow-vertical-offset);
    --shadow-blur-radius: var(--media-shadow-blur-radius);
    --shadow-opacity: var(--media-shadow-opacity);
    --shadow-visible: var(--media-shadow-visible);
  }
  
  /* base */
  
  .no-js:not(html) {
    display: none !important;
  }
  
  html.no-js .no-js:not(html) {
    display: block !important;
  }
  
  .no-js-inline {
    display: none !important;
  }
  
  html.no-js .no-js-inline {
    display: inline-block !important;
  }
  
  html.no-js .no-js-hidden {
    display: none !important;
  }
  
  .page-width {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 0 1.5rem;
  }
  
  .page-width-desktop {
    padding: 0;
    margin: 0 auto;
  }
  
  @media screen and (min-width: 750px) {
    .page-width {
      padding: 0 5rem;
    }
  
    .page-width--narrow {
      padding: 0 9rem;
    }
  
    .page-width-desktop {
      padding: 0;
    }
  
    .page-width-tablet {
      padding: 0 5rem;
    }
  }
  
  @media screen and (min-width: 990px) {
    .page-width--narrow {
      max-width: 72.6rem;
      padding: 0;
    }
  
    .page-width-desktop {
      max-width: var(--page-width);
      padding: 0 5rem;
    }
  }
  
  .isolate {
    position: relative;
    z-index: 0;
  }
  
  .section + .section {
    margin-top: var(--spacing-sections-mobile);
  }
  
  @media screen and (min-width: 750px) {
    .section + .section {
      margin-top: var(--spacing-sections-desktop);
    }
  }
  
  .element-margin-top {
    margin-top: 5rem;
  }
  
  @media screen and (min-width: 750px) {
    .element-margin {
      margin-top: calc(5rem + var(--page-width-margin));
    }
  }
  
  body,
  .color-background-1,
  .color-background-2,
  .color-inverse,
  .color-accent-1,
  .color-accent-2 {
    color: rgba(var(--color-foreground), 0.75);
    background-color: rgb(var(--color-background));
  }
  
  .background-secondary {
    background-color: rgba(var(--color-foreground), 0.04);
  }
  
  .grid-auto-flow {
    display: grid;
    grid-auto-flow: column;
  }
  
  .page-margin,
  .shopify-challenge__container {
    margin: 7rem auto;
  }
  
  .rte-width {
    max-width: 82rem;
    margin: 0 auto 2rem;
  }
  
  .list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .hidden {
    display: none !important;
  }
  
  .visually-hidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal !important;
  }
  
  .visually-hidden--inline {
    margin: 0;
    height: 1em;
  }
  
  .overflow-hidden {
    overflow: hidden;
  }
  
  .skip-to-content-link:focus {
    z-index: 9999;
    position: inherit;
    overflow: auto;
    width: auto;
    height: auto;
    clip: auto;
  }
  
  .full-width-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  
  ::selection {
    background-color: rgba(var(--color-foreground), 0.2);
  }
  
  .text-body {
    font-size: 1.5rem;
    letter-spacing: 0.06rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  .h0,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5 {
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
    letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
    color: rgb(var(--color-foreground));
    line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
    word-break: break-word;
  }
  
  .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: .16rem;
  }
  
  .caption-with-letter-spacing--large {
    font-size: 1.4rem;
    letter-spacing: 0.18rem;
  }
  
  .caption-large,
  .customer .field input,
  .customer select,
  .field__input,
  .form__label,
  .select__select {
    font-size: 1.3rem;
    line-height: calc(1 + 0.5 / var(--font-body-scale));
    letter-spacing: 0.04rem;
  }
  
  .color-foreground {
    color: rgb(var(--color-foreground));
  }
  
  table:not([class]) {
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 1.4rem;
    border-style: hidden;
    box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
    /* draws the table border  */
  }
  
  table:not([class]) td,
  table:not([class]) th {
    padding: 1em;
    border: 0.1rem solid rgba(var(--color-foreground), 0.2);
  }
  
  @media screen and (max-width: 749px) {
    .small-hide {
      display: none !important;
    }
  }
  
  @media screen and (min-width: 750px) and (max-width: 989px) {
    .medium-hide {
      display: none !important;
    }
  }
  
  @media screen and (min-width: 990px) {
    .large-up-hide {
      display: none !important;
    }
  }
  
  .left {
    text-align: left;
  }
  
  .center {
    text-align: center;
  }
  
  .right {
    text-align: right;
  }
  
  .uppercase {
    text-transform: uppercase;
  }
  
  .light {
    opacity: 0.7;
  }
  
  a:empty,
  ul:empty,
  dl:empty,
  div:empty,
  section:empty,
  article:empty,
  p:empty,
  h1:empty,
  h2:empty,
  h3:empty,
  h4:empty,
  h5:empty,
  h6:empty {
    display: none;
  }
  
  .link,
  .customer a {
    cursor: pointer;
    display: inline-block;
    border: none;
    box-shadow: none;
    text-decoration: underline;
    text-underline-offset: 0.3rem;
    color: rgb(var(--color-link));
    background-color: transparent;
    font-size: 1.4rem;
    font-family: inherit;
  }
  
  .link--text {
    color: rgb(var(--color-foreground));
  }
  
  .link--text:hover {
    color: rgba(var(--color-foreground), 0.75);
  }
  
  .link-with-icon {
    display: inline-flex;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-decoration: none;
    margin-bottom: 4.5rem;
    white-space: nowrap;
  }
  
  .link-with-icon .icon {
    width: 1.5rem;
    margin-left: 1rem;
  }
  
  a:not([href]) {
    cursor: not-allowed;
  }
  
  .circle-divider::after {
    content: '\2022';
    margin: 0 1.3rem 0 1.5rem;
  }
  
  .circle-divider:last-of-type::after {
    display: none;
  }
  
  hr {
    border: none;
    height: 0.1rem;
    background-color: rgba(var(--color-foreground), 0.2);
    display: block;
    margin: 5rem 0;
  }
  
  @media screen and (min-width: 750px) {
    hr {
      margin: 7rem 0;
    }
  }
  
  .full-unstyled-link {
    text-decoration: none;
    color: currentColor;
    display: block;
  }
  
  .placeholder {
    background-color: rgba(var(--color-foreground), 0.04);
    color: rgba(var(--color-foreground), 0.55);
    fill: rgba(var(--color-foreground), 0.55);
  }
  
  details > * {
    box-sizing: border-box;
  }
  
  .break {
    word-break: break-word;
  }
  
  .visibility-hidden {
    visibility: hidden;
  }
  
  @media (prefers-reduced-motion) {
    .motion-reduce {
      transition: none !important;
      animation: none !important;
    }
  }
  
  :root {
    --duration-short: 100ms;
    --duration-default: 200ms;
    --duration-long: 500ms;
  }
  
  .underlined-link,
  .customer a {
    color: rgba(var(--color-link), var(--alpha-link));
    text-underline-offset: 0.3rem;
    text-decoration-thickness: 0.1rem;
    transition: text-decoration-thickness ease 100ms;
  }
  
  .underlined-link:hover,
  .customer a:hover {
    color: rgb(var(--color-link));
    text-decoration-thickness: 0.2rem;
  }
  
  .icon-arrow {
    width: 1.5rem;
  }
  
  h3 .icon-arrow,
  .h3 .icon-arrow {
    width: calc(var(--font-heading-scale) * 1.5rem);
  }
  
  /* arrow animation */
  .animate-arrow .icon-arrow path {
    transform: translateX(-0.25rem);
    transition: transform var(--duration-short) ease;
  }
  
  .animate-arrow:hover .icon-arrow path {
    transform: translateX(-0.05rem);
  }
  
  /* base-details-summary */
  summary {
    cursor: pointer;
    list-style: none;
    position: relative;
  }
  
  summary .icon-caret {
    position: absolute;
    height: 0.6rem;
    right: 1.5rem;
    top: calc(50% - 0.2rem);
  }
  
  summary::-webkit-details-marker {
    display: none;
  }
  
  .disclosure-has-popup {
    position: relative;
  }
  
  .disclosure-has-popup[open] > summary::before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
    cursor: default;
    content: ' ';
    background: transparent;
  }
  
  .disclosure-has-popup > summary::before {
    display: none;
  }
  
  .disclosure-has-popup[open] > summary + * {
    z-index: 100;
  }
  
  @media screen and (min-width: 750px) {
    .disclosure-has-popup[open] > summary + * {
      z-index: 4;
    }
  
    .facets .disclosure-has-popup[open] > summary + * {
      z-index: 2;
    }
  }
  
  /* base-focus */
  /*
    Focus ring - default (with offset)
  */
  
  *:focus {
    outline: 0;
    box-shadow: none;
  }
  
  *:focus-visible {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: 0.3rem;
    box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
      0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
  }
  
  /* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
  .focused,
  .no-js *:focus {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: 0.3rem;
    box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
      0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
  }
  
  /* Negate the fallback side-effect for browsers that support :focus-visible */
  .no-js *:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
  }
  
  /*
    Focus ring - inset
  */
  
  .focus-inset:focus-visible {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: -0.2rem;
    box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
  }
  
  .focused.focus-inset,
  .no-js .focus-inset:focus {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: -0.2rem;
    box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
  }
  
  .no-js .focus-inset:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
  }
  
  /*
    Focus ring - none
  */
  
  /* Dangerous for a11y - Use with care */
  .focus-none {
    box-shadow: none !important;
    outline: 0 !important;
  }
  
  .focus-offset:focus-visible {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: 1rem;
    box-shadow: 0 0 0 1rem rgb(var(--color-background)),
      0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
  }
  
  .focus-offset.focused,
  .no-js .focus-offset:focus {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: 1rem;
    box-shadow: 0 0 0 1rem rgb(var(--color-background)),
      0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
  }
  
  .no-js .focus-offset:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
  }
  
  /* component-title */
  .title,
  .title-wrapper-with-link {
    margin: 3rem 0 2rem;
  }
  
  .title-wrapper-with-link .title {
    margin: 0;
  }
  
  .title .link {
    font-size: inherit;
  }
  
  .title-wrapper {
    margin-bottom: 3rem;
  }
  
  .title-wrapper-with-link {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
  }
  
  .title--primary {
    margin: 4rem 0;
  }
  
  .title-wrapper--self-padded-tablet-down,
  .title-wrapper--self-padded-mobile {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  
  @media screen and (min-width: 750px) {
    .title-wrapper--self-padded-mobile {
      padding-left: 0;
      padding-right: 0;
    }
  }
  
  @media screen and (min-width: 990px) {
    .title,
    .title-wrapper-with-link {
      margin: 5rem 0 3rem;
    }
  
    .title--primary {
      margin: 2rem 0;
    }
  
    .title-wrapper-with-link {
      align-items: center;
    }
  
    .title-wrapper-with-link .title {
      margin-bottom: 0;
    }
  
    .title-wrapper--self-padded-tablet-down {
      padding-left: 0;
      padding-right: 0;
    }
  }
  
  .title-wrapper-with-link .link-with-icon {
    margin: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
  }
  
  .title-wrapper-with-link .link-with-icon svg {
    width: 1.5rem;
  }
  
  .title-wrapper-with-link a {
    color: rgb(var(--color-link));
    margin-top: 0;
    flex-shrink: 0;
  }
  
  .title-wrapper--no-top-margin {
    margin-top: 0;
  }
  
  .title-wrapper--no-top-margin > .title {
    margin-top: 0;
  }
  
  .subtitle {
    font-size: 1.8rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
    letter-spacing: 0.06rem;
    color: rgba(var(--color-foreground), 0.7);
  }
  
  .subtitle--small {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
  
  .subtitle--medium {
    font-size: 1.6rem;
    letter-spacing: 0.08rem;
  }
  
  /* component-grid */
  .grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding: 0;
    list-style: none;
    column-gap: var(--grid-mobile-horizontal-spacing);
    row-gap: var(--grid-mobile-vertical-spacing);
  }
  
  @media screen and (min-width: 750px) {
    .grid {
      column-gap: var(--grid-desktop-horizontal-spacing);
      row-gap: var(--grid-desktop-vertical-spacing);
    }
  }
  
  .grid:last-child {
    margin-bottom: 0;
  }
  
  .grid__item {
    width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
    flex-grow: 1;
    flex-shrink: 0;
  }
  
  @media screen and (min-width: 750px) {
    .grid__item {
      width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
      max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
  }
  
  .grid--gapless.grid {
    column-gap: 0;
    row-gap: 0;
  }
  
  @media screen and (max-width: 749px) {
    .grid__item.slider__slide--full-width {
      width: 100%;
      max-width: none;
    }
  }
  
  .grid--1-col .grid__item {
    max-width: 100%;
    width: 100%;
  }
  
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
  }
  
  @media screen and (min-width: 750px) {
    .grid--3-col .grid__item {
      width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    }
  }
  
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }
  
  @media screen and (min-width: 750px) {
    .grid--2-col .grid__item {
      width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
  
    .grid--4-col-tablet .grid__item {
      width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    }
  
    .grid--3-col-tablet .grid__item {
      width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    }
  
    .grid--2-col-tablet .grid__item {
      width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
  }
  
  @media screen and (max-width: 989px) {
    .grid--1-col-tablet-down .grid__item {
      width: 100%;
      max-width: 100%;
    }
  
    .slider--tablet.grid--peek {
      margin: 0;
      width: 100%;
    }
  
    .slider--tablet.grid--peek .grid__item {
      box-sizing: content-box;
      margin: 0;
    }
  }
  
  @media screen and (min-width: 990px) {
    .grid--6-col-desktop .grid__item {
      width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
      max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    }
  
    .grid--5-col-desktop .grid__item {
      width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
      max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    }
  
    .grid--4-col-desktop .grid__item {
      width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
      max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    }
  
    .grid--3-col-desktop .grid__item {
      width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
      max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    }
  
    .grid--2-col-desktop .grid__item {
      width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
      max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
  }
  
  @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,
  .shopify-challenge__button,
  .customer button,
  button.shopify-payment-button__button--unbranded,
  .shopify-payment-button [role="button"],
  .cart__dynamic-checkout-buttons [role='button'],
  .cart__dynamic-checkout-buttons iframe {
    --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
    --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
    --shadow-blur-radius: var(--buttons-shadow-blur-radius);
    --shadow-opacity: var(--buttons-shadow-opacity);
    --shadow-visible: var(--buttons-shadow-visible);
    --border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
    --border-opacity: calc(1 - var(--buttons-border-opacity));
    border-radius: var(--buttons-radius-outset);
    position: relative;
  }
  
  .button,
  .shopify-challenge__button,
  .customer button,
  button.shopify-payment-button__button--unbranded {
    min-width: calc(12rem + var(--buttons-border-width) * 2);
    min-height: calc(4.5rem + var(--buttons-border-width) * 2);
  }
  
  .shopify-payment-button__button--branded {
    z-index: auto;
  }
  
  .cart__dynamic-checkout-buttons iframe {
    box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-base-text), var(--shadow-opacity));
  }
  
  .button,
  .shopify-challenge__button,
  .customer button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 0 3rem;
    cursor: pointer;
    font: inherit;
    font-size: 1.5rem;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    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 {
    cursor: not-allowed;
    opacity: 0.5;
  }
  
  .button--full-width {
    display: flex;
    width: 100%;
  }
  
  .button.loading {
    color: transparent;
    position: relative;
  }
  
  @media screen and (forced-colors: active) {
    .button.loading {
      color: rgb(var(--color-foreground));
    }
  }
  
  .button.loading > .loading-overlay__spinner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
  }
  
  .button.loading > .loading-overlay__spinner .spinner {
    width: fit-content;
  }
  
  .button.loading > .loading-overlay__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;
    min-height: 2.4rem;
    align-items: center;
    color: rgb(var(--color-link));
    margin-left: 0;
    padding-left: 0;
  }
  
  details[open] > .share-button__fallback {
    animation: animateMenuOpen var(--duration-default) ease;
  }
  
  .share-button__button:hover {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
  }
  
  .share-button__button,
  .share-button__fallback button {
    cursor: pointer;
    background-color: transparent;
    border: none;
  }
  
  .share-button__button .icon-share {
    height: 1.2rem;
    margin-right: 1rem;
    width: 1.3rem;
  }
  
  .share-button__fallback {
    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-base-text), var(--inputs-shadow-opacity));
    z-index: -1;
  }
  
  .share-button__fallback button {
    width: 4.4rem;
    height: 4.4rem;
    padding: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    right: var(--inputs-border-width);
  }
  
  .share-button__fallback button:hover {
    color: rgba(var(--color-foreground), 0.75);
  }
  
  .share-button__fallback button:hover svg {
    transform: scale(1.07);
  }
  
  .share-button__close:not(.hidden) + .share-button__copy {
    display: none;
  }
  
  .share-button__close,
  .share-button__copy {
    background-color: transparent;
    color: rgb(var(--color-foreground));
  }
  
  .share-button__copy:focus-visible,
  .share-button__close:focus-visible {
    background-color: rgb(var(--color-background));
    z-index: 2;
  }
  
  .share-button__copy:focus,
  .share-button__close:focus {
    background-color: rgb(var(--color-background));
    z-index: 2;
  }
  
  .field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused),
  .field:not(:focus-visible):not(.focused) + .share-button__close:not(:focus-visible):not(.focused) {
    background-color: inherit;
  }
  
  .share-button__fallback .field:after,
  .share-button__fallback .field:before {
    content: none;
  }
  
  .share-button__fallback .field {
    border-radius: 0;
    min-width: auto;
    min-height: auto;
    transition: none;
  }
  
  .share-button__fallback .field__input:focus,
  .share-button__fallback .field__input:-webkit-autofill {
    outline: 0.2rem solid rgba(var(--color-foreground),.5);
    outline-offset: 0.1rem;
    box-shadow: 0 0 0 0.1rem rgb(var(--color-background)),0 0 0.5rem 0.4rem rgba(var(--color-foreground),.3);
  }
  
  .share-button__fallback .field__input {
    box-shadow: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    filter: none;
    min-width: auto;
    min-height: auto;
  }
  
  .share-button__fallback .field__input:hover {
    box-shadow: none;
  }
  
  .share-button__fallback .icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  
  .share-button__message:not(:empty) {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 0.8rem 0 0.8rem 1.5rem;
    margin: var(--inputs-border-width);
  }
  
  .share-button__message:not(:empty):not(.hidden) ~ * {
    display: none;
  }
  
  /* component-form */
  .field__input,
  .select__select,
  .customer .field input,
  .customer select {
    -webkit-appearance: none;
    appearance: none;
    background-color: rgb(var(--color-background));
    color: rgb(var(--color-foreground));
    font-size: 1.6rem;
    width: 100%;
    box-sizing: border-box;
    transition: box-shadow var(--duration-short) ease;
    border-radius: var(--inputs-radius);
    height: 4.5rem;
    min-height: calc(var(--inputs-border-width) * 2);
    min-width: calc(7rem + (var(--inputs-border-width) * 2));
    position: relative;
    border: 0;
  }
  
  .field:before,
  .select:before,
  .customer .field:before,
  .customer select:before,
  .localization-form__select:before {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: var(--inputs-radius-outset);
    box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
    z-index: -1;
  }
  
  .field:after,
  .select:after,
  .customer .field:after,
  .customer select:after,
  .localization-form__select:after {
    pointer-events: none;
    content: '';
    position: absolute;
    top: var(--inputs-border-width);
    right: var(--inputs-border-width);
    bottom: var(--inputs-border-width);
    left: var(--inputs-border-width);
    border: 0.1rem solid transparent;
    border-radius: var(--inputs-radius);
    box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
    transition: box-shadow var(--duration-short) ease;
    z-index: 1;
  }
  
  .select__select {
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    font-size: 1.2rem;
    color: rgba(var(--color-foreground), 0.75);
  }
  
  .field:hover.field:after,
  .select:hover.select:after,
  .select__select:hover.select__select:after,
  .customer .field:hover.field:after,
  .customer select:hover.select:after,
  .localization-form__select:hover.localization-form__select:after {
    box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground),var(--inputs-border-opacity));
    outline: 0;
    border-radius: var(--inputs-radius);
  }
  
  .field__input:focus-visible,
  .select__select:focus-visible,
  .customer .field input:focus-visible,
  .customer select:focus-visible,
  .localization-form__select:focus-visible.localization-form__select:after {
    box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
    outline: 0;
    border-radius: var(--inputs-radius);
  }
  
  .field__input:focus,
  .select__select:focus,
  .customer .field input:focus,
  .customer select:focus,
  .localization-form__select:focus.localization-form__select:after {
    box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
    outline: 0;
    border-radius: var(--inputs-radius);
  }
  
  .localization-form__select:focus {
    outline: 0;
    box-shadow: none;
  }
  
  .text-area,
  .select {
    display: flex;
    position: relative;
    width: 100%;
  }
  
  /* Select */
  
  .select .icon-caret,
  .customer select + svg {
    height: 0.6rem;
    pointer-events: none;
    position: absolute;
    top: calc(50% - 0.2rem);
    right: calc(var(--inputs-border-width) + 1.5rem);
  }
  
  .select__select,
  .customer select {
    cursor: pointer;
    line-height: calc(1 + 0.6 / var(--font-body-scale));
    padding: 0 2rem;
    margin: var(--inputs-border-width);
    min-height: calc(var(--inputs-border-width) * 2);
  }
  
  /* Field */
  
  .field {
    position: relative;
    width: 100%;
    display: flex;
    transition: box-shadow var(--duration-short) ease;
  }
  
  .customer .field {
    display: flex;
  }
  
  .field--with-error {
    flex-wrap: wrap;
  }
  
  .field__input,
  .customer .field input {
    flex-grow: 1;
    text-align: left;
    padding: 1.5rem;
    margin: var(--inputs-border-width);
    transition: box-shadow var(--duration-short) ease;
  }
  
  .field__label,
  .customer .field label {
    font-size: 1.6rem;
    left: calc(var(--inputs-border-width) + 2rem);
    top: calc(1rem + var(--inputs-border-width));
    margin-bottom: 0;
    pointer-events: none;
    position: absolute;
    transition: top var(--duration-short) ease,
      font-size var(--duration-short) ease;
    color: rgba(var(--color-foreground), 0.75);
    letter-spacing: 0.1rem;
    line-height: 1.5;
  }
  
  .field__input:focus ~ .field__label,
  .field__input:not(:placeholder-shown) ~ .field__label,
  .field__input:-webkit-autofill ~ .field__label,
  .customer .field input:focus ~ label,
  .customer .field input:not(:placeholder-shown) ~ label,
  .customer .field input:-webkit-autofill ~ label {
    font-size: 1rem;
    top: calc(var(--inputs-border-width) + 0.5rem);
    left: calc(var(--inputs-border-width) + 2rem);
    letter-spacing: 0.04rem;
  }
  
  .field__input:focus,
  .field__input:not(:placeholder-shown),
  .field__input:-webkit-autofill,
  .customer .field input:focus,
  .customer .field input:not(:placeholder-shown),
  .customer .field input:-webkit-autofill {
    padding: 2.2rem 1.5rem 0.8rem 2rem;
    margin: var(--inputs-border-width);
  }
  
  .field__input::-webkit-search-cancel-button,
  .customer .field input::-webkit-search-cancel-button {
    display: none;
  }
  
  .field__input::placeholder,
  .customer .field input::placeholder {
    opacity: 0;
  }
  
  .field__button {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: currentColor;
    cursor: pointer;
    display: flex;
    height: 4.4rem;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 4.4rem;
  }
  
  .field__button > svg {
    height: 2.5rem;
    width: 2.5rem;
  }
  
  .field__input:-webkit-autofill ~ .field__button,
  .field__input:-webkit-autofill ~ .field__label,
  .customer .field input:-webkit-autofill ~ label {
    color: rgb(0, 0, 0);
  }
  
  /* Text area */
  
  .text-area {
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    min-height: 10rem;
    resize: none;
  }
  
  input[type='checkbox'] {
    display: inline-block;
    width: auto;
    margin-right: 0.5rem;
  }
  
  /* Form global */
  
  .form__label {
    display: block;
    margin-bottom: 0.6rem;
  }
  
  .form__message {
    align-items: center;
    display: flex;
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 1rem;
  }
  
  .form__message--large {
    font-size: 1.6rem;
  }
  
  .customer .field .form__message {
    font-size: 1.4rem;
    text-align: left;
  }
  
  .form__message .icon,
  .customer .form__message svg {
    flex-shrink: 0;
    height: 1.3rem;
    margin-right: 0.5rem;
    width: 1.3rem;
  }
  
  .form__message--large .icon,
  .customer .form__message svg {
    height: 1.5rem;
    width: 1.5rem;
    margin-right: 1rem;
  }
  
  .customer .field .form__message svg {
    align-self: start;
  }
  
  .form-status {
    margin: 0;
    font-size: 1.6rem;
  }
  
  .form-status-list {
    padding: 0;
    margin: 2rem 0 4rem;
  }
  
  .form-status-list li {
    list-style-position: inside;
  }
  
  .form-status-list .link::first-letter {
    text-transform: capitalize;
  }
  
  /* component-quantity */
  .quantity {
    color: rgba(var(--color-foreground));
    position: relative;
    width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
    display: flex;
    border-radius: var(--inputs-radius);
    min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
  }
  
  .quantity:after {
    pointer-events: none;
    content: '';
    position: absolute;
    top: var(--inputs-border-width);
    right: var(--inputs-border-width);
    bottom: var(--inputs-border-width);
    left: var(--inputs-border-width);
    border: 0.1rem solid transparent;
    border-radius: var(--inputs-radius);
    box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
    transition: box-shadow var(--duration-short) ease;
    z-index: 1;
  }
  
  .quantity:before {
    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-base-text), var(--inputs-shadow-opacity));
    z-index: -1;
  }
  
  .quantity__input {
    color: currentColor;
    font-size: 1.4rem;
    font-weight: 500;
    opacity: 0.85;
    text-align: center;
    background-color: transparent;
    border: 0;
    padding: 0 0.5rem;
    width: 100%;
    flex-grow: 1;
    -webkit-appearance: none;
    appearance: none;
  }
  
  .quantity__button {
    width: calc(4.5rem / var(--font-body-scale));
    flex-shrink: 0;
    font-size: 1.8rem;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(var(--color-foreground));
    padding: 0;
  }
  
  .quantity__button:first-child {
    margin-left: calc(var(--inputs-border-width));
  }
  
  .quantity__button:last-child {
    margin-right: calc(var(--inputs-border-width));
  }
  
  .quantity__button svg {
    width: 1rem;
    pointer-events: none;
  }
  
  .quantity__button:focus-visible,
  .quantity__input:focus-visible {
    background-color: rgb(var(--color-background));
    z-index: 2;
  }
  
  .quantity__button:focus,
  .quantity__input:focus {
    background-color: rgb(var(--color-background));
    z-index: 2;
  }
  
  .quantity__button:not(:focus-visible):not(.focused),
  .quantity__input:not(:focus-visible):not(.focused) {
    box-shadow: inherit;
    background-color: inherit;
  }
  
  .quantity__input:-webkit-autofill,
  .quantity__input:-webkit-autofill:hover,
  .quantity__input:-webkit-autofill:active {
    box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
    -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  }
  
  .quantity__input::-webkit-outer-spin-button,
  .quantity__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  .quantity__input[type='number'] {
    -moz-appearance: textfield;
  }
  
  /* component-modal */
  .modal__toggle {
    list-style-type: none;
  }
  
  .no-js details[open] .modal__toggle {
    position: absolute;
    z-index: 5;
  }
  
  .modal__toggle-close {
    display: none;
  }
  
  .no-js details[open] svg.modal__toggle-close {
    display: flex;
    z-index: 1;
    height: 1.7rem;
    width: 1.7rem;
  }
  
  .modal__toggle-open {
    display: flex;
  }
  
  .no-js details[open] .modal__toggle-open {
    display: none;
  }
  
  .no-js .modal__close-button.link {
    display: none;
  }
  
  .modal__close-button.link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem;
    height: 4.4rem;
    width: 4.4rem;
    background-color: transparent;
  }
  
  .modal__close-button .icon {
    width: 1.7rem;
    height: 1.7rem;
  }
  
  .modal__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(var(--color-background));
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .media-modal {
    cursor: zoom-out;
  }
  
  .media-modal .deferred-media {
    cursor: initial;
  }
  
  /* component-cart-count-bubble */
  .cart-count-bubble:empty {
    display: none;
  }
  
  .cart-count-bubble {
    position: absolute;
    background-color: rgb(var(--color-button));
    color: rgb(var(--color-button-text));
    height: 1.7rem;
    width: 1.7rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    bottom: 0.8rem;
    left: 2.2rem;
    line-height: calc(1 + 0.1 / var(--font-body-scale));
  }
  
  /* section-announcement-bar */
  #shopify-section-announcement-bar {
    z-index: 4;
  }
  
  .announcement-bar {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
    color: rgb(var(--color-foreground));
  }
  
  .announcement-bar__link {
    display: block;
    width: 100%;
    padding: 1rem 0;
    text-decoration: none;
  }
  
  .announcement-bar__link:hover {
    color: rgb(var(--color-foreground));
    background-color: rgba(var(--color-card-hover), 0.06);
  }
  
  .announcement-bar__link .icon-arrow {
    display: inline-block;
    pointer-events: none;
    margin-left: 0.8rem;
    vertical-align: middle;
    margin-bottom: 0.2rem;
  }
  
  .announcement-bar__link .announcement-bar__message {
    padding: 0;
  }
  
  .announcement-bar__message {
    padding: 1rem 0;
    margin: 0;
    letter-spacing: 0.1rem;
    color: #fff;
  }
  .announcement-bar__message a{
    color: #fff;
  }
  
  /* section-header */
  #shopify-section-header {
    z-index: 3;
  }
  
  .shopify-section-header-sticky {
    position: sticky;
    top: 0;
  }
  
  .shopify-section-header-hidden {
    transform: translateY(-100%);
  }
  
  .shopify-section-header-hidden.menu-open {
    transform: translateY(0);
  }
  
  #shopify-section-header.animate {
    transition: transform 0.15s ease-out;
  }
  
  /* Main Header Layout */
  .header-wrapper {
    display: block;
    position: relative;
    background-color: rgb(var(--color-background));
    z-index: 1;
  }
  
  .header-wrapper--border-bottom {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }
  
  .header {
    display: grid;
    grid-template-areas: 'left-icon heading icons';
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
  }
  
  @media screen and (min-width: 990px) {
    .header--top-left,
    .header--middle-left:not(.header--has-menu) {
      grid-template-areas:
        'heading icons'
        'navigation navigation';
      grid-template-columns: 1fr auto;
    }
  
    .header--middle-left {
      grid-template-areas: 'heading navigation icons';
      grid-template-columns: auto auto 1fr;
      column-gap: 2rem;
    }
  
    .header--middle-center {
      grid-template-areas: 'navigation heading icons';
      grid-template-columns: 1fr auto 1fr;
      column-gap: 2rem;
    }
  
    .header--top-center {
      grid-template-areas:
        'left-icon heading icons'
        'navigation navigation navigation';
    }
  
    .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;
    width: 100%;
  }
  
  @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: center;
      justify-self: start;
    }
  
    .header--mobile-left {
      grid-template-columns: auto 2fr 1fr;
    }
  }
  
  @media screen and (min-width: 990px) {
    .header__heading-link {
      margin-left: -0.75rem;
    }
  
    .header__heading,
    .header__heading-link {
      justify-self: start;
    }
  
    .header--top-center .header__heading-link,
    .header--top-center .header__heading {
      justify-self: center;
      text-align: center;
    }
  }
  
  /* Header icons */
  .header__icons {
    display: flex;
    grid-area: icons;
    justify-self: end;
  }
  
  .header__icon:not(.header__icon--summary),
  .header__icon span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .header__icon {
    color: rgb(var(--color-foreground));
  }
  
  .header__icon span {
    height: 100%;
  }
  
  .header__icon::after {
    content: none;
  }
  
  .header__icon:hover .icon,
  .modal__close-button:hover .icon {
    transform: scale(1.07);
  }
  
  .header__icon .icon {
    height: 2rem;
    width: 2rem;
    fill: none;
    vertical-align: middle;
  }
  
  .header__icon,
  .header__icon--cart .icon {
    height: 4.4rem;
    width: 4.4rem;
    padding: 0;
  }
  
  .header__icon--cart {
    position: relative;
    margin-right: -1.2rem;
  }
  
  @media screen and (max-width: 989px) {
    menu-drawer ~ .header__icons .header__icon--account {
      display: none;
    }
  }
  
  .header__icon--menu[aria-expanded="true"]::before {
    content: "";
    top: 100%;
    left: 0;
    height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
    width: 100%;
    display: block;
    position: absolute;
    background: rgba(var(--color-foreground), 0.5);
  }
  
  /* Search */
  menu-drawer + .header__search {
    display: none;
  }
  
  .header > .header__search {
    grid-area: left-icon;
    justify-self: start;
  }
  
  .header:not(.header--has-menu) * > .header__search {
    display: none;
  }
  
  .header__search {
    display: inline-flex;
    line-height: 0;
  }
  
  .header--top-center > .header__search {
    display: none;
  }
  
  .header--top-center * > .header__search {
    display: inline-flex;
  }
  
  @media screen and (min-width: 990px) {
    .header:not(.header--top-center) * > .header__search,
    .header--top-center > .header__search {
      display: inline-flex;
    }
  
    .header:not(.header--top-center) > .header__search,
    .header--top-center * > .header__search {
      display: none;
    }
  }
  
  .no-js .predictive-search {
    display: none;
  }
  
  details[open] > .search-modal {
    opacity: 1;
    animation: animateMenuOpen var(--duration-default) ease;
  }
  
  details[open] .modal-overlay {
    display: block;
  }
  
  details[open] .modal-overlay::after {
    position: absolute;
    content: '';
    background-color: rgb(var(--color-foreground), 0.5);
    top: 100%;
    left: 0;
    right: 0;
    height: 100vh;
  }
  
  .no-js details[open] > .header__icon--search {
    top: 1rem;
    right: 0.5rem;
  }
  
  .search-modal {
    opacity: 0;
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
    min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
    height: 100%;
  }
  
  .search-modal__content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 5rem 0 1rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
    position: relative;
  }
  
  .search-modal__content-bottom {
    bottom: calc((var(--inputs-margin-offset) / 2) );
  }
  
  .search-modal__content-top {
    top: calc((var(--inputs-margin-offset) / 2) );
  }
  
  .search-modal__form {
    width: 100%;
  }
  
  .search-modal__close-button {
    position: absolute;
    right: 0.3rem;
  }
  
  @media screen and (min-width: 750px) {
    .search-modal__close-button {
      right: 1rem;
    }
  
    .search-modal__content {
      padding: 0 6rem;
    }
  }
  
  @media screen and (min-width: 990px) {
    .search-modal__form {
      max-width: 47.8rem;
    }
  
    .search-modal__close-button {
      position: initial;
      margin-left: 0.5rem;
    }
  }
  
  /* Header menu drawer */
  .header__icon--menu .icon {
    display: block;
    position: absolute;
    opacity: 1;
    transform: scale(1);
    transition: transform 150ms ease, opacity 150ms ease;
  }
  
  details:not([open]) > .header__icon--menu .icon-close,
  details[open] > .header__icon--menu .icon-hamburger {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
  }
  
  .js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
    visibility: hidden;
  }
  
  .js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
    visibility: visible;
    opacity: 1;
    transform: scale(1.07);
  }
  
  .js 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));
  }
  
  .header__submenu.list-menu {
    padding: 2.4rem 0;
  }
  
  .header__submenu .header__submenu {
    background-color: rgba(var(--color-foreground), 0.03);
    padding: 0.5rem 0;
    margin: 0.5rem 0;
  }
  
  .header__submenu .header__menu-item:after {
    right: 2rem;
  }
  
  .header__submenu .header__menu-item {
    justify-content: space-between;
    padding: 0.8rem 2.4rem;
  }
  
  .header__submenu .header__submenu .header__menu-item {
    padding-left: 3.4rem;
  }
  
  .header__menu-item .icon-caret {
    right: 0.8rem;
  }
  
  .header__submenu .icon-caret {
    flex-shrink: 0;
    margin-left: 1rem;
    position: static;
  }
  
  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;
  }
  
  @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-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 {
    border-radius: calc(var(--media-radius) - var(--media-border-width));
  }
  
  .content-container--full-width,
  .global-media-settings--full-width,
  .global-media-settings--full-width img {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  
  /* check for flexbox gap in older Safari versions */
  @supports not (inset: 10px) {
    .grid {
      margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
    }
  
    .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
      padding-bottom: var(--grid-mobile-vertical-spacing);
    }
  
    @media screen and (min-width: 750px) {
      .grid {
        margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
      }
  
      .grid__item {
        padding-left: var(--grid-desktop-horizontal-spacing);
        padding-bottom: var(--grid-desktop-vertical-spacing);
      }
    }
  
    .grid--gapless .grid__item {
      padding-left: 0;
      padding-bottom: 0;
    }
  
    @media screen and (min-width: 749px) {
      .grid--peek .grid__item {
        padding-left: var(--grid-mobile-horizontal-spacing);
      }
    }
  
    .product-grid .grid__item {
      padding-bottom: var(--grid-mobile-vertical-spacing);
    }
  
    @media screen and (min-width: 750px) {
      .product-grid .grid__item {
        padding-bottom: var(--grid-desktop-vertical-spacing);
      }
    }
  }
  
  .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;
    }
  }
  header.header.header--middle-center.header--mobile-center.page-width.header--has-menu {
    padding: 0px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    max-width: 137rem;
  }
  
  @media only screen and (max-width: 600px) {
   header.header.header--middle-center.header--mobile-center.page-width.header--has-menu {
    padding-top: 4px !important;
      padding-bottom: 4px !important;
          padding: 0 5rem !important;
    max-width: 137rem;
  }
  }
  .rebounder_section{
    background-image: linear-gradient(to right, #ed3246, #e82d54, #e12b60, #d92d6c, #cf3176);
  }
  .rebounder_section .image-with-text__content{
    background: transparent;
   padding: 6rem 0rem 7rem;
  }
  .rebounder_section .image-with-text__media-item{
      box-shadow: none;
      border: none;
      background: transparent;
  }
  .rebounder_section .image-with-text__media{
    background: transparent;
      box-shadow: none;
      border-radius: 0;
      height: auto;
  }
  .rebounder_mobiles{
    text-align: right;
    position: relative;
    top: 0;
  }
  .mobile_one{
      position: absolute;
      bottom: 5px;
      right: 260px;
      z-index: 1;
  }
  .mobile_two{
     position: relative;
  }
  .mobile_two video {
      width: 241px;
      height: 429px;
      z-index: 99;
      position: absolute;
      right: 57px;
      bottom: 110px;
      background: #fff;
      z-index: -1;
  }
  .appstores_links{
    display: flex;
    margin-top: 40px !important;
  }
  .appstores_links a{
    margin-right: 15px;
  }
  .appstores_links img{
     max-width: 180px;
  }
  .rebounder_section .image-with-text__heading{
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    line-height: 1.6;
     margin-top: 10px;
    text-shadow: 5px 1px 15px rgb(25 25 25 / 30%);
  }
  .rebounder_section .image-with-text__heading sup{
    font-size: 18px;
    margin-left: 5px;
  }
  .rebounder_section .button {
    border: 2px solid #fff;
    color: #000;
    background: #fff !important;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 2px;
  }
  .rebounder_section .button:before,
  .rebounder_section .button:after{
    display: none;
  }
  .rebounder_section .image-with-text{
    padding-bottom: 0;
  }
  .videomodule{
    overflow: hidden;
  }
  header.header.header--middle-center.header--mobile-center.page-width.header--has-menu{
    padding: 10px 20px !important;
  }
  #yottie_1 .yottie-widget-nav{
    background: transparent !important;
  }
  .yottie-widget-nav-inner{
    height: auto !important;
  }
  ul.yottie-widget-nav-list{
        padding: 10px 16px !important;
        text-align: center;
  }
  li.yottie-widget-nav-list-item a{
      background: rgb(250, 250, 250);
      border-radius: 50px;
      min-width: 100px;
      text-align: center;
      padding: 12px 16px !important;
      color: #4f4d4d !important;
  }
  #yottie_1 .yottie-widget-nav-list-item.yottie-active a, #yottie_1 .yottie-widget-nav-list-item.yottie-active:hover a {
      color: rgb(17, 17, 17);
      background: #FFAB00;
  }
  #yottie_1 .yottie-widget-nav-list-item.yottie-active:hover::after, #yottie_1 .yottie-widget-nav-list-item.yottie-active::after{
    display: none !important;
  }
  .section-template--20749986726186__a584a895-847f-4f46-856c-027165982214-padding .rebounder_mobiles{
    display: none;
  }
  .section-template--20749986726186__a584a895-847f-4f46-856c-027165982214-padding .image-with-text__media img{
    width: auto !important;
    height: auto !important;
  }
  
  /* Join The Movement */
  .join_movement{
    background: #1E1F21;
    padding: 40px 0;
  }
  .join_movement h2{
      margin: 0 0 50px;
      color: #fff;
      font-size: 36px;
      text-transform: uppercase;
      font-weight: 400;
      text-align: center;
  }
  .join_movement_row{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }
  .join_movement_column{
      width: 46%;
      position: relative;
  }
  .join_movement_img{
    position: relative;
  }
  .join_movement_img img{
      width: 100%;
      border-radius: 15px;
      border: 5px solid #fff;
      height: 460px;
      object-fit: cover;
  }
  .join_movement_video{}
  .join_movement_video video{
      width: 100%;
      height: 460px;
      object-fit: cover;
      border-radius: 15px;
      border: 5px solid #fff;
  }
  .join_movement_title{
      width: 100%;
      max-width: 250px;
      position: absolute;
      top: 5px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 22px;
      line-height: 32px;
      /* text-transform: uppercase; */
      font-weight: 500;
      font-family: var(--font-heading-family);
      text-align: center;
      padding: 8px 20px;
      color: #fff;
      background: rgb(237,50,70);
      background: linear-gradient(90deg, rgba(237,50,70,0.9023984593837535) 0%, rgba(207,49,118,0.9023984593837535) 100%);
  }
  .join_movement_btn{
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
  }
  .join_movement_btn a{
      background: #AEE73B;
      color: #11172B;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 600;
      display: block;
      text-decoration: none;
      min-width: 180px;
      padding: 10px 10px;
      text-align: center;
      border-radius: 3px;
  }
  
  /* Features */
  .cellercise_features{
      padding: 60px 0;
      background: #F5F7F9;
  }
  .cellercise_features h4{
      margin: 0;
      font-size: 22px;
      font-weight: 500;
      text-align: center;
  }
  .cellercise_features h2{
      margin: 10px 0 50px;
      font-size: 36px;
      text-transform: uppercase;
      font-weight: 400;
      text-align: center;
      margin-bottom: 40px;
  }
  .cellercise_features_row{
      display: flex;
      flex-wrap: wrap;
      margin: 0 -15px;
  }
  .cellercise_features_column{
      width: 50%;
      padding: 0 15px;
      margin-bottom: 30px;
  }
  .cellercise_features_inner{
      position: relative;
      border: 1px solid #EFEFEF;
      border-radius: 20px;
      background: #fff;
      overflow: hidden;
      cursor: pointer;
  }
  .cellercise_features_inner:after{
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgb(255,255,255);
      background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(82,84,86,0.3981967787114846) 66%, rgba(57,61,64,0.6502976190476191) 100%);
      width: 100%;
      height: 200px;
      border-radius: 0px 0px 20px 20px;
  }
  .cellercise_features_inner a{
      display: block;
  }
  .cellercise_features_img{
      text-align: center;
  }
  .cellercise_features_img img{
      max-width: 100%;
      vertical-align: middle;
      transition: all 0.5s;
  }
  .cellercise_features_inner:hover .cellercise_features_img img{
      transform: scale(1.1);
  }
  .cellercise_features_content{
      display: flex;
      align-items: center;
      position: absolute;
      left: 20px;
      bottom: 20px;
      z-index: 2;
  }
  .cellercise_features_content svg{
      width: 28px;
      height: 28px;
  }
  .cellercise_features_inner:hover .cellercise_features_content svg ellipse{
    fill: #aee73b;
  }
  .cellercise_features_content span{
      margin-left: 15px;
      font-size: 22px;
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      font-family: var(--font-heading-family);
  }
  .first_col .cellercise_features_inner{
      padding: 10px 0 60px;
  }
  .second_col .cellercise_features_inner{
      padding: 60px 0;
  }
  .third_col .cellercise_features_inner{}
  .four_col{
    margin-top: -70px;
  }
  .four_col .cellercise_features_inner{
      padding: 75px 0; 
  }
  .cellercise_features_inner .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: rgb(30 31 33 / 95%);
    border-radius: 20px;
    padding: 20px;
  }
  .cellercise_features_inner:hover .overlay {
    opacity: 1;
  }
  .cellercise_features_inner .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); 
    left: 0;
    right: 0;
    padding: 0 20px;
  }
  .cellercise_features_inner .text p{
    margin: 0 0 20px;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
  }
  /* 22-9-2023 */
  .header.page-width{
    max-width: 100%;
    grid-template-columns: auto auto auto;
  }
  .header__inline-menu{
    text-align: center;
  }
  .list-menu__item{
    font-weight: 600;
    font-size: 16px;
    padding: 1.2rem 1.5rem;
  }
  .isolate .rich-text__blocks {
      max-width: 100%;
  }
  .isolate .rich-text{
    padding: 20px 0;
  }
  .videomodule .homebtn{
    background-color: #aee73b !important;
  }
  .section-template--20998107857194__b73bc028-a407-48dc-adf3-4ff7e5694816-padding .multicolumn-card__info {
      background: #ED3246;
      text-align: center;
      padding: 15px 0 !important;
  }
  .section-template--20998107857194__b73bc028-a407-48dc-adf3-4ff7e5694816-padding .multicolumn-card__info .link{
      color: #fff !important;
      font-weight: 600;
      font-size: 18px;
  }
  .isolate .rich-text.section-template--20998107857194__b0c31060-e34a-4d0c-8937-67bfe8ea009f-padding{
      padding: 30px 0 60px !important;
  }
  .exc_video_wrapper{
    text-align: center;
  }
  .exc_video_wrapper video{
      width: 800px;
      height: 520px;
      margin: 0 auto;
  }
  #Slide-template--20998107857194__3782a0e2-4e40-4664-ab9c-8b342fa5cd54-2 .multicolumn-card,
  #Slide-template--20998107857194__3782a0e2-4e40-4664-ab9c-8b342fa5cd54-1 .multicolumn-card{
    background: transparent;
  }
  #Slider-template--20998107857194__3782a0e2-4e40-4664-ab9c-8b342fa5cd54{
    align-items: center;
  }
  #Slide-template--20998107857194__3782a0e2-4e40-4664-ab9c-8b342fa5cd54-2 .multicolumn-card .multicolumn-card__image-wrapper{
      max-width: 400px;
      width: 100%;
      margin-left: auto;
  }
  #Slide-template--20998107857194__3782a0e2-4e40-4664-ab9c-8b342fa5cd54-1 .multicolumn-card p{
      margin-bottom: 15px;
      font-family: var(--font-heading-family);
      font-size: 15px;
  }
  #Slide-template--20998107857194__3782a0e2-4e40-4664-ab9c-8b342fa5cd54-1 h2{
      margin-top: 0;
  }
  #Slide-template--20998107857194__3782a0e2-4e40-4664-ab9c-8b342fa5cd54-1 h2 strong{
      display: block;
  }
  .section-template--20998107857194__3782a0e2-4e40-4664-ab9c-8b342fa5cd54-padding .center{
      text-align: left;
      margin-left: 0;
      margin-bottom: 30px;
  }
  #Slide-template--20998107857194__3782a0e2-4e40-4664-ab9c-8b342fa5cd54-1 .multicolumn-card__info{
    padding-left: 0;
  }
  .section-template--20998107857194__3782a0e2-4e40-4664-ab9c-8b342fa5cd54-padding .center .button{
        margin-top: 0;
  }
  #shopify-section-template--22268305637674__0d7d6711-e183-4795-a9a3-74cec537bd07 .slider-mobile-gutter{
    background: url(/cdn/shop/files/testimonials-bg.jpg?v=1695647504) no-repeat;
    background-size: cover;
  }
  .slider-mobile-gutter .banner__media{
    display: none;
  }
  .testimonial_head{
    text-align: center;
    width: 100%;
    font-size: 24px;
    /* text-transform: uppercase; */
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 60px;
  }
  .testimonial_head_sub_heading{
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    color: #fff;
    margin-top: 20px;
  }
  .testimonial_head_sub_heading strong{
    font-weight: 600;
  }
  #Slider-template--20998107857194__0d7d6711-e183-4795-a9a3-74cec537bd07 .slideshow__text.banner__box{
    max-width: 700px!important;
    padding: 0;
  }
  #Slider-template--20998107857194__0d7d6711-e183-4795-a9a3-74cec537bd07 .banner__text{
    color: #AEE73B;
    margin-top: 50px !important;
  }
  /* .section-template--20998107857194__3782a0e2-4e40-4664-ab9c-8b342fa5cd54-padding .slider-mobile-gutter,
  .section-template--20998107857194__cdfc2471-0bbc-47f9-9c61-67f99591a811-padding .slider-mobile-gutter,
  .section-template--20998107857194__b73bc028-a407-48dc-adf3-4ff7e5694816-padding .slider-mobile-gutter,
  .section-template--20998108741930__67a22633-44fb-4d4f-b885-3cd07027f269-padding .slider-mobile-gutter,
  .section-template--20998109298986__b20d3180-f749-49bd-a546-abca6eef79c0-padding .slider-mobile-gutter,
  .section-template--20998109298986__01e0e12f-bb56-460b-b674-552272b25119-padding .slider-mobile-gutter,
  .section-template--20998109298986__eda542ad-c610-4085-845a-4ed7818a90d6-padding .slider-mobile-gutter,
  .section-template--20998109135146__89ace256-33b9-4c57-89ed-2c3e5c7de24e-padding .slider-mobile-gutter,
  .section-template--20998109135146__fd052b21-1fe0-4c3f-ad85-a52d0df08acc-padding .slider-mobile-gutter{
    background: transparent;
  } */
  #shopify-section-template--20998107857194__0d7d6711-e183-4795-a9a3-74cec537bd07 .slider-counter__link--dots .dot{
    border: 1px solid #fff !important;
  }
  #shopify-section-template--20998107857194__0d7d6711-e183-4795-a9a3-74cec537bd07 .slider-button--prev .icon path,
  #shopify-section-template--20998107857194__0d7d6711-e183-4795-a9a3-74cec537bd07 .slider-button--next .icon path{
    fill: #fff;
  }
  #shopify-section-template--20998107857194__0d7d6711-e183-4795-a9a3-74cec537bd07 .slideshow__autoplay path {
      fill: #fff;
  }
  .section-template--20998107857194__f4d81bcb-d578-41f3-8b3d-d395cc171d03-padding{
    background: transparent;
  }
  .section-template--20998107857194__f4d81bcb-d578-41f3-8b3d-d395cc171d03-padding h4{
      font-size: 24px;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 20px;
  }
  .section-template--20998107857194__f4d81bcb-d578-41f3-8b3d-d395cc171d03-padding h2{
      margin-bottom: 0;
      font-size: 36px;
      text-transform: uppercase;
      font-weight: 400;
      text-align: center;
  }
  .section-template--20998107857194__f4d81bcb-d578-41f3-8b3d-d395cc171d03-padding h2 strong{
      font-weight: 600;
  }
  .choose_us_row{
        display: flex;
      flex-wrap: wrap;
      margin: 0 -15px;
  }
  .choose_us_column{
      width: 25%;
      padding: 0 15px;
      text-align: center;
  }
  .choose_us_column a{
      text-decoration: none;
  }
  .choose_us_img{
    overflow: hidden;
  }
  .choose_us_img img {
    max-width: 100%;
    height: auto;
    width: 280px;
    height: 220px;
    transition: all .5s;
    object-fit: cover;
}
  .choose_us_column:hover .choose_us_img img{
    transform: scale(1.1);
  }
  .choose_us_content{
      background: #fff;
      border-radius: 5px;
      padding: 20px 10px;
      box-shadow: 0 5px 10px rgb(0 0 0 / 5%);
      position: relative;
      z-index: 1;
      width: calc(100% - 15px);
      margin: -40px auto 0;
  }
  .choose_us_content h3{
    font-weight: 600;
    font-size: 18px;
    margin-top: 0;
    min-height: 50px;
        margin-bottom: 0;
  }
  .choose_readmore{
      color: #ED3246;
      font-weight: 600;
  }
  .choose_readmore img{
    margin-left: 5px;
  }
  #shopify-section-template--22268305637674__96d66200-fbdc-4c6f-8c23-549153691222{
    background: linear-gradient(to right, #ed3246, #e82d54, #e12b60, #d92d6c, #cf3176) !important;
  }
  #shopify-section-template--22268305637674__96d66200-fbdc-4c6f-8c23-549153691222 .gradient{
    background: transparent;
  }
  .rebounder_apss{}
  .rebounder_apss_row{
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin: 10px -15px 0;
  }
  .rebounder_apss_column_content{
      width: 60%;
      padding: 0 15px;
  }
  .rebounder_apss_column_img{
      width: 40%;
      padding: 0 15px;
  }
  .rebounder_logo{}
  .rebounder_apss_heading{
      color: #fff;
      font-size: 36px;
      font-weight: 600;
      font-family: Montserrat, sans-serif;
      line-height: 1.6;
       margin-top: 10px;
      text-shadow: 5px 1px 15px rgb(25 25 25 / 30%);
  }
  .rebounder_apss_heading sup{
      font-size: 18px;
      margin-left: 5px;
  }
  .rebounder_mobiles{
      text-align: right;
      position: relative;
      top: 0;
  }
  .mobile_one{
      position: absolute;
      bottom: 5px;
      right: 225px;
      z-index: 2;
  }
  .mobile_one img{
        max-width: 250px;
  }
  .mobile_two{
     position: relative;
  }
  .mobile_two img{
      max-width: 300px;
  }
  .mobile_two video {
      width: 210px;
      height: 380px;
      position: absolute;
      right: 47px;
      bottom: 90px;
      background: #fff;
      z-index: 1;
  }
  .appstores_links{
    display: flex;
    margin-top: 40px !important;
  }
  .appstores_links a{
    margin-right: 15px;
  }
  .appstores_links img{
     max-width: 180px;
  }
  .section-template--20998107857194__96d66200-fbdc-4c6f-8c23-549153691222-padding{
      padding-bottom: 20px !important;
  }
  .rebounder_apss_signup{
      margin: 20px 0;
  }
  .rebounder_apss_signup a{
      color: #fff;
      border: 2px solid #fff;
      text-transform: uppercase;
      text-decoration: none;
      display: block;
      max-width: 180px;
      text-align: center;
      padding: 10px 0;
      font-weight: 500;
  }
  .header__submenu .header__menu-item{
      text-align: left;
      font-size: 14px;
  }
  
  /* Styles for the popup container */
  .popup {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      z-index: 9999;
  }
  .popup-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #fff;
      padding: 10px 0 60px;
      text-align: center;
      width: 100%;
      height: 100%;
      z-index: 9999;
      overflow-y: scroll;
  }
  .close-btn{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
    cursor: pointer;
  }
  .close-btn img{}
  .popup_title{
      border-bottom: 1px solid #E1E1E1;
      padding-bottom: 20px;
      font-size: 36px;
      margin-bottom: 80px;
    text-transform: uppercase;
  }
  .popup_title strong{}
  .feature_block{}
  .feature_block_row{
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin: 0 -15px;
  }
  .feature_block_column_img{
      width: 40%;
      padding: 0 15px;
  }
  .feature_block_img{}
  .feature_block_img img{
        max-width: 100%;
  }
  .feature_block_content{
     width: 60%;
      padding: 0 15px;
        text-align: left;
  }
  .feature_block_content h3{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: uppercase;
  }
  .feature_block_content p{
    margin-bottom: 20px;
    line-height: 28px;
    font-family: var(--font-heading-family);
  }
  .feature_block_buy_now{}
  .feature_block_buy_now a{
    text-decoration: none;
    background: #AEE73B;
    color: #000;
    border-radius: 5px;
    display: block;
    max-width: 200px;
    text-align: center;
    font-weight: 600;
    padding: 10px;
    text-transform: uppercase;
  }
  #popupContainer hr{
    background-color: #E1E1E1;
  }
  .left_spacing{
    padding-left: 80px;
  }
  .right_spacing{
    padding-right: 80px;
  }
  .popup-open{
    overflow: hidden;
  }
  .section-template--20998107857194__146a0a24-b769-4014-bcb5-e2ca6eacbda3-padding h3{
    margin-top: 0;
  }
  .feature_block{
    border-bottom: 1px solid #e1e1e1;
      padding-bottom: 50px;
      margin-bottom: 50px;
  }
  .videomodule{
    position: relative;
  }
  .videomodule .upsection{
    width: 100%;
    top: 50% !important;
  }
  .benefits_column{
    display: flex;
    align-items: center;
  }
  .benefits_column_heading{
    color: #ED3246;
    font-weight: 600;
    font-size: 24px;
    margin-right: 100px;
  }
  .benefits_column_content{
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    color: #24272C;
  }
  .banner--content-align-center .banner__box{
    background: transparent !important;
      color: #fff;
  }
  .banner--content-align-center .banner__box .banner__heading{
    font-size: 42px;
    font-weight: 500;
    color: #fff;
  }
  .banner--content-align-center .banner__box .banner__text{
    font-size: 18px;
  }
  .exercise_cta{
    max-width: 1060px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    background: url(/cdn/shop/files/cta-banner.png?v=1698756437) no-repeat;
    background-size: cover;
    height: 350px;
    color: #fff;
    padding: 70px 0;
  }
  .exercise_cta h3{
    font-size: 38px;
    color: #fff;
    margin: 0;
  }
  .exercise_cta h3 strong{
    font-weight: 700;
  }
  .exercise_cta h5{
    font-size: 20px;
    color: #fff;
    margin: 30px 0;
  }
  .exercise_cta a{
    background: #fff;
    border-radius: 5px;
    font-size: 18px;
    color: #11172B;
    display: block;
    max-width: 280px;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    padding: 14px 5px;
    font-weight: 600;
    font-size: 16px;
  }
  #shopify-section-template--20998107857194__146a0a24-b769-4014-bcb5-e2ca6eacbda3 .rich-text__text strong{
    color: #AEE73B;
    font-weight: 600;
  }
  #shopify-section-template--21554523242794__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h2,
  #shopify-section-template--21555382550826__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h2,
  #shopify-section-template--21560766923050__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h2,
  #shopify-section-template--21561007735082__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h2,
  #shopify-section-template--21561092800810__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h2,
  #shopify-section-template--21561253232938__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h2,
  #shopify-section-template--21571413311786__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h2,
  #shopify-section-template--21571433660714__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h2,
  #shopify-section-template--21571665789226__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h2,
  #shopify-section-template--21571724869930__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h2,
  #shopify-section-template--21572148232490__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h2,
  #shopify-section-template--21572176183594__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h2,
  #shopify-section-template--21588454146346__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h2,
  #shopify-section-template--21588501299498__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h2,
  #shopify-section-template--21588541243690__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h2,
  #shopify-section-template--21588893565226__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h2,
  #shopify-section-template--21588987969834__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h2,
  #Slider-template--21595466367274__67a22633-44fb-4d4f-b885-3cd07027f269 h2{
    text-align: center !important;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
  }
  #shopify-section-template--21554523242794__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .title-wrapper-with-link,
  #shopify-section-template--21555382550826__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .title-wrapper-with-link,
  #shopify-section-template--21560766923050__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .title-wrapper-with-link,
  #shopify-section-template--21561007735082__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .title-wrapper-with-link,
  #shopify-section-template--21561092800810__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .title-wrapper-with-link,
  #shopify-section-template--21561253232938__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .title-wrapper-with-link,
  #shopify-section-template--21571413311786__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .title-wrapper-with-link,
  #shopify-section-template--21571433660714__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .title-wrapper-with-link,
  #shopify-section-template--21571665789226__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .title-wrapper-with-link,
  #shopify-section-template--21571724869930__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .title-wrapper-with-link,
  #shopify-section-template--21572148232490__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .title-wrapper-with-link,
  #shopify-section-template--21572176183594__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .title-wrapper-with-link,
  #shopify-section-template--21588454146346__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .title-wrapper-with-link,
  #shopify-section-template--21588501299498__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .title-wrapper-with-link,
  #shopify-section-template--21588541243690__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .title-wrapper-with-link,
  #shopify-section-template--21588893565226__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .title-wrapper-with-link,
  #shopify-section-template--21588987969834__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .title-wrapper-with-link,
  #Slider-template--21595466367274__67a22633-44fb-4d4f-b885-3cd07027f269 .title-wrapper-with-link{
    justify-content: center;
  }
  #shopify-section-template--21554523242794__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
  #shopify-section-template--21555382550826__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
  #shopify-section-template--21560766923050__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
  #shopify-section-template--21561007735082__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
  #shopify-section-template--21561092800810__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
  #shopify-section-template--21561253232938__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
  #shopify-section-template--21571413311786__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
  #shopify-section-template--21571433660714__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
  #shopify-section-template--21571665789226__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
  #shopify-section-template--21571724869930__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
  #shopify-section-template--21572148232490__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
  #shopify-section-template--21572176183594__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
  #shopify-section-template--21588454146346__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
  #shopify-section-template--21588501299498__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
  #shopify-section-template--21588541243690__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
  #shopify-section-template--21588893565226__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
  #shopify-section-template--21588987969834__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
  #Slider-template--21595466367274__67a22633-44fb-4d4f-b885-3cd07027f269 .grid__item .multicolumn-card{
      background: #fff !important;
    border-bottom: 2px solid #F5F7F9;
  }
  #shopify-section-template--21554523242794__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__image-wrapper,
  #shopify-section-template--21555382550826__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__image-wrapper,
  #shopify-section-template--21560766923050__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__image-wrapper,
  #shopify-section-template--21561007735082__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__image-wrapper,
  #shopify-section-template--21561092800810__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__image-wrapper,
  #shopify-section-template--21561253232938__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__image-wrapper,
  #shopify-section-template--21571413311786__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__image-wrapper,
  #shopify-section-template--21571433660714__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__image-wrapper,
  #shopify-section-template--21571665789226__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__image-wrapper,
  #shopify-section-template--21571724869930__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__image-wrapper,
  #shopify-section-template--21572148232490__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__image-wrapper,
  #shopify-section-template--21572176183594__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__image-wrapper,
  #shopify-section-template--21588454146346__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__image-wrapper,
  #shopify-section-template--21588501299498__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__image-wrapper,
  #shopify-section-template--21588541243690__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__image-wrapper,
  #shopify-section-template--21588893565226__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__image-wrapper,
  #shopify-section-template--21588987969834__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__image-wrapper,
  #Slider-template--21595466367274__67a22633-44fb-4d4f-b885-3cd07027f269 .multicolumn-card__image-wrapper{
      background: #fff !important;
      margin: 0;
      border: 8px solid #F5F7F9;
      padding: 50px 25px;
  }
  #shopify-section-template--21554523242794__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h3,
  #shopify-section-template--21555382550826__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h3,
  #shopify-section-template--21560766923050__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h3,
  #shopify-section-template--21561007735082__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h3,
  #shopify-section-template--21561092800810__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h3,
  #shopify-section-template--21561253232938__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h3,
  #shopify-section-template--21571413311786__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h3,
  #shopify-section-template--21571433660714__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h3,
  #shopify-section-template--21571665789226__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h3,
  #shopify-section-template--21571724869930__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h3,
  #shopify-section-template--21572148232490__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h3,
  #shopify-section-template--21572176183594__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h3,
  #shopify-section-template--21588454146346__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h3,
  #shopify-section-template--21588501299498__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h3,
  #shopify-section-template--21588541243690__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h3,
  #shopify-section-template--21588893565226__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h3,
  #shopify-section-template--21588987969834__d26e336b-bb9b-42e0-85e7-c7b614bdc58e h3,
  #Slider-template--21595466367274__67a22633-44fb-4d4f-b885-3cd07027f269 h3{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
  }
  #shopify-section-template--21554523242794__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info .link,
  #shopify-section-template--21555382550826__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info .link,
  #shopify-section-template--21560766923050__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info .link,
  #shopify-section-template--21561007735082__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info .link,
  #shopify-section-template--21561092800810__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info .link,
  #shopify-section-template--21561253232938__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info .link,
  #shopify-section-template--21571413311786__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info .link,
  #shopify-section-template--21571433660714__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info .link,
  #shopify-section-template--21571665789226__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info .link,
  #shopify-section-template--21571724869930__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info .link,
  #shopify-section-template--21572148232490__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info .link,
  #shopify-section-template--21572176183594__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info .link,
  #shopify-section-template--21588454146346__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info .link,
  #shopify-section-template--21588501299498__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info .link,
  #shopify-section-template--21588541243690__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info .link,
  #shopify-section-template--21588893565226__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info .link,
  #shopify-section-template--21588987969834__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info .link,
  #Slider-template--21595466367274__67a22633-44fb-4d4f-b885-3cd07027f269 .multicolumn-card__info .link{
    color: #ED3246;
    font-weight: 600;
  }
  #shopify-section-template--21554523242794__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info,
  #shopify-section-template--21555382550826__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info,
  #shopify-section-template--21560766923050__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info,
  #shopify-section-template--21561007735082__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info,
  #shopify-section-template--21561092800810__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info,
  #shopify-section-template--21561253232938__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info,
  #shopify-section-template--21571413311786__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info,
  #shopify-section-template--21571433660714__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info,
  #shopify-section-template--21571665789226__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info,
  #shopify-section-template--21571724869930__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info,
  #shopify-section-template--21572148232490__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info,
  #shopify-section-template--21572176183594__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info,
  #shopify-section-template--21588454146346__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info,
  #shopify-section-template--21588501299498__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info,
  #shopify-section-template--21588541243690__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info,
  #shopify-section-template--21588893565226__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info,
  #shopify-section-template--21588987969834__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-card__info,
  #Slider-template--21595466367274__67a22633-44fb-4d4f-b885-3cd07027f269 .multicolumn-card__info{
      padding: 1.5rem 2.5rem;
  }
  #shopify-section-template--21595466367274__c562c32a-3526-4685-8794-1e883fe33078 .isolate .rich-text {
      height: 420px;
  }
  #shopify-section-template--21595466367274__66b67530-05b7-45a9-b9ee-f43cd83b4fa3 .multicolumn-card__info {
    position: absolute;
      bottom: 10px;
      left: 0px;
      text-align: center;
      justify-content: center;
      display: inline-block;
      margin: 0 auto;
      color: #fff;
      right: 0px;
  }
  #shopify-section-template--21595466367274__66b67530-05b7-45a9-b9ee-f43cd83b4fa3 .multicolumn-card__info h3 {
    font-size:32px;
    font-weight:600;
    color:#fff;
  }
  #shopify-section-template--21595466367274__66b67530-05b7-45a9-b9ee-f43cd83b4fa3 .multicolumn {
    margin-top: -12%;
  }
  #shopify-section-template--21595466367274__67a22633-44fb-4d4f-b885-3cd07027f269 .multicolumn-list {
      --grid-desktop-vertical-spacing: 38px;
  }
  #shopify-section-template--21595466367274__2b80e623-4b49-47f7-beb8-5e4ef0320d61 .image-with-text__heading  {
    color: #ED3246;
      font-weight: 600;
      font-size: 32px;
  }
  .image-with-text .grid {
      align-items: center;
  }
  #ImageWithText--template--21595466367274__2b80e623-4b49-47f7-beb8-5e4ef0320d61 {
    padding: 0px 0px 0px 73px;
  }
  #shopify-section-template--21595466367274__2b80e623-4b49-47f7-beb8-5e4ef0320d61 .image-with-text__text rte h2 {
    font-size: 32px;
      margin: 0px 0px 20px;
  }
  #shopify-section-template--21595466367274__3abfbe56-e163-4b90-a5ac-990abe145ceb .banner {
    height: 500px;
  }
  #shopify-section-template--21595466367274__66b67530-05b7-45a9-b9ee-f43cd83b4fa3 .multicolumn-card__info p {
    font-size: 24px;
  }
  #shopify-section-template--21595466367274__2b80e623-4b49-47f7-beb8-5e4ef0320d61 .image-with-text__content .button {
      margin-top: 3rem;
      width: 200px;
      height: 45px;
      text-transform: uppercase;
      color: #000;
      background-color: #AEE73B;
      opacity: inherit;
    font-size: 16px;
      font-weight: 600;
  }
  #shopify-section-template--21595466367274__2b80e623-4b49-47f7-beb8-5e4ef0320d61  .image-with-text__text p {
      font-size: 18px;
  }
  #shopify-section-template--21595466367274__2b80e623-4b49-47f7-beb8-5e4ef0320d61 .image-with-text__text {
    margin-top:0px !important;
  }
  
  /* Offer Banner */
  .horizontal_banner{
    background: #0F0F0F;
    position: relative;
    height: 150px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 50px;
  }
  .horizontal_banner:before{
    content: "";
    background: url(/cdn/shop/files/left-curve.png?v=1700058430) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 158px;
    width: 196px;
  }
  .horizontal_banner:after{
    content: "";
    background: url(/cdn/shop/files/banner-pattrem.png?v=1700058431) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 150px;
    width: 760px;
  }
  .banner_logo{
    width: 16%;
  }
  .banner_logo img{
    max-width: 100%;
  }
  .banner_text{
    text-align: center;
    color: #fff;
    width: 70%;
    position: relative;
    z-index: 1;
  }
  .banner_text h2{
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 0;
    color: #fff;
    position: relative;
      width: max-content;
      margin: 0 auto;
  }
  .banner_text p{
    font-size: 24px;
    margin: 0;
  }
  .banner_action{
    width: 14%;
    position: relative;
    z-index: 1;
    text-align: right;
  }
  .banner_action button{
    background: #0F0F0F;
    padding: 19px 10px;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    min-width: 200px;
    text-align: center;
  }
  .finalday_call{
      color: #111;
      background: #aee73b!important;
      font-size: 16px;
      font-weight: 700!important;
      text-transform: uppercase;
      animation: blink 1.5s linear infinite;
      position: absolute;
      left: -150px;
      top: 8px;
      padding: 6px 18px;
      border-radius: 3px;
  }
  @keyframes blink{
  0%{opacity: 0;}
  50%{opacity: .5;}
  100%{opacity: 1;}
  }
  .mobile_finalday_call{
    display: none;
  }
  /* Styles for the popup container */
  .popup_offer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    backdrop-filter: blur(2px);
  }
  .offer-popup-content{
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    background: #191919 url(/cdn/shop/files/shapesDots.png?v=1700058430) no-repeat;
    background-position: center center;
    padding: 30px 30px;
    width: 850px;
    height: 600px;
    z-index: 9999;
  }
  .offer-popup-content:before{
    content: "";
    background: url(/cdn/shop/files/leftCurve-lg.png?v=1700058431) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 196px;
    height: 259px;
  }
  .offer-popup-content:after{
    content: "";
    background: url(/cdn/shop/files/rightCurve-lg.png?v=1700058430) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 196px;
    height: 259px;
  }
  #popupOffer .close-btn{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }
  #popupOffer .close-btn img{
    filter: invert(1);
  }
  .offer_content{}
  .offer_content h2{
    color: #fff;
    font-size: 36px;
    font-style: italic;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .offer_content h2 strong{
    color: #aee73b;
    font-size: 30px;
    animation: blink 1.5s linear infinite;
  }
  .offer_content h4{
    color: #fff;
    font-size: 20px;
    font-style: italic;
    text-align: center;
    font-weight: 100;
    margin: 0;
  }
  .friday_offer_row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 50px;
  }
  .friday_offer_logo{
    width: 50%;
    padding: 0 20px;
  }
  .friday_offer_logo img{
    max-width: 100%;
  }
  .friday_offer_content{
    width: 50%;
    padding-left: 60px;
  }
  .friday_offer_content h3{
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .friday_offer_content ul{
      margin: 0;
      padding: 0;
      list-style: none;
  }
  .friday_offer_content ul li{
    padding-left: 30px;
    line-height: 28px;
    color: #fff;
    position: relative;
  }
  .friday_offer_content ul li:before{
    content: "";
    background: url(/cdn/shop/files/indicator.png?v=1700058430) no-repeat;
    background-size: cover;
    width: 19px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 5px;
  }
  .friday_offer_content ul li:not(:last-child){
    margin-bottom: 5px;
  }
  .coupon_code{
    background: url(/cdn/shop/files/coupon-bg.png?v=1700058430) no-repeat;
    background-size: cover;
    width: 325px;
    height: 78px;
    margin: 50px auto 0;
    line-height: 75px;
  }
  .coupon_code_text{
    text-align: center;
    margin-left: 30px;
  }
  .coupon_code_text span{
    font-size: 12px;
    font-weight: 700;
  }
  .coupon_code_text strong{
    color: #AEE73B;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 900;
    margin-left: 30px;
  }
  .announcement-bar{
    background: #121212;
    position: relative !important;
    padding: 10px 0;
  }
  #shopify-section-template--20998109298986__df09f562-e14c-45b1-a95e-ff3deba8e820{
      background-image: linear-gradient(to right,#ed3246,#e82d54,#e12b60,#d92d6c,#cf3176);
  }
  #shopify-section-template--20998109298986__df09f562-e14c-45b1-a95e-ff3deba8e820 .gradient {
      background: transparent;
  }
  
  
  
  @media screen and (max-width:1366px){
    /* Offer Banner */
    .horizontal_banner{
      height: 120px;
      padding: 0 30px;
    }
    .horizontal_banner:before{
      width: 140px;
      height: 120px;
    }
    .horizontal_banner:after {
      width: 650px;
      height: 120px;
    }
    .banner_text{
      width: 68%;
    }
    .banner_action{
      width: 16%;
    }
  }
  @media screen and (max-width: 1280px){
    /* .videomodule .upsection{
        top: 55% !important;
    } */
    .mobile_one{
        right: 225px;
    }
    .mobile_one img{
      max-width: 250px;
    }
    .mobile_two img{
      max-width: 300px;
    }
    .mobile_two video{
      width: 210px;
      height: 375px;
      right: 47px;
      bottom: 90px;
    }
    .exercise_cta {
      border-radius:27px;
    }
  }
  @media screen and (max-width: 1140px){
    .rebounder_apss_heading{
      font-size: 30px;
    }
    .mobile_one img{
      max-width: 230px;
    }
    .cellercise_features h2{
      font-size: 36px;
    }
    .second_col .cellercise_features_inner {
      padding: 40px 0;
    }
    .four_col .cellercise_features_inner {
      padding: 50px 0;
    }
    .header__inline-menu .list-menu__item{
      padding: 1.2rem 0.5rem;
    }
    .banner_text {
      width: 63%;
    }
    .banner_action {
      width: 21%;
    }
  }
  @media screen and (max-width: 1024px){
    .rebounder_apss_heading{
      font-size: 28px;
    }
    .mobile_one{
      right: 230px;
    }
    .mobile_one img{
      max-width: 250px;
    }
    .videomodule .upsection {
      /* top: 35%!important; */
      width: 100%;
    }
    .join_movement_img img,
    .join_movement_video video{
      height: 400px;
    }
    .cellercise_features h2,
    .section-template--20998107857194__f4d81bcb-d578-41f3-8b3d-d395cc171d03-padding h2,
    .join_movement h2,
    .testimonial_head_sub_heading{
      font-size: 32px;
    }
    .section-template--20998107857194__b73bc028-a407-48dc-adf3-4ff7e5694816-padding .multicolumn-card__info .link{
          font-size: 16px;
    }
    .second_col .cellercise_features_inner {
      padding: 50px 0;
    }
    .third_col .cellercise_features_inner{
      padding: 50px 0 0;
    }
    .four_col .cellercise_features_inner {
      padding: 50px 0;
    }
    .four_col {
      margin-top: -40px;
    }
    #shopify-section-template--20998107857194__0d7d6711-e183-4795-a9a3-74cec537bd07 .banner__content.banner__content--middle-center{
      align-items: flex-start !important;
    }
    /* Offer Banner */
    .banner_logo {
      width: 20%;
    }
    .banner_text{
      width: 58%;
    }
    .banner_text h2{
      font-size: 32px;
    }
    .banner_text p {
      font-size: 20px;
    }
    .banner_action{
      width: 22%;
    }
    .finalday_call{
      left: -70px;
      top: 48px;
    }
  }
  @media screen and (max-width: 991px){
    .mobile_one{
      display: none;
    }
    .rebounder_apss_heading{
      font-size: 24px;
    }
    .mobile_two video{
      right: 57px;
    }
    .appstores_links img {
      max-width: 150px;
    }
    .section-template--20749986726186__a584a895-847f-4f46-856c-027165982214-padding .grid--3-col-tablet .grid__item{
      width: 100% !important;
    }
    .rebounder_section .section-template--20749986726186__a584a895-847f-4f46-856c-027165982214-padding .image-with-text__media{
      padding-bottom: 0 !important;
          text-align: center;
    }
    .join_movement_img img, .join_movement_video video {
      height: 300px;
    }
    .join_movement_title{
      font-size: 18px;
      line-height: 28px;
      max-width: 200px;
    }
    .join_movement_btn a{
      font-size: 16px;
      min-width: 200px;
    }
    .join_movement h2{
      font-size: 32px;
    }
    .join_movement_btn{
      bottom: 25px;
    }
    .videomodule,
    .videomodule #background-video{
      height: 500px !important;
    }
    /* .videomodule .upsection{
      top: 40% !important;
    } */
    .second_col .cellercise_features_inner {
      padding: 80px 0;
    }
    .mobile_two img {
      max-width: 250px;
    }
    .mobile_two video{
      right: 38px;
      bottom: 80px;
      width: 174px;
      height: 310px;
    }
    #Slide-template--20998107857194__3782a0e2-4e40-4664-ab9c-8b342fa5cd54-2 .multicolumn-card .multicolumn-card__image-wrapper{
      margin: 0 auto 50px;
      padding: 0;
    }
    .section-template--20998107857194__3782a0e2-4e40-4664-ab9c-8b342fa5cd54-padding .center{
      text-align: center;
    }
    .choose_us_column{
      width: 50%;
      margin-bottom: 50px;
    }
    .choose_us_img img{
      width: 100%;
    }
    .second_col .cellercise_features_inner {
      padding: 30px 0;
    }
    .four_col .cellercise_features_inner {
      padding: 40px 0;
    }
  
    /* Offer Banner */
    .horizontal_banner{
      height: 80px;
      padding: 0 30px;
    }
    .horizontal_banner:before{
      height: 80px;
      width: 100px;
    }
    .horizontal_banner:after {
      width: 380px;
      height: 80px;
    }
    .banner_logo {
        width: 15%;
    }
    .banner_text{
      width: 61%;
    }
    .banner_text h2{
      font-size: 24px;
    }
    .banner_text p {
      font-size: 16px;
    }
    .banner_action{
      width: 24%;
    }
    .banner_action button{
      font-size: 16px;
      min-width: 140px;
      padding: 15px 10px;
    }
    .offer-popup-content{
      width: 700px;
    }
    .friday_offer_row{
      margin-top: 40px;
    }
    .coupon_code{
      margin: 40px auto 0;
    }
    .friday_offer_content ul li{
      font-size: 14px;
    }
    .friday_offer_content{
      padding-left: 30px;
    }
    .offer_content h2{
      font-size: 32px;
    }
    .friday_offer_content h3{
      margin-bottom: 20px;
    }
    .finalday_call {
      left: -60px;
      top: 35px;
      font-size: 14px;
      padding: 5px 10px;
    }
  }
  @media screen and (max-width: 860px){
    #shopify-section-template--21595466367274__66b67530-05b7-45a9-b9ee-f43cd83b4fa3 .multicolumn {
      margin-top: -28%;
  }
    #shopify-section-template--21595466367274__66b67530-05b7-45a9-b9ee-f43cd83b4fa3 .multicolumn.background-none .multicolumn-card {
      margin-bottom: 20px;
  }
    #ImageWithText--template--21595466367274__2b80e623-4b49-47f7-beb8-5e4ef0320d61 {
      padding: 0 0 0 30px;
  }
    .rebounder_section .grid--2-col-tablet .grid__item{
      width: 100% !important;
    }
    .rebounder_section .image-with-text .grid{
      flex-direction: column-reverse;
    }
    .rebounder_section .image-with-text__content {
      padding: 1rem 2rem 5rem;
      text-align: center;
    }
    .rebounder_logo{
      margin: 0 auto;
    }
    .appstores_links a {
      margin-right: 0;
      margin: 0 6px;
    }
    .rebounder_section .button{
      margin: 30px auto 0;
    }
    .appstores_links{
          margin: 0 auto;
    }
    .rebounder_section .image-with-text__heading{
          margin: 10px auto 0;
        text-align: center;
    }
    .mobile_two{
      max-width: 350px;
      margin: 0 auto;
    }
    .mobile_two video{
      right: 38px;
    }
    .four_col{
      margin-top: 0;
    }
    .cellercise_features_column{
      width: 100%;
    }
    .third_col .cellercise_features_img img,
    .first_col .cellercise_features_img img{
      width: 100%;
    }
    .first_col .cellercise_features_inner {
      padding: 0px 0 20px;
    }
    .second_col .cellercise_features_inner {
      padding: 120px 0;
    }
    .four_col .cellercise_features_inner {
      padding: 100px 0;
    }
    #shopify-section-template--21554523242794__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
    #shopify-section-template--21555382550826__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
    #shopify-section-template--21560766923050__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
    #shopify-section-template--21561007735082__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
    #shopify-section-template--21561092800810__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
    #shopify-section-template--21561253232938__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
    #shopify-section-template--21571413311786__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
    #shopify-section-template--21571433660714__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
    #shopify-section-template--21571665789226__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
    #shopify-section-template--21571724869930__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
    #shopify-section-template--21572148232490__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
    #shopify-section-template--21572176183594__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
    #shopify-section-template--21588454146346__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
    #shopify-section-template--21588501299498__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
    #shopify-section-template--21588541243690__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
    #shopify-section-template--21588893565226__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card,
    #shopify-section-template--21588987969834__d26e336b-bb9b-42e0-85e7-c7b614bdc58e .multicolumn-list .grid__item .multicolumn-card {
      border-bottom: 0px;
    }
     .exercise_cta {
      border-radius:27px;
    }
    .exc_video_wrapper video{
      width: 720px;
      height: 480px;
    }
  }
  @media screen and (max-width: 767px){
    .banner--content-align-center .banner__box .banner__heading {
      font-size: 32px;
  }
    #shopify-section-template--21595466367274__66b67530-05b7-45a9-b9ee-f43cd83b4fa3 .multicolumn {
      margin-top: -55%;
  }
  #shopify-section-template--21595466367274__66b67530-05b7-45a9-b9ee-f43cd83b4fa3 .multicolumn.background-none .multicolumn-card {
      margin-bottom: 20px;
  }
    .section-template--21595466367274__2b80e623-4b49-47f7-beb8-5e4ef0320d61-padding {
      padding-top: 130px !important;
      padding-bottom: 50px;
  }
    #ImageWithText--template--21595466367274__2b80e623-4b49-47f7-beb8-5e4ef0320d61 {
      padding: 25px 0 0 0px;
  }
   .exercise_cta h3 {
      font-size: 28px;
      color: #fff;
      margin: 0;
  }
    .exercise_cta h5 {
      font-size: 18px;
      color: #fff;
      margin: 30px 0;
  }
    .benefits_column_heading {
      margin-right: 50px;
  }
    .banner--content-align-center .banner__box {
      color: #000;
  }
    .banner--content-align-center .banner__box .banner__heading {
      color: #000;
  }
    .exercise_cta {
      border-radius:27px;
    }
    .videomodule .upsection{
      width: 100%;
    }
    .locale-selectors__content{
      margin-left: auto !important;
      margin-right: auto !important;
    }
    .join_movement_column{
      width: 100%;
    }
    .join_movement h2 {
      font-size: 24px;
    }
    .cellercise_features h2 {
      font-size: 28px;
    }
    .first_col .cellercise_features_inner {
      padding: 60px 0 80px;
    }
    .second_col .cellercise_features_inner {
      padding: 60px 0 80px;
    }
    .four_col .cellercise_features_inner {
      padding: 60px 0;
    }
    .cellercise_features_column{
      margin-bottom: 25px;
    }
    .exc_video_wrapper video {
      width: 400px;
      height: 390px;
      margin: 0 auto;
    }
    .rebounder_apss_row{
      display: block;
    }
    .rebounder_apss_column_content,
    .rebounder_apss_column_img{
      width: 100%;
      text-align: center;
    }
    .rebounder_apss_signup a{
          margin: 0 auto;
    }
    .appstores_links {
      margin: 0 auto 30px;
      justify-content: center;
    }
    .mobile_two img {
      max-width: 300px;
      text-align: center;
    }
    .mobile_two video {
      right: 69px;
      bottom: 90px;
      width: 214px;
      height: 380px;
    }
    .choose_us_column{
      width: 100%;
      margin-bottom: 30px;
    }
    .choose_us_content h3{
      min-height: auto;
    }
    .cellercise_features h2, .section-template--20998107857194__f4d81bcb-d578-41f3-8b3d-d395cc171d03-padding h2, .join_movement h2, .testimonial_head_sub_heading {
      font-size: 28px;
    }
    .cellercise_features h4,
    .section-template--20998107857194__f4d81bcb-d578-41f3-8b3d-d395cc171d03-padding h4,
    #shopify-section-template--20998107857194__0d7d6711-e183-4795-a9a3-74cec537bd07 .testimonial_head{
        font-size: 18px !important;
    }
    .section-template--20998107857194__b73bc028-a407-48dc-adf3-4ff7e5694816-padding .multicolumn-card__info{
      padding: 10px 0!important;
    }
    .section-template--20998107857194__b73bc028-a407-48dc-adf3-4ff7e5694816-padding .multicolumn-card__info .link {
      font-size: 14px;
    }
    #Slide-template--20998107857194__3782a0e2-4e40-4664-ab9c-8b342fa5cd54-2 .multicolumn-card .multicolumn-card__image-wrapper{
      max-width: 300px;
    }
    #Slider-template--20998107857194__0d7d6711-e183-4795-a9a3-74cec537bd07 .slideshow__text.banner__box{
        padding: 0 15px;
    }
    .mobile_two{
      text-align: center;
    }
    .videomodule, .videomodule #background-video {
      height: 400px!important;
    }
    /* .videomodule .upsection {
      top: 45%!important;
    } */
    .feature_block_row{
          flex-direction: column;
       margin: 0 -5px;
    }
    .feature_block_column_img,
    .feature_block_content{
        width: 100%;
        margin: 10px;
    }
    .left_spacing {
      padding-left: 15px;
    }
    .right_spacing {
      padding-right: 15px;
    }
    .feature_block_content h3{
      font-size: 24px;
    }
    .popup_title{
      font-size: 20px;
      text-align: left;
      padding-left: 15px;
    }
    .close-btn{
      top: 30px;
      right: 15px;
    }
    .close-btn img{
      max-width: 18px
    }
    .benefits_column{
      flex-direction: column;
    }
  
    /* Offer Banner */
    .horizontal_banner{
      height: 60px;
      padding: 0 20px;
      justify-content: space-between;
    }
    .horizontal_banner:before{
      height: 60px;
      width: 70px;
    }
    .horizontal_banner:after {
      width: 250px;
      height: 60px;
    }
    .banner_logo {
        width: 15%;
    }
    .banner_text{
      width: 56%;
      display: none;
    }
    .banner_text h2{
      font-size: 24px;
    }
    .banner_text p {
      font-size: 16px;
    }
    .banner_action{
      width: 32%;
    }
    .banner_action button{
      font-size: 14px;
      min-width: 120px;
      padding: 12px 5px;
    }
    .offer-popup-content {
      width: 350px;
      padding: 20px 20px;
      top: 8%;
      height: 560px;
      background: #191919;
    }
    .offer_content h2{
      font-size: 22px;
      text-align: left;
      margin-bottom: 5px;
    }
    .offer_content h4{
      font-size: 14px;
      text-align: left;
    }
    .friday_offer_row{
      flex-direction: column;
      margin-top: 30px;
    }
    .friday_offer_logo{
      width: 100%;
      text-align: center;
    }
    .friday_offer_content{
      width: 100%;
      padding-left: 0;
      margin-top: 10px;
    }
    .friday_offer_logo img{
      max-width: 200px;
    }
    .coupon_code{
      width: 315px;
      height: 75px;
      line-height: 70px;
      margin: 10px auto 0;
    }
    .offer-popup-content:before,
    .offer-popup-content:after{
      width: 116px;
      height: 159px;
    }
    .coupon_code_text strong{
      margin-left: 20px;
    }
    .mobile_finalday_call{
      display: block;
      color: #111;
      background: #aee73b!important;
      font-size: 14px;
      font-weight: 700!important;
      text-transform: uppercase;
      animation: blink 1.5s linear infinite;
      padding: 5px 10px;
      border-radius: 3px;
      position: absolute;
      z-index: 11;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
    }
    .offer_content h2 strong{
      display: block;
      font-size: 20px;
    }
  }
.video-sections {
  padding-left: 15px;
  padding-right: 15px;
}

  @media screen and (max-width: 380px){
    .mobile_two video {
      right: 66px;
    }
    .exc_video_wrapper video {
      width: 350px;
    }
    .banner_logo {
      width: 25%;
    }
  }
//   @media only screen and (min-width: 1024px) and (max-width: 1199px)
//   .videomodule .upsection {
//       top: 50 !important%;
//   }
  
  /* Christmas popup  */
  
  /* .christmas-header{
      font-family: 'Open Sans', sans-serif;
      background: url("/cdn/shop/files/header-top-bg.png?v=1701703455") no-repeat;
      background-size: cover;
      height: 120px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0px 15px;
      gap: 20px;
  }
  .logo-top img{
      max-width: 100%;
  }
  .light-1{
      position: absolute;
      left: 0px;
      top: 0px;
  }
  .light-2{
      position: absolute;
      right: 0px;
      top: 0px;
  }
  .light-3{
      position: absolute;
      left: 0px;
      top: 0px;
  }
  .light-4{
      position: absolute;
      right: 0px;
      top: 0px;
  }
  .light-5{
      position: absolute;
      left: 0px;
      bottom: 0px;
  }
  .light-6{
      position: absolute;
      right: 0px;
      bottom: 0px;
  }
  .christmas-header h3{
      color: #fff;
      font-size: 50px;
      font-weight: 700;
      margin: 0px;
      text-align: center;
  }
  .christmas-header p{
      color: #fff;
      font-size: 24px;
      font-weight: 600;
      margin: 0px;
      text-align: center;
      text-transform: uppercase;
      margin-top: -15px;
  }
  .coupon-btn{
      font-size: 18px;
      background: #dd7d0a;
      border-radius: 6px;
      padding: 20px 30px;
      border: 0px;
      color: #fff;
      cursor: pointer;
  }
  .coupon-btn:hover{
      background:#f1d28a;
      color: #000;
  } */
  
  
  
  /******** header banner *******/
  .saving_header {
      background: url(/cdn/shop/files/bg.png?v=1709198183) no-repeat;
      background-size: cover;
      height: 120px;
      padding: 11px 15px;
      display: flex;
      align-items: center;
  }
  .saving_header .container {
      max-width: 87%;
      margin: auto;
      width: 100%;
  }
  .christmas-header .container {
      font-family: Open Sans, sans-serif;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
  }
  .saving_header .logo-top {
      width: 200px;
      padding-top: 7px;
  }
  .logo-top img {
      max-width: 100%;
  }
  .christmas-header h3 {
      color: #fff;
      font-size: 36px;
      font-family: Montserrat, sans;
      font-weight: 700;
      margin: 0;
      text-align: center;
  }
  .christmas-header p {
      color: #fff;
      font-size: 24px;
      font-family: Montserrat, sans;
      font-weight: 700;
      margin: -6px 0 0;
      text-align: center;
  }
  .coupon-btn {
      font-size: 18px;
      border-radius: 0px;
      padding: 15px 55px;
      border: 0px;
      color: #fff;
      cursor: pointer;
      font-family: Montserrat, sans;
      font-weight: 700;
  }
  .saving_header .coupon-btn {
      background: #0f2e18;
  }
  
  
  
  .modal {
      display: none; 
      position: fixed; 
      z-index: 9999; 
      padding-top: 100px; 
      left: 0;
      top: 0;
      width: 100%; 
      height: 100%; 
      overflow: auto; 
      background-color: rgb(0,0,0); 
      background-color: rgba(0,0,0,0.4); 
    }
  .saving_popup .column {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px;
    min-height: 545px;
  }
  .saving_popup .column .column-1 {
      width: 40%;
  }
   .saving_popup .column .column-2 {
      width: 58%;
     padding-right: 58px;
     padding-bottom: 67px;
     padding-top: 43px;
  }
    .modal-content {
      background: url("/cdn/shop/files/fathers-day-blue-bg-popup.png?v=1749129187") no-repeat;
      background-size: cover;
      background-position: center;
      background-color: #fefefe;
      margin: auto;
      padding: 20px;
      max-width: 1077px;
      position: relative;
      text-align: center;
      font-family: Montserrat, sans;
      min-height: 545px;
    }
  
    .close {
      color: #000;
      float: right;
      font-size: 28px;
      font-weight: bold;
      width: 40px;
      height: 40px;
      background: #fff;
      border-radius: 50%;
      z-index: 9;
      position: absolute;
      right: 10px;
      top: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  .saving_popup .close img {
    filter: invert(1);
    width: 16px;
  }
    .close:hover,
    .close:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
    }
  .popup-logo{
      text-align: center;
      position: relative;
      z-index: 2;
  }
  .popup-titles h3{
      color: #fff;
      font-size: 30px;
      font-weight: 700;
      margin: 0 0 10px;
      text-align: center;
      text-transform: uppercase;
  }
  .popup-titles h4 {
          color: #fff;
      font-size: 36px;
      font-weight: 700;
      margin: 0;
      text-align: center;
      font-style: normal;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      justify-content: center;
    flex-wrap:wrap;
      gap: 10px;
  }
  .popup-titles ul li{
    color:#fff;
  list-style:none;
  }
  .popup-titles p{
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      margin: 0px;
      text-align: center;
      margin-bottom: 0px;
      line-height: 22px;
  }
  .text_bg {
    background: #0f3d1f;
    padding: 8px 24px;
  }
  p.text_bg {
      margin: 0 auto 10px;
      max-width: 424px;
      padding: 10px;
  }
  .popup-titles p.mb-3 {
      margin-bottom: 10px;
      margin-top: 15px;
  }
  
  .popup-titles{
      margin: 15px 0px 0;
  }
  .popup-list {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .popup-list ul{
      list-style: none;
      margin: 0 auto;
      text-align: left;
      list-style: none;
      padding: 0px;
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      line-height: 30px;
  }
  .popup-list ul li{
      display: flex;
      gap: 10px;
  }
  .popup-list ul li::before{
      content: "";
      display: inline-block;
      background: url("/cdn/shop/files/bullet.png?v=1701703455") no-repeat;
      min-width: 19px;
      height: 22px;
      margin-top: 3px;
      position: relative;
      top: 2px;
  }
  .coupon-code{
      color: #fff;
      font-size: 40px;
      font-weight: 600;
      margin:15px 0px;
      text-align: center;
  }
  .popup-logo {
      padding: 70px 0px 0 54px;
  }
  .popup-logo img{
      max-width: 100%;
      height: 300px;
  }
  .saving_popup form .group_input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 0;
    margin-bottom: 30px;
    margin-top: 22px;
  }
  .saving_popup form .group_input .w-49 {
    width: 49%;
  }
  .saving_popup form .group_input .w-49 input {
    width: 100%;
    background: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    height: 40px;
    padding:8px 12px;
  }
  .saving_popup .coupon-btn {
    background: #0f2e18;
    /* color: #ff */
  }
  @media(max-width:1180px){
    .christmas-header h3 {
      font-size: 32px;
    }
    .christmas-header p {
      font-size: 18px;
      margin: -10px 0 0;
    }
    .saving_popup .modal-content {
      max-width: 1049px
    }
  }
  @media(max-width:1024px){
      .christmas-header h3 {
          /* font-size: 40px; */
      }
      .coupon-btn {
          font-size: 15px;
          padding: 15px 28px;
          /* width: 140px; */
      }
      .saving_popup .column .column-1, .saving_popup .column .column-2{
        width: 100%;
    }
      .saving_popup .modal-content {
        max-width: 100%;
        width: 95%;
      }
    .popup-logo img{
        max-width: 100%;
        height: auto;
    }
    .saving_popup .column .column-2 {
      padding-right: 16px;
      padding-left: 16px;
      padding-bottom: 80px;
      padding-top: 0;
    }
    .popup-logo {
        padding: 114px 0 0;
    }
  }
  @media(max-width:1023px){
      .header-top-details{display: none;}
      .modal-content{width: 88%;}
  }
  @media(max-width:768px){
      .modal-content{padding-bottom:89px;}
    .popup-titles h4 {
      font-size: 22px;
    }
    .popup-titles h3 {
      color: #fff;
      font-size: 22px;
    }
    .saving_popup .column .column-2 {
      padding: 0 16px 45px;
    }
    .saving_popup form .group_input .w-49 {
        width: 100%;
    }
  }
  @media(max-width:575px){
      .saving_header .container {
        max-width: 95%;
    }
    .saving_header .logo-top {
        width: 130px;
    }
  }

#shopify-section-template--22268305637674__0d7d6711-e183-4795-a9a3-74cec537bd07 .slider-button--prev .icon path, 
#shopify-section-template--22268305637674__0d7d6711-e183-4795-a9a3-74cec537bd07 .slider-button--next .icon path {
    fill: #fff;
}
#shopify-section-template--22268305637674__0d7d6711-e183-4795-a9a3-74cec537bd07 .slideshow__autoplay path {
    fill: #fff;
}
#shopify-section-template--22268305637674__0d7d6711-e183-4795-a9a3-74cec537bd07 .slider-counter__link--dots .dot {
    border: 1px solid #fff !important;
}
.section-template--22268305637674__b73bc028-a407-48dc-adf3-4ff7e5694816-padding .multicolumn-card__info {
    background: #ed3246;
    text-align: center;
    padding: 15px 0 !important;
}
.section-template--22268305637674__b73bc028-a407-48dc-adf3-4ff7e5694816-padding .multicolumn-card__info .link {
    color: #fff !important;
    font-weight: 600;
    font-size: 18px;
}
  #shopify-section-template--22268307734826__df09f562-e14c-45b1-a95e-ff3deba8e820{
    background-image: linear-gradient(to right, #ed3246, #e82d54, #e12b60, #d92d6c, #cf3176);
  }
  #shopify-section-template--22268307734826__df09f562-e14c-45b1-a95e-ff3deba8e820 .gradient{
    background: transparent !important;
  }

.transcy-switcher-container.transcy-switcher-position__floating {
    position: absolute !important;
z-index: 9;
}

/* -------------- Letter Popup -------------- */
.letter-popup{
position:fixed;
top:0px;
left:0px;
background:#00000082;
width:100%;
height:100%;
z-index:99;
display:none;
align-items:end;
justify-content:center;
      padding: 0px 20px;
}
.letter-popup-body{

max-width:910px;
background:#fff;
width: 100%;
border-radius:10px;
  position:relative;
  margin-bottom: 60px;

}
.letter-popup-body-scroll{
      padding:10px 33px 33px 33px;
    max-height: 63vh;
    overflow-y: auto;
    margin-top: 40px;
}
.letter-popup-close{
 position: absolute;
    right: 24px;
    top: 19px;
}

.letter-popup-header{
display:flex;
    gap: 30px;
    margin-bottom: 10px;
}
.letter-popup-header h3{
font-size:22.6px;
font-weight:700;
margin:26px 0px 19px 0px;
color:#000;
line-height: 26px;
}
.letter-popup-header p{
font-size:17px;
font-style: normal;
font-weight: 500;
line-height: 26px;
color:#000;
font-family: var(--font-heading-family);
}
.letter-popup-header div .thanks-img{
    right: -18px;
    position: relative;
}
.product-border-box-dr{
          flex-direction: row-reverse;
}
.product-border-box{
border-radius: 10px;
    border: 1px solid #C8C8C8;
    background: #fff;
    margin-bottom: 15px;
    padding: 30px 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: column;
    text-align: center;
}
.product-border-box p{
color: #000;
font-family: var(--font-heading-family);
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 26px;
    margin: 0px 0px 29px 0px;
}
.letter-link-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    height: 54px;
padding: 14px 44px;
    cursor: pointer;
    background-color: rgba(var(--color-button), var(--alpha-button-background));
color: #000;
text-decoration:none;
text-align: center;
font-family: Archivo;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 26px; 
text-transform: uppercase;
}
.about-info-box{
display: flex;
    align-items: center;
    background: #f3f3f3;
    padding: 35px 30px;
    margin: 35px -33px 0 -33px;
    gap: 30px;

}
.about-info-box > div{
width:50%;
}
.about-info-box > div img{
max-width:100%;
border-radius:10px;
  height: auto;
}
.about-info-box p{
color: #000;
font-family: var(--font-heading-family);
font-size: 17px;
font-style: normal;
font-weight: 500;
line-height: 26px;
margin:0px 0px 30px 0px;
}
.firm-box{
padding:30px 0px;
text-align:center;
}
.firm-box h4{
color: #000;
text-align: center;
font-family: var(--font-heading-family);
font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: 30px;
      margin: 0px 0px 30px 0px;
}
.bottom-notes{
    background: #f3f3f3;
    margin: 0 -33px 0 -33px;
    padding: 30px 54px;
    text-align: center;
}

.bottom-notes p{
color: #000;
text-align: center;
font-family: var(--font-heading-family);
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 26px;
}
.letter-popup-footer{
text-align:center;
      margin-bottom: -20px;
}
.letter-popup-footer p{
color: #000;
text-align: center;
font-family: var(--font-heading-family);
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 26px;
}
@media(max-width:768px){
  .product-border-box {
    padding:30px;
}
  .letter-popup-header{
flex-wrap:wrap;
justify-content:center;
text-align:center;
}
.letter-popup-header div .thanks-img {
    right: 0px;
    position: relative;
}
.product-border-box{
flex-wrap:wrap;
text-align:center;
gap:10px;
}
.product-border-box img{
margin:0 auto;
}
.product-border-box div{
width:100%;
}
.about-info-box{
flex-wrap:wrap;
flex-direction: column-reverse;
  margin: 0 -19px 0 -23px;
}
.about-info-box div{
width:100%;
text-align:center;
}
.bottom-notes {
    padding: 46px 50px;
      margin: 0 -19px 0 -23px;
}
.thanks-img {
    width: auto;
    height: 110px;
}
  .letter-popup-body-scroll {
    padding: 10px 20px 50px 20px;
    max-height: 60vh;
}
  .letter-popup-header {
    gap: 5px;
    margin-bottom: 18px;
}
  
}


/* -------------- Letter Popup -------------- */


/* -------------- Spring Popup -------------- */
.spring-header{
    font-family: "Montserrat", sans-serif;
    /* background: #fffaf7; */
    background: url("/cdn/shop/files/Autumn_Sale_Banner.png?v=1759232228") no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 120px;
    position: relative;
}
.spring-bg-1,
.spring-bg-2,
.spring-bg-3,
.spring-bg-4,
.spring-bg-5{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.spring-bg-1{
    /* background: url("/cdn/shop/files/black-friday-left-dots.svg?v=1731593635") no-repeat top left; */
}
.spring-bg-2{
    /* background: url("/cdn/shop/files/black-friday-right-dots.svg?v=1731593802") no-repeat top right; */
}
.spring-bg-3{
    /* background: url("/cdn/shop/files/spring-shape-3.png?v=1711992435") no-repeat center bottom; */
    /* background: url("/cdn/shop/files/left-leave.png?v=1720164381") no-repeat center bottom; */
}
.spring-bg-4{
    /* background: url("/cdn/shop/files/spring-shape-4.png?v=1711992435") no-repeat right; */
}
.spring-bg-5{
    /* background: url("/cdn/shop/files/spring-shape-5.png?v=1711992436") no-repeat left;     */
}
.spring-logo-box img {
  height: 98px;
}
.spring-banner-inner{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
     padding: 10px 40px;
}
.spring-header-text h3 {
    margin: 0px;
    color: #B50D0C;
  text-align: center;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 140%; /* 42px */
  text-transform: uppercase;
}
.spring-header-text p {
    margin: -5px 0 0;
    color: #313131;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    text-align: center;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
}
.spring-header-btn button {
    border: 0px;
    color: #C60100;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(203, 30, 46, 0.15);
    padding: 17px 24px;
    cursor: pointer;
    transition: all .35s ease-in-out;
}
.spring-header-btn button:hover{
    background: #971e24;
    color: #fff;
}
.spring-popup{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #3d5e4bca;
    z-index: 999;
}
.spring-popup-inner{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.spring-popup-inner-body{
    font-family: "Montserrat", sans-serif;
    width: 100%;
    min-height: 775px;
    /* max-width: 900px; */
      max-width: 914px;
    /* background: #fff; */
    /* background: url("/cdn/shop/files/black-friday-popup-bg.svg?v=1731654679") no-repeat; */
    background: #151515;
    position: relative;
  border-radius: 20px;
}
.spring-popup-inner-bg-1,
.spring-popup-inner-bg-2,
.spring-popup-inner-bg-3{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    /* left: 0px; */
}
/* .spring-popup-inner-bg-1{
    background: url("/cdn/shop/files/blackfriday-OBJECTS.svg?v=1731653576") no-repeat top left;
} */
.spring-popup-inner-bg-1 {
    background: url("/cdn/shop/files/blackfriday-OBJECTS.svg?v=1731653576") no-repeat top left;
    top: 10px;
    left: 16px;
}
.spring-popup-inner-bg-2 {
    background: url("/cdn/shop/files/blackfriday-OBJECTS.svg?v=1731653576") no-repeat bottom right;
    bottom: 10px;
    right: 16px;
}
/* .spring-popup-inner-bg-2{
    background: url("/cdn/shop/files/pop-right.png?v=1720170165") no-repeat bottom right;
} */
/* .spring-popup-inner-bg-2 {
    background: url(/cdn/shop/files/leaves-bottom-right.svg?v=1726491866) no-repeat bottom right;
    bottom: 10px !important;
    right: 16px !important;
    top: auto;
    left: auto;
} */
/* .spring-popup-inner-bg-3 {
    background: url(/cdn/shop/files/left-bottm-leaves.svg?v=1726493202) no-repeat left bottom;
  left: 14px;
} */
.golden-leaf {
    position: absolute;
    top: -50px;
    right: -39px;
}
.spring-popup-inner-close{
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: 0px;
    width: 45px;
    height: 45px;
    background: #fff;
    transition: all 0.35s ease-in-out;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.spring-popup-inner-close svg{
    display: block;
    position: relative;
    top: 1px;
}
.spring-popup-inner-close svg path {
    fill: black;
}
.spring-popup-inner-close:hover{
    background: #3d5e4bca;
}
/* .spring-popup-inner-logo{
    padding: 5px 88px 0px 65px;
  text-align: end;
} */
.spring-popup-inner-logo {
    padding: 5px 0px 0 0px;
    text-align: center;
}
/* .spring-popup-inner-details{
    width: 100%;
    max-width: 560px;
    text-align: center;
    margin: auto;
    position: relative;
} */
.spring-popup-inner-details {
    width: 100%;
    max-width: 700px;
    text-align: center;
    margin: auto;
    position: relative;
}
.spring-popup-inner-details p {
    font-size: 25px;
    color: #3C1518;
    margin: 0;
    font-weight: 600;
}
.spring-popup-inner-details h4 {
    font-size: 40px;
    color: #F2F3AE;
    margin: -10px 0 20px;
    font-weight: 800;
}
.gradient-spring-border{
    /* background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 7px, transparent 7px) 0% 0% / 10px 10px no-repeat, radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 7px, transparent 7px) 100% 0% / 10px 10px no-repeat, radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 7px, transparent 7px) 0% 100% / 10px 10px no-repeat, radial-gradient(circle at 0 0, #ffffff 0, #ffffff 7px, transparent 7px) 100% 100% / 10px 10px no-repeat, linear-gradient(#fff, #fff) 50% 50% / calc(100% - 6px) calc(100% - 20px) no-repeat, linear-gradient(#fff, #fff) 50% 50% / calc(100% - 20px) calc(100% - 6px) no-repeat, linear-gradient(45deg, #587322, #7c983469); */
    border-radius: 10px;
    padding: 2px;
    box-sizing: border-box;
    margin-top: 52px;
  /* position: relative; */
     border: 2px solid #fff;
  /* background: #E5D18F; */
    background: #e3a8ab;
  /* border-image: url('/cdn/shop/files/border-popup.png?v=1726490318') 30 round; */
  position: relative;
      padding: 0px 0px 60px 0px;
}
/* .gradient-spring-border {
    border-radius: 10px;
    padding: 2px;
    box-sizing: border-box;
    margin-top: 55px;
    border: 3px solid #A44200;
    background: #f2f3ae;
    background: #E5D18F;
    /* border-image: url(/cdn/shop/files/border-popup.png?v=1726490318) 30 round; */
    position: relative;
} */
.gradiant_bg {
  background-color: #fff;
  border-radius: 7px;
}
/* header popup button new css starts*/
.button-container {
    position: absolute;
    display: inline-block;
    right: 50%;
    transform: translateX(50%);
    bottom: -36px;
}

.coupon-button {
    background-color: #B8262D;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 7px 47px;
    /* font-family: Arial, sans-serif; */
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 2;
    text-align: center;
}

.coupon-button span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin-top: 5px;
}

.button-container::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    right: -8px;
    bottom: -8px;
    background-color: #7b1e20;
    border-radius: 5px;
    z-index: 1;
}




/* header popup button new css ends*/

span.coupen-code {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}
span.coupen-black {
    font-weight: 800;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}
/* .gradient-spring-border-top{
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 13px 25px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-top: -20px;
    top: -27px;
    position: relative;
} */
.gradient-spring-border-top {
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 6px 25px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-top: -7px;
    top: -16px;
    position: relative;
}
/* .gradient-spring-border-bottom{
    background: #326B09;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 11px 60px;
    margin-top: -20px;
    bottom: -55px;
    position: relative;
} */
.gradient-spring-border-bottom {
    background: #A44200;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 8px 38px;
    margin-top: -20px;
    bottom: -45px;
    position: relative;
}
.gradient-spring-border-bottom span{
    display: block;
    font-size: 16px;
    font-weight: 500;
      margin-bottom: -12px;
}
.gradient-spring-border-bottom strong{
    display: block;
    font-size: 30px;
    font-weight:800;
    text-transform: uppercase;
  margin-bottom: -10px;
}
.gradient-spring-border ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
  font-size: 16px;
    font-weight: 500;
}
/* .gradient-spring-border ul li {
  font-size: 16px;
  font-weight:500;
  color: #000;
  line-height: 30px;
} */
.gradient-spring-border ul li {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 40px;
}
/* .bird-right{
    position: absolute;
    right: 147px;
    top: -36px;
} */

.transcy-switcher-container{
    display:block;
}
.ly-switcher-wrapper{
    display:none;
}
/* .popup-bottom-images .leaf-left {
    position: absolute;
    left: -104px;
    bottom: -112px;
} */
/* .popup-bottom-images .leaf-right {
    position: absolute;
    right: -87px;
    bottom: -112px;
} */
@media(max-width:1200px){
    .spring-header-text h3{
        font-size: 35px;
    }
    .spring-header-text p{
        font-size: 18px;
        margin:0px
    } 
    .spring-header-btn button {
        font-size: 14px;
        padding: 14px 26px;
    }
}
@media(max-width:1024px){
  .popup-bottom-images .leaf-right {
    position: absolute;
    right: -84px;
    bottom: -107px;
  }
}
@media screen and (max-width: 1140px) {
  .spring-banner-inner{
    padding: 10px 45px;
}
  .spring-popup-inner-body {
    /* min-height: 93%; */
    background-size: cover;
  }
  .spring-logo-box img {
      height: 59px;
  }
   .spring-header-text h3 {
        font-size: 22px;
  }
  .spring-header-text p {
    font-size: 16px;
  }
  .spring-header {
    min-height: 87px;
  }
}
@media(max-width:912px){
   .spring-header-text{display: none;}
  .spring-popup-inner-body {
    width: 95%;
  }
}

@media(max-width:810px){
    .spring-popup-inner-details {
        max-width: 80%;
        margin: 15px auto 0px auto;
    }
    .bird-right{display: none;}
    .spring-popup-inner-bg-2 {
        background-size: 84% auto;
    }
    .spring-popup-inner-logo img{height: 130px;width: auto;}
    .spring-popup-inner-logo {
        padding: 50px 0px 0px 40px;
    }
  
}
@media(max-width:768px){
.popup-bottom-images .leaf-left {
    position: absolute;
    left: -75px;
    bottom: -64px;
}
.popup-bottom-images .leaf-right {
    position: absolute;
    right: -57px;
    bottom: -64px;
}
}
@media(max-width:767px){
    .spring-bg-5, .spring-bg-5{background: none;}
    .spring-banner-inner {        padding: 10px;    }
    .spring-header-btn button{margin-right: 12px;}
    .spring-popup-inner-details {        max-width: 93%;    }
    .spring-popup-inner-details h4 {        font-size: 30px;    }
    .spring-popup-inner-details {                margin: -28px auto 0px auto;    }
  .spring-popup {    z-index: 999999999999999999;}
  .spring-popup-inner-body {    min-height: 100%;}
      .spring-logo-box img {
        height: 50px;
    }
    .spring-header-btn button {
        font-size: 14px;
        padding: 14px 14px;
    }
  .spring-header {
    min-height: 78px;
  }
  .spring-popup-inner-logo img {
    height: 99px;
  }
 .popup-bottom-images .leaf-left {
   display: none;
  }
  .popup-bottom-images .leaf-right {
   display: none;
  }
  .golden-leaf {
    display: none;
  }
 }
@media(max-width:430px){
.gradient-spring-border ul li {
    font-size: 15px;
    line-height: 32px;
    padding: 0px 10px;
}
  .gradient-spring-border {
    margin-top: 65px;
    margin-left: 13px;
  }
  .spring-popup-inner-bg-1 {
    background: none;
    top: 10px;
    left: 9px;
  }
  .spring-popup-inner-close {
    top: 7px;
    right: 20px;
  }
 .gradient-spring-border {
    margin-top: 50px !important;
  }
}


/* -------------- Spring Popup -------------- */

.video-sections{
max-width:1000px;
margin:0 auto;
display:flex;
flex-wrap:wrap;
gap:30px;
text-align:center;
}
.video-box{
width: calc(50% - 15px);
}
.video-box video{
width:100%;
height:200px !important;
}

.video-box p{
margin:0px;
}


/********* Cellution css ***/
.cellution_banner {
    background: url("/cdn/shop/files/home_bg_3acd7830-bba3-4dd5-b2fa-f1e3053e2493.png?v=1718891165") no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.celluton_container {
    max-width: 1344px;
    padding: 0 12px;
    margin: auto;
}
.cellution_banner_img {
    text-align: center;
    position: relative;
}
.cellution_banner_img video {
    border-radius: 20px;
    box-shadow: 0px 8px 20px -12px #000;
    object-fit: cover;
    display: none;
    margin: 50px auto;
}
.cellution_banner_img img {
    max-width: 860px;
    height: 550px;
    margin: 19px auto;
}
.cellution_banner h1 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 24px;
  font-family: Montserrat, sans-serif !important;
}
.cellution_banner p {
    text-align: center;
    max-width: 748px;
    margin: auto;
    font-size: 20px;
    line-height: 30px;
  font-family: Montserrat, sans-serif !important;
}
.cellution_banner .cellutoin_logo {
    text-align: center;
    width: 257px;
    margin: 10px auto;
    display: block;
}

/********* image cellution cellercise ********/
.video_banner .image_content {
    width: 44%;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0px 8px 20px -12px #000;
    position: absolute;
    right: 0;
    z-index: 9;
    background-color: #fff;
}
.image_content h3 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0px;
  font-family: Montserrat, sans-serif !important;
}
.image_content p {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    margin-top: 0px;
    line-height: 30px;
  font-family: Montserrat, sans-serif !important;
}
.video_banner_body .video video {
    border: 1px solid #000;
    border-radius: 20px;
    overflow: hidden;
}
.video_banner .celluton_container {
    max-width: 1554px;
    margin: auto;
    padding: 0 12px;
}
.video_banner_body {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 0;
    position: relative;
}
 #shopify-section-template--22268307636522__multicolumn_rrzpxi .page-width {
  max-width: 1390px !important;
  padding-left: 0px;
  padding-right: 0px;
}
#shopify-section-template--22268307636522__multicolumn_Lj66aM {
  max-width: 1728px;
  margin-left: auto;
  margin-right: auto;
}
#shopify-section-template--22268307636522__multicolumn_Lj66aM .page-width {
  max-width: 1562px !important;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: auto;
}
#shopify-section-template--22268307636522__multicolumn_EFp9UP .multicolumn {
    border-bottom: 2px solid #277CA5;
}
#shopify-section-template--22268307636522__multicolumn_EFp9UP {
  max-width: 1920px !important;
  margin-left: auto;
  margin-right: auto;
}
#shopify-section-template--22268307636522__multicolumn_EFp9UP .page-width {
  max-width: 1494px !important;
  margin-left: auto;
  margin-right: 80px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 60px;
  background:url("/cdn/shop/files/Isolation_Mode.png?v=1718955028") no-repeat;
  background-position: 31%;
  background-size: contain;
}
#shopify-section-template--22268307636522__multicolumn_EFp9UP .multicolumn-card__info {
  padding-bottom: 0;
}

.cell_banner {
   margin-bottom: 80px;
}
.cell_list li {
    display: flex;
    align-items: center;
    gap: 20px;
}
.cell_list li h4 {
    font-family: Montserrat, sans-serif !important;
    font-size: 20px;
    font-weight: 600;
  margin-top: 0;
    color: #000;
    margin-bottom: 0px;
}
.cell_list li p {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    font-family: Montserrat, sans-serif !important;
    margin-bottom: 0;
  margin-top: 0;
}
.cell_list {
    list-style: none;
    padding-left: 0;
}
.cell_list li:not(:last-child) {
    margin-bottom: 10px;
}
.cell_banner .image {
    width: 50%;
} 
.cell_banner .image img {
    /* height: 600px; */
    padding-top: 50px;
  max-width: 100%;
}
.cell_banner .cell_logo {
    display: block;
    text-align: end;
    margin-bottom: 70px;
}
.cell_content {
    margin-bottom: 19px;
}
.cell_banner .celluton_container {
    background: url("/cdn/shop/files/Isolation_Mode1.png?v=1718957194") no-repeat;
    background-size: 312px;
    background-position: 95% 83%;
    max-width: 1720px;
    margin-left: auto;
    margin-right: auto;
}
.cell_banner .image_content {
    width: 50%;
}
.bottle_banner {
    background: url("/cdn/shop/files/botle-bg.png?v=1718962369") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}
.botle_container {
    max-width: 1445px;
    margin: auto;
    padding: 0 12px;
}
.bottle_banner h1 {
    font-size: 36px;
    color: #fff;
    font-family: Montserrat, sans-serif !important;
    font-weight: 900;
    margin-bottom: 25px;
  margin-top:0px;
}
.bottle_banner h2 {
    font-size: 48px;
    color: #fff;
    line-height: 58px;
    font-family: Montserrat, sans-serif !important;
    margin-bottom: 1px;
    margin-top: 0px;
    font-weight: 600;
}
.bottle_banner p {
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    font-family: Montserrat, sans-serif !important;
    font-weight: 400;
    margin-top: 0;
}
.bottle_content p {
    padding-right: 0px;
}
.bottle_banner .bottle_content span {
    font-size: 16px;
    color: #fff;
    line-height: 21px;
    font-family: Montserrat, sans-serif !important;
    font-weight: 400;
    margin-top: 0;
}
.bottle_slide {
    background-color: #fff;
    border: 1px solid #7E7E7E;
    border-radius: 10px;
    /* padding: 10px; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 155px;
    height: 150px;
  cursor:pointer;
}
.bottle_slide img {
    max-width: 100%;
}
.bottle_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 40px;
  list-style: none;
  padding-left: 0;
}
.bottle_detail {
    width: 35%;
}
.bottle_content {
    width: 60%;
}
.bottle_img {
    width: 18%;
  display:none;
}
.bottle_body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.quantity_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 10px 20px;
    width: 150px;
  height: 50px;
  overflow:hidden;
}
.quantity_btn span {
    /* color: #fff; */
    /* font-size: 16px; */
    /* font-family: Montserrat, sans-serif !important; */
  display: inline-flex
}
.quantity_btn button {
  background: transparent;
  color: #CECECE;
  border: none;
  cursor:pointer;
}
.quantity_btn input {
    background-color: transparent;
    border: none;
    width: calc(100% - 38px);
  color: #fff;
  font-size: 16px;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
  outline:none !important;
      box-shadow: none !important;
}
.quantity_btn input::-webkit-outer-spin-button,
.quantity_btn input::-webkit-inner-spin-button {
  appearance: none;
         -webkit-appearance: none;
      }
button.quantity-minus {
    font-size: 45px;
  margin-top: -6px;
}
button.quantity-plus {
    font-size: 26px;
    font-weight: 600;
}
.botl_cart {
    border-radius: 30px;
    border: 2px solid #fff;
    padding: 11px 20px;
    font-size: 20px;
    font-weight: 700;
    font-family: Montserrat, sans-serif !important;
    color: #277CA5;
    width: 190px;
  cursor:pointer;
}
.botle_button_list form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 50px;
}
  #shopify-section-template--22268307636522__custom_liquid_KPzYUX .section-template--22268307636522__custom_liquid_KPzYUX-padding {
      padding-top: 0 !important;
      padding-bottom: 52px !important;
  }
#Slide-template--22268307636522__multicolumn_Lj66aM-1 {
    width: 44% !important;
    max-width: 44%;
}
#Slide-template--22268307636522__multicolumn_Lj66aM-2 {
    width: 55%;
    max-width: 55%;
}
#Slide-template--22268307636522__multicolumn_Lj66aM-2 .multicolumn-card {
    display: flex;
    align-items: center;
}


/* home cellercise  */
.bottle_banner_2 .cell_logo {
    text-align: center;
    margin-bottom: 25px;
}
.bottle_banner_2 .bottle_body {
    align-items: flex-start;
}
.bottle_banner_2 {
    background: url("/cdn/shop/files/complex.png?v=1719920660") no-repeat;
    background-size: auto;
    background-position: bottom;
    padding-bottom: 0;
    padding-top: 35px;
}
.bottle_banner_2 .bottle_content {
    text-align: right;
    color: #373b3a;
}
.bottle_banner_2 .bottle_content span, .bottle_banner_2 h2, .bottle_banner_2 h1, .bottle_banner_2 p {
    color: #373b3a;
    padding-right: 0;
}
.bottle_banner_2 .botle_container {
    max-width: 1130px;
}
.bottle_banner_2 h2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 20px;
}
.bottle_banner_2 p {
    font-size: 18px;
    font-weight: 500;
}
.bottle_banner_2 .bottle_detail p {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}
.bottle_banner_2 .bottle_img {
    width: 145px;
  display: block;
}
.bottle_banner_2 .bottle_content {
    width: 38%;
}
.bottle_banner_2 .bottle_detail {
    width: 41%;
}


/* Labour Day Banner */
.labourday_header{
    font-family: "Montserrat", sans-serif;
    background: url("/cdn/shop/files/labourday-bg.png?v=1724749811") no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 120px;
    position: relative;
}
.labourday_header_bg_one{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.labourday_header_bg_one{
    background: url("/cdn/shop/files/labourday-tools.png?v=1724750431") no-repeat top right;
}
.labourday_logo{
  position: absolute;
}
.labourday_logo img {
  height: 98px;
}
.labourday_header_content{
    /* display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between; */
    padding: 10px 145px;
}
.labourday_header_text h3{
    margin: 0px;
    color: #1B2754;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}
.labourday_header_text p{
    margin: -10px 0px 0px 0px;
    color: #EC405C;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}
.labourday_header_text p span{
  display: none;
}
.labourday_header_btn{
  position: absolute;
    right: 18%;
    top: 50%;
    transform: translateY(-50%);
}
.labourday_header_btn button{
    border: 0px;
    font-size: 20px;
    font-weight: 400;
    color: #EC405C;
    background: #fff;
    padding: 14px 40px;
    border-radius: 5px;
    cursor: pointer;
    /* margin-right: -75px; */
    transition: all 0.35s ease-in-out;
}
.labourday_header_btn button:hover{
    background: #EC405C;
    color: #fff;
}

.spring-popup{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgb(68 79 153 / 50%);
    z-index: 999;
}
.spring-popup-inner{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .spring-popup-inner-body{
    font-family: "Montserrat", sans-serif;
    width: 100%;
    min-height: 600px;
    max-width: 900px;
    background: #EAEDFF;
    position: relative;
    border-radius: 20px;
} */

.spring-popup-inner-close{
    position: absolute;
    z-index: 3;
    top: 15px;
    right: 31px;
    background: transparent;
    border: 0px;
    width: 45px;
    height: 45px;
    background: #fff;
    transition: all 0.35s ease-in-out;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.spring-popup-inner-close svg{
    display: block;
    position: relative;
    top: 1px;
}
.spring-popup-inner-close svg path {
  /* fill: black; */
}
.spring-popup-inner-close:hover{
      background: rgb(185 38 44);
}
/* .spring-popup-inner-logo{
    padding: 5px 88px 0px 65px;
  text-align: end;
} */
.spring-popup-inner-logo {
    padding: 30px 0 0;
    text-align: center;
      display: flex;
    gap: 50px;
}
.popup-offers-right {
    text-align: left;
}
.popup-offers-right span {
    font-weight: 600;
    font-size: 22px;
    color: #FFC8C8;
}
.popup-offers-right h2 {
    font-weight: 800;
    font-size: 54px;
    color: #fff;
    margin: 0px 0px 0px 0px;
    text-align: left;
    text-transform: uppercase;
}
.labourday_popup_content{
    width: 100%;
    max-width: 550px;
    text-align: center;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 35px;
    background: rgb(255 255 255 / 50%);
    border-radius: 20px 0 0 20px;
    position: relative;
}
.labourday_popup_content:before{
    content: "";
    background: url("/cdn/shop/files/Vector_1.png?v=1724763410") no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 230px;
    height: 600px;
}
/* .spring-popup-inner-body:after{
    content: "";
    background: url("/cdn/shop/files/Vector.png?v=1724763411") no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 390px;
    height: 350px;
} */
.labourday_popup_content p{
    font-size: 25px;
    color: #1B2754;
    margin: 0px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative; 
    z-index: 2;
}
.labourday_popup_content h3{
    font-size: 30px;
    color: #DF1A50;
    margin: 0px 0 20px 0;
    font-weight: 800;
    position: relative; 
    z-index: 2;
}
.labourday_popup_content h3 span{
  display: none;
}
.labourday_popup_purchase{
  background: rgb(254 208 73 / 50%);
    color: #444f99;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    width: max-content;
    padding: 5px 10px;
    margin: 0 auto;
    border-radius: 2px;
}
.labourday_popup_content ul{
    list-style: none;
    position: relative; 
    z-index: 2;
  padding-left: 0;
}
.labourday_popup_content ul li{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #000;
}
.labourday_popup_content ul li span{
  display: none;
}
.labourday_popup_coupon{
    background: #EC405C;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 11px 40px;
    position: relative;
    max-width: max-content;
    margin: 0 auto;
    z-index: 2;
}
.labourday_popup_coupon span{
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: -12px;
}
.labourday_popup_coupon strong{
    display: block;
    font-size: 30px;
    font-weight:600;
    text-transform: uppercase;
    margin-bottom: -10px;
}
.labourday_popup_logo{
    position: absolute;
    right: 80px;
    top: 70px;
    z-index: 1;
}
.labourday_popup_tools{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.cellercise_logo{
    margin-bottom: 50px;
}
.rich-text__text p a {
    color: #aee73b;
}
.rich-text__text p a:hover {
    color: #aee73b !important;
    cursor: pointer;
      border-bottom: none;
      text-decoration-thickness: unset;
}
@media screen and (max-width: 1530px) {
    .video_banner_body .video video {
        max-width: 70% !important;
    }
 #shopify-section-template--22268307636522__multicolumn_EFp9UP .multicolumn-list h3 {
   font-size: 30px !important;
   line-height: 30px !important;
 }
  #Slide-template--22268307636522__multicolumn_EFp9UP-2 .media--transparent {
    width: 668px !important;
  }
}
@media screen and  (max-width: 1460px) {
  .spring-header-text {
           /* margin-bottom: 102px; */
  }
    .spring-logo-box {
   /* margin-bottom: 115px; */
  }
  .spring-header-btn {
 /* margin-bottom: 115px; */
  }
}
@media screen and (max-width: 1440px) {
    .video_banner_body .video video {
        max-width: 63% !important;
    }

  .video_banner .celluton_container {
    max-width: 1254px;
  }
    .image_content h3 {
        font-size: 22px;
    }
    .image_content p {
        font-size: 16px;
        line-height: 21px;
    }

  .labourday_header_content{
        padding: 10px 30px;
  }
  .labourday_header_btn{
    right: 3%;
  }
}
@media screen and (max-width: 1240px) {
    .video_banner_body .video video {
        max-width: 100% !important;
        height: 350px !important;
    }
  .video_banner_body {
    justify-content: center;
  }
    .video_banner .image_content {
        position: unset;
        width: 100%;
    }
  #Slide-template--22268307636522__multicolumn_Lj66aM-1 {
    width: 100% !important;
    max-width: 100%;
}
  #Slide-template--22268307636522__multicolumn_Lj66aM-2 {
    width: 100%;
    max-width: 100%;
}
}
@media screen and  (max-width: 1280px) {
  .spring-popup-inner-logo {
    padding: 30px 32px 0;
  }
}
@media screen and  (max-width: 1024px) {
  .popup-logo-left img {
    max-width: 300px;
  }
  .popup-offers-right h2 {
    font-size: 50px;
  }
  .spring-popup-inner-close {
    right: 20px;
 }
}
@media screen and  (min-width: 992px) {
  #Slide-template--22268307636522__multicolumn_EFp9UP-2 .media--transparent {
    position: absolute;
    right: 0;
    width: 889px;
    bottom: -59px;
  }
  #shopify-section-template--22268307636522__multicolumn_EFp9UP .multicolumn-list p {
    padding-bottom: 80px;
  }
  #shopify-section-template--22268307636522__multicolumn_EFp9UP .multicolumn-card__info {
    padding-bottom: 0;
    padding-right: 55px;
  }
}
@media screen and (max-width: 840px) {
    .cellution_banner_img img {
        max-width: 90%;
        object-fit: contain;
        height: auto;
    }
    .cellution_banner_img video {
        height: auto !important;
        margin-bottom: 0;
    }
}


@media screen and (max-width: 1440px) {
    .bottle_banner h2 {
        font-size: 36px;
        line-height: 41px;
    }
    .cell_banner .cell_logo img {
        max-width: 100%;
    }
    .cell_banner .image img {
        /* height: 500px; */
    }
    .cell_list li:not(:last-child) {
        margin-bottom: 0px;
    }
  .cell_banner .celluton_container {
    background-size: 185px;
  }
}
@media screen and (max-width: 1460px) {
    .spring-popup-inner-body {
          min-height: 593px;
  }
  .popup-logo-left img {
    height: 200px;
  }
  .popup-offers-right h2 {
    font-size: 49px;
  }
  .gradient-spring-border {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1366px) {
  .spring-popup-inner-body {
          min-height: 593px;
  }
  .popup-logo-left img {
    height: 200px;
  }
  .popup-offers-right h2 {
    font-size: 49px;
  }
  .gradient-spring-border {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1180px) {
      #Slide-template--22268307636522__multicolumn_EFp9UP-2 .media--transparent {
        width: 568px !important;
    }
}
@media screen and (max-width: 1140px) {
    .bottle_content p {
        padding-right: 0;
    }
}
@media screen and (max-width: 1080px) {
    .bottle_content {
        width: 100%;
    }
    .bottle_img {
        width: 50%;
        text-align: center;
      display:none;
    }
    .bottle_detail {
        width: 100%;
    }
    .bottle_body {
        justify-content: center;
        text-align: center;
    }
    .botle_button_list form {
        justify-content: center;
    }
    .cell_banner .cell_logo img {
        width: 312px;
    }
    .cell_banner .celluton_container {
        background: url(/cdn/shop/files/Isolation_Mode1.png?v=1718957194) no-repeat;
        background-size: 312px;
        background-position: right bottom;
    }
}
@media screen and (max-width: 1040px) {
    .cell_banner .image {
        width: 100%;
        text-align: center;
    }
    .cell_banner .image_content {
        width: 100%;
    }
    .cell_banner .image img {
        /* height: 368px; */
      padding-top: 0;
    }
  .labourday_logo img {
    height: 78px;
  }
  .labourday_header_text h3{
    font-size: 34px;
  }
  .labourday_header_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .labourday_logo {
    position: static;
  }
  .labourday_header_btn{
    position: static;
    transform: translateY(0);
  }
  .labourday_popup_tools img{
    width: 450px;
  }
}
@media screen and (max-width: 991px) {
  #Slide-template--22268307636522__multicolumn_EFp9UP-2 .media--transparent {
    width: 100% !important;
  }
  #shopify-section-template--22268307636522__multicolumn_EFp9UP .page-width {
    margin-right: 0 !important;
    border-bottom: 2px solid #277CA5;
    padding-left: 0;
    padding-right: 0;
  }
  #shopify-section-template--22268307636522__multicolumn_EFp9UP .multicolumn {
    border-bottom: 0px solid #277CA5;
  }
  .cell_banner .celluton_container {
    background: none;
  }
  .cell_banner .cell_logo {
    text-align: left;
  }
  .labourday_header_text h3 {
        font-size: 22px;
    }
  .labourday_logo img {
        height: 60px;
    }
  .labourday_header_btn button{
        font-size: 18px;
      padding: 14px 20px;
  }
  .labourday_header{
    min-height: 100px;
  }
.spring-popup-inner-body {
    max-width: 900px;
}
  .labourday_popup_tools img {
        width: 250px;
  }
  .labourday_popup_logo{
    right: 40px;
    top: 100px;
  }
  .labourday_popup_logo img{
        width: 180px;
  }
}
.popup-img-container{
            display: flex;
            align-items: center;
            justify-content: center;
            position: fixed;
            top: 0px;
            left: 0px;
            background: #00000084;
            width: 100%;
            height: 100vh;
        }
        .popup-img-box{
            height:70vh;
            border-radius: 20px;
            position: relative;
        }
        .popup-img-box img{
            height:100%;
            border-radius: 20px;
        }
        .close-popup{
            position: absolute;
            right: 20px;
            top: 20px;
        }
        .close-popup{
            color: black;
            scale: 2;
        }
@media screen and (max-width: 1080px) {
  .bottle_banner_2 .bottle_img {
    width: 145px;
    display: block;
    order: 1;
}
  .bottle_banner_2 .bottle_body {
    flex-wrap: wrap;
}
.bottle_banner_2 .bottle_content {
    width: 100%;
    text-align: center;
}
  .bottle_banner_2 .bottle_detail {
    width: 100%;
    margin-top: 30px;
}
}
@media screen and (max-width: 820px){
    .popup-offers-right h2 {
    font-size: 47px;
 }
  .add-to-cart {
    flex-wrap: wrap;
}
}
@media screen and (max-width: 768px){
  .popup-offers-right h2 {
    font-size: 42px;
 }
  .popup-logo-left img {
    max-width: 300px;
    height: 200px;
 }
}
@media screen and (max-width: 767px){
  .labourday_header_text,
  .labourday_popup_tools,
  .labourday_popup_logo{
    display: none;
  }
  .labourday_popup_content{
    padding: 0 15px;
  }
  .cellercise_logo {
    margin-bottom: 10px;
  }
  .labourday_popup_purchase{
        width: auto;
  }
}
@media screen and (max-width: 540px){
  .spring-popup-inner-logo {
    flex-wrap: wrap;
    justify-content: center;
  }
  .popup-offers-right {
    text-align: center;
  }
  .popup-offers-right h2 {
    text-align: center;
  }
  .popup-logo-left img {
    /* max-width: 300px; */
    /* height: 150px; */
      height: 100px;
  }
  .spring-popup-inner-logo {
    gap: 10px;
  }
  .popup-offers-right span {
    font-size: 18px;
  }
  .popup-offers-right h2 {
    font-size: 23px;
  }
  .spring-popup-inner-body {
    top: 10px;
  }
} 


/* Video Height Fix */
.product .media > *:not(.zoom):not(.deferred-media__poster-button), .media model-viewer { 
    /* height: 678px !important; */
}
.product .product__media-list .product__media-item .deferred-media {
    padding: 0px 0px 679px 0px !important;
}
@media screen and (max-width: 768px) {
  .video-box video {
      width: 100%;
      height: 200px !important;
      background: #000;
  }
}
@media screen and (max-width: 624px){
    .video-box {
      width: 100%;
  }
  .video-box video {
      width: 100%;
      height: 250px !important;
      background: #000;
      object-fit: contain;
  }
}

@media (max-width:1365px){
  /* body .transcy-switcher-container.transcy-switcher-position__floating.transcy-switcher-position__top_right{
    top:0!important;
  }
  .transcy-icon-arrow{
    filter: brightness(100);
  } */
}


/* Shipping Banner */
.shipping_banner{
  background: url(/cdn/shop/files/shipping-banner.png?v=1751879183) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px;
  gap: 20px;
  height: 108px;
}
.shipping_banner_left img{
      max-width: 130px;
      vertical-align: middle;
}
.shipping_banner_center{
  color: #fff;
  text-align: center;
}
.shipping_banner_center h1{
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 10px !important;
}
.shipping_banner_center p{
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 !important;
}
.shipping_banner_right img{
      max-width: 130px;
      vertical-align: middle;
}
.transcy-switcher-manual{
      position: absolute !important;
      right: 15px !important;
      top: 11px;
}
/* /* Back to school  */
.green_shipping_banner {
 background: #C60100;
  color: white;
  align-items: center;
  padding: 12px 20px;
}
.green_shipping_banner .container {
  max-width: 1920px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: auto;
}
.green_shipping_banner .shipping_content {
    width: calc(100% - 200px);
    font-size: 24px;
    text-align: center;
    padding-left: 215px;
    line-height: normal;
}

.green_shipping_banner b {
  font-weight: bold;
}

.green_shipping_banner .coupon-button {
  background-color: white;
  color: #C60100;
  border: none;
  padding: 8px 25px;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
  min-width: 190px;
  height: 54px;
  font-size: 20px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
}
.school_head .close-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    cursor: pointer;
    height: 22px;
}
.school_head {
    position: relative;
}
.green_shipping_banner .coupon-button:hover {
  background-color: #e6e6e6;
}
.backschoolpopup {
      z-index: 9999999999;
}
.backschoolpopup .popup-content {
    max-width: 1050px;
    background: #C60100;
    text-align: left;
    height: auto;
    padding-bottom: 0;
    padding-top: 0;
    overflow: clip;
    border-radius: 10px;
}
.backshcool_content {
  width: calc(100% - 384px);
  padding: 35px 18px;
  background: #fff;
}
.backshcool_detail {
  padding: 0 20px;
}
.backshcool_detail .school_time {
  border-radius: 10px;
  border-left: 4px solid #C60100;
  padding: 30px 32px;
  background: #FBF2F2;
  margin-bottom: 27px;
  max-width: 503px;
}
.backshcool_detail .school_time h3 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: normal;
  leading-trim: both;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.96px;
  margin-bottom: 13px;
  margin-top: 0;
}
.backshcool_detail .school_time h4 {
  color: #C60100;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.12px;
  margin: 0;
}
.backshcool_detail h2 {
  color: #252525;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
  text-align: left;
}
.backshcool_detail ul {
    padding-left: 25px;
}
.backshcool_detail ul li {
  color: #4E4E4E;
  leading-trim: both;
  text-edge: cap;
  font-family: Archivo;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; /* 211.111% */
  letter-spacing: 0.18px;
  margin-bottom: 15px;
}
.backschool_body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}            
.school_head h2.popup_title {
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-bottom: 0;
    margin: 0;
    padding: 25px 12px;
}
.backshcool_logo {
    text-align: left;
    margin-bottom: 22px;
}
.backshcool_detail .footer-inside {
    border: 3px solid #C60100;
    max-width: 350px !important;
    margin-top: 50px !important;
    border-radius: 10px;
}
.backshcool_detail .footer-inside h4 {
    color: #C60100;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}
.backshcool_detail .footer-inside p {
  color: #252525;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.backshcool_logo img {
    max-width: 100%;
}
.free_shipping, .isolate>.rich-text {
  /* display: none !important; */
}

/* Laborday Banner */
.labordaypopup .popup-content {
    max-width: 1050px;
    background: #13375E;
    text-align: left;
    height: auto;
    padding-bottom: 0;
    padding-top: 0;
    overflow: clip;
    border-radius: 10px;
}
.laborday_content{
  background: url(/cdn/shop/files/popup-whitebg.svg?v=1756382423) no-repeat;
  background-size: cover;
  padding: 60px 70px;
}
.laborday_content h2 {
  color: #C91414;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  max-width: 500px;
  margin: 0;
  margin-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
}
.laborday_content h4 {
  color: #1C3675;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-style: normal;
  line-height: normal;
  margin: 0;
  margin-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
  max-width: 400px;
}
.laborday_content h5{
  color: #252525;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}
.laborday_content ul {
    padding-left: 20px;
}
.laborday_content ul li {
  color: #4E4E4E;
  leading-trim: both;
  text-edge: cap;
  font-family: Archivo;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; /* 211.111% */
  letter-spacing: 0.18px;
  margin-bottom: 15px;
}
.laborday_promocode{
  border: 3px solid #252525;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  max-width: max-content;
  padding: 12px 30px;
  margin-top: 40px;
}
.laborday_promocode p{
  margin: 0;
  color: #252525;
}
.laborday_promocode p span{
  color: #C91414;
  font-size: 24px;
  text-transform: uppercase;
}
.laborday_flag{
  position: absolute;
  bottom: 0;
  right: 0;
}
.laborday_flag img{
  vertical-align: middle;
}
.laborday_stars{
  position: absolute;
  top: 30px;
  right: 40px;
}
.laborday_stars img{
  width: 280px;
}

.autum_banner {
    background: url('/cdn/shop/files/image_3.png?v=1757321420') no-repeat center/cover;
    color: #fff;
    text-align: center;
    padding: 130px 20px 100px;
    position: relative;
  }

/* .autum_banner h1 {
    color: #b32e00;
    font-size: 48px;
    margin: 0;
    font-family: 'Georgia', serif;
  } */

.autum_banner h1 {
    color: #FE7606;
    font-family: Montserrat;
    font-size: 128px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    line-height: 108px;
  }

.autum_banner p {
  color: #313131;
  text-align: center;
  font-family: Oswald;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  margin: 7px auto 12px;
  line-height: 58px;
  text-transform: uppercase;
  max-width: 880px;
  }

.autum_banner  .code-button {
    border-radius: 16.019px;
    background: #FE7606;
    padding: 12px 30px;
    border: none;
    cursor: pointer;
    height: 67.279px;
    color: #FFF;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-family: Oswald;
    line-height: 0;
    min-width: 378px;
  }

.autum_banner  .small-text {
  color: #313131;
  text-align: center;
  font-family: Archivo;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
  }
.backshcool_img img {
  height: 100%;
}
.backshcool_detail h1 {
    color: #001A4E;
    font-family: Oswald;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -1.52px;
    text-transform: uppercase;
    margin-top: 10px;
}
/* Media Queries Start Here */
@media screen and (max-width: 1460px) {
  .green_shipping_banner .shipping_content {
      width: calc(100% - 200px);
      font-size: 18px;
      text-align: center;
      padding-left: 215px;
      line-height: normal;
  }
  .school_head h2.popup_title {
    padding: 20px 12px;
    font-size: 18px;
  }
  .backshcool_content {
    padding: 30px 25px;
  }
  .backshcool_detail .school_time {
    padding: 30px;
    margin-bottom: 20px;
  }
  .backshcool_detail .school_time h3, .backshcool_detail .school_time h4 {
    margin: 0;
    font-size: 18px;
  }
  .backshcool_detail .school_time h3 {
    margin-bottom: 15px;
  }
  .backshcool_detail h2 {
    font-size: 18px;
    margin-bottom: 0;
    text-align: left;
  }
  .backshcool_detail ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .backshcool_detail .footer-inside {
    padding: 10px 10px !important;
    max-width: 300px !important;
    margin: 20px 0 0 !important;
  }
  .backshcool_detail .footer-inside p {
    font-size: 16px;
  }
  .backshcool_detail .footer-inside h4 {
    font-size: 18px;
  }
  .backshcool_img {
    height: 540px;
  }
  .backshcool_img img {
    max-width: 100%;
    height: 100%;
  }
  .backshcool_content {
    width: calc(100% - 360px);
  }
    .autum_banner span svg {
    width: 300px;
    height: auto;
  }
  .autum_banner h1 {
    font-size: 78px;
    line-height: 78px;
  }
  .autum_banner p {
    font-size: 32px;
    line-height: 36px;
  }
  .autum_banner .code-button {
    font-size: 24px;
    min-width: 279px;
    height: 50px;
  }
  .autum_banner {
    padding: 60px 15px;
  }
}
@media (max-width:1366px){
  .shipping_banner_center p{
    font-size: 18px;
  }
  /* Laborday Banner */
  .labordaypopup .popup-content{
    max-width: 920px;
  }
  .laborday_stars img {
    width: 230px;
  }
  .laborday_content h2{
    font-size: 60px;
  }
  .laborday_content h4{
    font-size: 28px;
  }
  .laborday_content h5{
    font-size: 22px;
  }
  .laborday_promocode{
    font-size: 18px;
  }
  .laborday_promocode p span{
    font-size: 20px;
  }
  .laborday_content{
    padding: 50px 50px;
  }
}
@media (max-width: 1140px) {
  .green_shipping_banner .shipping_content {
    width: 100%;
    padding-left: 0;
  }
  .green_shipping_banner .container {
    justify-content: center;
    gap: 15px;
  }
  .green_shipping_banner .coupon-button {
    height: 42px;
    font-size: 16px;
    min-width: 150px;
  }
  /* Laborday Banner */
  .popup-content{
    width: calc(100% - 95px);
  }
  .laborday_stars img {
    width: 220px;
  }
}
@media (max-width: 840px) {
  .backshcool_img {
    display: none;
  }
  .backshcool_content {
    width: 100%;
  }
  .backschoolpopup .popup-content {
    width: calc(100% - 40px);
  }
  /* Laborday Banner */
  .laborday_content {
    padding: 40px 30px;
  }
  .laborday_content h2 {
    font-size: 50px;
    max-width: 450px;
  }
  .laborday_content h4 {
    font-size: 24px;
  }
  .laborday_content h5 {
    font-size: 18px;
  }
  .laborday_flag{
    max-width: 300px;
  }
  .laborday_flag img{
    width: 100%;
  }
  .laborday_stars{
    display: none;
  }
  .popup-content {
    width: calc(100% - 35px);
  }
}
@media (max-width:767px){
  .shipping_banner_left,
  .shipping_banner_right{
    display: none;
  }
  .shipping_banner_center h1{
    font-size: 28px;
  }
  .shipping_banner_center p{
    font-size: 16px;
  }
  .backshcool_detail .footer-inside p, .backshcool_detail .footer-inside h4 {
    font-size: 14px;
  }
  /* Laborday Banner */
  .laborday_content h2{
    font-size: 32px;
    text-align: center;
  }
  .laborday_content h4 {
    font-size: 20px;
    text-align: center;
  }
  .laborday_content h5 {
    font-size: 16px;
  }
  .laborday_content ul li{
    font-size: 16px;
  }
  .laborday_content {
    padding: 40px 22px;
  }
  .labordaypopup .popup-content{
    background: #fff;
  }
  .laborday_promocode{
    padding: 9px 20px;
    margin: 30px auto 0;
  }
  .laborday_flag{
    display: none;
  }
  .close-btn{
    /* top: 15px !important; */
    /* right: 15px !important; */
  }
  .close-btn svg{
    width: 16px;
    height: 16px;
  }
  .close-btn svg path{
      /* fill: #000; */
  }
  .autum_banner span svg {
    width: 250px;
    height: auto;
  }
  .autum_banner h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .autum_banner p {
    font-size: 22px;        
    line-height: 25px;
  }
  .autum_banner .code-button {
    font-size: 18px;
    min-width: 279px;
  }
  .autum_banner {
    padding: 40px 15px;
  }
  .autum_banner .small-text {
    font-size: 14px;
    line-height: 121%;
  }
  .backshcool_detail {
    padding: 0;
  }
  .backshcool_detail .school_time h3 {
        margin-bottom: 0;
    }
  .backshcool_detail h1 {
    font-size: 28px;
    margin-top: 0;
  }
  .backshcool_detail .school_time {
      padding: 16px 20px;
      margin-bottom: 15px;
  }
  .backshcool_detail ul li {
      font-size: 16px;
      margin-bottom: 4px;
  }
  .backshcool_content {
      padding: 22px 15px;
  }
  .school_head h2.popup_title {
      padding: 14px 12px;
      font-size: 18px;
  }
  body .transcy-switcher-container.transcy-switcher-position__floating.transcy-switcher-position__top_right {
        top: 90px !important;
    }
}
@media (max-width: 575px) {
    html body .transcy-switcher-container.transcy-switcher-position__floating.transcy-switcher-position__top_right {
        top: 90px !important;
    }
    .school_head h2.popup_title {
        text-align: left;
    }
}

.drawer {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    background-color: rgba(var(--color-foreground), .5);
    transition: visibility var(--duration-default) ease;
}

/* .drawer{
  display: none !important;
}
.drawer.active{
  display: flex !importan;
} */

/* Balck Friday Banner */
.banner-container {
            width: 100%;
            height: 120px;
            background:#000 url('/cdn/shop/files/super-bg.png?v=1764673651') no-repeat center center;
            background-size: cover;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-left: 8px;
            padding-right: 8px;
        }

        .logo-column {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            flex-shrink: 0;
            width: 25%;
        }

        .logo-column img {
            height:60px;
            width: auto;
            object-fit: contain;
            max-width: 100%;
        }

        .logo-placeholder {
            display: none;
            color: #fff;
            font-size: 12px;
        }

        .text-column {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            flex-grow: 1;
            padding-left: 4px;
            padding-right: 4px;
            min-width: 0;
        }

        .sub-heading {
            color: #AEE73B;
            text-align: center;
            font-family: Montserrat;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            margin-bottom: 2px;
            font-size: 14px;
            margin-top:0;
        }

        .main-heading {
            color: #FFF;
            text-align: center;
            font-family: Montserrat;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-transform: uppercase;
            font-size: 18px;
            margin:0;
        }

        .button-column {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            flex-shrink: 0;
            width: 25%;
        }

        .get-coupon-btn {
            background-color: #AEE73B;
            box-shadow:0 5px 0 0 #5D8C00;
            color: #000;
            padding: 6px 8px;
            border-radius: 4px;
            font-family: Montserrat;
            font-weight: 600;
            font-size: 10px;
            border: none;
            cursor: pointer;
            white-space: nowrap;
            transition: background-color 200ms;
        }

        .get-coupon-btn:hover {
            background-color: #9dd32a;
        }

        /* Popup/Modal Styles */
        .popup-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            z-index: 1000;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }

        .popup-overlay.active {
            display: flex;
        }

        .popup-container {
            max-width: 900px;
            width: 100%;
            background: url('/cdn/shop/files/popupbg_aa6378d6-deef-4169-9084-9b4cdae4c9aa.png?v=1764677457') no-repeat center center;
            background-size: cover;
            border-radius: 12px;
            position: relative;
            padding: 40px 30px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
        }

        .popup-close-btn {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background-color: #AEE73B;
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            color: #000;
            font-weight: bold;
            transition: background-color 200ms;
            z-index:5;
        }

        .popup-close-btn:hover {
            background-color: #9dd32a;
        }
        .popup_main_row {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          
        }
        .popup-heading {
          font-size: 35px !important;
        }
        .popup-row {
            margin-bottom:20px;
        }

        .popup-row:last-child {
            margin-bottom: 0;
        }

        .popup-logo {
            /* display: flex; */
            /* justify-content: center; */
            /* align-items: center; */
            margin-bottom:30px;
            padding:0;
        }
        .popup-logo {
          max-width: 386px;
        }'
        .logo_row img {
            /* max-height: 80px; */
            width: auto;
            object-fit: contain;
            height: 210px !important;
        }
        .popup-logo img {
            max-width: 100%;
            height: 210px;
        }
        .popup-sub-heading {
            color: #AEE73B;
            text-align: center;
            font-family: Montserrat;
            font-size: 21px;
            font-weight: 600;
            margin-bottom:5px;
        }

        .popup-heading {
            color: #FFF;
            text-align: center;
            font-family: Montserrat;
            font-size: 32px;
            text-transform: uppercase;
            margin:0;
            line-height: normal;
        }
        .popup_main_row {
            font-family: Montserrat;
        }
        .popup-heading .green-text {
            color: #AEE73B;
            font-weight: 800;
        }

        .popup-black-box {
            background-color: #000000ab;
            box-shadow:7px 7px 0 0 #464646;
            border-radius: 0px 40px;
            padding:30px;
            margin: 20px 0 35px;
        }

        .popup-black-box-heading {
            color: #FFF;
            font-family: Montserrat;
            font-size: 23px;
            font-weight: 400;
            /* text-align: center; */
            margin-bottom: 15px;
            margin-top:0;
        }
          .popup-logo p span
          {
              display: block;
              line-height: normal;
          }
        .popup-black-box-heading .green-text {
            color: #AEE73B;
        }

        .popup-list {
            list-style: none;
            padding: 0;
            margin: 0;
            display:block;
        }

        .popup-list li {
            color: #FFF;
            font-family: Montserrat;
            font-size: 16px;
            font-weight: 400;
            padding-left: 20px;
            position: relative;
            margin-bottom: 10px;
            line-height:normal;
        }

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

        .popup-list li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 8px;
            height: 8px;
            background-color: #AEE73B;
            border-radius: 50%;
        }

        .popup-coupon-btn {
            background-color: #AEE73B;
            box-shadow:7px 7px 0 0 #5D8C00;
            color: #000;
            border: none;
            border-radius: 8px;
            width: 333px;
            height: 75px;
            padding: 0;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-family: Montserrat;
            transition: background-color 200ms;
        }

        .popup-coupon-btn:hover {
            background-color: #9dd32a;
        }

        .coupon-code-label {
            font-size: 14px;
            font-weight: 600;
            display: block;
            margin-bottom: 5px;
        }

        .coupon-code-value {
            font-size: 24px;
            font-weight: 700;
            display: block;
            text-transform: uppercase;
        }
      .logo_row {
        display: flex;
        align-items: center;
      }
        /* Popup Responsive styles */
        @media (min-width:1360px) and (max-width:1600px){
          .popup-container{
            zoom:.8;
          }
        }
        @media (max-width: 768px) {
            .popup-logo img {
                max-height: 80px;
            }
            .popup-container {
                padding: 30px 20px;
            }

            .popup-sub-heading {
                font-size: 16px;
            }

            .popup-heading {
                font-size: 24px !important;
            }
            .popup-heading>.green-text {
              font-size: 35px !important;
            }

            .popup-black-box {
                padding: 15px;
            }

            .popup-black-box-heading {
                font-size: 16px;
            }

            .popup-list li {
                font-size: 14px;
            }

            .popup-coupon-btn {
                width: 280px;
                height: 65px;
            }

            .coupon-code-label {
                font-size: 12px;
            }

            .coupon-code-value {
                font-size: 20px;
            }
            .popup_main_row {
              grid-template-columns: repeat(1, 1fr);
                      height: 400px;
                overflow: scroll;
            }
            .popup-logo {
              margin: auto;
            }
        }

        /* Responsive styles */
        @media (min-width: 640px) {
            .banner-container {
                padding-left: 16px;
                padding-right: 16px;
            }

            .logo-column {
                width: 20%;
            }

            .logo-column img {
                height:60px;
            }

            .logo-placeholder {
                font-size: 14px;
            }

            .text-column {
                padding-left: 8px;
                padding-right: 8px;
            }

            .sub-heading {
                font-size: 18px;
            }

            .main-heading {
                font-size: 24px;
            }

            .button-column {
                width: 20%;
            }

            .get-coupon-btn {
                padding: 8px 12px;
                font-size: 12px;
            }
        }

        @media (min-width: 768px) {
            .banner-container {
                padding-left: 32px;
                padding-right: 32px;
            }

            .logo-column {
                width: 16.666%;
            }

            .logo-column img {
                height:60px;
            }

            .text-column {
                padding-left: 16px;
                padding-right: 16px;
            }

            .sub-heading {
                font-size: 20px;
            }

            .main-heading {
                font-size: 28px;
            }

            .button-column {
                width: 16.666%;
            }

            .get-coupon-btn {
                padding: 10px 16px;
                font-size: 14px;
            }
        }

        @media (min-width: 1440px) {
            .banner-container {
                padding-left: 28px;
                padding-right: 28px;
            }

            .logo-column img {
                height: 80px;
            }

            .sub-heading {
                font-size: 32px;
            }

            .main-heading {
                font-size: 50px;
                letter-spacing: 0;
            }

            .get-coupon-btn {
                padding: 12px 24px;
                font-size: 20px;
            }

            .popup-heading {
                font-size: 35px;
            }
        }