/** Shopify CDN: Minification failed

Line 22:1 Unexpected "{"
Line 33:1 Unexpected "{"
Line 79:3 Unexpected "{"
Line 305:1 Unexpected "{"
Line 2463:1 Unexpected "{"
Line 2538:3 Unexpected "{"
Line 2546:3 Unexpected "{"
Line 2704:1 Unexpected "{"
Line 2707:1 Unexpected "{"
Line 3018:2 Unexpected ")"
... and 8 more hidden warnings

**/
.gx-section *,
.gx-section *::before,
.gx-section *::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
 {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  border: 0;
  height: 100%;
  vertical-align: baseline;
  overflow-x: hidden;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
 {
  min-height: 100vh;
  margin: 0;
  font-family: var(--body-font);
  font-size: var(--body-font-size, 1.4rem);
  font-style: var(--body-font-style);
  font-weight: var(--body-weight);
  line-height: var(
    --body-line-height,
    calc(1 + 0.71428 / var(--body-font-scale))
  );
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeSpeed;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
}
.gx-section .preload-page {
  background-color: #fff;
  z-index: 100;
  opacity: 1;
  left: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  display: flex;
}
.gx-section #search-form {
  z-index: -1;
}
.gx-section :where(.container, .fluid_container) {
  padding-left: var(--bs-gutter-x, 1.5rem);
  padding-right: var(--bs-gutter-x, 1.5rem);
  margin-inline: auto;
  width: 100%;
}
.gx-section :where(.stretch_width) {
  padding-left: var(--bs-gutter-x);
  padding-right: var(--bs-gutter-x);
}
@media (min-width: 1025px) {
   {
    margin-left: 6rem;
  }
  .gx-section .container {
    width: 90%;
  }
  .gx-section .fluid_container {
    width: 95%;
  }
}
@media (min-width: 1200px) {
  .gx-section .container {
    max-width: calc(var(--page-width) + var(--bs-gutter-x) * 2);
  }
  .gx-section .fluid_container {
    max-width: calc(var(--fluid-container-width) + var(--bs-gutter-x) * 2);
  }
  .gx-section .stretch_width {
    --bs-gutter-x: 3rem;
  }
  .gx-section .submenu:not(.submenu-vertical)  .stretch_width {
    --bs-gutter-x: 4rem;
  }
}
.gx-section :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .h0, .heading) {
  font-family: var(--heading-font);
  font-style: var(--heading-font-style);
  font-weight: var(--heading-weight);
  text-transform: var(--heading-text-transform);
  color: var(--color-heading);
  line-height: calc(1 + 0.21 / var(--heading-font-scale));
  word-break: break-word;
  font-size: calc(var(--heading-font-scale) * var(--size));
  margin-block-start: calc(var(--size) * 0.7);
  margin-block-end: calc(var(--size) * 0.7);
}
.gx-section .border-left {
  border-left: 1px solid var(--border-color-base);
}
.gx-section .heading-letter-spacing {
  letter-spacing: var(--heading-letter-spacing);
}
.gx-section :where(h1, .h1), .gx-section .h1-size {
  --size: clamp(
    3.6rem,
    calc(3.6rem + (40 - 36) * var(--responsive-rate)),
    4rem
  );
}
.gx-section :where(h2, .h2) {
  --size: clamp(3rem, calc(3rem + (36 - 30) * var(--responsive-rate)), 3.6rem);
}
.gx-section :where(h3, .h3) {
  --size: clamp(
    2.8rem,
    calc(2.8rem + (30 - 28) * var(--responsive-rate)),
    3rem
  );
}
.gx-section :where(h4, .h4) {
  --size: 2.4rem;
}
.gx-section :where(h5, .h5) {
  --size: 1.8rem;
}
.gx-section :where(h6, .h6) {
  --size: 1.6rem;
}
.gx-section :where(img) {
  max-width: 100%;
  height: auto;
}
.gx-section video {
  max-width: 100%;
}
.gx-section .placeholder-image {
  fill: rgba(51, 50, 50, 0.35);
  background-color: #eee;
  display: block;
}
@media (min-width: 992px) {
  .gx-section .h-full_screen {
    min-height: calc(
      100vh - var(--height-header, 70px) - var(--height-topbar, 0px) -
        var(--height-bar, 0px)
    );
  }
  .gx-section [style*='--aspect-ratio'].h-full_screen::before {
    padding-top: 0;
  }
  .gx-section .stretch_width .h-full_screen {
    min-height: calc(
      100vh - var(--height-header, 70px) - var(--height-topbar, 0px) -
        var(--height-bar, 0px) - var(--bs-gutter-x)
    );
  }
}
.gx-section :is(a, a strong) {
  transition: var(--transition);
}
.gx-section :where(a:not(:hover)) {
  color: var(--color-link);
}
.gx-section .body-weight {
  font-weight: var(--body-weight);
}
.gx-section .heading-weight {
  font-size: var(--heading-weight);
}
.gx-section .medium-weight {
  font-weight: 500;
}
.gx-section .semibold {
  font-weight: 600;
}
.gx-section .fw-custom {
  font-weight: var(--font-weight, 500);
}
.gx-section .bold {
  font-weight: bold;
}
.gx-section .text-start {
  text-align: start;
}
.gx-section .text-end {
  text-align: end;
}
.gx-section .primary-color {
  color: var(--color-primary);
}
.gx-section :where(.text-color) {
  color: var(--color-text);
}
.gx-section :where(.rate-color) {
  color: var(--rate-color, #ff9c05);
}
.gx-section .color-white {
  color: var(--color-white);
}
.gx-section .color-dark {
  color: var(--color-dark);
}
.gx-section .grey-color {
  color: var(--grey-color);
}
.gx-section :where(.light-dark-grey) {
  color: rgba(var(--color-heading-rgb), 0.6);
}
.gx-section :where(.dark-grey) {
  color: var(--dark-grey, #666);
}
.gx-section .border-bg {
  background-color: var(--color-border);
}
.gx-section .heading-bg {
  background-color: var(--color-heading);
}
.gx-section :where(.grey-bg, .hover-grey-bg:hover) {
  background: var(--grey-color);
  --input-bg: var(--color-white);
}
.gx-section :where(
    .heading-color,
    .hover-heading-color:hover,
    [aria-current='true'],
    strong
  ),
    .gx-section a.hover-heading-color:hover {
  color: var(--color-heading);
}

.gx-section :where(.heading-style) {
  font-family: var(--heading-font);
  font-weight: var(--heading-weight, 600);
  color: var(--color-heading);
}
.gx-section :where(a:hover),
.gx-section :where(a:hover strong) {
  color: var(--color-link-hover);
}
.gx-section .bg-white {
  background-color: var(--color-white);
}
.gx-section .bg-dark {
  background-color: var(--color-dark);
}
.gx-section .underline {
  text-decoration-line: underline;
  text-underline-offset: 3px;
}
.gx-section .line-through {
  text-decoration-line: line-through;
}
.gx-section .capitalize {
  text-transform: capitalize;
}
.gx-section :is(.uppercase-first-letter, .tooltip-content)::first-letter {
  text-transform: uppercase;
}
.gx-section .uppercase {
  text-transform: uppercase;
}
.gx-section .normal-case {
  text-transform: none;
}
.gx-section .opacity-0 {
  opacity: 0;
}
.gx-section .opacity-1 {
  opacity: 1;
}
.gx-section .pointer {
  cursor: pointer;
}
.gx-section .pointer-none {
  pointer-events: none;
}
.gx-section .pointer-events-auto {
  pointer-events: auto;
}
.gx-section .shadow {
  box-shadow: var(--shadow, 0px 30px 0px rgba(0, 0, 0, 0.08));
}
.gx-section .border-bottom-dashed {
  border-bottom: 1px dashed var(--color-border);
}
 {
  max-height: unset;
}
.gx-section input[type='search'],
.gx-section input[type='tel'],
.gx-section input[type='text'],
.gx-section input[type='number'],
.gx-section input[type='email'],
.gx-section input[type='password'],
.gx-section select,
.gx-section .input-style {
  height: var(--input-height);
}
.gx-section input[type='number'].heading-color {
  --input-color: var(--color-heading);
}
.gx-section input[type='search'],
.gx-section input[type='tel'],
.gx-section input[type='text'],
.gx-section input[type='date'],
.gx-section input[type='number'],
.gx-section input[type='email'],
.gx-section input[type='password'],
.gx-section select,
.gx-section textarea,
.gx-section .input-style {
  padding: var(--input-padding);
  border: var(--inputs-border-width) solid var(--color-border);
  background: var(--input-bg);
  color: var(--input-color);
  border-radius: var(--input-border-radius);
  font-family: var(--body-font);
  font-size: var(--input-font-size);
  font-weight: var(--body-weight);
  -webkit-appearance: none;
  appearance: none;
  transition: 0.25s;
}
.gx-section input[type='reset'],
.gx-section input[type='submit'] {
  appearance: button;
  cursor: pointer;
  overflow: visible;
}
.gx-section button, .gx-section [type="button"], .gx-section [type="reset"], .gx-section [type="submit"] {
  -webkit-appearance: button;
}
.gx-section button:not(:disabled), 
.gx-section [type="button"]:not(:disabled), 
.gx-section [type="reset"]:not(:disabled), 
.gx-section [type="submit"]:not(:disabled) {
  cursor: pointer;
}
@media (prefers-reduced-motion: reduce) {
  .gx-section .form-floating > label {
    transition: none;
  }
}
.gx-section .form-floating {
  position: relative;
}
.gx-section .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin: 0;
  padding: var(--input-padding);
  padding-block-start: 1.1rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  color: var(--input-placeholder-color) !important;
}
.gx-section .form-floating #AddressZip ~ label {
  line-height: 27px;;
}
.gx-section .form-floating.textarea > label {
  --input-padding: 2rem;
  padding-block-start: 2rem;
}
.gx-section .form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.gx-section .form-floating > .form-control::placeholder {
  color: transparent;
}
.gx-section .form-floating > .form-control:focus ~ label,
.gx-section .form-floating > .form-control:not(:placeholder-shown) ~ label,
.gx-section .form-floating > .form-select ~ label {
  opacity: 0.8;
  transform: scale(0.75) translateY(-0.7rem) translateX(0.6rem);
}
.gx-section .form-floating > .form-control:focus,
.gx-section .form-floating > .form-control:not(:placeholder-shown) {
  padding-block-start: 1.2rem;
}
.gx-section .form-floating.textarea > .form-control:focus,
.gx-section .form-floating.textarea > .form-control:not(:placeholder-shown) {
  padding-block-start: 2.6rem;
}
.gx-section select {
  cursor: pointer;
  appearance: none;
  appearance: none;
  padding: 5px 45px 5px 20px;
  background: var(--input-bg)
    url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.08984 1.32227L4.58984 4.82227C4.69922 4.94076 4.83594 5 5 5C5.16406 5 5.30078 4.94076 5.41016 4.82227L8.91016 1.32227C9.02865 1.21289 9.08789 1.08073 9.08789 0.925781C9.08789 0.761719 9.02865 0.620443 8.91016 0.501953C8.80078 0.392578 8.66406 0.337891 8.5 0.337891C8.33594 0.337891 8.19922 0.392578 8.08984 0.501953L5 3.5918L1.91016 0.501953C1.80078 0.392578 1.66406 0.337891 1.5 0.337891C1.33594 0.337891 1.19922 0.392578 1.08984 0.501953C0.971354 0.620443 0.912109 0.761719 0.912109 0.925781C0.912109 1.08073 0.971354 1.21289 1.08984 1.32227Z' fill='%23111111'/%3E%3C/svg%3E")
    no-repeat;
  background-position: calc(100% - 20px) center;
  font-size: var(--body-font-size);
}
.gx-section input[type='password'] {
  padding-inline-end: 4.5rem;
}
.gx-section textarea {
  --input-border-radius: calc(var(--btn-radius) - 10px);
  min-height: 15rem;
  resize: none;
  --input-padding: 2rem;
}
.gx-section table {
  border-spacing: 0;
  border-collapse: collapse;
}
.gx-section input[type='search'] {
  appearance: none;
  -webkit-appearance: none;
}
.gx-section input[type='number'] {
  appearance: textfield;
  -moz-appearance: textfield;
}
.gx-section :where(input, textarea)::-ms-input-placeholder {
  opacity: 1;
  color: var(--input-placeholder-color);
  font-size: calc(var(--body-font-size) - 1px);
}
.gx-section :where(input, textarea)::placeholder {
  color: var(--input-placeholder-color);
  font-size: calc(var(--body-font-size) - 1px);
}
.gx-section thead th {
  border-width: 0 1px 0 0;
  font-weight: 600;
}
.gx-section table,
.gx-section td,
.gx-section th {
  border: 1px solid var(--border-color-base);
  vertical-align: middle;
}
.gx-section td,
.gx-section th {
  padding: 11px 12px;
}
.gx-section :where(.btn-primary, .btn-outline, .btn, .btn-white) {
  padding: var(--btn-padding-y) var(--btn-padding-x);
  font-size: var(--btn-font-size);
  font-weight: var(--heading-weight);
  font-family: var(--btn-font);
  color: var(--btn-color);
  background: var(--btn-bg);
  border: 1px solid var(--btn-border-color);
  transition: var(--transition);
  border-radius: var(--btn-radius);
  line-height: normal;
  cursor: pointer;
  letter-spacing: calc(var(--btn-letter-spacing));
  text-transform: var(--btn-text-transform);
}
.gx-section :is(
    .btn-primary,
    .shopify-payment-button__more-options,
    .shopify-payment-button__button--unbranded,
    .shopify-challenge__button,
    .dmp_discount-form button
  ) {
  --btn-bg: var(--btn-primary-bg-color);
  --btn-bg-gradient: var(--btn-primary-bg-graident-color);
  --btn-color: var(--btn-primary-color);
  --btn-border-color: var(--btn-primary-bg-color);
  background: var(--btn-bg);
  background: var(--btn-bg-gradient);
}
.gx-section .btn-outline {
  --btn-bg: var(--color-white);
  --btn-color: var(--btn-outline-color);
  --btn-border-color: var(--btn-outline-border-color);
}
.gx-section .btn-white {
  --btn-bg: var(--color-white);
  --btn-color: var(--btn-outline-color);
  --btn-border-color: var(--color-white);
}
.gx-section .btn-reset {
  background: transparent;
  border: 0;
  padding: 0;
  overflow: unset !important;
}
.gx-section .btn-reset:not(.btn-link):after,
.gx-section .btn-reset:not(.btn-link):before {
  display: none !important;
}
.gx-section button[disabled],
.gx-section .disabled {
  pointer-events: none;
  opacity: 0.6;
}
.gx-section .btn-active.active {
  color: var(--btn-primary-color);
  background-color: var(--btn-primary-bg-color);
  border-color: var(--btn-primary-bg-color);
}
.gx-section .btn-link {
  color: var(--btn-link-color);
  font-family: var(--btn-font), sans-serif;
  font-weight: var(--heading-weight);
  padding: 0 0 1px;
  position: relative;
  line-height: 1;
  font-size: calc(var(--body-font-size) + 1px);
  cursor: pointer;
}
.gx-section .btn-link::before {
  content: '';
  position: absolute;
  height: var(--height, 1px);
  background-color: var(--btn-link-color);
  right: 0;
  bottom: 0;
  left: 0;
  transition: var(--transition);
}
.gx-section .banner-packery .btn-link{
  font-size: calc(var(--body-font-size) - 1px);
}
.gx-section .btn-text-transform {
  text-transform: var(--btn-text-transform);
}

.gx-section .shopify-challenge__container .shopify-challenge__button {
  margin-top: 2rem;
}
.gx-section .product-item__wrapper.product-grid .btn-white {
  border: 0;
}
.gx-section blockquote {
  background-color: var(--grey-color);
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: var(--heading-weight);
  color: var(--color-heading);
  letter-spacing: var(--heading-letter-spacing);
  padding: clamp(2rem, 3vw, 4rem);
  line-height: 1.5;
}
.gx-section .rounded-style blockquote:not(.tiktok-embed) {
  border-radius: 20px;
}
.gx-section .justify-end {
  justify-content: end;
}
.gx-section .justify-right {
  justify-content: end;
}
.gx-section .body_weight {
  font-weight: var(--body-weight);
}
.gx-section .subheading_weight {
  font-weight: var(--subheading-weight, 600);
}
.gx-section .heading_weight,
.gx-section strong {
  font-weight: var(--heading-weight, 600);
}
.gx-section .gradient {
  background: var(--color-background);
  background: var(--gradient-background);
  background-attachment: fixed;
}
.gx-section [style*='--aspect-ratio'] {
  position: relative;
  overflow: hidden;
}
.gx-section [style*='--aspect-ratio']:before {
  content: '';
  height: 0;
  display: block;
  padding-top: calc(100% / (0 + var(--aspect-ratio, 16 / 9)));
  pointer-events: none;
}
@media screen and (max-width: 767.98px) {
  .gx-section [style*='--aspect-ratio-mb']::before {
    padding-top: calc(100% / (0 + var(--aspect-ratio-mb, 16 / 9)));
  }
  .gx-section .flex-column-768 {
    flex-direction: column;
  }
  .gx-section :where(.flex-column-reverse-768) {
    flex-direction: column-reverse !important;
  }
  .gx-section .w-full-768 {
    width: 100% !important;
  }
  .gx-section .mb-justify-center {
    justify-content: center;
  }
  .gx-section .mb-justify-right {
    justify-content: right;
  }
  .gx-section .mb-justify-left {
    justify-content: left;
  }
  .gx-section .mb-content_alignment-center {
    justify-content: center;
  }
  .gx-section .mb-content_alignment-left {
    justify-content: left;
  }
  .gx-section .mb-content_alignment-right {
    justify-content: right;
  }
   .gx-section .mb-content_alignment-center .sec__content-btn{
    justify-content: center;
  }
  .gx-section .mb-content_alignment-left .sec__content-btn{
    justify-content: left;
  }
  .gx-section .mb-content_alignment-right .sec__content-btn{
    justify-content: right;
  }
  .gx-section .align-mb-center {
    align-items: center;
  }
  .gx-section .align-mb-left {
    align-items: left;
  }
  .gx-section .align-mb-right {
    align-items: right;
  }
  .gx-section .align-mb-srart {
    align-items: start;
  }
  .gx-section .align-mb-end {
    align-items: end;
  }
}
.gx-section .relative {
  position: relative;
}
.gx-section :where([style*='--aspect-ratio'] > :is(*:first-child, .secondary-image)), .gx-section :where([style*='--aspect-ratio']) > picture > *, .gx-section :where([style*='--aspect-ratio']) gx-motion-element img, .gx-section picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gx-section [style*='--point'],
.gx-section [style*='--point'] :is(img, picture) {
  object-position: var(--point);
}

.gx-section :where(.hidden, [hidden], .no-js .no-js-hidden) {
  display: none;
}
.gx-section .hidden-important {
  display: none !important;
}
.gx-section .inline-flex {
  display: inline-flex;
}
.gx-section .justify-between {
  justify-content: space-between;
}
.gx-section .align-center {
  align-items: center;
}
.gx-section .align-right {
  align-items: flex-end;
}
.gx-section :where(.flex-start, .justify-content-left) {
  justify-content: flex-start;
}
.gx-section :where(.flex-end, .justify-content-right, .justify-content-end) {
  justify-content: flex-end;
}
.gx-section :where(.justify-center, .justify-content-center) {
  justify-content: center;
}
.gx-section .align-self-baseline {
  align-self: baseline;
}
.gx-section .align-self-start {
  align-self: start;
}
.gx-section .align-self-center {
  align-self: center;
}
.gx-section .align-self-end {
  align-self: end;
}
.gx-section .flex-auto {
  flex: 0 0 auto;
}
.gx-section .flex-1 {
  flex: 1 1 0%;
}
.gx-section .flex-10 {
  flex: 0 0 1rem;
}
.gx-section .grow-1 {
  flex-grow: 1;
}
.gx-section :where(.flex-row) {
  flex-direction: row;
}
.gx-section :where(.flex-row-reverse) {
  flex-direction: row-reverse;
}

.gx-section :where(.flex-column) {
  flex-direction: column;
}
.gx-section :where(.flex-column-reverse) {
  flex-direction: column-reverse;
}
.gx-section :where(.flex-wrap) {
  flex-wrap: wrap;
}
.gx-section .flex-nowrap {
  flex-wrap: nowrap;
}
.gx-section .gap-0 {
  gap: 0;
}
.gx-section :where(.gap) {
  gap: var(--col-gap, 0);
}
.gx-section .gap-custom {
  gap: calc(var(--gap, 15) * 1px);
}
.gx-section .gap-custom-big {
  gap: clamp(
    1.5rem,
    calc(
      (var(--gap) * 0.64px) + (var(--gap) - (var(--gap) * 0.64)) *
        var(--responsive-rate)
    ),
    calc(var(--gap) * 1px)
  );
}
.gx-section :where(.gap-4) {
  gap: 0.4rem;
}
.gx-section :where(.gap-5) {
  gap: 0.5rem;
}
.gx-section :where(.gap-10) {
  --col-gap: 1rem;
  gap: var(--col-gap);
}
.gx-section :where(.gap-15) {
  --col-gap: 1.5rem;
  gap: var(--col-gap);
}
.gx-section :where(.gap-20) {
  --col-gap: 2rem;
  gap: var(--col-gap);
}
.gx-section :where(.gap-30) {
  --col-gap: 3rem;
  gap: var(--col-gap);
}
.gx-section :where(.gap-40) {
  gap: 4rem;
}
.gx-section .row-gap {
  row-gap: var(--col-gap, 0);
}
.gx-section .row-gap-5 {
  row-gap: 5px;
}
.gx-section .row-gap-custom {
  row-gap: var(--row-gap, 0);
}

.gx-section .row-gap-30 {
  row-gap: 3rem;
}
.gx-section .rounded-0 {
  border-radius: 0;
}
.gx-section :where(.rounded) {
  border-radius: var(--rounded-radius);
  overflow: hidden;
}
.gx-section :where(.btn-rounded) {
  border-radius: var(--btn-radius);
}
.gx-section :where(.border-width) {
  border-width: var(--border-width);
}
.gx-section :where(.border-style) {
  border-style: var(--border-style);
}
.gx-section :where(.border-opacity) {
  opacity: var(--border-opacity);
}
.gx-section :where(.rounded-50) {
  border-radius: 50%;
}
.gx-section .rounded-style .rounded-2 {
  border-radius: 2px;
}
.gx-section .rounded-style .rounded-3 {
  border-radius: 3px;
}
.gx-section .rounded-style .rounded-5 {
  border-radius: 5px;
}
.gx-section .rounded-style .rounded-10 {
  border-radius: 10px;
}
.gx-section .rounded-style .rounded-15 {
  border-radius: 15px;
}
.gx-section .flex-cols {
  --col: var(--col-number);
  --gap: var(--col-gap);
  row-gap: var(--gap);
  gap: var(--gap);
}
.gx-section .row-gap-20 {
  row-gap: 2rem;
}
.gx-section .flex-cols > * {
  flex: 0 0 auto;
  width: calc((100% - var(--gap, 0px) * calc(var(--col) - 1)) / var(--col));
}
.gx-section .grid-cols {
  --col: var(--col-number);
  --gap: var(--col-gap);
  grid-template-columns: repeat(
    var(--col),
    calc((100% - var(--gap, 0px) * calc(var(--col) - 1)) / var(--col))
  );
}
.gx-section .row-gap-0 {
  row-gap: 0;
}
.gx-section .flex-col-custom {
  --gap: var(--col-gap);
  margin-left: calc(var(--gap, var(--bs-gutter-x)) * -0.5);
  margin-right: calc(var(--gap, var(--bs-gutter-x)) * -0.5);
}
.gx-section .flex-col-custom > *:not(.swiper-wrapper) {
  padding-left: calc(var(--gap, var(--bs-gutter-x)) * 0.5);
  padding-right: calc(var(--gap, var(--bs-gutter-x)) * 0.5);
}
.gx-section .object-fit-cover {
  object-fit: cover;
  object-position: center center;
}
.gx-section .object-position-center {
  object-position: center;
}
.gx-section .list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gx-section .block {
  display: block;
}
.gx-section .inline-block {
  display: inline-block;
}
.gx-section .inline {
  display: inline;
}
.gx-section .grid,
.gx-section .swiper.grid {
  display: grid;
}
.gx-section .flex,
.gx-section .swiper.flex {
  display: flex;
}
.gx-section .overflow-hidden {
  overflow: hidden;
}
.gx-section .overflow-x-hidden {
  overflow-x: hidden;
}
.gx-section .overflow-y-auto {
  overflow-y: auto;
}
.gx-section .overflow-visible-important {
  overflow: visible !important;
}
.gx-section .last-0:last-child,
.gx-section .last-0:last-of-type {
  margin: 0;
  padding: 0;
  border: 0;
}
.gx-section .section {
  padding-top: clamp(
    (var(--section-pt) * 0.75px),
    calc(
      (var(--section-pt) * 0.75px) +
        (var(--section-pt) - (var(--section-pt) * 0.75)) *
        var(--responsive-rate)
    ),
    calc(var(--section-pt) * 1px)
  );
  padding-bottom: clamp(
    (var(--section-pb) * 0.75px),
    calc(
      (var(--section-pb) * 0.75px) +
        (var(--section-pb) - (var(--section-pb) * 0.75)) *
        var(--responsive-rate)
    ),
    calc(var(--section-pb) * 1px)
  );
}
.gx-section .section.pt-min {
  padding-top: calc(var(--section-pt) * 1px);
}
.gx-section .section.pb-min {
  padding-bottom: calc(var(--section-pb) * 1px);
}
.gx-section #MainContent {
  flex-grow: 1;
}
.gx-section #MainContent section:not(:last-child) .section:not(.remove_spacing) {
  margin-bottom: calc(var(--section-spacing) - var(--gutter-x, 0px));
}
.gx-section .section-spacing-top {
  margin-top: calc(var(--section-spacing) - var(--gutter-x, 0px));
}
.gx-section .rich__text-m0 p:only-child {
  margin-block: 0;
}
.gx-section .sec__rich-text .rich__text-m0 p{
  margin-block: 0;
}
.gx-section .rich__text-mt-0 p {
  margin-top: 0;
}
.gx-section .text-size {
  font-size: var(--body-font-size);
}
.gx-section .fs-small {
  font-size: calc(var(--body-font-size) - 2px);
}
.gx-section .fs-small-1 {
  font-size: calc(var(--body-font-size) - 1px);
}
.gx-section .fs-big-1 {
  font-size: calc(var(--body-font-size) + 1px);
}
.gx-section .fs-0 {
  font-size: 0;
}
.gx-section .fs-11 {
  font-size: 1.1rem;
}
.gx-section .fs-12 {
  font-size: 1.2rem;
}
.gx-section .fs-13 {
  font-size: 1.3rem;
}
.gx-section .fs-14 {
  font-size: 1.4rem;
}
.gx-section .fs-15 {
  font-size: 1.5rem;
}
.gx-section .fs-16 {
  font-size: 1.6rem;
}
.gx-section .fs-18 {
  font-size: 1.8rem;
}
.gx-section .fs-20 {
  font-size: 2rem;
}
.gx-section .fs-22 {
  font-size: 2.2rem;
}
.gx-section .fs-26 {
  font-size: 2.6rem;
}
.gx-section .fs-36 {
  font-size: calc(2.305rem + 0.66vw);
}

.gx-section .fs-custom {
  font-size: calc(var(--font-size) * 1px);
}
.gx-section .fs-big {
  font-size: clamp(
    (var(--font-size) * 0.64px),
    calc(
      (var(--font-size) * 0.64px) +
        (var(--font-size) - (var(--font-size) * 0.64)) * var(--responsive-rate)
    ),
    calc(var(--font-size) * 1px)
  );
}
.gx-section .fs-medium {
  font-size: clamp(
    (var(--font-size) * 0.8333px),
    calc(
      (var(--font-size) * 0.8333px) +
        (var(--font-size) - (var(--font-size) * 0.8333)) *
        var(--responsive-rate)
    ),
    calc(var(--font-size) * 1px)
  );
}
.gx-section .fs-medium-list {
  font-size: clamp(
    (var(--font-size) * 0.875px),
    calc(
      (var(--font-size) * 0.875px) +
        (var(--font-size) - (var(--font-size) * 0.875)) * var(--responsive-rate)
    ),
    calc(var(--font-size) * 1px)
  );
}
.gx-section .mb-big {
  margin-bottom: clamp(
    (var(--space-bottom) * 0.64px),
    calc(
      (var(--space-bottom) * 0.64px) +
        (var(--space-bottom) - (var(--space-bottom) * 0.64)) *
        var(--responsive-rate)
    ),
    calc(var(--space-bottom) * 1px)
  );
}
.gx-section .mb-medium {
  margin-bottom: clamp(
    (var(--space-bottom) * 0.8333px),
    calc(
      (var(--space-bottom) * 0.8333px) +
        (var(--space-bottom) - (var(--space-bottom) * 0.8333)) *
        var(--responsive-rate)
    ),
    calc(var(--space-bottom) * 1px)
  );
}
.gx-section .mt-big {
  margin-top: clamp(
    (var(--space-top) * 0.64px),
    calc(
      (var(--space-top) * 0.64px) +
        (var(--space-top) - (var(--space-top) * 0.64)) *
        var(--responsive-rate)
    ),
    calc(var(--space-top) * 1px)
  );
}
.gx-section .mt-medium {
  margin-top: clamp(
    (var(--space-top) * 0.8333px),
    calc(
      (var(--space-top) * 0.8333px) +
        (var(--space-top) - (var(--space-top) * 0.8333)) *
        var(--responsive-rate)
    ),
    calc(var(--space-top) * 1px)
  );
}
.gx-section .word-break {
  word-break: break-word;
}
.gx-section .w-custom {
  width: var(--custom-width);
}
.gx-section .w-30 {
  width: 30px;
}
.gx-section .w-50-percent {
  width: 50%;
}
.gx-section .w-40 {
  width: 4rem;
}
.gx-section .w-44 {
  width: 4.4rem;
}
.gx-section .w-45 {
  width: 4.5rem;
}
.gx-section .w-50 {
  width: 5rem;
}
.gx-section .w-full {
  width: 100%;
}
.gx-section .h-content {
  height: fit-content;
}

.gx-section .max-w-100 {
  max-width: 100%;
}
.gx-section .h-auto {
  height: auto;
}
.gx-section .h-2 {
  height: 2px;
}
.gx-section .h-5 {
  height: 5px;
}
.gx-section .h-40 {
  height: 4rem;
}
.gx-section .h-44 {
  height: 4.4rem;
}
.gx-section .h-45 {
  height: 4.5rem;
}
.gx-section .h-50 {
  height: 5rem;
}
.gx-section .h-custom {
  height: var(--custom-height);
}
.gx-section .h-full {
  height: 100%;
}
.gx-section .h-100vh {
  height: 100vh;
}
.gx-section .col-w-custom {
  flex: 0 0 auto;
  width: var(--col-width, 50%);
}
.gx-section .p-0 {
  padding: 0;
}
.gx-section .p-5 {
  padding: 0.5rem;
}
.gx-section .p-10 {
  padding: 1rem;
}
.gx-section .p-15 {
  padding: 1.5rem;
}
.gx-section .p-20 {
  padding: 2rem;
}
.gx-section .p-30 {
  padding: 3rem;
}
.gx-section .pb-8 {
  padding-bottom: 8px;
}
.gx-section .pb-10 {
  padding-bottom: 1rem;
}
.gx-section .pb-15 {
  padding-bottom: 1.5rem;
}
.gx-section .pb-25 {
  padding-bottom: 2.5rem;
}
.gx-section .px-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.gx-section .ps-5 {
  padding-inline-start: 5px;
}
.gx-section .ps-12 {
  padding-inline-start: 1.2rem;
}
.gx-section .ps-15 {
  padding-inline-start: 1.5rem;
}
.gx-section .ps-30 {
  padding-inline-start: 3rem;
}
.gx-section .pe-12 {
  padding-inline-end: 12px;
}
.gx-section .pe-5 {
  padding-inline-end: 5px;
}
.gx-section .pe-30 {
  padding-inline-end: 3rem;
}
.gx-section .pe-10 {
  padding-inline-end: 1rem;
}
.gx-section .ps-20 {
  padding-inline-start: 2rem;
}
.gx-section .pe-20 {
  padding-inline-end: 2rem;
}
.gx-section .px-0 {
  padding-right: 0;
  padding-left: 0;
}
.gx-section .px-10 {
  padding-right: 1rem;
  padding-left: 1rem;
}
.gx-section .px-15 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.gx-section .px-20 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.gx-section .px-25 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.gx-section .px-30 {
  padding-right: 3rem;
  padding-left: 3rem;
}
.gx-section .py-5 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.gx-section .py-7 {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.gx-section .py-8 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.gx-section .py-10 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.gx-section .py-15 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.gx-section .py-17 {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}
.gx-section .py-18 {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}
.gx-section .py-20 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.gx-section .py-25 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.gx-section .py-30 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.gx-section .py-50 {
  padding-top: clamp(3rem, 6vh, 5rem);
  padding-bottom: clamp(3rem, 6vh, 5rem);
}
.gx-section .pt-5 {
  padding-top: 5px;
}
.gx-section .pt-17 {
  padding-top: 1.7rem;
}
.gx-section .pt-20 {
  padding-top: 2rem;
}
.gx-section .pt-30 {
  padding-top: 3rem;
}
.gx-section .pt-33 {
  padding-top: 3.3rem;
}
.gx-section .pt-40 {
  padding-top: 4rem;
}
.gx-section .pt-0 {
  padding-top: 0;
}
.gx-section .pt-6 {
  padding-top: 0.6rem;
}
.gx-section .pt-15 {
  padding-top: 1.5rem;
}
.gx-section .pt-22 {
  padding-top: 2.2rem;
}
.gx-section .pt-25 {
  padding-top: 2.5rem;
}
.gx-section .pt-28 {
  padding-top: 2.8rem;
}
.gx-section .pt-50 {
  padding-top: clamp(3.5rem, 4vw, 5rem);
}
.gx-section .pt-55 {
  padding-top: clamp(3.5rem, 4.3vw, 5.5rem);
}
.gx-section .pt-60 {
  padding-top: clamp(4rem, 4.5vw, 6rem);
}
.gx-section .pb-0 {
  padding-bottom: 0;
}
.gx-section .pb-5 {
  padding-bottom: 5px;
}
.gx-section .pb-10 {
  padding-bottom: 1rem;
}
.gx-section .py-13 {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}
.gx-section .pb-20 {
  padding-bottom: 2rem;
}
.gx-section .pb-30 {
  padding-bottom: 3rem;
}
.gx-section .m-0 {
  margin: 0;
}
.gx-section .ms-3 {
  margin-inline-start: 3px;
}
.gx-section .ms-8 {
  margin-inline-start: 8px;
}
.gx-section .m-auto {
  margin: auto;
}
.gx-section .my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.gx-section .my-25 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.gx-section .my-30 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.gx-section .mt-0 {
  margin-top: 0;
}
.gx-section .mt-3 {
  margin-top: 3px;
}
.gx-section .mt-5 {
  margin-top: 5px;
}
.gx-section .mt-6 {
  margin-top: 6px;
}
.gx-section .mt-10 {
  margin-top: 10px;
}
.gx-section .mt-17 {
  margin-top: 1.7rem;
}
.gx-section .mt-25 {
  margin-top: 2.5rem;
}
.gx-section .mb-8 {
  margin-bottom: 8px;
}
.gx-section .mb-10 {
  margin-bottom: 1rem;
}
.gx-section .mb-15 {
  margin-bottom: 1.5rem;
}
.gx-section .mb-24 {
  margin-bottom: 2.4rem;
}
.gx-section .mb-25 {
  margin-bottom: 2.5rem;
}
.gx-section .mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.gx-section .mx-8 {
  margin-left: 8px;
  margin-right: 8px;
}
.gx-section .mx-0 {
  margin-inline: 0;
}
.gx-section .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.gx-section .ms-auto {
  margin-inline-start: auto;
}
.gx-section .me-auto {
  margin-inline-end: auto;
}
.gx-section .me-3 {
  margin-inline-end: 3px;
}
.gx-section .my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.gx-section .my-15 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.gx-section .my-20 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.gx-section .mt-8 {
  margin-top: 0.8rem;
}
.gx-section .mt-12 {
  margin-top: 1.2rem;
}
.gx-section .mt-15 {
  margin-top: 1.5rem;
}
.gx-section .mt-20 {
  margin-top: 2rem;
}
.gx-section .mt-22 {
  margin-top: 2.2rem;
}
.gx-section .mt-25 {
  margin-top: 2.5rem;
}
.gx-section .mt-30 {
  margin-top: 3rem;
}
.gx-section .mt-40 {
  margin-top: clamp(3rem, 3.8vw, 4rem);
}
.gx-section .mt-45 {
  margin-top: clamp(3rem, 4vw, 4.5rem);
}
.gx-section .mt-50 {
  margin-top: clamp(3.5rem, 4.3vw, 5rem);
}
.gx-section .mt-60,
.gx-section .shopify-challenge__container {
  margin-top: clamp(4rem, 4.5vw, 6rem);
}
.gx-section .mt-custom {
  margin-top: calc(var(--space-top) * 1px);
}
.gx-section .mb-custom {
  margin-bottom: calc(var(--space-bottom) * 1px);
}
.gx-section .pb-custom {
  padding-bottom: calc(var(--space-bottom) * 1px);
}
.gx-section .pt-custom {
  padding-top: calc(var(--space-top) * 1px);
}
.gx-section .mb-0 {
  margin-bottom: 0;
}
.gx-section .mb-2 {
  margin-bottom: 2px;
}
.gx-section .mb-3 {
  margin-bottom: 3px;
}
.gx-section .mb-5 {
  margin-bottom: 5px;
}
.gx-section .mb-12 {
  margin-bottom: 1.2rem;
}
.gx-section .mb-22 {
  margin-bottom: 2.2rem;
}
.gx-section .mb-20 {
  margin-bottom: 2rem;
}
.gx-section .mb-23 {
  margin-bottom: 2.3rem;
}
.gx-section .mb-30 {
  margin-bottom: 3rem;
}
.gx-section .mb-33 {
  margin-bottom: 3.3rem;
}
.gx-section .mb-40 {
  margin-bottom: 4rem;
}
.gx-section .mb-50 {
  margin-bottom: 5rem;
}
.gx-section .mb-60 {
  margin-bottom: clamp(4rem, 4.5vw, 6rem);
}
.gx-section .ms-5 {
  margin-inline-start: 5px;
}
.gx-section .ms-10 {
  margin-inline-start: 1rem;
}
.gx-section .ms-15 {
  margin-inline-start: 1.5rem;
}
.gx-section .ms-30 {
  margin-inline-start: 3rem;
}
.gx-section .me-5 {
  margin-inline-end: 5px;
}
.gx-section .me-8 {
  margin-inline-end: 8px;
}
.gx-section .me-10 {
  margin-inline-end: 1rem;
}
.gx-section .me-20 {
  margin-inline-end: 2rem;
}
.gx-section .min-w-custom {
  min-width: var(--min-width);
}
.gx-section .min-h-55 {
  min-height: 55px;
}
.gx-section .border-0 {
  border: 0;
}
.gx-section :where(.border) {
  border: var(--border-height, 1px) solid var(--color-border);
}
.gx-section :where(.border-top) {
  border-top: 1px solid var(--color-border);
}
.gx-section :where(.border-bottom),
.gx-section .border-0.border-bottom {
  border-bottom: 1px solid var(--color-border);
}
.gx-section header.active {
  border-bottom: 0.5px solid #ebebeb;
}
.gx-section header.active li.visible .submenu:not(.submenu-vertical) {
  border-top: 1px solid var(--color-border);
}
.gx-section :where(.border-inline-start) {
  border-inline-start: 1px solid var(--color-border);
}
.gx-section :where(.border-inline-end) {
  border-inline-end: 1px solid var(--color-border);
}
.gx-section .whitespace-nowrap {
  white-space: nowrap;
}
.gx-section .list-none {
  list-style-type: none;
}
.gx-section .no-underline {
  text-decoration-line: none;
}
.gx-section .uppercase {
  text-transform: uppercase;
}

.gx-section .absolute {
  position: absolute;
}
.gx-section .static {
  position: static;
}
.gx-section .static-impo {
  position: static !important;
}
.gx-section .fixed {
  position: fixed;
}
.gx-section .sticky {
  position: sticky;
}
.gx-section .inset-x-0 {
  left: 0;
  right: 0;
}
.gx-section .inset-x-15 {
  left: 1.5rem;
  right: 1.5rem;
}
.gx-section .inset-x-20 {
  left: 2rem;
  right: 2rem;
}
.gx-section .inset-y-0 {
  top: 0;
  bottom: 0;
}
.gx-section .top-0 {
  top: 0;
}
.gx-section .top-3 {
  top: 3px;
}
.gx-section .top-10 {
  top: 1rem;
}
.gx-section .top-15 {
  top: 1.5rem;
}
.gx-section .top-100 {
  top: 100%;
}
.gx-section .right-0 {
  right: 0;
}
.gx-section .right-30 {
  right: 3rem;
}
.gx-section .bottom-0 {
  bottom: 0;
}
.gx-section .bottom-10 {
  bottom: 1rem;
}
.gx-section .bottom-15 {
  bottom: 1.5rem;
}
.gx-section .bottom-20 {
  bottom: 2rem;
}
.gx-section .bottom-30 {
  bottom: 3rem;
}
.gx-section .left-0 {
  left: 0;
}
.gx-section .left-5 {
  left: 5px;
}
.gx-section .left-7 {
  left: 7px;
}
.gx-section .left-15 {
  left: 1.5rem;
}
.gx-section .left-20 {
  left: 2rem;
}
.gx-section .left-30 {
  left: 3rem;
}
.gx-section .left-45 {
  left: 4.5rem;
}
.gx-section .left-50 {
  left: 5rem;
}
.gx-section .left-10 {
  left: 1rem;
}
.gx-section .right-5 {
  right: 0.5rem;
}
.gx-section .right-7 {
  right: 0.7rem;
}
.gx-section .right-10 {
  right: 1rem;
}
.gx-section .right-15 {
  right: 1.5rem;
}
.gx-section .right-20 {
  right: 2rem;
}
.gx-section .z--1 {
  z-index: -1;
}
.gx-section .z-0 {
  z-index: 0;
}
.gx-section .z-1 {
  z-index: 1;
}
.gx-section .z-2 {
  z-index: 2;
}
.gx-section .z-3 {
  z-index: 3 !important;
}
.gx-section .z-5 {
  z-index: 5;
}
.gx-section .z-10 {
  z-index: 10;
}
.gx-section .z-9 {
  z-index: 9;
}
.gx-section .z-15 {
  z-index: 15;
}
.gx-section .z-16 {
  z-index: 16;
}
.gx-section .z-20 {
  z-index: 20;
}
.gx-section .z-auto {
  z-index: auto;
}
.gx-section .inset-0 {
  inset: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.gx-section .top-left {
  align-self: baseline;
}
.gx-section .top-center {
  justify-content: center;
  align-self: baseline;
}
.gx-section .top-right {
  justify-content: flex-end;
  align-self: baseline;
}
.gx-section .middle-left {
  align-items: center;
}
.gx-section .middle-center {
  align-items: center;
  justify-content: center;
}
.gx-section .middle-right {
  align-items: center;
  justify-content: flex-end;
}
.gx-section .middle-start{
  justify-content: flex-start;
}
.gx-section .middle-end{
  justify-content: flex-end;
}
.gx-section .group-text.middle-center{
  align-items: unset;
}
.gx-section .group-text-center gx-motion-element{
  justify-content: center;
}
.gx-section .group-text-end gx-motion-element{
  justify-content: flex-end;
}
.gx-section .group-text-start gx-motion-element{
  justify-content: flex-start;
}
.gx-section .bottom-left {
  align-items: flex-end;
}
.gx-section .bottom-center {
  align-items: flex-end;
  justify-content: center;
}
.gx-section .bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.gx-section .content-center {
  justify-content: center;
  align-items: center;
}
.gx-section .lh-1 {
  line-height: 1;
}
.gx-section .lh-normal {
  line-height: normal;
}
.gx-section .lh-small {
  line-height: 1.5;
}
.gx-section .text-left {
  text-align: start;
}
.gx-section .text-center {
  text-align: center;
}
.gx-section .text-right {
  text-align: end;
}
.gx-section .fs-responsive {
  font-size: clamp(var(--fs-min), 3vw, var(--fs-max));
}
.gx-section .fs-base {
  font-size: var(--body-font-size);
}
.gx-section .fs-10 {
  font-size: 1rem;
}
.gx-section [direction='rtl'] {
  direction: rtl;
}
.gx-section :is(.active, .open).visible {
  opacity: 1;
  visibility: visible;
}
.gx-section .invisible {
  opacity: 0;
  visibility: hidden;
}
.gx-section .visually-hidden {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}
.gx-section .transform-none {
  transform: none !important;
}
.gx-section .border-animation {
  position: relative;
  background-image: linear-gradient(
    to right,
    var(--color-heading) 0%,
    var(--color-heading) 98%
  );
  background-size: 0 var(--height, 1px);
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: 0.3s;
}
.gx-section .border-animation:is(:hover, .active) {
  background-size: 100% var(--height, 1px);
}
@media (min-width: 576px) {
  .gx-section :is(.grid-cols, .flex-cols) {
    --col: var(--col-tablet, var(--col-desktop));
  }
  .gx-section .block-sm {
    display: block;
  }
  .gx-section .flex-sm-0 {
    flex: 1;
  }
  .gx-section .grid-sm {
    display: grid;
  }
  .gx-section .hidden-sm {
    display: none;
  }
  .gx-section .absolute-sm {
    position: absolute;
  }
  .gx-section .static-sm {
    position: static;
  }
  .gx-section .relative-sm {
    position: relative;
  }
  .gx-section .px-sm-15 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .gx-section .px-sm-30 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .gx-section .pe-sm-30 {
    padding-inline-end: 3rem;
  }
  .gx-section .left-sm-15 {
    left: 1.5rem;
  }
  .gx-section .right-sm-15 {
    right: 1.5rem;
  }
  .gx-section .top-sm-15 {
    top: 1.5rem;
  }
  .gx-section .mt-sm-15 {
    margin-top: 1.5rem;
  }
  .gx-section .gap-sm-30 {
    gap: 3rem;
  }
  .gx-section :where(.justify-sm-center, .justify-content-sm-center) {
    justify-content: center;
  }
  .gx-section .w-sm-44 {
    width: 4.4rem;
  }
  .gx-section .col-sm-w-custom {
    flex: 0 0 auto;
    width: var(--col-width, 50%);
  }
  .gx-section .col-sm-remaining {
    flex: 0 0
      calc(
        100% - var(--col-width, 50%) - var(--col-gap-desktop, var(--col-gap))
      );
    width: calc(
      100% - var(--col-width, 50%) - var(--col-gap-desktop, var(--col-gap))
    );
  }
  .gx-section :where(.border-sm-inline-end) {
    border-inline-end: 1px solid var(--color-border);
  }
}
@media (min-width: 768px) and (max-width: 1024.99px) {
  .gx-section .col-md-w-custom-50 {
    --col-width: 50% !important;
  }
}
@media (min-width: 768px) {
  .gx-section :is(.grid-cols, .flex-cols) {
    --col: var(--col-desktop-small, var(--col-desktop));
  }
  .gx-section .align-md-start {
    align-items: start;
  }
  .gx-section .align-md-end {
    align-items: end;
  }
  .gx-section .align-md-center {
    align-items: center;
  }
  .gx-section .block-md {
    display: block;
  }
  .gx-section .flex-md {
    display: flex;
  }
  .gx-section .flex-md-1 {
    flex: 1;
  }
  .gx-section .flex-md-row-reverse {
    flex-wrap: wrap;
  }
  .gx-section .flex-md-wrap {
    flex-wrap: wrap;
  }
  .gx-section .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .gx-section .inline-block-md {
    display: inline-block;
  }
  .gx-section .row-gap-md-30 {
    row-gap: 3rem;
  }
  .gx-section .grid-md {
    display: grid;
  }
  .gx-section .hidden-md {
    display: none;
  }
  .gx-section .absolute-md {
    position: absolute;
  }
  .gx-section .absolute-md-impo {
    position: absolute !important;
  }
  .gx-section .relative-md {
    position: relative;
  }
  .gx-section .static-md-impo {
    position: static !important;
  }
  .gx-section .transform-md-none {
    transform: none !important;
  }
  .gx-section .flex-md-column {
    flex-direction: column;
  }
  .gx-section .flex-md-row {
    flex-direction: row;
  }
  .gx-section .flex-md-wrap {
    flex-wrap: wrap;
  }
  .gx-section .text-md-left {
    text-align: start;
  }
  .gx-section .text-md-center {
    text-align: center;
  }
  .gx-section .text-md-right {
    text-align: end;
  }
  .gx-section .text-md-start {
    text-align: start;
  }
  .gx-section .mx-md-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .gx-section .ms-md-auto {
    margin-inline-start: auto;
  }
  .gx-section .mb-md-0 {
    margin-bottom: 0;
  }
  .gx-section .mb-md-5 {
    margin-bottom: 0.5rem;
  }
  .gx-section .ms-md-20 {
    margin-inline-start: 2rem;
  }
  .gx-section .me-md-10 {
    margin-inline-end: 1rem;
  }
  .gx-section .py-md-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .gx-section .py-md-20 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .gx-section .px-md-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .gx-section .px-md-20 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .gx-section .px-md-30 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .gx-section .pe-md-0 {
    padding-inline-end: 0;
  }
  .gx-section .border-bottom-md-0 {
    border-bottom: 0;
  }
  .gx-section .justify-md-unset {
    justify-content: unset;
  }
  .gx-section .justify-md-end {
    justify-content: flex-end;
  }
  .gx-section .gap-md-20 {
    gap: 2rem;
  }
  .gx-section :where(.gap-md-30) {
    --col-gap: 3rem;
    gap: var(--col-gap);
  }
  .gx-section :where(.flex-md-start, .justify-content-md-left) {
    justify-content: flex-start;
  }
  .gx-section :where(.flex-md-end, .justify-content-md-right) {
    justify-content: flex-end;
  }
  .gx-section :where(.justify-md-center, .justify-content-md-center) {
    justify-content: center;
  }
  .gx-section :where(.justify-md-between, .justify-content-md-between) {
    justify-content: space-between;
  }
  .gx-section .justify-content-inherit {
    justify-content: inherit;
  }
  .gx-section .text-md-end {
    text-align: end;
  }
  .gx-section .col-md-w-custom {
    flex: 0 0 auto;
    width: var(--col-width, 50%);
  }
  .gx-section .col-md-remaining,
  .gx-section .swiper-wrapper.col-md-remaining {
    flex: 0 0
      calc(100% - var(--col-width) - var(--col-gap-desktop, var(--col-gap)));
    width: calc(
      100% - var(--col-width) - var(--col-gap-desktop, var(--col-gap))
    );
  }
  .gx-section .inset-x-md-30 {
    left: 3rem;
    right: 3rem;
  }
  .gx-section .bottom-md-30 {
    bottom: 3rem;
  }
  .gx-section .border-bottom-md-0 {
    bottom: 3rem;
  }
  .gx-section .left-md-15 {
    left: 1.5rem;
  }
  .gx-section .right-md-15 {
    right: 1.5rem;
  }
  .gx-section :where(.border-md-inline-end) {
    border-inline-end: 1px solid var(--color-border);
  }
  .gx-section .w-md-unset {
    width: unset;
  }
}
@media (min-width: 992px) {
  .gx-section :is(.grid-cols, .flex-cols) {
    --col: var(--col-desktop, var(--col-number));
    --gap: var(--col-gap-desktop, var(--col-gap));
  }
  .gx-section :where(.gap) {
    gap: var(--col-gap-desktop, var(--col-gap));
  }
  .gx-section .flex-col-custom {
    --gap: var(--col-gap-desktop, var(--col-gap));
  }
  .gx-section .row-gap {
    row-gap: var(--col-gap-desktop, var(--col-gap));
  }
  .gx-section :where(.gap-desktop-30) {
    --col-gap: 3rem;
    gap: var(--col-gap);
  }
  .gx-section .gap-lg-20 {
    gap: 2rem;
  }
  .gx-section :where(.gap-lg-25) {
    gap: 2.5rem;
  }
  .gx-section .block-lg {
    display: block;
  }
  .gx-section .flex-lg-1 {
    flex: 1;
  }
  .gx-section .grid-lg {
    display: grid;
  }
  .gx-section .hidden-lg {
    display: none;
  }
  
  .gx-section .relative-lg {
    position: relative;
  }
  .gx-section .max-w-custom {
    max-width: var(--max-width);
  }
  .gx-section .section-slide-with-banner .sec__content-btn  > a:not(.btn-link) {
    padding: 1.5rem 3.8rem;
  }
}

@media (min-width: 1025px) {
  .gx-section .static-1025 {
    position: static;
  }
  .gx-section .sticky-1025 {
    position: sticky;
  }
  .gx-section .inline-flex-1025 {
    display: inline-flex;
  }
  .gx-section .inline-block-1025 {
    display: inline-block;
  }
  .gx-section .hidden-1025 {
    display: none;
  }
  .gx-section .absolute-1025 {
    position: absolute;
  }
  .gx-section .relative-1025 {
    position: relative;
  }
  .gx-section .border-bottom-1025-0 {
    border-bottom: 0;
  }
  .gx-section .min-h-1025-50 {
    min-height: 50px;
  }
  .gx-section .min-h-1025-unset {
    min-height: unset;
  }
  .gx-section .z-1025-16 {
    z-index: 16;
  }
  .gx-section .pt-1025-35 {
    padding-top: 3.5rem;
  }
  .gx-section .p-1025-40 {
    padding: 4rem;
  }
  .gx-section .p-1025-50 {
    padding: 5rem;
  }
  .gx-section .pb-1025-0 {
    padding-bottom: 0;
  }
  .gx-section .pb-1025-50 {
    padding-bottom: 5rem;
  }
  .gx-section .py-1025-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .gx-section .py-1025-15 {
    padding-top: 15.5px;
    padding-bottom: 15.5px;
  }
  .gx-section .px-1025-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .gx-section .px-1025-25 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .gx-section .py-1025-40 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .gx-section .mt-1025-0 {
    margin-top: 0;
  }
  .gx-section .mt-1025-60 {
    margin-top: clamp(4rem, 4.5vw, 6rem);
  }
  .gx-section .my-1025-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .gx-section .mb-1025-0 {
    margin-bottom: 0;
  }
  .gx-section .mb-1025-25 {
    margin-bottom: 2.5rem;
  }
  .gx-section .flex-1025 {
    display: flex;
  }
  .gx-section .flex-1025-row {
    flex-direction: row;
  }
  .gx-section .flex-1025-row-reverse {
    flex-direction: row-reverse;
  }
  .gx-section .flex-1025-nowrap {
    flex-wrap: nowrap;
  }
  .gx-section .justify-between-1025 {
    justify-content: space-between;
  }
  .gx-section .invisible-1025 {
    opacity: 0;
    visibility: hidden;
  }
  .gx-section .pointer-none-1025 {
    pointer-events: none;
  }
  .gx-section .visible-1025 {
    opacity: 1;
    visibility: visible;
  }
  .gx-section .block-1025 {
    display: block;
  }
  .gx-section .text-left-1025,
  .gx-section .text-1025-start {
    text-align: start;
  }
  .gx-section .top-1025-15 {
    top: 1.5rem;
  }
  .gx-section .right-1025-15 {
    right: 1.5rem;
  }
  .gx-section .left-1025-15 {
    left: 1.5rem;
  }
  .gx-section .bottom-1025-15 {
    bottom: 1.5rem;
  }
  .gx-section .bottom-1025-auto {
    bottom: auto;
  }
  .gx-section .w-1025-45 {
    width: 4.5rem;
  }
  .gx-section .h-1025-45 {
    height: 4.5rem;
  }
  .gx-section .w-1025-auto {
    width: auto;
  }
  .gx-section .h-1025-auto {
    height: auto;
  }
  .gx-section .col-1025-w-custom {
    flex: 0 0 auto;
    width: var(--col-width, 50%);
  }
  .gx-section .col-1025-remaining {
    flex: 0 0
      calc(100% - var(--col-width) - var(--col-gap-desktop, var(--col-gap)));
    width: calc(
      100% - var(--col-width) - var(--col-gap-desktop, var(--col-gap))
    );
  }
  .gx-section .border-1025 {
    border: 1px solid var(--color-border);
  }
  .gx-section .border-1025-0 {
    border: 0;
  }
  .gx-section .border-1025-bottom-0 {
    border-bottom: 0;
  }
  .gx-section .border-top-1025 {
    border-top: 1px solid var(--color-border);
  }
  .gx-section .absolute-lg {
    position: absolute;
  }
  .gx-section .static-lg-impo {
    position: static !important;
  }
  .gx-section .text-lg-start {
    text-align: start;
  }
  .gx-section .lg\:gap-40{
    gap: 4rem;
  }
  .gx-section .lg\:rounded {
    border-radius: var(--rounded-radius-lg);
  }
}
@media (min-width: 1200px) {
  .gx-section .static-xl {
    position: static;
  }
  .gx-section .relative-xl {
    position: relative;
  }
  .gx-section .static-xl-impo {
    position: static !important;
  }
  .gx-section .block-xl {
    display: block;
  }
  .gx-section .grid-xl {
    display: grid;
  }
  .gx-section .flex-xl {
    display: flex;
  }
  .gx-section .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .gx-section .text-xl-start {
    text-align: start;
  }
  .gx-section .gap-xl-25 {
    gap: 2.5rem;
  }
  .gx-section .gap-xl-30 {
    gap: 3rem;
  }
  .gx-section .gap-xl-50 {
    gap: clamp(1.5rem, 2vw, 5rem);
  }
  .gx-section .gap-xl-60 {
    gap: 6rem;
  }
  .gx-section .transform-xl-none {
    transform: none !important;
  }
  .gx-section .px-xl-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .gx-section .pe-xl-25 {
    padding-inline-end: 2.5rem;
  }
  .gx-section .justify-between-xl {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1199.98px) {
  .gx-section .shopify-section:not(.contact-us, .not-hide-br) br {
    display: none;
  }
}
.gx-section .bg-transparent {
  background: transparent !important;
}
.gx-section .bls__drawer {
  --transition-type: transform;
}
.gx-section .bls__drawer {
  --tw-translate-x: 100%;
}
.gx-section .bls__drawer.left {
  transform: translateX(100%);
  width: 100%;
  max-width: var(--drawer-width, 48rem);
  transform: translateX(var(--tw-translate-x));
}
.gx-section .bls__drawer.right {
  --tw-translate-x: -100%;
  transform: translateX(var(--tw-translate-x));
  width: 100%;
  max-width: var(--drawer-width, 48rem);
}
.gx-section #button_search_default {
  display: none;
}
@media (min-width: 768px) {
  .gx-section .bls__drawer.top {
    transform: translateY(-120%);
  }
  .gx-section #button_search_default ~ .top-search-toggle {
    display: none;
  }
  .gx-section #button_search_default {
    display: inline-flex;
  }
}
 {
  --swiper-navigation-color: var(--color-dark);
  --swiper-navigation-size: 16px;
  --swiper-pagination-bullet-width: 2.5rem;
  --swiper-pagination-bullet-height: 2.5rem;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: transparent;
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-bullet-horizontal-gap: 0;
}
@media screen and (max-width: 767.98px) {
.gx-section .text-mb-left {
  text-align: start;
}
.gx-section .text-mb-center {
  text-align: center;
}
.gx-section .text-mb-right {
  text-align: end;
}
  .gx-section .free-scroll {
    margin-left: calc(-1 * var(--bs-gutter-x, 1.5rem));
    margin-right: calc(-1 * var(--bs-gutter-x, 1.5rem));
  }
  .gx-section .free-scroll [data-free-scroll] {
    padding-left: var(--bs-gutter-x);
    padding-right: var(--bs-gutter-x);
    --col: var(--col-number);
  }
  .gx-section [data-free-scroll] .swiper-wrapper::-webkit-scrollbar,
  .gx-section .grid_scroll::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .gx-section :is(.grid_scroll, .swiper.grid_scroll) {
    grid-template-columns: repeat(
      var(--repeat, auto-fit),
      minmax(calc(100% / var(--col-number)), 1fr)
    );
    grid-auto-flow: column;
    grid-auto-columns: minmax(calc(100% / var(--col-number)), 1fr);
    gap: var(--col-gap);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    display: grid;
    margin-left: calc(-1 * var(--bs-gutter-x));
    margin-right: calc(-1 * var(--bs-gutter-x));
    padding-left: var(--bs-gutter-x);
    padding-right: var(--bs-gutter-x);
  }
  .gx-section :is(
      .grid_scroll .col-w-custom:not(.product-item__inner),
      [data-free-scroll='true'].flex-cols > *,
      [data-free-scroll].flex-col-custom > *
    ) {
    width: 100%;
    padding-inline: 0;
  }
  .gx-section [data-free-scroll='true'].flex-cols.flex-column:not(.swiper-initialized) {
    flex-direction: row;
  }
  .gx-section [data-free-scroll] .swiper-pagination {
    margin-top: 1.5rem;
  }
  .gx-section [data-enable='true'].swiper.grid-cols {
    grid-template-columns: repeat(
      var(--repeat, var(--col)),
      calc((100% - var(--gap, 0px) * calc(var(--col) - 1)) / var(--col))
    );
  }
  .gx-section [data-enable='true'].swiper.flex-column:not(.swiper-initialized) {
    flex-direction: row;
  }
   {
    --swiper-pagination-bullet-width: 1.5rem;
    --swiper-pagination-bullet-height: 1.5rem;
    --swiper-pagination-bullet-horizontal-gap: -17px;
  }
  .gx-section .swiper-pagination-bullet {
    padding: 2.4rem;
  }
   {
    margin: -1.7rem;
  }
  .gx-section .swiper-pagination-bullet:before {
    display: none;
  }
  .gx-section .row-gap-mb-0 {
    row-gap: 0;
  }
}

.gx-section .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  --swiper-pagination-color: var(--color-heading);
}
.gx-section .swiper:not([class*='initialized']) .swiper-wrapper {
  --gap: var(--col-gap);
  overflow: hidden;
  gap: var(--gap, 1.5rem);
}
.gx-section .swiper:not([class*='initialized'])[data-mobile='1.5'] .swiper-wrapper {
  overflow: unset;
}
.gx-section :is(.swiper-button-next, .swiper-button-prev).swiper-arrow:before, .gx-section :is(.swiper-button-next, .swiper-button-prev).swiper-arrow:after {
  display: none;
}
.gx-section .swiper:not([class*='initialized']) .swiper-wrapper .swiper-slide {
  flex: 0 0 auto;
}
.gx-section .swiper-horizontal > .swiper-pagination-progressbar,
.gx-section .swiper-pagination-progressbar.swiper-pagination-horizontal,
.gx-section .swiper-pagination-progressbar-fill {
  border-radius: 1rem;
  overflow: hidden;
}
.gx-section .swiper:not([class*='initialized'])[data-mobile='6'] .swiper-slide {
  width: calc((100% - (var(--gap, 3rem) * 5)) / 6);
}
.gx-section .swiper:not([class*='initialized'])[data-mobile='5'] .swiper-slide {
  width: calc((100% - (var(--gap, 3rem) * 4)) / 5);
}
.gx-section .swiper:not([class*='initialized'])[data-mobile='4'] .swiper-slide {
  width: calc((100% - (var(--gap, 3rem) * 3)) / 4);
}
.gx-section .swiper:not([class*='initialized'])[data-mobile='3'] .swiper-slide {
  width: calc((100% - (var(--gap, 3rem) * 2)) / 3);
}
.gx-section .swiper:not([class*='initialized'])[data-mobile='2'] .swiper-slide {
  width: calc((100% - (var(--gap, 3rem) * 1)) / 2);
}

.gx-section .swiper:not([class*='initialized'])[data-mobile='1.5'] .swiper-slide {
  width: calc((100% - (var(--gap, 3rem) * 1)) / 1.5);
}
.gx-section .swiper:not([class*='initialized'])[data-mobile='1'] .swiper-slide {
  width: 100%;
}
@media (min-width: 768px) {
  .gx-section .swiper:not([class*='initialized'])[data-tablet='6'] .swiper-slide {
    width: calc((100% - (var(--gap, 3rem) * 5)) / 6);
  }
  .gx-section .swiper:not([class*='initialized'])[data-tablet='5'] .swiper-slide {
    width: calc((100% - (var(--gap, 3rem) * 4)) / 5);
  }
  .gx-section .swiper:not([class*='initialized'])[data-tablet='4'] .swiper-slide {
    width: calc((100% - (var(--gap, 3rem) * 3)) / 4);
  }
  .gx-section .swiper:not([class*='initialized'])[data-tablet='3'] .swiper-slide {
    width: calc((100% - (var(--gap, 3rem) * 2)) / 3);
  }
  .gx-section .swiper:not([class*='initialized'])[data-tablet='2'] .swiper-slide {
    width: calc((100% - (var(--gap, 3rem) * 1)) / 2);
  }
  .gx-section .swiper:not([class*='initialized'])[data-tablet='1'] .swiper-slide {
    width: 100%;
  }
  .gx-section .swiper:not([class*='initialized']) .swiper-wrapper {
    --gap: var(--col-gap-desktop);
  }
}
@media (min-width: 1025px) {
  .gx-section .swiper:not([class*='initialized'])[data-desktop='8'] .swiper-slide {
    width: calc((100% - (var(--gap, 3rem) * 7)) / 8);
  }
  .gx-section .swiper:not([class*='initialized'])[data-desktop='7'] .swiper-slide {
    width: calc((100% - (var(--gap, 3rem) * 6)) / 7);
  }
  .gx-section .swiper:not([class*='initialized'])[data-desktop='6'] .swiper-slide {
    width: calc((100% - (var(--gap, 3rem) * 5)) / 6);
  }
  .gx-section .swiper:not([class*='initialized'])[data-desktop='5'] .swiper-slide {
    width: calc(100% / 5);
  }
  .gx-section .swiper:not([class*='initialized'])[data-desktop='4'] .swiper-slide {
    width: calc((100% - (var(--gap, 3rem) * 3)) / 4);
  }
  .gx-section .swiper:not([class*='initialized'])[data-desktop='3'] .swiper-slide {
    width: calc((100% - (var(--gap, 3rem) * 2)) / 3);
  }
  .gx-section .swiper:not([class*='initialized'])[data-desktop='2'] .swiper-slide {
    width: calc((100% - (var(--gap, 3rem) * 1)) / 2);
  }
  .gx-section .swiper:not([class*='initialized'])[data-desktop='1'] .swiper-slide {
    width: 100%;
  }
}
.gx-section :is(.swiper-button-next, .swiper-button-prev).swiper-arrow {
  width: var(--swiper-width, clamp(3.5rem, 5vw, 5rem));
  height: var(--swiper-width, clamp(3.5rem, 5vw, 5rem));
  margin-top: 0;
  transform: translateY(-50%);
  top: var(--arrows-offset-top, 50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.gx-section :is(.swiper-button-next, .swiper-button-prev).swiper-arrow svg {
  width: var(--swiper-size, 10px);
  height: var(--swiper-size, 10px);
}
@media (min-width: 768px) {
  .gx-section :where(.swiper-actions:not(.show-arrow) .swiper-arrow),
  .gx-section :is(.swiper-actions:not(.show-arrow) .swiper-arrow.swiper-button-disabled) {
    opacity: 0;
    visibility: hidden;
  }
  .gx-section .swiper:hover
    .swiper-actions:not(.show-arrow)
    :is(.swiper-button-next, .swiper-button-prev) {
    opacity: 1;
    visibility: visible;
    --swiper-navigation-sides-offset: 20px;
  }
  .gx-section .swiper:hover
    :is(.swiper-actions:not(.show-arrow) .swiper-arrow.swiper-button-disabled) {
    opacity: 0.75;
    visibility: visible;
  }
  .gx-section :where(.swiper-arrow:hover) {
    background-color: var(--color-dark);
    color: var(--color-white);
  }
}
@media screen and (max-width: 767.98px) {
  .gx-section .swiper-actions.original-style {
    margin-bottom: 0;
  }
  .gx-section .swiper-actions:not(.show-on-mobile) {
    display: none;
  }
  .gx-section .w-1024-full {
    width: 100%;
  }
  .gx-section .thumbnail_left[data-thumb-slides-per-view='4']
    .thumbnail-slide
    .swiper-slide {
    width: calc((100% - (var(--gap, 3rem) * 3)) / 4);
  }
}
 {
  display: none;
}
 {
  position: var(--swiper-pagination-position, relative);
  margin-top: var(--swiper-pagination-mt, 3rem);
  gap: 5px;
}
.gx-section .swiper-pagination-bullet {
  position: relative;
}
.gx-section .swiper-pagination-bullet:after,
.gx-section .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  transition: var(--transition);
}
.gx-section .swiper-pagination-bullet:after {
  display: inline-block;
  width: var(--tns-nav-width, 5px);
  height: var(--tns-nav-width, 5px);
  background-color: var(--color-dark);
  opacity: 0.4;
  margin: auto;
}
.gx-section .swiper-pagination-bullet:before {
  border: 1px solid var(--tns-nav-border, var(--color-dark));
  opacity: 0;
  transform: scale(0.3);
}
.gx-section .swiper-pagination-bullet-active::after,
.gx-section .swiper-pagination-bullet-active:before {
  opacity: 1;
  transform: scale(1);
}
@media only screen and (min-width: 1025px) {
  .gx-section .swiper.reveal_on_scroll {
    overflow: visible;
  }
  .gx-section .product_with-banner .swiper.reveal_on_scroll {
    overflow: hidden;
  }
}
.gx-section :is(.swiper-button-next, .swiper-button-prev).swiper-button-lock {
  display: none;
}
.gx-section .overlay-bg:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: var(--overlay-opacity, 30%);
  pointer-events: none;
}
.gx-section .rounded-style.overlay-bg:after {
  border-radius: var(--rounded-radius, 0);
}
.gx-section .topbar .text-slide .swiper-wrapper {
  min-height: 2rem;
  align-items: center;
}
.gx-section :is(#topbar, announcement-bar) {
  font-weight: var(--countdown-text-weight, 400);
  position: relative;
  z-index: 10;
}
.gx-section :is(#topbar, announcement-bar) .swiper-arrow:not(:hover) {
  color: rgba(var(--color-text-rgb), 0.5);
}
.gx-section :is(#topbar, announcement-bar) a {
  text-decoration: none;
}
.gx-section .logo-position {
  grid-template-areas: 'menu logo icon';
}
.gx-section .logo-position:not(.show-search-form) {
  grid-template-columns: 1fr auto 1fr;
}
@media (min-width: 1024.5px) {
  .gx-section .logo-position.no__action-left {
    grid-template-areas: 'logo icon';
    grid-template-columns: auto 1fr;
  }
}

.gx-section .header__logo {
  grid-area: logo;
  min-width: 5rem;
  z-index: 1;
}
.gx-section .header__menu {
  grid-area: menu;
}
.gx-section .header__action {
  --col-gap: 20px;
  grid-area: icon;
  z-index: 1;
}
.gx-section .header-color,
.gx-section .header-color > a:not(:hover),
.gx-section header-inner .button-localization {
  color: var(--color-heading);
}
.gx-section .nav-toggle svg {
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .gx-section .logo-left {
    grid-template-areas: 'logo menu icon';
  }
  .gx-section .header__action {
    --col-gap: 25px;
  }
}
.gx-section .h-count {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: -6px;
  left: 1.3rem;
  background-color: var(--color-primary);
  color: var(--color-white);
}
.gx-section .header__minicart .h-count {
  left: 1rem;
}
.gx-section .menu_label {
  font-size: 9px;
  padding: 3px 5px 2px 5px;
  right: -18px;
  top: 0;
  background-color: var(--menu-label-bg);
  color: var(--menu-label-color);
  min-width: 3rem;
}
.gx-section .menu_label.hot {
  --menu-label-bg: var(--hot-bg-cl);
  --menu-label-color: var(--hot-cl);
}
.gx-section .menu_label.new {
  --menu-label-bg: var(--new-bg-cl);
  --menu-label-color: var(--new-cl);
}
.gx-section .menu_label.sale {
  --menu-label-bg: var(--sale-bg-cl);
  --menu-label-color: var(--sale-cl);
}
.gx-section .menu_label.popular {
  --menu-label-bg: var(--popular-bg-cl);
  --menu-label-color: var(--popular-cl);
}
.gx-section .menu_label.coming_soon {
  --menu-label-bg: #f8e4ff;
  --menu-label-color: #b942e3;
}
.gx-section .menu_label:after {
  border: 4px solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
  top: 100%;
  left: 30%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform-origin: 0;
  border-top-color: var(--menu-label-bg);
}
@media (min-width: 1025px) {
  .gx-section header .disclosure__button {
    padding-block: 15px;
  }
}
.gx-section .predictive-search--header:not(.results) .search-list-item {
  display: none;
}
.gx-section .predictive-search--header .search-list-item.search-suggest,
.gx-section .predictive-search--header.results .search-list-item:not(.flex) {
  display: block;
}
.gx-section .predictive-search--header.results .search-list-item.flex {
  display: flex;
}
.gx-section .predictive-search--header.results .search-list-item {
  margin-top: 0;
}
.gx-section .cart-recommend .bls-add-cart-list {
  background: transparent;
  border: 0;
  color: var(--btn-link-color);
  flex-grow: unset;
  padding: 0 0 3px;
  width: auto;
}
.gx-section .cart-recommend .bls-add-cart-list::after,
.gx-section .cart-recommend .bls-add-cart-list::before {
  display: none;
}
.gx-section .footer:not(.remove_spacing-on-home) {
  margin-top: calc(var(--section-spacing) - 1.8rem);
}
.gx-section .footer.border-top:not(.remove_spacing-on-home) {
  margin-top: var(--section-spacing);
}
.gx-section :is(.footer__block-info, .newsletter-note) a {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .gx-section .fs-36 {
    font-size: 3.6rem;
  }
  .gx-section .fs-32 {
    font-size: 3.2rem;
  }
  .gx-section .mb-xl-25 {
    margin-bottom: 2.5rem;
  }
  .gx-section .p-xl-45 {
    padding: 4.5rem;
  }
}
@media (min-width: 1025px) {
  .gx-section .footer__block-heading {
    pointer-events: none;
  }
  .gx-section .cart-recommend.beside .bls-add-cart-list {
    margin-inline: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .gx-section .mobi-navigation-bar {
    padding-bottom: 6.5rem;
  }
  .gx-section .footer back-to-top {
    bottom: 7.5rem;
  }
  .gx-section .footer__blocks {
    --bs-gutter-x: 0;
  }
  .gx-section .footer_bottom-inner {
    border-top: 0;
  }
  .gx-section .header__normal-logo {
    width: var(--header-logo-width-mobile);
  }
}
.gx-section mobile-navigation-bar {
  transform: translateY(100%);
}
.gx-section mobile-navigation-bar.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  z-index: 6;
}
.gx-section mobile-navigation-bar > * {
  flex: 0 0 auto;
  width: calc(100% / var(--number, 5));
  gap: 4px;
}
.gx-section .mobile-navigation__button {
  padding: 0 !important;
}
.gx-section .mobile-navigation__currency.lang__currency-on-nav{
  padding: 0 5px !important;
}
.gx-section .dot-between:not(:last-child):after {
  content: '';
  display: inline-block;
  width: var(--dot-width, 3px);
  height: var(--dot-width, 3px);
  border-radius: 50%;
  margin: var(--dot-space, 0 8px);
  background-color: #cbcbcb;
}
.gx-section .breadcrumb-item a {
  text-decoration: none;
}
.gx-section .sec__rich-text-inner {
  max-height: var(--max-height);
}
.gx-section .gradient-effect:not(.hide-less):after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  transform-origin: center;
  height: 61px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.gx-section .rich-text-expand-content {
  transition: max-height 0.3s ease-out;
}
.gx-section .background-custom {
  background-color: var(--content_bg_color) !important;
}
.gx-section .product__color-swatch:not([style*='background']),
.gx-section .skeleton .thumbnail-slide [class*='media-gallery__'],
.gx-section .skeleton
  :is(
    .skeleton-loading,
    .product__badges-inner,
    .shopify-payment-button,

  ):after {
  background-color: var(--grey-color);
  background-image: linear-gradient(90deg, #16182300 0, #1618230a, #16182300);
  -webkit-background-size: 200% 100%;
  background-size: 200% 100%;
  background-repeat: no-repeat;
  -webkit-animation: 1.5s cubic-bezier(0, 0, 1, 1) infinite
    gx-animation-loading-images;
  animation: 1.5s cubic-bezier(0, 0, 1, 1) infinite gx-animation-loading-images;
}
@keyframes gx-animation-loading-images {
  0% {
    background-position-x: 200%;
  }
  100% {
    background-position-x: -150%;
  }
}
.gx-section .terms-conditions label a {
  color: var(--color-heading);
  font-weight: var(--heading-weight);
  text-decoration: none;
}
.gx-section cookie-bar {
  max-width: 43rem;
  width: 80%;
}
@media (min-width: 1025px) {
  .gx-section .flex-lg-row {
    flex-direction: row;
  }
  .gx-section .align-lg-center {
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .gx-section .justify-content-xl-end {
    justify-content: flex-end;
  }
  .gx-section .mw-1025-220 {
    max-width: 220px;
  }
  .gx-section .mw-1025-300 {
    max-width: 220px;
  }
}
.gx-section .mh-120 {
  min-height: 120px;
}
.gx-section .bg-primary {
  background-color: var(--color-primary);
}
.gx-section .copied .active-hide {
  display: none;
}
.gx-section .copied .active-show {
  display: block;
}
.gx-section .btn-copied {
  border-style: dashed;
  background-color: var(--color-primary);
  color: var(--color-white);
  border-color: #476cee;
}
.gx-section .btn-dashed {
  background-color: transparent;
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.gx-section .btn-dashed svg path {
  fill: var(--color-primary);
}
.gx-section .loading_image {
  display: none !important;
}
.gx-section .bls-image-js .bls-loading-image ~ .loading_image {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.gx-section .bls-image-js .bls-loading-image {
  filter: blur(10px);
  transition: filter 0.3s ease-out;
}
.gx-section .bls-image-js .bls-loading-image > img.secondary-image {
  pointer-events: none;
}
.gx-section .bls-image-js .skeleton{
  background: rgb(var(--text-color) / 0.05) !important;
}
.gx-section video ~ .loading_image {
  display: none !important;
}
.gx-section .loader {
  display: block;
  --height-of-loader: 2px;
  --loader-color: #fafafa;
  width: 50px;
  height: var(--height-of-loader);
  background-color: #171717;
  position: relative;
}
.gx-section .loader::before {
  content: '';
  position: absolute;
  background: var(--loader-color);
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  animation: gx-moving 1.2s ease-in-out infinite;
}
@keyframes gx-moving {
  50% {
    width: 100%;
  }

  100% {
    width: 0;
    right: 0;
    left: unset;
  }
}
.gx-section nav.mobile {
  display: none;
  transform: translate(-100%);
}
@media (max-width: 1024.5px) {
  .gx-section nav.horizontal:not(.mobile) {
    display: none !important;
  }
  .gx-section nav.horizontal.mobile {
    display: flex;
  }
}
.gx-section .search__loading-state {
  display: none;
}
.gx-section .header-bottom__navigation{
  position: relative;
}
.gx-section .header-bottom__navigation::before{
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: var(--color-background);
  opacity: var(--header-background-opacity);
  transition: opacity var(--animation-nav) var(--animation-nav-delay);
}
.gx-section .header-information .header__recently-viewed{
  margin-left: 1.5rem;
}
.gx-section .header-information .header__recently-viewed svg{
  margin-right: 1rem;
}
.gx-section .header-search.header-search__mega{
  margin-right: 3rem;
  margin-left: 3rem;
}

.gx-section .header__layout-3 .fluid_container .col-logo{
  max-width: 10rem;
}
@media only screen and (min-width: 1025px) {
  .gx-section .header__layout-3 .col-logo {
      flex: 0 0 25%;
      max-width: 24rem;
      margin-right: 1rem;
  }
  .gx-section .header__layout-3 .h-count{
    left: 1.6rem;
  }
  .gx-section .fluid_container .header-search.header-search__mega{
    max-width: 700px;
    margin: auto;
  }
}
.gx-section .header_search-mega .search__input{
  --max-width: 100% !important; 
  background-color: var(--color-background);
  --input-height: 4.5rem !important;
}
.gx-section .header_search-mega .search__input:focus{
  border-color: var(--color-border);
}
.gx-section .header-search.header-search__mega{
  background: none;
}
.gx-section .header_search-mega .block-quick-search{
  background: none !important;
  margin: 0;
}
.gx-section .header__layout-3 .text-icon{
  display: flex;
  flex-direction: column;
  line-height: 1;
  vertical-align: middle;
  text-align: left;
  margin-left: 1rem;
  gap: 2px;
}
.gx-section .header__layout-3 .text-icon a:first-child{
  font-size: 1.1rem;
}
.gx-section .header__layout-3 .header__action > div:not(:first-of-type){
  margin-left: 3rem;
}
.gx-section .header__layout-3 .header__wishlist .header-icon svg{
  width: 27px;
  height: 23px;
}
.gx-section .header__layout-3 .text-icons{
  display: flex;
  flex-direction: column;
  line-height: 1;
  vertical-align: middle;
  gap: 2px;
  margin-left: 1rem;
}
.gx-section .header__layout-3 .text-icon > a:not(:first-child),
.gx-section .header__layout-3 .text-icons .menu-cart{
  font-weight: var(--heading-weight);
}
.gx-section .header__layout-3 .header-icon,
.gx-section .header__layout-3 .minicart__action{
  width: auto;
}
@media only screen and (max-width: 768px) {
  .gx-section .header__layout-3 .header__minicart header-total-price{
    display: none;
  }
  .gx-section .header__layout-3 .header-mega-store {
    justify-content: space-between;
  }
  .gx-section .header-search.header-search__mega {
    position: absolute;
    right: 0;
    padding: 0 15px;
  }
  .gx-section .header__layout-3 .top-search-toggle{
    color: #fff;
  }
  .gx-section .header__layout-3 .header__minicart h-count svg{
      width: 20px;
  }
  .gx-section .header__layout-3 .header__action .minicart{
    margin: 0 1rem 0 0 !important;
  }
}
@media (min-width: 768px) {
  .gx-section .md-justify-center {
    justify-content: center;
  }
  .gx-section .md-justify-right {
    justify-content: right;
  }
  .gx-section .md-justify-left {
    justify-content: left;
  }
  .gx-section .rounded-md {
    border-radius: var(--rounded-radius);
    overflow: hidden;
  }
  .gx-section .rounded-md .remove-rounded {
    border-radius: 0;
  }
  .gx-section .py-md-10 {
    padding-block: 1rem;
  }
}
@media (min-width: 992px) {
  .gx-section .section-slide-with-banner .p-lg-content-btn {
    padding: 1.5rem 3.8rem;
  }
  .gx-section .p-lg-content-btn {
    padding: 1.5rem 5.5rem;
  }
}
@media (min-width: 1025px) {
  .gx-section .section-slide-with-banner{
    display: flex;
    margin-right: calc(-1* var(--coloumn-gap));
    margin-left: calc(-1* var(--coloumn-gap));
    padding-left: calc(var(--coloumn-gap) / 2);
    padding-right: calc(var(--coloumn-gap) / 2);
    height: 100%;
  }
  .gx-section .section-slide-with-banner .slide__wrapper{
    flex: 0 0 auto;
    width: var(--slide-width);
    padding-left: calc(var(--coloumn-gap) / 2);
    padding-right: calc(var(--coloumn-gap) / 2);
  }
  .gx-section .section-slide-with-banner .banner__wrapper{
    flex: 0 0 auto;
    width: calc(100% - var(--slide-width));
    padding-left: calc(var(--coloumn-gap) / 2);
    padding-right: calc(var(--coloumn-gap) / 2);
  }
  .gx-section .section-slide-with-banner .sec__inner,
  .gx-section .section-slide-with-banner .slideshow {
    height: 100%;
  }
}
.gx-section .banner__inner.grid-1,
.gx-section .banner__inner.grid-2,
.gx-section .banner__inner.grid-3{
    display: flex;
    gap: var(--coloumn-gap);  
}
.gx-section .section-slide-with-banner .section__block-inner{
  width: 100%;
  background: none;
}
@media (min-width: 479px) {
  .gx-section .banner__inner.grid-1,
  .gx-section .banner__inner.grid-2,
  .gx-section .banner__inner.grid-3{
    grid-template-columns: 1fr 1fr;
    display: grid;
    height: 100%;
  }
  .gx-section .banner__inner.grid-1{
    grid-template-columns: 1fr;
  }
  .gx-section .grid-3 .section__block-inner:nth-child(1) {
      grid-area: 1 / 1 / 3 / 2;
  }

  .gx-section .grid-3 .section__block-inner:nth-child(2) {
      grid-area: 1 / 2 / 2 / 3;
  }

  .gx-section .grid-3 .section__block-inner:nth-child(3) {
      grid-area: 2 / 2 / 3 / 3;
  }
}
@media (max-width: 1024.944px) {
  .gx-section .section-slide-with-banner .slide__wrapper{
    margin-bottom: var(--coloumn-gap, 2rem);
  }
}
@media (max-width: 1024.944px) {
  .gx-section gx-multi-content{
    flex-direction: column;
    display: flex;
  }
  .gx-section gx-multi-content .section__block{
    --col-width: 100% !important;
  }
}
.gx-section .idea-product-list {
  --color-text: #444444;
  --color-heading: #111111;
  min-width: 390px;
  max-width: 100%;
  bottom: 3rem;
  left: 3rem;
  border-radius: var(--rounded-radius);
  top: auto;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(3rem);
  transition: all 0.3s;
}

.gx-section .idea-product.active .idea-product-list {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.gx-section .block-center .sec__content-btn,
.gx-section .block-center .block-icon
{
  justify-content: center;
}
.gx-section .block-left .sec__content-btn,
.gx-section .block-left .block-icon
{
  justify-content: left;
}
.gx-section .block-right .sec__content-btn,
.gx-section .block-right .block-icon
{
  justify-content: end;
}

.gx-section .flexible__design-horizontal .sec__content-heading,
.gx-section .flexible__design-horizontal .sec__content-subheading,
.gx-section .flexible__design-horizontal .sec__content-des,
.gx-section .flexible__design-horizontal .timer
{
  margin: 0;
}

.gx-section input:-webkit-autofill,
.gx-section input:-webkit-autofill:hover,
.gx-section input:-webkit-autofill:focus,
.gx-section input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.gx-section :is(
    input[type='search'],
    input[type='tel'],
    input[type='text'],
    input[type='number'],
    input[type='email'],
    input[type='password'],
    select,
    textarea,
    .input-style
  ):focus {
  outline: 0;
  border-color: var(--color-heading);
}

.gx-section input[type='checkbox'] {
  display: inline-block;
  margin-block-end: 0.5rem;
}

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

.gx-section input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
  position: relative;
  height: 15px;
  width: 15px;
  background: url('icon-close.png') no-repeat center center;
  background-size: 10px;
  cursor: pointer;
  transition: var(--duration-short);
}

.gx-section .search-modal__form.loading input[type='search']::-webkit-search-cancel-button {
  opacity: 0;
  visibility: hidden;
}

.gx-section .checkmark:before {
  content: '';
  display: inline-flex;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid var(--color-color, #ebebeb);
  background-color: var(--grey-color);
  position: relative;
  top: 2px;
  transition: var(--bls-transition);
}

.gx-section .checkmark:after {
  content: '';
  position: absolute;
  opacity: 0;
  left: 7px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid var(--color-white);
  border-width: 0 2px 2px 0;
  transform: scale(2) rotate(45deg);
  transition: var(--transition);
}

.gx-section input[type='checkbox']:checked + .checkmark:after {
  opacity: 1;
  transform: scale(1) rotate(45deg);
}

.gx-section input[type='checkbox']:checked + .checkmark:before {
  background-color: var(--color-link);
  border-color: var(--color-link);
}

.gx-section .overflow-auto {
  overflow: auto;
}

.gx-section .overflow-scroll {
  overflow: scroll;
}

.gx-section .overflow-x-scroll {
  overflow-x: scroll;
}

.gx-section .overflow-y-scroll {
  overflow-y: scroll;
}

.gx-section .overflow-y-auto {
  overflow-y: auto;
}

.gx-section .overflow-x-hidden {
  overflow-x: hidden;
}

.gx-section .overflow-y-hidden {
  overflow-y: hidden;
}

.gx-section .flex-100 {
  flex: 100%;
  width: 100%;
}

.gx-section .grow-0 {
  flex-grow: 0;
}

.gx-section .shrink {
  flex-shrink: 1;
}

.gx-section .shrink-0 {
  flex-shrink: 0;
}

.gx-section .align-start {
  align-items: flex-start;
}

.gx-section .align-end {
  align-items: flex-end;
}

.gx-section .align-stretch {
  align-items: stretch;
}

.gx-section .py-1 {
  padding-top: 1px;
  padding-bottom: 1px;
}

.gx-section .py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.gx-section .py-60 {
  padding-top: clamp(30px, calc(30px + 30 * var(--responsive-rate)), 60px);
  padding-bottom: clamp(30px, calc(30px + 30 * var(--responsive-rate)), 60px);
}

.gx-section .w-0 {
  width: 0;
}

.gx-section .w-15 {
  width: 15px;
}

.gx-section .w-20 {
  width: 20px;
}

.gx-section .w-55 {
  width: 5.5rem;
}

.gx-section .w-100 {
  width: 10rem;
}

.gx-section .min-w-10 {
  min-width: 10px;
}

.gx-section .min-w-20 {
  min-width: 20px;
}

.gx-section .min-w-30 {
  min-width: 30px;
}

.gx-section .min-w-full {
  min-width: 100%;
}

.gx-section .max-w-15 {
  max-width: 15px;
}

.gx-section .max-w-30 {
  max-width: 30px;
}

.gx-section .max-w-full {
  max-width: 100%;
}

.gx-section .h-0 {
  height: 0;
}

.gx-section .h-15 {
  height: 15px;
}

.gx-section .h-20 {
  height: 2rem;
}

.gx-section .h-30 {
  height: 30px;
}

.gx-section .h-55 {
  height: 5.5rem;
}

.gx-section .min-h-30 {
  min-height: 30px;
}

.gx-section .min-h-50 {
  min-height: 50px;
}

.gx-section .min-h-full {
  min-height: 100%;
}

.gx-section .max-h-full {
  max-height: 100%;
}

.gx-section .my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.gx-section .user-select-none,
.gx-section .swiper-slide {
  user-select: none;
  -webkit-user-select: none;
}

.gx-section .toolbar-sorter {
  text-wrap: nowrap;
}

@media (min-width: 1025px) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .gx-section :is(
      .btn-hover,
      button.shopify-payment-button__more-options,
      .dmp_discount-form button
    ):hover {
    --btn-bg: var(--btn-primary-hover-bg-color);
    --btn-bg-gradient: var(--btn-primary-hover-bg-color-graident);
    --btn-color: var(--btn-primary-hover-color);
    --btn-border-color: var(--btn-primary-hover-bg-color);
  }
  .gx-section .btn:not(.cart-discount-remove):hover,
  .gx-section .btn-outline:hover,
  .gx-section .btn-primary:hover {
    --btn-color: var(--btn-primary-hover-color);
    --btn-border-color: var(--btn-primary-hover-bg-color);
    --btn-bg: var(--btn-primary-hover-bg-color);
    --btn-bg-gradient: var(--btn-primary-hover-bg-color-graident);
  }
  .gx-section .btn-hover:hover {
    color: var(--btn-color);
    background: var(--btn-bg);
    background: var(--btn-bg-gradient);
    border-color: var(--btn-border-color);
  }
  .gx-section .btn-link:hover {
    color: var(--btn-link-hover-color);
  }
  .gx-section .btn-link:hover::before {
    width: calc(100% - 3px);
    transition: var(--transition);
    animation: 1s infinite gx-btnLinkAnimation;
  }
  .gx-section .smooth-padding-hover:hover {
    padding-inline-start: 1rem;
  }
  .gx-section .hover-effect {
    will-change: transform;
  }
  .gx-section .hover-effect :is(img, .placeholder-image, picture) {
    transition: var(--transition);
    will-change: transform;
  }
  .gx-section .hover_zoom .hover-effect:hover :is(img, .placeholder-image, picture) {
    transform: var(--zoom-transform, scale(1.05));
  }
  .gx-section .hover_fade .hover-effect:hover :is(img, .placeholder-image, picture) {
    opacity: 0.8;
  }
  .gx-section .hover_fade .hover-effect:hover .secondary-image {
    opacity: 1;
  }
  .gx-section .tooltip-content {
    background: var(--color-dark);
    color: var(--color-white);
    line-height: 1;
    max-width: 360px;
    z-index: 2;
    text-align: center;
    font-size: 1.2rem;
    white-space: nowrap;
    transition: all 0.3s;
    will-change: transform;
    padding: 7px 15px;
    transform: var(--tooltip-transform, translateY(-100%) translateX(-50%));
    left: var(--left, 50%);
    right: var(--right, auto);
    top: var(--top, 0);
  }
  .gx-section .tooltip-content:before {
    border: 5px solid transparent;
    content: '';
    height: 0;
    width: 0;
    top: var(--tooltip-y, 100%);
    bottom: var(--tooltip-bottom, auto);
    margin-left: 0;
    -webkit-transform: var(--tooltip-before, translateX(-50%) translateZ(0));
    transform: var(--tooltip-before, translateX(-50%) translateZ(0));
    transform-origin: 0;
    border-top-color: var(--color-dark);
    position: absolute;
    left: var(--tooltip-left, 50%);
    right: var(--tooltip-right, auto);
  }
  .gx-section .tooltip:not(.open):hover .tooltip-content {
    opacity: 1;
    visibility: visible;
    transform: var(
      --tooltip-hover-transform,
      translateY(calc(-100% - 10px)) translateX(-50%)
    );
  }
  .gx-section .tooltip-left {
    --tooltip-transform: translateY(-50%);
    --left: auto;
    --right: 100%;
    --top: 50%;
    --tooltip-hover-transform: translateX(-10px) translateY(-50%);
    --tooltip-left: 100%;
    --tooltip-y: 50%;
    --tooltip-before: rotate(-90deg) translateY(50%);
  }
  .gx-section .tooltip-right {
    --tooltip-transform: translateY(-50%);
    --left: 100%;
    --top: 50%;
    --tooltip-hover-transform: translateX(10px) translateY(-50%);
    --tooltip-left: auto;
    --tooltip-right: 100%;
    --tooltip-y: 12%;
    --tooltip-before: rotate(90deg) translateY(-50%);
  }
  .gx-section .tooltip-bottom {
    --tooltip-transform: translateY(100%) translateX(-50%);
    --top: auto;
    bottom: 0;
    --tooltip-hover-transform: translateY(calc(100% + 10px)) translateX(-50%);
    --tooltip-y: auto;
    --tooltip-bottom: 100%;
  }
  .gx-section .tooltip-bottom::before {
    border-bottom-color: var(--color-dark);
    border-top-color: transparent;
  }
  .gx-section .instagram-item__media--ratio .instagram-icon {
    transform: scale(0.8);
    will-change: transform;
  }
  .gx-section .instagram-item__media--ratio:hover .instagram-icon {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  @keyframes gx-btnLinkAnimation {
    0% {
      left: 0;
      width: 100%;
    }

    33% {
      left: 100%;
      width: 0;
    }

    66% {
      left: 0;
      width: 0;
    }

    100% {
      right: 0;
      width: 100%;
    }
  }
  @keyframes gx-progress {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -60px -60px;
    }
  }
  .gx-section .hover-svg-zoom:hover svg {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}

.gx-section .button-close:not(:hover) {
  opacity: 0.7;
  color: var(--color-heading);
}

.gx-section .btn-search-close {
  display: inline-flex;
  align-items: center;
}

.gx-section :is(
    .custom-scrollbar,
    .tingle-modal .tingle-modal-box__content
  )::-webkit-scrollbar {
  width: 4px;
}

.gx-section :is(
    .custom-scrollbar,
    .tingle-modal .tingle-modal-box__content
  )::-webkit-scrollbar-track {
  background: var(--border-color-base);
}

.gx-section :is(
    .custom-scrollbar,
    .tingle-modal .tingle-modal-box__content
  )::-webkit-scrollbar-thumb {
  background: #c8c8c8;
}

.gx-section :is(
    .custom-scrollbar,
    .tingle-modal .tingle-modal-box__content
  )::-webkit-scrollbar-thumb:hover {
  background: #555;
  width: 6px;
}

.gx-section .translateY-100 {
  transform: translateY(-100%);
}

.gx-section .transition-short {
  transition: var(--duration-short);
  -webkit-transition: var(--duration-short);
}

.gx-section .transition {
  transition: var(--transition);
  -webkit-transition: var(--transition);
}

.gx-section .transition-popup {
  transition: var(--transition-popup);
  -webkit-transition: var(--transition-popup);
}

.gx-section .rounded-custom {
  border-radius: var(--rounded-custom);
}

.gx-section .bottom-25 {
  bottom: 2.5rem;
}

.gx-section .top-20 {
  top: 2rem;
}

.gx-section .top-30 {
  top: 3rem;
}

.gx-section .top-100 {
  top: 100%;
}

.gx-section .right-45 {
  right: 4.5rem;
}

.gx-section .right-50 {
  right: 5rem;
}

.gx-section .icon-load {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: calc(var(--loader-width, 1.4rem) / 2 * -1);
  margin-left: calc(var(--loader-height, 1.4rem) / 2 * -1);
}

.gx-section :where(
    .btn-primary,
    .btn-outline,
    .btn,
    button-quickview,
    select-option
  ).loading {
  pointer-events: none;
}

.gx-section :where(
    .btn-primary,
    .btn-outline,
    .btn,
    button-quickview,
    select-option
  ).loading
  .hidden-on-load {
  opacity: 0;
}

.gx-section :where(
    .btn-primary,
    .btn-outline,
    .btn,
    button-quickview,
    select-option
  ).loading
  > .icon-load {
  opacity: 1;
}

@keyframes gx-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.gx-section .spin {
  -webkit-animation: 0.8s linear infinite gx-spin;
  animation: 0.8s linear infinite gx-spin;
}

.gx-section .w-custom-svg svg {
  height: auto;
  width: var(--custom-width);
}

.gx-section .bls__spacing {
  height: var(--mobile-height);
}

@media (min-width: 768px) {
  .gx-section .bls__spacing {
    height: var(--desktop-height);
  }
}

.gx-section :is(.open-drawer,.open-popup) {
  overflow: hidden;
}

.gx-section .overlayminicart::after,
.gx-section .overlay::after {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: var(--overlay-bg);
  pointer-events: none;
  opacity: 0;
  z-index: 12;
  cursor: url(cursor-close.png), pointer;
  transition: 0.6s cubic-bezier(0.7, 0, 0.2, 1);
  transition-property: opacity, visibility, background-color;
}

.gx-section :is(.open-drawer, .nav-open, .open-sidebar) .open.overlay::after {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.gx-section :is(.open-minicart) cart-notification.open ~ .overlayminicart::after {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.gx-section .open-drawer .tingle-enabled {
  position: static;
  overflow: auto;
}

.gx-section #search_mini_form.loading .loading-icon {
  opacity: 1;
  visibility: visible;
}

.gx-section .localization-flags{
  width: 2.2rem;
  height: 2.2rem;
  flex-shrink: 0;
  display: inline-block;
  border: 0;
}

.gx-section footer .localization-flags{
  transform: translateY(-1px);
}

.gx-section .mobile-navigation__flag {
  width: 2rem;
  height: 2rem;
}

.gx-section .mobile-navigation__button{
  gap: 5px !important;
}

.gx-section .localization-flags img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

@media (min-width: 1025px) {
  .gx-section .footer__localization.lang__currency-desktop .disclosure__list {
    top: auto;
    left: 0;
    right: auto;
    bottom: calc(100% + 30px);
  }
  .gx-section .footer__localization.lang__currency-desktop
    .button-localization.open
    + .disclosure__list {
    bottom: calc(100% + 10px);
    top: auto;
  }
  .gx-section .lang__currency-desktop .disclosure__button::after,
  .gx-section .minicart__action.show-overlay:after,
  .gx-section .lang__currency-desktop .disclosure__list icon-close {
    display: none;
  }
  .gx-section .lang__currency-desktop .disclosure__list {
    top: calc(100% + 30px);
    max-height: 60vh;
    padding: 1.5rem 1.5rem;
    left: auto;
    min-width: 25rem;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    scroll-snap-type: y mandatory;
    scrollbar-width: none;
    transition: 0.4s cubic-bezier(0.6, 0, 0.4, 1);
  }
  .gx-section .lang__currency-desktop .button-localization.open + .disclosure__list {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
  .gx-section .button-localization > svg {
    transition: var(--transition);
  }
  .gx-section .button-localization.open > svg {
    transform: scaleY(-1);
  }
  .gx-section .topbar
    .lang__currency-desktop
    .button-localization.open
    + .disclosure__list {
    top: calc(100% + calc(var(--section-pb) * 1px));
  }
  .gx-section .rounded-style :is(.topbar, .section-header) .disclosure__list {
    border-radius: 0 0 5px 5px;
  }
  .gx-section .rounded-style
    .footer__localization.lang__currency-desktop
    .disclosure__list {
    border-radius: 5px;
  }
   {
    top: calc(var(--height-header, 0px) + 30px);
    transition: var(--transition);
  }
   {
    top: 80px;
  }
   {
    top: 30px;
  }
  .gx-section .shopify-section-group-header-group:not(.section-header) {
    position: relative;
    z-index: 12;
  }
  .gx-section .shopify-section-group-header-group.section-announcement-bar:not(.section-header) {
    z-index: 11;
  }
  .gx-section .shopify-section-group-header-group.section-header ~ .shopify-section-group-header-group:is(.section-top-bar, .section-announcement-bar) {
    z-index: 9;
  }
  .gx-section .open-minicart .shopify-section-group-header-group:not(.section-header),
  .gx-section .open-search .shopify-section-group-header-group:not(.section-header) {
    z-index: unset;
  }
  .gx-section .section-header:not(.shopify-section-header-sticky) .transparent:hover {
    --color-background: #ffffff !important;
    --transparent-color: #111 !important;
    --header-background-opacity: 1;
    --header-logo-opacity: 1;
    --animation-nav-delay: 0s;
  }
  .gx-section .section-header:not(.shopify-section-header-sticky) .transparent {
    --color-background: transparent;
    z-index: 11;
  }
  .gx-section .header__menu:before {
    content: "";
    display: none;
  }
 
  .gx-section .section-header:not(.shopify-section-header-sticky)
    .transparent:hover
    .header__transparent-logo {
    display: none;
  }
  .gx-section .section-header:not(.shopify-section-header-sticky)
    .transparent:hover
    .header__normal-logo {
    display: block;
  }
}

.gx-section .header-icon:hover {
  color: var(--color-primary);
}

.gx-section .disclosure__list .disclosure__item a{
  padding: 7px 12px;
  border-radius: 5px;
  display: block;
  font-size: 1.4rem;
}

.gx-section .disclosure__list .disclosure__item a:hover,
.gx-section .disclosure__list [aria-current="true"]{
  background-color: #F5F5F5;
}

.gx-section .header {
  --header-background-opacity: 1;
  --animation-nav-delay: 0.1s;
  --animation-nav: 0.5s cubic-bezier(0.6, 0, 0.4, 1);
}

.gx-section .header:not(.absolute-1025) {
  background: transparent;
  position: relative;
  z-index: 10;
}

.gx-section .section-header .header:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: var(--color-background);
  opacity: var(--header-background-opacity);
  transition: opacity var(--animation-nav) var(--animation-nav-delay);
}

.gx-section .shopify-section-header-sticky {
  position: sticky;
  z-index: 11;
  top: 0;
}

.gx-section .shopify-section-header-sticky header.header {
  box-shadow: var(--shadow);
}

.gx-section .shopify-section-header-sticky .header__normal-logo {
  display: block;
}

.gx-section .shopify-section-header-sticky .header__transparent-logo {
  display: none;
}

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

.gx-section .section-header.animate {
  transition: top 0.35s ease-in-out;
}

.gx-section .header-sticky .gradient {
  background-attachment: unset;
}

.gx-section .shopify-section-header-sticky.gradient {
  background-attachment: unset;
}

@media screen and (max-width: 1024.98px) {
  .gx-section .redirect-to-link{
    pointer-events: none;
  }
  .gx-section [data-sticky-mobile='false'].shopify-section-header-sticky {
    position: unset;
  }
  .gx-section header-search #search-form .search__button {
    color: var(--color-heading);
  }
  .gx-section :where(.lang__currency-on-nav, .lang__currency-desktop, .popup_cart)
    icon-close {
    transform: translateY(calc(-100% - 15px));
  }
  .gx-section .section-header .transparent.header:before{
    display: none;
  }
}

.gx-section .fadeIn {
  animation: 0.3s gx-fadeIn;
}

.gx-section .fadeInForwards {
  animation: 0.3s gx-fadeIn forwards;
}

@keyframes gx-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes gx-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.gx-section .shopify-section-header-sticky.animate:not(.scroll-up) {
  animation: gx-fadeInSticky 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s forwards;
}

@keyframes gx-fadeInSticky {
  0% {
    opacity: 0;
    top: calc(var(--height-header, 100%) * -1);
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

.gx-section .fadeOut {
  animation: 0.3s gx-fadeOut forwards;
}

@keyframes gx-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes gx-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.gx-section #header_size_guide {
  display: none;
}

.gx-section .white-gradient:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  pointer-events: none;
  z-index: 1;
}

@keyframes gx-progressbar {
  0% {
    width: 100%;
  }

  to {
    width: 0;
  }
}

@keyframes gx-fadeInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gx-fadeInDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
}

.gx-section .animated {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.gx-section .animate__fadeInUp {
  -webkit-animation-name: gx-fadeInUp;
  animation-name: gx-fadeInUp;
}

.gx-section .animate__fadeInDown {
  -webkit-animation-name: gx-fadeInDown;
  animation-name: gx-fadeInDown;
}

.gx-section .fake-order-progressbar {
  border-radius: 0 0 var(--rounded) var(--rounded);
}

.gx-section .fake-order-progressbar span {
  height: 2px;
  display: block;
  width: 100%;
}

.gx-section .success,
.gx-section .warning {
  padding: 1.2rem 2rem;
  position: relative;
}

.gx-section .success,
.gx-section .message-success {
  --color-success: #137f24;
  --border-color-success: #b4deb0;
  --background-success: #dcf0d8;
  --color-link: var(--color-success);
  margin-bottom: 2rem;
  color: var(--color-success);
  background-color: var(--background-success);
  border: 1px solid var(--border-color-success);
  border-radius: 5px;
  gap: 0.5rem;
  font-weight: var(--subheading_weight, 500);
  line-height: 1.5;
  font-size: var(--body-font-size);
}

.gx-section .errors,
.gx-section .error,
.gx-section .message-error,
.gx-section .dmp_error-message {
  --color-error: #d0473e;
  --border-color-error: #eabdbd;
  --background-error: #fadfdf;
  --color-link: var(--color-error);
  padding: 11px 2rem;
  background: var(--background-error);
  border: 1px solid var(--border-color-error);
  color: var(--color-error);
  text-align: left;
  border-radius: 5px;
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  gap: 0.5rem;
  font-weight: var(--subheading_weight, 500);
  line-height: 1.5;
  font-size: var(--body-font-size);
}

.gx-section .dmp_error-message {
  display: block;
  margin-top: 1rem;
}

.gx-section .text-overflow-ellipsis {
  text-overflow: ellipsis;
}

.gx-section .message-info,
.gx-section .warning {
  color: #907341;
  --color-link: #907341;
  --btn-link-color: #907341;
  border: 1px solid #e9d7b8;
  background: #faf0df;
  padding: 1.5rem 2rem;
  font-weight: var(--subheading_weight, 500);
  border-radius: 5px;
  line-height: 1.5;
  font-size: var(--body-font-size);
}

.gx-section :is(.message-info, .message-success, .message-error) a {
  color: currentColor;
}

.gx-section :is(
    .message-info,
    .success,
    .message-success,
    .message-error,
    .warning,
    .errors,
    .error
  )
  svg {
  width: 1.8rem;
  flex: 0 0 1.8rem;
}

@keyframes gx-al-loading {
  0% {
    width: 0;
  }

  to {
    width: 80%;
  }
}

@keyframes gx-al-loading-finish {
  0% {
    width: 80%;
  }

  to {
    width: 100%;
  }
}

.gx-section .sec__collection-tab tab-items .section__header{
  position: relative;
  z-index: 2;
}

.gx-section .select-custom__content {
  top: calc(100% + 15px);
  z-index: 6;
  
}

.gx-section .sec__collection-tab .select-custom__content {
  width: max-content;
  text-align: left;
  border-radius: 0 0 var(--rounded-radius) var(--rounded-radius);
}

.gx-section .select-custom.active .select-custom__content {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.gx-section .select-collection-tab.active .select-custom__content {
  top: calc(100% + 2px);
}

.gx-section :is(.horizontal-filter collapsible-block, .select-custom).active
  .active-rotated {
  transform: rotate(-180deg);
}

.gx-section .text-left .collection-tab-postion_horizontal_header,
.gx-section .text-right .collection-tab-postion_horizontal_header{
  margin: 0;
  border: 0;
}

.gx-section .text-left .collection-tab-postion_horizontal_header:not(.collection-tab-style_fill) .collection-tab__tab-item,
.gx-section .text-right .collection-tab-postion_horizontal_header:not(.collection-tab-style_fill) .collection-tab__tab-item{
  color: #888;
  padding: 0 1.5rem;
  font-size: 1.5rem;
  background-image: none;
}

.gx-section .text-left .collection-tab-postion_horizontal_header ~ .btn_view-all,
.gx-section .text-right .collection-tab-postion_horizontal_header ~ .btn_view-all{
  color: #888;
}

.gx-section .text-left .collection-tab-postion_horizontal_header ~ .btn_view-all::before,
.gx-section .text-right .collection-tab-postion_horizontal_header ~ .btn_view-all::before{
  display: none;
}

.gx-section .text-left .collection-tab-postion_horizontal_header ~ .btn_view-all:hover,
.gx-section .text-right .collection-tab-postion_horizontal_header ~ .btn_view-all:hover,
.gx-section .text-left .collection-tab-postion_horizontal_header .border-animation:is(:hover, .active),
.gx-section .text-right .collection-tab-postion_horizontal_header .border-animation:is(:hover, .active){
  color: var(--color-primary);
}

@media (max-width: 1024.993px) {
  .gx-section .tab-inner.text-left,
  .gx-section .tab-inner.text-right{
    flex-direction: column;
    gap: 2rem;
  }
}

.gx-section .pagination__item--current {
  color: var(--btn-primary-color);
  background-color: var(--btn-primary-bg-color);
  border-color: var(--btn-primary-bg-color);
}

.gx-section .loading .loading-overlay {
  --transition: all 0.4s;
  opacity: 0.7;
  visibility: visible;
}

 {
  background: var(--color-primary);
  content: '';
  height: 3px;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 13;
  animation: gx-al-loading 1s cubic-bezier(0.43, 0.27, 0.36, 0.83) forwards;
  transition: width 1s linear, opacity 0.35s linear 0.35s;
}

 {
  width: 100%;
  animation: gx-gx-al-loading-finish 0.3s cubic-bezier(0.43, 0.27, 0.36, 0.83)
    forwards;
}

.gx-section .jdgm-review-widget .jdgm-paginate .jdgm-paginate__page{
  height: 4.4rem;
  width: 4.4rem;
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border);
  font-size: var(--body-font-size, 1.4rem);
  margin: 0 0.5rem;
  color: var(--color-link);
}

.gx-section .jdgm-review-widget .jdgm-paginate .jdgm-paginate__page:hover,
.gx-section .jdgm-review-widget .jdgm-paginate .jdgm-paginate__page.jdgm-curt{
  color: var(--btn-primary-color);
  background-color: var(--btn-primary-bg-color);
  border-color: var(--btn-primary-bg-color);
  font-weight: normal;
  opacity: 1;
}

.gx-section .customer-forgot#recover {
  display: none;
}

.gx-section .customer-forgot#recover:target {
  display: block;
}

.gx-section .customer-forgot#recover:target + .customer-login {
  display: none;
}

.gx-section .form-group textarea,
.gx-section .form-group input {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.gx-section .subtext {
  margin-bottom: 1rem;
}

.gx-section .subtext.mb-20 {
  margin-bottom: 2rem;
}

.gx-section .bls__tab-header > div,
.gx-section .bls-login-popup {
  display: none;
}

.gx-section .bls__tab-header > div[aria-hidden='false'],
.gx-section .bls-login-popup[aria-hidden='false'] {
  display: block;
}

.gx-section label.form-label {
  color: var(--color-link);
}

.gx-section .title-customer {
  --font-h3: 2.4rem;
  font-size: clamp(2rem, 3vw, var(--font-h3));
  margin-bottom: clamp(2rem, 3vw, 2.5rem);
}

.gx-section .forget-password,
.gx-section .link-forgot {
  color: rgb(var(--base-color));
}

@media (min-width: 1024px) {
  .gx-section [class*='customer-'] .row {
    --bs-gutter-x: 8rem;
  }
}

.gx-section .open-drawer .bls__drawer.open {
  opacity: 1;
  visibility: visible;
}

.gx-section #search-form {
  z-index: 16;
}

.gx-section .open-drawer .bls__drawer.open {
  --tw-translate-x: 0;
}

.gx-section .open-drawer .bls__drawer.top.open {
  transform: translate(0);
}

.gx-section .show-overlay::after {
  content: '';
  background: var(--show-overlay-bg, rgba(255, 255, 255, 0.9));
  opacity: 0;
  position: fixed;
  transition: var(--transition);
  visibility: hidden;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
}

.gx-section .mini_cart_addon_btn.show-overlay::after{
  display: block !important;
}

.gx-section .open.show-overlay::after {
  opacity: 1;
  visibility: visible;
}

.gx-section .mobile-navigation__button.open.show-overlay::after {
  top: -100vh;
}

.gx-section .toast {
  min-width: 250px;
  margin-left: -125px;
  text-align: center;
  border-radius: 2px;
  position: fixed;
  z-index: 999999;
  top: 3rem;
  right: 3rem;
  font-size: 17px;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gx-section .toast {
  will-change: transform, opacity;
}

@media (max-width: 767.98px) {
  .gx-section #toast-container .toast{
    white-space: normal;
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
  }
  .gx-section #toast-container .toast > div{
    font-size: calc(var(--body-font-size) - 1px);
  }
}

.gx-section .show-tooltip {
  overflow: visible;
}

.gx-section .show-tooltip:not(.reveal_on_scroll) .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0;
  pointer-events: none;
}

 {
  pointer-events: auto;
}

.gx-section .error-message a {
  color: red;
  text-decoration: none;
}

.gx-section .icon_collection{
  --color-text: #111;
  color: var(--color-text);
}

.gx-section .collection-item__wrapper:hover .collection-item__information .icon_collection{
  color: #fff;
  background-color: var(--btn-primary-hover-bg-color);
}

.gx-section .cart-left .is-empty .cart__login-title{
  margin-block-start: calc(var(--size)* 1);
}

.gx-section .products-idea-limit .sec__icon-switch-slide{
  overflow: hidden;
}

.gx-section .btn-idea:hover {
  transition: var(--transition);
  -webkit-transition: var(--transition);
}

.gx-section .idea-product-list .close svg {
  color: var(--color-text);
}

@media (min-width: 1200px) {
  .gx-section .products-idea-limit .idea-product-list {
    min-width: unset;
    right: 3rem;
  }
}

@media (max-width: 1199.98px) {
  .gx-section .idea-product-list {
    right: 2rem;
    left: 2rem;
    bottom: 2rem;
    min-width: auto;
  }
  .gx-section .newsletter-form__field-wrapper .newsletter-form__button{
    --btn-padding-x: 3.5rem;
  }
}

@media (min-width: 768px) {
  .gx-section .btn-idea {
    --btn-padding-x: 3rem;
  }
}

.gx-section .idea-product .idea-product-list_header {
  padding: 0 2rem 1.7rem;
  margin-left: -2rem;
  margin-right: -2rem;
  line-height: 1;
}

.gx-section .idea-product .close {
  transform: translateY(3px);
}

.gx-section .idea-product .custom-scrollbar {
  max-height: 330px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding-inline-end: 0.2rem;
}

.gx-section .idea-product .idea-product-list .custom-scrollbar > div:not(:last-child),
.gx-section .content-popup-mobile > div:not(:last-child) {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.gx-section .idea-product .product-item__inner {
  max-width: 60px;
}

.gx-section .idea-product .product-item__inner > a {
  border-radius: 5px;
}

.gx-section .newsletter-form__field-wrapper .form-floating > label{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1024.98px) {
  .gx-section .idea-product-list {
    padding: 1.5rem;
  }
  .gx-section .idea-product .idea-product-list_header {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .gx-section .idea-product .custom-scrollbar {
    max-height: 200px;
  }
  .gx-section .outfit_idea gx-countdown-timer {
    gap: 5px;
  }
  .gx-section .outfit_idea .count-timer {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .gx-section .outfit_idea .flex-cols > * {
    width: 100%;
  }
  .gx-section .idea-product .view_idea_product {
    right: 0;
    margin: auto;
    margin-bottom: 3rem;
  }
}

@media (max-width: 575.98px) {
  .gx-section .newsletter-inner{
    display: grid;
    justify-content: stretch;
  }
}

@media (max-width: 479px) {
 .gx-section .announcement__bar-message{
    flex-direction: column;
    align-items: center;
 }
 .gx-section .newsletter-inner .newsletter-form__field-wrapper > div{
    display: grid;
    justify-content: stretch;
  }
}

.gx-section .view_idea_product {
  transition: opacity 0.5s ease-in;
  width: max-content;
}

.gx-section .testimonials_design-morden .testimonial_wraper {
  border: 0;
}

.gx-section .testimonials_design-morden gx-slide-section {
  width: 1000px;
  max-width: 100%;
  margin: auto;
}

.gx-section .testimonials_design-morden .testimonial_info {
  width: 650px;
  max-width: 100%;
  margin: auto;
}

.gx-section .testimonials_design-morden .testimonial_info .testimonials-quote {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.41;
  color: var(--color-heading);
}

.gx-section .testimonials_design-morden .testimonial_info > div {
  padding: 0 1rem;
}

@media (min-width: 1024px) {
  .gx-section .testimonials_design-morden .testimonial_info .testimonials-quote {
    font-size: 2.4rem;
  }
}

.gx-section .testimonials_morden gx-slide-section {
  width: 1030px;
  max-width: 100%;
  margin: auto;
}

.gx-section .testimonials_morden .testimonials-quote {
  font-family: var(--heading-font);
  color: var(--color-heading);
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

.gx-section .testimonials_morden .rate-info {
  display: flex;
  flex-direction: column-reverse;
}

.gx-section .testimonials_morden .testimonial_wraper {
  gap: 0;
}

.gx-section .testimonials_morden .testimonials-rating {
  margin: 0 0 5px;
}

.gx-section .testimonials_morden .testimonials-group {
  margin: 0;
}

.gx-section .testimonials_morden .author-infor {
  gap: 5px;
}

.gx-section .testimonials_morden .icon-quote {
  margin-bottom: 5px;
}

.gx-section .style-morden .testimonials-quote {
  color: var(--color-heading);
  font-family: var(--heading-font);
  font-size: 2.4rem;
  font-weight: 500;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 3rem;
}

.gx-section .style-morden .testimonials-group-info{
  margin-top: 1rem;
}

@media (max-width: 767.98px) {
  .gx-section .style-morden .testimonials-quote,
  .gx-section .testimonials_morden .testimonials-quote {
    font-size: 2rem;
  }
  
}

.gx-section .product-grid__banner-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  pointer-events: none;
}

.gx-section .banner-content-inner {
  pointer-events: auto;
}

@media (min-width: 768px) {
  .gx-section .product-grid__banner-content [class*='btn-'] {
    --btn-padding-x: 4.6rem;
  }
}

@media (min-width: 1200px) {
  .gx-section .product-grid__banner-content .sec__content-heading {
    font-size: 4rem;
  }
}

.gx-section .sec__image-comparison-slider .img-container .align-self-start {
  align-self: unset;
  display: flex;
  flex-direction: column;
}

.gx-section .sec__image-comparison-slider
  .img-container
  .align-self-start
  .testimonial-product_comparison {
  margin-top: auto;
}

.gx-section .sec__image-comparison-slider
  .testimonial-product_comparison
  .product-item__wrapper {
  background-color: var(--grey-color);
  border-radius: var(--rounded-radius);
  overflow: hidden;
}

.gx-section .sec__image-comparison-slider .testimonial-product_comparison .product__media {
  border-radius: 0;
  aspect-ratio: 3/4 !important;
}

@media (min-width: 992px) {
  .gx-section .sec__image-comparison-slider .col-md-w-custom {
    flex: 0 0 auto;
    width: var(--col-width, 50%);
  }
}

@media (max-width: 991.98px) {
  .gx-section .sec__image-comparison-slider .col-md-w-custom {
    flex: 0 0 auto;
    width: 100%;
  }
}

.gx-section #predictive-search.loading > :not(.search__loading-state) {
  display: none !important;
}

.gx-section div#quick-search:has(+ div.loading) {
  display: none !important;
}

.gx-section #predictive-search.loading + .search__loading-state {
  display: block !important;
}

.gx-section .preload-screen-loading-bar {
  width: 13rem;
  height: 0.2rem;
  border-radius: 0.2rem;
  background-color: #ebebeb;
  overflow: hidden;
  position: relative;
  display: block;
}

.gx-section .preload-screen-loading-bar::after {
  content: '';
  height: 100%;
  width: 6.8rem;
  position: absolute;
  transform: translate(-3.4rem);
  background-color: #212326;
  border-radius: 0.2rem;
  animation: gx-initial-loading 1s ease infinite;
}

@keyframes gx-initial-loading {
  0% {
    transform: translate(-6.8rem);
  }
  100% {
    transform: translate(13rem);
  }
}

@keyframes gx-pageTransitionSpinner {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

.gx-section .preload-screen-spinner {
  --loading-size: 80px;
  --loading-color: #bbbbbb;
  animation: gx-pageTransitionSpinner 1.5s linear infinite;
  width: var(--loading-size);
  height: var(--loading-size);
  border-radius: 50%;
  box-shadow: 0 2px 0 0 var(--loading-color);
  transform-origin: calc(var(--loading-size) / 2)
    calc(var(--loading-size) / 2 + 1px);
}

.gx-section .icon-rotator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 2px solid var(--color-dark);
  border-left-color: transparent;
  border-radius: 50%;
  display: none;
  animation: gx-spinicon 0.5s linear infinite;
}

@keyframes gx-spinicon {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.gx-section .cart-discount-remove.loading .icon-rotator,
.gx-section cart-remove-button.loading .icon-rotator,
.gx-section minicart-wishlist-action.loading .icon-rotator,
.gx-section mini-cart-remove-button.loading .icon-rotator,
.gx-section cart-item-edit.loading .icon-rotator,
.gx-section minicart-item-edit.loading .icon-rotator {
  display: block;
  opacity: 1 !important;
}

.gx-section minicart-wishlist-action.loading a,
.gx-section cart-remove-button.loading .remove-icon,
.gx-section mini-cart-remove-button.loading .remove-icon,
.gx-section cart-item-edit.loading .edit-icon,
.gx-section minicart-item-edit.loading .edit-icon {
  opacity: 0 !important;
}

.gx-section .idea-product .product-item__wrapper{
   display: flex;
}

.gx-section .product-item__wrapper.flex{
  display: flex;
}

.gx-section .show-background{
  background: var(--background-color);
  padding: 1.5rem;
  border-radius: var(--rounded-radius);
}

.gx-section .sec__icon-box-inner .border.radius-5{
  border-radius: var(--rounded-radius);
}

.gx-section .sec__icon-box-item .sec__icon-box-content-des a,
.gx-section .sec__icon-box-item .rich__text-m0 p:only-child{
  text-decoration: none;
}

.gx-section .sec__icon-box-content-icon svg{
  color: var(--color-heading);
}

.gx-section .wrapper-content-item.show-image{
  gap: 10px;
  margin-bottom: 3rem;
}

.gx-section .wrapper-content-item.show-image .sec__content-heading{
  font-size: 1.5rem;
  text-transform: capitalize;
  padding: 1.5rem 0 0;
}

.gx-section .show-image .sec__content-overview  img{
  height: 100%;
  object-fit: cover;
}

.gx-section .show-image .w-custom{
  max-width: 100%;
}

@media (min-width: 1200px) {
  .gx-section .wrapper-content-item.show-image{
    padding: 0 25px;
    gap: 20px;
  }
}

@media (max-width: 767.98px) {
  .gx-section .sec__collection-overview .section__block-inner{
    display: grid;
  }
}

@media (max-width: 478.98px) {
  .gx-section .wrapper-content-item.show-image{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.gx-section .cart-discount__item {
  padding: 0.9rem;
  background-color: hsl(0, 0%, 90%);
  border-radius: var(--btn-radius);
}

.gx-section .icon-border{
  border: 1px solid var(--color-border);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.3rem;
}

.gx-section .title-placholder {
  --color-link: #000;
}

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

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

}

.gx-section .animate-fixed-parent {
  display: initial !important;
}

.gx-section .animate--fixed {
  clip-path: inset(0);
}

.gx-section .animate--fixed > img:not(.zoom),.gx-section .animate--fixed > picture:not(.zoom),.gx-section .animate--fixed > svg:not(.zoom) {
  position: fixed;
  height: 100vh;
}

.gx-section .sec__inner .banner__media :is(picture, source, img) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gx-section .sec__inner .banner__media .image-picture {
  display: block;
}

.gx-section .text-below{
  --color-heading: #111;
  --btn-primary-bg-graident-color: #111;
  --btn-color: #fff;
  --btn-primary-color: #fff;
}

.gx-section .text-below[style*="--aspect-ratio"]:before {
    display: none;
  }

@media screen and (max-width: 767.98px) {
  .gx-section .text-below-mb[style*="--aspect-ratio"]:before {
    display: none;
  }
  .gx-section .text-below-mb .py-custom {
    padding-top: 0;
    padding-bottom: 0;
    --color-heading: #111;
    --btn-primary-bg-graident-color: #111;
    --btn-color: #fff;
    --btn-primary-color: #fff;
  }
  .gx-section .text-below-mb.h-custom,
  .gx-section .text-below-mb.h-full_screen,
  .gx-section .text-below-mb .h-full_screen {
    min-height: auto;
  }
  .gx-section .text-below-mb.h-custom .banner__media {
    height: var(--height);
    position: relative;
  }
  .gx-section gx-multi-content.swiper.row-gap {
    row-gap: 0;
  }
  .gx-section gx-multi-content[data-enable="true"] > .section__block:not(:first-child) {
    display: none;
  }
}

.gx-section .sec__content:not(.show-content-box):is(
    .container:not(.px-custom),
    .fluid_container:not(.px-custom)
  ) {
  padding-left: 0;
  padding-right: 0;
}

.gx-section :where(.px-custom:not(.x-min-value)) {
  padding-left: clamp(
    15px,
    calc(15px + (var(--padding-inline) - 15) * var(--responsive-rate)),
    calc(var(--padding-inline) * 1px)
  );
  padding-right: clamp(
    15px,
    calc(15px + (var(--padding-inline) - 15) * var(--responsive-rate)),
    calc(var(--padding-inline) * 1px)
  );
}

.gx-section :where(.x-min-value) {
  padding-left: calc(var(--padding-inline) * 1px);
  padding-right: calc(var(--padding-inline) * 1px);
}

.gx-section :where(.px-custom.min-value:not(.container, .fluid_container)) {
  padding-left: clamp(
    calc(var(--padding-inline) * 1px),
    calc(15px + (var(--padding-inline) - 15) * var(--responsive-rate)),
    calc(var(--padding-inline) * 1px)
  );
  padding-right: clamp(
    calc(var(--padding-inline) * 1px),
    calc(15px + (var(--padding-inline) - 15) * var(--responsive-rate)),
    calc(var(--padding-inline) * 1px)
  );
}

.gx-section :where(.y-min-value) {
  padding-top: calc(var(--padding-block) * 1px);
  padding-bottom: calc(var(--padding-block) * 1px);
}

.gx-section :where(.py-custom:not(.y-min-value)) {
  padding-top: clamp(
    (var(--padding-block) * 0.64px),
    calc(
      (var(--padding-block) * 0.64px) +
        (var(--padding-block) - (var(--padding-block) * 0.64)) *
        var(--responsive-rate)
    ),
    calc(var(--padding-block) * 1px)
  );
  padding-bottom: clamp(
    (var(--padding-block) * 0.64px),
    calc(
      (var(--padding-block) * 0.64px) +
        (var(--padding-block) - (var(--padding-block) * 0.64)) *
        var(--responsive-rate)
    ),
    calc(var(--padding-block) * 1px)
  );
}

.gx-section .h-custom {
  min-height: var(--height);
}

@media (min-width: 992px) {
  .gx-section .h-custom {
    min-height: var(--height-desktop);
  }
  .gx-section .w-as-max {
    width: var(--max-width);
  }
}

.gx-section .content-box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: var(--content-bg);
  opacity: var(--opacity);
  pointer-events: none;
  border-radius: var(--rounded-radius, 0);
}

.gx-section .content-box > * {
  position: relative;
}

.gx-section .sec__video video,
.gx-section .video-foreground iframe,
.gx-section .video-foreground {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  object-fit: cover;
}

@media screen and (max-width: 576.98px) {
  .gx-section gx-multi-content.swiper.row-gap-30 {
    row-gap: 0;
  }
}

.gx-section gx-multi-content.rounded .remove-rounded {
  border-radius: 0;
}

.gx-section gx-video-section.h-full video {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gx-section .sec__multi-content gx-video-section.h-full video{
  width: 100%;
}

.gx-section .text-below-video[style*="--aspect-ratio"]:before {
  display: none;
}

.gx-section .product-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.gx-section .product-banner__image.active {
  opacity: 1;
  visibility: visible;
}

.gx-section .section-slide-with-banner .btn-link,
.gx-section .banner-packery .btn-link{
  padding: 0 0 3px;
}

.gx-section .banner-packery{
  display: grid;
}

.gx-section .banner-packery .section__block-inner{
  margin: calc(var(--col-gap) / 2);
  background: none;
}

@media screen and (max-width: 576.98px) {
  .gx-section .banner-packery .section__block-inner{
    margin: calc(var(--col-gap) / 2) 0;
  }
}

@media (min-width: 1025px) {
  .gx-section .banner-packery{
    margin-right: calc(-1* var(--col-gap) / 2);
    margin-left: calc(-1* var(--col-gap) / 2);

  }
  .gx-section .banner-packery.blocks-size-4 .section__block-inner:nth-child(3){
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .gx-section .banner-packery.blocks-size-4 .section__block-inner:nth-child(4){
    grid-column-start: 3;
    grid-column-end: 8;
    grid-row-start: 1;
    grid-row-end: 4;
  }
  .gx-section .banner-packery.blocks-size-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gx-section .banner-packery.blocks-size-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gx-section .banner-packery.blocks-size-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .gx-section .banner-packery.blocks-size-3 .section__block-inner:nth-child(1){
    grid-row: span 2 / span 2;
  }
  .gx-section .banner-packery.blocks-size-3 .section__block-inner:nth-child(3){
    grid-column-start: 2;
  }
}

@media (max-width:1024.993px) {
  .gx-section .banner-packery .section__block-inner{
    --col-gap: 20px !important;
  }
}

@media screen and (min-width:576px) and (max-width:1024.993px) {
  .gx-section .banner-packery{
    grid-template-columns: repeat(2, 1fr);
  }
  .gx-section .banner-packery .section__block-inner:nth-child(3){
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .gx-section .banner-packery .section__block-inner:nth-child(4){
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

.gx-section .product-carousel-banner {
  --color-heading: #111;
  max-width: 340px;
  width: 100%;
  background-color: var(--color-white);
  border-radius: var(--rounded-radius, 0);
  overflow: hidden;
}

.gx-section .product-carousel-banner .product-item__information{
  margin: 0;
  padding:0 2rem 2rem;
}

.gx-section .sec__content:has(.product-banner){
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gx-section .product-carousel-banner .product-item__inner{
  margin: 2rem;
}

.gx-section .slideshow.fade
  .swiper-wrapper
  .swiper-slide:not(:first-child):not(.swiper-slide-active) {
  opacity: 0 !important;
}

.gx-section .slideshow .swiper-slide-active .sec__content-inner {
  opacity: 1;
  visibility: visible;
}

.gx-section .slideshow .swiper-slide-active .sec__content-inner:not(.effect_fadeinup) > * {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.gx-section .swiper-slide-active .sec__content-inner:not(.effect_fadeinup) > *:nth-child(1) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.gx-section .swiper-slide-active .sec__content-inner:not(.effect_fadeinup) > *:nth-child(2) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.gx-section .swiper-slide-active .sec__content-inner:not(.effect_fadeinup) > *:nth-child(3) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.gx-section .swiper-slide-active .sec__content-inner:not(.effect_fadeinup) > *:nth-child(4) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.gx-section .swiper-slide-active .effect_zoomin > * {
  -webkit-animation-name: gx-zoomInSlideshow;
  animation-name: gx-zoomInSlideshow;
}

.gx-section .swiper-slide-active .effect_zoomout > * {
  -webkit-animation-name: gx-zoomOutSlideshow;
  animation-name: gx-zoomOutSlideshow;
}

.gx-section .swiper-slide-active .effect_fadein > * {
  -webkit-animation-name: gx-fadeInslideshow;
  animation-name: gx-fadeInslideshow;
}

.gx-section .swiper-slide-active .effect_fadeindown > * {
  -webkit-animation-name: gx-fadeInDownslideshow;
  animation-name: gx-fadeInDownslideshow;
}

.gx-section .swiper-slide-active .effect_fadeinleft > * {
  -webkit-animation-name: gx-fadeInLeftslideshow;
  animation-name: gx-fadeInLeftslideshow;
}

.gx-section .swiper-slide-active .effect_fadeinright > * {
  -webkit-animation-name: gx-fadeInRightslideshow;
  animation-name: gx-fadeInRightslideshow;
}

.gx-section .slideshow .swiper-actions {
  margin-bottom: 0;
}

@media screen and (max-width: 1024.98px) {
  .gx-section .slideshow .swiper-actions {
    display: none;
  }
}

.gx-section .slideshow .swiper-pagination-bullet:after {
  background-color: var(--color-heading);
}

.gx-section .slideshow .swiper-pagination-bullet:before {
  border: 1px solid var(--tns-nav-border, var(--color-heading));
}

@-webkit-keyframes gx-fadeInslideshow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes gx-fadeInslideshow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes gx-fadeInDownslideshow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes gx-fadeInDownslideshow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes gx-fadeInUpslideshow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes gx-fadeInUpslideshow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes gx-fadeInLeftslideshow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes gx-fadeInLeftslideshow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes gx-fadeInRightslideshow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes gx-fadeInRightslideshow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes gx-zoomInSlideshow {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes gx-zoomInSlideshow {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes gx-zoomOutSlideshow {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes gx-zoomOutSlideshow {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.gx-section .swiper-pagination-duplicate{
  display: none;
}

.gx-section .highlight {
  --countdown-padding: 5px;
  --countdown-color: var(--color-primary);
}

.gx-section .highlight .count-timer {
  min-width: 5rem;
  min-height: 3.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  color: var(--btn-primary-color);
}

.gx-section .sec__content .highlight .count-timer,
.gx-section .shopify-block .highlight .count-timer {
  padding: 5px 1.5rem;
}

.gx-section .rounded-style .highlight .count-timer {
  border-radius: 3px;
}

.gx-section .highlight .timer_announcementbar--text {
  display: none;
}

.gx-section .rounded-style .countdown--container {
  border-radius: 5px;
}

.gx-section .countdown--container {
  line-height: 1;
  font-weight: var(--heading-weight);
}

.gx-section .timer_announcementbar--text {
  font-size: var(--countdown-text-size, 14px);
  font-weight: var(--countdown-text-weight, 400);
}

.gx-section .countdown--container:not(:last-child):after {
  content: ":";
  font-size: var(--countdown-size, inherit);
  padding: 0 calc(var(--countdown-padding, 4px) + 1px) 0
    var(--countdown-padding, 4px);
  align-self: center;
  color: var(--countdown-color, inherit);
  font-weight: var(--body-weight);
}

.gx-section .default .countdown--container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-heading);
}

.gx-section .default .timer_announcementbar--text {
  align-self: flex-end;
  line-height: normal;
  padding-left: 5px;
  transform: translateY(-2px);
}

.gx-section .default.fs-medium .countdown--container {
  align-items: flex-end;
  --countdown-text-size: 1.6rem;
  --heading-weight: var(--subheading-weight);
  --countdown-size: 2.4rem;
  --countdown-padding: clamp(3px, 1vw, 10px);
  --countdown-text-weight: var(--body-weight);
}

.gx-section gx-countdown-timer.hidden {
  display: none;
}

@media (max-width: 1024px){
  .gx-section .default.fs-medium .countdown--container{
    font-size: calc(2rem + 0.8vw);
  }
  .gx-section .default.fs-medium .countdown--container {
    --countdown-padding: clamp(2px, 1vw, 5px);
  }
  .gx-section .timer_announcementbar--text{
    --countdown-text-size: 1.4rem;
  }
}

@media (min-width: 1024px) and (max-width: 1320px) {
  .gx-section .highlight .count-timer {
    min-width: 3rem;
    min-height: 3.5rem;
  }
  .gx-section .highlight{
     right:0;
     left:0;
  }
}

@media (min-width: 1321px) and (max-width: 1410px) {
  .gx-section .highlight .count-timer {
    min-width: 4rem;
  }
}

.gx-section .outfit_idea gx-countdown-timer{
  gap: 1rem;
}

.gx-section .outfit_idea .countdown--container:not(:last-child):after{
  display: none;
}

.gx-section .outfit_idea  gx-countdown-timer .countdown--container{
  --heading-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center !important; 
  align-items: center !important;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(5px);
  padding: 1rem;
  text-transform: capitalize;
}

.gx-section .outfit_idea .timer_announcementbar--text{
  align-self: center;
  --countdown-text-size: 1.4rem;
  padding: 0 !important;
}

.gx-section .outfit_idea .sec__content-btn > *:not(.btn-link){
  min-width: 185px;
}

.gx-section .sec__content-btn .btn-primary{
  border: 0;
}

.gx-section .sec__content-btn .btn-link{
  padding: 0 0 5px;
}

@media (min-width: 1200px){
  .gx-section .outfit_idea  gx-countdown-timer .countdown--container{
    min-width: 72px;
    min-height: 86px;
  }
  .gx-section .default.fs-medium .countdown--container:last-child .count-timer{
    min-width: 46px;
  }
}

.gx-section .text-center gx-countdown-timer{
  justify-content: center;
}

.gx-section .text-left gx-countdown-timer{
  justify-content: flex-start;
}

.gx-section .text-right gx-countdown-timer{
  justify-content: flex-end;
}

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}

{--swiper-theme-color:#007aff}

.gx-section :host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}

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

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

.gx-section .swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}

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

.gx-section .swiper-horizontal{touch-action:pan-y}

.gx-section .swiper-vertical{touch-action:pan-x}

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

.gx-section .swiper-slide-invisible-blank{visibility:hidden}

.gx-section .swiper-autoheight,.gx-section .swiper-autoheight .swiper-slide{height:auto}

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

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

.gx-section .swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}

.gx-section .swiper-3d .swiper-wrapper{transform-style:preserve-3d}

.gx-section .swiper-3d{perspective:1200px}

.gx-section .swiper-3d .swiper-cube-shadow,.gx-section .swiper-3d .swiper-slide{transform-style:preserve-3d}

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

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

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

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

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

.gx-section .swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}

.gx-section .swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}

.gx-section .swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}

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

.gx-section .swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}

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

.gx-section .swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}

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

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

.gx-section .swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}

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

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

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

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

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

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

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

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

@keyframes gx-swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}

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

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

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

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

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

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

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

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

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

.gx-section .swiper-button-next svg,.gx-section .swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}

.gx-section .swiper-rtl .swiper-button-next svg,.gx-section .swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}

.gx-section .swiper-button-prev,.gx-section .swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}

.gx-section .swiper-button-next,.gx-section .swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}

.gx-section .swiper-button-lock{display:none}

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

.gx-section .swiper-button-prev:after,.gx-section .swiper-rtl .swiper-button-next:after{content:'prev'}

.gx-section .swiper-button-next,.gx-section .swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}

.gx-section .swiper-button-next:after,.gx-section .swiper-rtl .swiper-button-prev:after{content:'next'}

.gx-section .swiper-pagination{position:absolute;text-align:center;transform:translate3d(0,0,0);z-index:10}

.gx-section .swiper-pagination.swiper-pagination-hidden{opacity:0}

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

.gx-section .swiper-horizontal>.swiper-pagination-bullets,.gx-section .swiper-pagination-bullets.swiper-pagination-horizontal,.gx-section .swiper-pagination-custom,.gx-section .swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}

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

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

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

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

.gx-section .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}

.gx-section .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}

.gx-section .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}

.gx-section .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}

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

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

.gx-section .swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}

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

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

.gx-section .swiper-pagination-vertical.swiper-pagination-bullets,.gx-section .swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}

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

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

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

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

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

.gx-section .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.gx-section .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}

.gx-section .swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}

.gx-section .swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}

.gx-section .swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}

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

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

.gx-section .swiper-horizontal>.swiper-pagination-progressbar,.gx-section .swiper-pagination-progressbar.swiper-pagination-horizontal,.gx-section .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.gx-section .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}

.gx-section .swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.gx-section .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.gx-section .swiper-pagination-progressbar.swiper-pagination-vertical,.gx-section .swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}

.gx-section .swiper-pagination-lock{display:none}

.gx-section .swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}

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

.gx-section .swiper-horizontal>.swiper-scrollbar,.gx-section .swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}

.gx-section .swiper-scrollbar.swiper-scrollbar-vertical,.gx-section .swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}

.gx-section .swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}

.gx-section .swiper-scrollbar-cursor-drag{cursor:move}

.gx-section .swiper-scrollbar-lock{display:none}

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

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

.gx-section .swiper-slide-zoomed{cursor:move;touch-action:none}

.gx-section .swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}

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

.gx-section .swiper-grid>.swiper-wrapper{flex-wrap:wrap}

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

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

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

.gx-section .swiper-fade .swiper-slide .swiper-slide{pointer-events:none}

.gx-section .swiper-fade .swiper-slide-active{pointer-events:auto}

.gx-section .swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}

.gx-section .swiper-cube{overflow:visible}

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

.gx-section .swiper-cube .swiper-slide .swiper-slide{pointer-events:none}

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

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

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

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

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

.gx-section .swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}

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

.gx-section .swiper-flip{overflow:visible}

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

.gx-section .swiper-flip .swiper-slide .swiper-slide{pointer-events:none}

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

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

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

.gx-section .swiper-cards{overflow:visible}

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