/** Shopify CDN: Minification failed

Line 3465:67 Expected identifier but found "!"
Line 4056:0 Expected "}" to go with "{"

**/
:root {
  --color-button: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --color-icon: rgb(var(--color-foreground));
}

/* base */

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

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

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

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

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

/*  page width   */

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

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

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

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

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

@media screen and (min-width: 990px) {
  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }

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

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

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

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

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
  padding: 4rem 0 5rem;
}

@media screen and (min-width: 750px) {
  .background-secondary {
    padding: 6rem 0 5rem;
  }
}
:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
}
.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

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

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

.hidden {
  display: none !important;
}

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

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

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

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
svg.placeholder-svg {
  width: 100%;
  height: auto;
  position: absolute;
}
/* Heading Tag Style */
h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: var(--heading-letter-spacing, 0);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-size)));
  margin: 0 0 15px;
  text-transform: var(--header-text-case);
}

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

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

.h-2x {
  font-size: calc(var(--font-heading-size) * 3rem);
}

@media only screen and (min-width: 750px) {
  .h-2x {
    font-size: calc(var(--font-heading-size) * 6.4rem);
  }
}

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

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

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

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

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

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

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

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

h6,
.h6 {
  font-size: calc(var(--font-heading-size) * 1.6rem);
}
/*  End Heading Tag Style */

/*  Others Common Style */
p {
  margin-top: 0;
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: 1.7;
}

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

.caption-with-letter-spacing {
  font-size: 1.6rem;
  letter-spacing: 0.13rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.6rem;
  line-height: 1.5;
}

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

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

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}
.error {
  color: red;
}
.hidden {
  display: none !important;
}

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

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

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

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

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

.placeholder {
  background-color: rgba(var(--color-background));
  color: rgba(var(--color-foreground), 0.85);
  fill: rgba(var(--color-foreground), 0.85);
  position: relative;
}

.placeholder {
  --color-background: var(--color-base-accent-2);
}
details > * {
  box-sizing: border-box;
}

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

.visibility-hidden {
  visibility: hidden;
}

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

.customer a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}
a,
button {
  line-height: inherit;
  display: inline-block;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
  color: inherit;
}
/*  End Others Common Style */

/* Display: None css */

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}

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

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

.d-none {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .d-lg-none {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .d-md-none {
    display: none !important;
  }
}

@media only screen and (min-width: 991px) {
  .d-md-only-visible {
    display: none !important;
  }
}

@media only screen and (min-width: 750px) {
  .d-sm-only-visible {
    display: none !important;
  }
}

@media only screen and (max-width: 749px) {
  .d-sm-none {
    display: none !important;
  }
}
@media only screen and (max-width: 575px) {
  .d-xs-none {
    display: none !important;
  }
}

.d-block {
  display: block;
}
@media only screen and (min-width: 991px) {
  .d-md-block {
    display: block !important;
  }
}

@media only screen and (min-width: 767px) {
  .d-sm-block {
    display: block !important;
  }
}

@media only screen and (min-width: 575px) {
  .d-xs-block {
    display: block !important;
  }
}

@media only screen and (max-width: 991px) {
  .d-md-only-block {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .d-sm-only-block {
    display: block !important;
  }
}
@media only screen and (max-width: 575px) {
  .d-xs-only-block {
    display: block !important;
  }
}

/* End Display: None css */

/* Text Align Center css */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}
/* End Text Align Center css */

/* Details summary Css */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

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

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

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

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

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

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

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

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

input:focus {
  outline: 0;
  box-shadow: 0 0 5px 2px rgba(var(--color-foreground), 0.15);
}

*:focus-visible {
  box-shadow: 0 0 5px 2px rgba(var(--color-foreground), 0.15);
}

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

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

/*
  Focus ring - inset
*/

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

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

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

/*
  Focus ring - none
*/

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

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

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

.no-js .focus-offset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}
/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}
.media--round {
  padding-bottom: 121.9%;
  border-radius: 45%;
  background: transparent;
}
.media.media--hover-effect > img + img {
  opacity: 0;
}

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

deferred-media {
  display: block;
}

/* End component-media */

/* Button default style */
.button--secondary,
.button--tertiary {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
}

.button,
.customer button,
.shopify-challenge__button {
  cursor: pointer;
  display: inline-block;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-size: calc(var(--button-font-size) * 1.5rem);
  padding: 1rem 1.5rem;
  text-decoration: none;
  border: var(--button-border-width) solid transparent;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  border-radius: var(--button-border-radius);
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-case);
  transition: 0.3s;
  font-weight: var(--button-font-weight);
}
.button:focus-visible {
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}
.button-label {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}
.button:hover {
  transform: translateY(-2px);
}
.button--secondary {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
  --alpha-button-background: 0;
  color: rgba(var(--color-button-text), var(--alpha-button-border));
  border-width: var(--button-border-width);
  background: transparent;
  border-style: solid;
  border-color: var(--color-button-text);
}
.button--secondary:hover {
  background: rgba(var(--color-button-text), var(--alpha-button-border));
  color: rgb(var(--color-background));
  border-color: rgba(var(--color-button-text), var(--alpha-button-border));
}

.button--outline-primary {
  --alpha-button-background: 0;
  color: rgba(var(--color-outline-button), 1);
  border-width: var(--button-border-width);
  border-color: rgba(var(--color-outline-button), var(--alpha-button-border));
}
.button--outline-lite {
  --alpha-button-background: 0;
  color: rgba(var(--color-outline-light-button), 1);
  border-width: var(--button-border-width);
  border-color: rgba(
    var(--color-outline-light-button),
    var(--alpha-button-border)
  );
}
.button--outline-dark {
  --alpha-button-background: 0;
  color: rgba(var(--color-outline-dark-button), 1);
  border-width: var(--button-border-width);
  border-color: rgba(
    var(--color-outline-dark-button),
    var(--alpha-button-border)
  );
}
.button--button-link {
  padding: 0;
  background: transparent;
  text-decoration: underline;
  font-weight: 600;
  color: var(--button-text, --color-foreground);
}
.button--button-link:is(.button--small) {
  padding: 0 !important;
  font-size: calc(var(--button-font-size) * 1.3rem);
}
.button--button-link:is(.button--medium) {
  padding: 0 !important;
  font-size: calc(var(--button-font-size) * 1.7rem);
}
.button--button-link:is(.button--large) {
  padding: 0 !important;
  font-size: calc(var(--button-font-size) * 2rem);
}
.button--round-corner {
  border-radius: 50px;
}
.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: 9rem;
  min-height: 3.5rem;
}
.button--large {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.button--medium {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}
.button--small {
  padding: 0.8rem 2rem;
}
button.link {
  font-size: 2rem;
}
button.link.with--icon {
  font-size: 2rem;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
button.link.with--icon > svg {
  width: 35px;
  margin-left: 1rem;
}
button.link.with--icon:hover {
  color: rgb(var(--color-link), 0.75);
}
@media only screen and (max-width: 749px) {
  .button--medium {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
    font-size: 1.4rem;
  }
}
/* Button - other */

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

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

.button.loading,
button.loading {
  color: transparent !important;
}

/* .button.loading:after,
button.loading:after {
  animation: loading var(--duration-long) infinite linear;
  border: 2.5px solid #000;
  border-left: 2.5px solid transparent;
  border-radius: 100%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  width: 20px;
} */
.button.loading:after,
button.loading:after {
  animation: loading var(--duration-long) infinite linear;
  border: 2.5px solid #000;
  border-left: 2.5px solid transparent;
  border-radius: 100%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  width: 20px;
  top: 24%;
  transform: translate(-50%, -50%);
  left: 50%;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Button default style End */

/* component-form */
.field__input,
.select__select,
.customer .field input {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: rgb(var(--color-foreground));
  font-size: 1.6rem;
  width: 100%;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.55);
  height: 4.5rem;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
}

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

.field__input:hover,
.select__select:hover,
.customer .field input:hover,
.localization-form__select:hover {
  box-shadow: 0 0 0 0.2rem rgba(var(--color-foreground), 0.55);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.localization-form__select:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--color-foreground), 0.75);
  outline: transparent;
}

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

/* Select */

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

.select__select,
.customer select {
  cursor: pointer;
  line-height: 1.6;
  padding: 0 4rem 0 1.5rem;
}
.select_box {
  appearance: none;
  -webkit-appearance: none;
  height: 50px;
  padding: 0 20px;
  min-width: 200px;
  border-color: rgba(var(--color-foreground), 0.55);
  color: rgba(var(--color-foreground), 1);
}
.select_box option {
  font-size: 16px;
}
select option[disabled] {
  background: #ddd;
}
/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
}

.customer .field {
  display: block;
}

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

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
}

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

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: 0.3em;
  letter-spacing: 0.04rem;
}

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

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

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

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

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

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

/* Text area */

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

.text-area--resize-vertical {
  resize: vertical;
}

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

/* Form global */

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

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

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

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

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

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

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

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

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

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

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

/* component-quantity */
.quantity {
  --color-base-text: var(--color-foreground);
  border: 1.5px solid rgba(var(--color-base-text), 0.08);
  position: relative;
  height: 45px;
  width: 120px;
  display: flex;
  border-radius: var(--button-border-radius);
}
.quantity__input {
  color: currentColor;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 10px;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}
.quantity__button {
  width: 40px;
  flex-shrink: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}

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

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

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

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

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

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

.modal__toggle-close {
  display: none;
}

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

.modal__toggle-open {
  display: flex;
}

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

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

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

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

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

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

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

/* Announcement bar end */
.border-bottom-1 {
  border-bottom: 1px solid rgba(var(--color-foreground), 0.08);
}
.border-top-1 {
  border-top: 1px solid rgba(var(--color-foreground), 0.08);
}
details-disclosure > details {
  position: relative;
}

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

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

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

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

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}
.badge {
  border: 1px solid transparent;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  padding: 4px 10px;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  color: rgb(var(--color-foreground));
  word-break: break-word;
  border-radius: 3px;
}
/* .badge.badge--round {
  padding: 0;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
} */

/* .badge.badge--round__color {
  background: var(--badge-background-color);
  border: 1px solid var(--badge-background-color);
} */
.productSlider .swiper-wrapper {
  box-sizing: border-box;
}

.product-sale-badge {
}

@media only screen and (max-width: 575px) {
  .badge {
    padding: 3px 5px;
  }
}

span.badge--text {
  color: rgba(var(--color-foreground));
  text-decoration: underline;
  line-height: 2.8rem;
  background: transparent;
}

/*  container width || pag width  */

/* HT own code start */
.container,
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.container {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.container-fluid {
  --offset-fluid: 1.5rem;
  padding-right: var(--offset-fluid);
  padding-left: var(--offset-fluid);
}
@media only screen and (min-width: 992px) {
  .container-fluid {
    --offset-fluid: calc(var(--container-fluid-offset) / 1.25);
  }
}
@media only screen and (min-width: 1200px) {
  .container-fluid {
    --offset-fluid: var(--container-fluid-offset);
  }
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media (min-width: 992px) {
  .container {
    max-width: var(--container-lg-width);
  }
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
/* HT own code end */

/* HT - Grid Column CSS Start */

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-xl-7 > * {
    flex: 0 0 auto;
    width: 14.285714%;
  }
  .row-cols-xl-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.d-flex {
  display: flex;
}
.flex-start {
  justify-content: start;
}
.flex-end {
  justify-content: end;
}
.flex-wrap {
  flex-wrap: wrap;
}
.align-items-center {
  align-items: center;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.align-self-center {
  align-self: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-start {
  justify-content: flex-start;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-direction-column {
  flex-direction: column;
}
.inline-y-center {
  display: flex;
  align-items: center;
}
.inline-x-center {
  display: flex;
  justify-content: center;
}
.inline-xy-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .flex-column-reverse-max-tablet {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 992px) {
  .flex-row-reverse-min-desktop {
    flex-direction: row-reverse;
  }
}
/* HT Grid Column CSS End  */
/*  Countdown Css  */
.product__countdown {
  display: flex;
}

/* Added overlay Css */
.added__overlay,
.added__overlay_search,
.added__overlay_filter {
  overflow: hidden;
}
.added__overlay::before,
.added__overlay_search::before,
.added__overlay_filter::before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0.5;
  cursor: crosshair;
  z-index: 99;
}

/* HT - Input Field */
.input__field,
input[type="email"],
input[type="text"],
.select__field_form select {
  height: 50px;
  width: 100%;
  padding: 0 15px;
  border: 1px solid rgba(var(--color-foreground), 0.55);
  border-radius: var(--button-border-radius);
  font-size: 16px;
  color: rgba(var(--color-foreground));
  background: rgba(var(--color-background));
  -webkit-appearance: none;
  appearance: none;
}
.input__field_form {
  position: relative;
}
.input__field_form_button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) !important;
  line-height: 1;
  right: 8px !important;
}
.input__field:hover {
  appearance: none;
}
.input__field_form_button:hover {
  color: rgba(var(--color-base-text-link-hover)) !important;
}
textarea {
  padding: 15px;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(var(--color-foreground), 0.55);
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(var(--color-foreground), 0.55);
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(var(--color-foreground), 0.55);
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(var(--color-foreground), 0.55);
}
.select__field_form {
  position: relative;
}
/* Section Padding  */
.section--padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section--padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .section--padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section--padding-top {
  padding-top: 50px;
}

@media only screen and (min-width: 767px) {
  .section--padding-top {
    padding-top: 80px;
  }
}
.section--padding-bottom {
  padding-bottom: 50px;
}
@media only screen and (min-width: 767px) {
  .section--padding-bottom {
    padding-bottom: 80px;
  }
}
.section--margin {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section--margin {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section--margin {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .section--margin {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .blog-articles__article.article:last-child {
    margin-bottom: 0;
  }
}
.section--margin-top {
  margin-top: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section--margin-top {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section--margin-top {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .section--margin-top {
    margin-top: 50px;
  }
}
.section--margin-top {
  margin-bottom: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section--margin-top {
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section--margin-top {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .section--margin-top {
    margin-bottom: 50px;
  }
}

/* Tab */
.tab_content {
  display: block;
}

.tab_pane {
  display: none;
  transition: var(--transition);
}
.tab_pane:not(.show) {
  opacity: 0;
}
.tab_pane.show {
  opacity: 1;
}
.tab_pane.active {
  display: block;
}

/*  Spacing Helper css */
.mb-10 {
  margin-bottom: 10px;
}
.mb-30 {
  margin-bottom: 30px;
}
.pt-25 {
  padding-top: 25px !important;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mb-80 {
  margin-bottom: 80px;
}
.p-0 {
  padding: 0;
}
.pt--0 {
  padding-top: 0;
}
.pb--0 {
  padding-bottom: 0;
}
.pb-80 {
  padding-bottom: 80px;
}
.pt-50 {
  padding-bottom: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.mt-15 {
  margin-top: 15px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-50 {
  margin-bottom: 50px;
}
.mt-30-minus {
  margin-top: -30px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-20 {
  margin-top: 30px;
}
.max-w-500 {
  max-width: 50rem;
}
.h-100 {
  height: 100%;
}
.w-100 {
  width: 100%;
}
.y_scroll {
  overflow-y: auto;
}
.py-1 {
  padding: 1rem 0;
}
.product-form__error-message-wrapper svg,
.drawer_cart-item__error svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.7rem;
}
.product-form__error-message-wrapper,
.drawer_cart-item__error {
  background: #f8d7da;
  color: #721c24;
  padding: 5px 10px;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.drawer_cart-item__error {
  flex: 0 0 100%;
  margin-top: 20px;
}
.mt-10 {
  margin-top: 10px;
}
/* .placeholder-svg {
  position: absolute;
  left: 50%;
  max-width: 80rem;
  top: 50%;
  width: 100%;
  fill: currentColor;
} */
.placeholder_svg_parent {
  background: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground));
  position: relative;
}
.relative {
  position: relative;
}
.shopify-policy__container {
  max-width: 90rem !important;
  margin: 8rem auto !important;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
table {
  width: 100%;
  background-color: transparent;
}
td,
th {
  text-align: left;
  padding: 15px;
  border: 1px solid rgba(var(--color-foreground));
}
/* Keyframes */

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (max-width: 749px) {
  .mobile-text-center {
    text-align: center;
  }
  .mobile-text-left {
    text-align: left;
  }
  .mobile-text-right {
    text-align: right;
  }
}
.rounded--image {
  border-radius: 2.5rem;
}
.rounded--3rem {
  border-radius: 3rem;
}
.header_bottom:not(.transparent_header_color) {
  box-shadow: none !important;
}
.header_bottom.header__sticky.sticky {
  box-shadow: 0 2px 5px rgba(var(--color-foreground), 0.1) !important;
}

.header_bottom.header__sticky.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-animation: 0.7s ease-in-out 0s normal none 1 running fadeInDown;
  animation: 0.7s ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
}

.section-heading-wrapper {
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 749px) {
  .section-heading-wrapper {
    justify-content: start;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media only screen and (max-width: 749px) {
  .header-right-side-action-wrap {
    margin-top: 2rem;
  }
  .header-right-side-action-wrap
    .featured__collection--slider.slider--controls--button {
    margin-top: 0rem;
  }
}
.header-right-side-action-wrap {
  display: flex;
  gap: 10px;
}
.section-heading {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column-reverse;
}
.section-heading__sub_title {
  color: rgba(var(--color-foreground), 0.8);
  font-size: calc(var(--font-heading-size) * 1.8rem);
}

.row.wishlist-grid--empty-list {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.placeholder {
  --color-background: none;
}

ul.product-grid-item__actions.style2.justify-content-end.bottom_position li,
ul.product-grid-item__actions.style2.justify-content-start.bottom_position li,
ul.product-grid-item__actions.style2.justify-content-center.bottom_position li {
  margin: 0 0px;
}
ul.product-grid-item__actions.style2.justify-content-start.top_position li {
  margin: 0 0px 8px 0px;
}
ul.product-grid-item__actions.style2.justify-content-end.bottom_position {
  flex-direction: row;
}
ul.product-grid-item__actions.style2.justify-content-start.bottom_position {
  top: auto;
  bottom: 15px;
}
ul.product-grid-item__actions.style2.justify-content-center.bottom_position {
  top: auto;
  bottom: 15px;
}
ul.product-grid-item__actions.style2.justify-content-start.top_position {
  display: block;
}

/* Wishlist Button Css */
.wishlist__button {
  cursor: pointer;
}
.wishlist__button.loading.adding .remove__wishlist,
.wishlist__button.wishlist__button.loading.adding .add__wishlist,
.wishlist__button.active .add__wishlist,
.loading__wishlist,
.remove__wishlist {
  display: none;
}
.wishlist__button.active .remove__wishlist,
.wishlist__button.loading .loading__wishlist {
  display: inline-block;
}
.wishlist__button.loading.adding {
  pointer-events: none;
}
.wishlist__button svg {
  height: 20px;
}
.wishlist__button span {
  height: 20px;
}
button.cart--icon-button.active {
  color: rgba(var(--color-base-accent-2), 1);
  color: #fff;
  border: 1px solid #000;
  background: #000;
}
/* End Wishlist Button Css */

  @keyframes fadeInDown {
    from {
      opacity: 0;
      transform: translate3d(0, -100%, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }

  .fadeInDown {
    animation-name: fadeInDown;
  }
  /* 1. Target the Main Container and force it clear */
.product__filter--toolbar,
.product__grid_column_buttons {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* 2. Target EVERY child element (buttons, links, spans, divs) inside the container */
.product__grid_column_buttons > *,
.product__grid_column_buttons button,
.product__grid_column_buttons a,
.product__grid_column_buttons span {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* 3. Target "Pseudo-elements" (Ghost layers often used for backgrounds) */
.product__grid_column_buttons > *::before,
.product__grid_column_buttons > *::after,
.product__grid_column_buttons button::before,
.product__grid_column_buttons button::after {
    background: transparent !important;
    display: none !important; /* Hides the layer entirely */
}

/* 4. Force the Icon Lines to be White */
.product__grid_column_buttons svg,
.product__grid_column_buttons svg path,
.product__grid_column_buttons svg rect {
    fill: #FFFFFF !important;
    stroke: #FFFFFF !important;
    color: #FFFFFF !important;
}
/* GLASS EFFECT: Sort By Dropdown */
.product__filter--toolbar select,
.product__filter--toolbar .select__select,
#FacetSortForm select {
    /* 1. The Glass Look */
    background-color: rgba(0, 0, 0, 0.5) !important; /* 50% transparent black */
    backdrop-filter: blur(10px) !important; /* Blurs the background behind it */
    -webkit-backdrop-filter: blur(10px); /* For Safari support */
    
    /* 2. Visibility Fixes */
    color: #FFFFFF !important; /* Force text to be White */
    border: 1px solid rgba(255, 255, 255, 0.3) !important; /* Subtle frosted border */
}

/* DROPDOWN OPTIONS FIX */
/* Browsers (Chrome/Safari) force the open list to be solid. 
   We set it to Dark Black so it doesn't flash white. */
.product__filter--toolbar select option,
#FacetSortForm select option {
    background-color: #000000 !important;
    color: #FFFFFF !important;
}

/* ARROW ICON COLOR */
/* Forces the little arrow on the right to be white */
.product__filter--toolbar .icon-caret,
.product__filter--toolbar svg {
    fill: #FFFFFF !important;
    stroke: #FFFFFF !important;
}
.product-card-wrapper .card__inner {
    width: 60%;
    margin: auto;
}

/* =========================================
   1. UNIFIED DARK THEME (Cart Slider & Page)
   ========================================= */

/* Force Cart Slider AND Main Cart Page to be Dark Navy/Black */
#cart-notification,
#CartDrawer,
.drawer,
.cart, 
.cart__items, 
.cart__footer, 
.cart-items {
    background-color: rgba(15, 34, 74, 0.7) !important; /* Unified Dark Background */
    color: #ffffff !important;
    border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* Force Text to be White (Readable on Dark Background) */
#cart-notification *,
#CartDrawer *,
.drawer *,
.cart-item__name,
.cart-item__details, 
.cart-item__old-price, 
.cart-item__price-wrapper,
.product-option,
.cart__footer .totals__subtotal-value,
.cart__footer .totals__subtotal,
.cart__footer p,
.cart__footer small {
    color: #ffffff !important;
    text-shadow: none !important;
}

/* Fix "Invisible" Variant Text (Make it Light Grey) */
dd.product-option, 
dt.product-option,
.product-option * {
    color: #cccccc !important;
}

/* Remove Shadows from Prices */
.price, .price-item, .product__price, .money {
    text-shadow: none !important;
    box-shadow: none !important;
}

/* =========================================
   2. UI ELEMENTS (Inputs, Icons, Selectors)
   ========================================= */

/* Fix Quantity Selectors (White Borders) */
.quantity,
.cart-item__quantity .quantity {
    background-color: transparent !important;
    border: 1px solid #ffffff !important;
}
.quantity__button, .quantity__input {
    color: #ffffff !important;
    background: transparent !important;
}

/* Fix Trash/Remove Icons (White Ring, Transparent Background) */
.cart-item__error-icon,
.cart-remove-button,
.button--tertiary,
#cart-notification a.remove {
    background-color: transparent !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    text-decoration: none !important;
}
.cart-remove-button svg, .button--tertiary svg {
    fill: #ffffff !important;
    width: 14px !important;
    height: 14px !important;
}

/* Fix Dropdowns (Country/Province Selectors) */
select, .select__select {
    color: #ffffff !important;
    background-color: transparent !important;
    border: 1px solid #ffffff !important;
}
/* Dropdown Options (White Background + Black Text for readability) */
select option {
    background-color: #ffffff !important;
    color: #000000 !important;
}

/* =========================================
   3. BUTTONS: VIEW CART (Secondary)
   ========================================= */

/* "View Cart" - White Outline -> White Fill on Hover */
#cart-notification a[href="/cart"],
#CartDrawer a[href="/cart"],
.drawer__footer a[href="/cart"],
.cart__link {
    background-color: transparent !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

#cart-notification a[href="/cart"]:hover,
#CartDrawer a[href="/cart"]:hover,
.drawer__footer a[href="/cart"]:hover,
.cart__link:hover {
    background-color: #ffffff !important;
    color: #000000 !important; /* Black text on White hover */
    border: 1px solid #ffffff !important;
}

/* =========================================
   4. BUTTONS: CHECKOUT & ADD TO CART (Primary)
   ========================================= */

/* TARGET ALL PRIMARY BUTTONS (Product Page + Cart Page + Cart Slider) */
#cart-notification button[name="checkout"],
#CartDrawer button[name="checkout"],
.cart__checkout-button,
.product-form__submit,
.product_add_cart_button .product-form__submit,
button[name="add"],
button[name="checkout"] {
    /* Royal Blue Gradient */
    background: linear-gradient(90deg, #2851a3, #4b7cf3) !important;
    color: #ffffff !important;
    border: none !important;
    
    /* Setup for Shine */
    position: relative !important;
    overflow: hidden !important; 
    z-index: 1 !important;
    
    /* Styling */
    font-weight: bold !important;
    text-shadow: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

/* HOVER LIFT EFFECT */
#cart-notification button[name="checkout"]:hover,
#CartDrawer button[name="checkout"]:hover,
.cart__checkout-button:hover,
.product-form__submit:hover,
.product_add_cart_button .product-form__submit:hover,
button[name="add"]:hover,
button[name="checkout"]:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 15px rgba(40, 81, 163, 0.4) !important;
}
/* ANIMATION MOVEMENT */
@keyframes sheen {
    0% { left: -100%; }
    100% { left: 200%; }
}

/* TEXT PROTECTION (Ensure Text is Top Layer) */
button[name="checkout"] > *,
.product-form__submit > *,
.cart__checkout-button > * {
    position: relative !important;
    z-index: 10 !important;
} 
/* ============================================================
   GRADIENT BACKGROUND + SHINE (Preserves Button Layout)
   ============================================================ */

/* 1. APPLY GRADIENT & SETUP SHINE (No Size/Padding Changes) */
.product-form__submit,               /* Product Page Add to Cart */
.cart__checkout-button,              /* Cart Page Checkout */
#cart-notification button[name="checkout"], 
#CartDrawer button[name="checkout"], 
button[name="add"],                  /* Generic Add to Cart */
button[name="checkout"],             /* Generic Checkout */
.product-card-wrapper .quick-add__submit {
    
    /* YOUR REQUESTED GRADIENT (Royal Blue) */
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%) !important;
    background-color: #1e3a8a !important; /* Fallback */
    
    /* Ensure Text is White */
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.1) !important; /* Subtle border from your sample */

    /* CRITICAL: Allows shine to exist inside without changing layout */
    position: relative !important;
    overflow: hidden !important; 
    z-index: 1 !important;
    
    /* Reset any theme overrides that block the background */
    background-image: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%) !important;
}

/* 2. HOVER EFFECT (Slight Scale) */
.product-form__submit:hover,
.cart__checkout-button:hover,
#cart-notification button[name="checkout"]:hover,
#CartDrawer button[name="checkout"]:hover,
button[name="add"]:hover,
button[name="checkout"]:hover,
.product-card-wrapper .quick-add__submit:hover {
    transform: scale(1.02) !important;
    box-shadow: 0 0 15px rgba(59, 130, 246, 0.6) !important;
}

/* 3. THE SHINE LAYER (Forced Visibility with ::before) */
/* We use ::before and z-index 10 to ensure it sits ON TOP of any theme background */
.product-form__submit::before,
.cart__checkout-button::before,
#cart-notification button[name="checkout"]::before,
#CartDrawer button[name="checkout"]::before,
button[name="add"]::before,
button[name="checkout"]::before,
.product-card-wrapper .quick-add__submit::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: -150% !important;
    width: 100% !important;
    height: 100% !important;
    
    /* Strong White Shine Gradient */
    background: linear-gradient(
        to right, 
        rgba(255,255,255,0) 0%, 
        rgba(255,255,255,0.6) 50%, 
        rgba(255,255,255,0) 100%
    ) !important;
    
    transform: skewX(-20deg) !important;
    z-index: 10 !important; /* Forces shine to be top layer */
    pointer-events: none !important;
    transition: none !important;
}

/* 4. TRIGGER ANIMATION ON HOVER */
.product-form__submit:hover::before,
.cart__checkout-button:hover::before,
#cart-notification button[name="checkout"]:hover::before,
#CartDrawer button[name="checkout"]:hover::before,
button[name="add"]:hover::before,
button[name="checkout"]:hover::before,
.product-card-wrapper .quick-add__submit:hover::before {
    animation: shine-sweep 0.75s forwards !important;
}

/* 5. DEFINE ANIMATION */
@keyframes shine-sweep {
    0% { left: -150%; }
    100% { left: 150%; }
}

/* 6. PROTECT TEXT (Ensure text is readable over the shine) */
.product-form__submit > span,
.cart__checkout-button > span,
button[name="add"] > span,
button[name="checkout"] > span {
    position: relative !important;
    z-index: 15 !important; /* Higher than shine (10) */
}
  /* Container Layout */
  .sibling-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px; /* Slightly more gap between boxes */
    margin-top: 10px;
  }
  
  /* Individual Card Design - BIGGER OVERALL */
  .sibling-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
   
    width: 130px;       /* WIDER (was 90px) */
    min-height: 160px;  /* TALLER (was 110px) */
    transition: all 0.2s ease;
    color: var(--color-foreground);
  }
  
  /* Image styling - MUCH BIGGER */
  .sibling-img img {
    width: 100%;
    height: 100%; /* TALLER IMAGE (was 40px) */
    object-fit: contain;
    margin-bottom: 12px;
  }
  
  /* Active State (Blue Border) */
  .sibling-card.active {
    border: 3px solid #005da6; /* Thicker border for active state */
    background-color: #f0f8ff;
  }
  
  /* Hover Effect */
  .sibling-card:hover {
    border-color: #333;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Added slight shadow on hover */
  }
  
  /* Text Styling - LARGER FONTS */
  .sibling-text {
    color:black;
    font-size: 1.8rem; /* BIGGER TEXT (was 1.2rem) */
    font-weight: 600;  /* Bolder */
    line-height: 1.2;
    margin-bottom: 8px;
    display: block;
  }
  
  .sibling-price {
    font-weight:800 !important;
    font-size: 2rem; /* BIGGER PRICE (was 1.1rem) */
    color: #000000;       /* Darker color for better readability */
    font-weight: 500;
  }
  

/* === ACTIVE FILTERS TOP BAR (FINAL FIX) === */
.active-facets-top-bar {
  display: block;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 100%;
}

.active-facets-top-bar .active-facets {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  align-items: center !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

/* The Pill Button - Main Style */
.active-facets-top-bar .active-facets__button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  
  /* Glassy Look */
  background-color: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 50px !important;
  
  /* Dimensions & Spacing */
  padding: 6px 16px !important;
  min-height: 34px !important;
  margin: 0 !important;
  
  /* Text Style */
  color: #fff !important;
  font-size: 1.3rem !important;
  text-decoration: none !important;
  white-space: nowrap !important; /* Forces text to one line */
  
  /* Remove Theme Defaults (The "Ghost" Circle Fix) */
  box-shadow: none !important;
  outline: none !important;
}

/* NUCLEAR FIX: Hide the inner 'ghost' layers causing the double circle */
.active-facets-top-bar .active-facets__button::before,
.active-facets-top-bar .active-facets__button::after {
  display: none !important;
  content: none !important;
  border: none !important;
}

/* Hover Effect */
.active-facets-top-bar .active-facets__button:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: #fff !important;
}

/* Inner alignment wrapper */
.active-facets-top-bar .active-facets__button-inner {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: auto !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  white-space: nowrap !important;
}

/* Close Icon "X" */
.active-facets-top-bar svg {
  width: 1.0rem !important;
  height: 1.0rem !important;
  fill: #fff !important;
  position: relative !important;
  top: 1px !important;
  margin: 0 !important;
}

/* "Clear All" Link */
.active-facets-top-bar .active-facets__button-remove {
  color: #aaa !important;
  margin-left: 10px !important;
  font-size: 1.3rem !important;
  text-decoration: underline;
  white-space: nowrap !important;
}
.active-facets-top-bar .active-facets__button-remove:hover {
  color: #fff !important;
}
/* === HIDE ACTIVE FILTERS IN SIDEBAR ONLY === */

/* Target the container specifically inside the sidebar form */
.facets__form-vertical .active-facets,
.facets__form-vertical .active-facets-desktop,
#FacetFiltersForm .active-facets {
    display: none !important;
}

/* Ensure the wrapper doesn't leave empty space */
.facets__form-vertical .active-facets-vertical-filter {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
/* === FINAL "PILL" RESET FOR ACTIVE FILTERS === */

/* 1. Reset the container to a simple row */
.active-facets-top-bar {
  display: block !important;
  width: 100% !important;
  margin-bottom: 20px !important;
}

.active-facets-top-bar .active-facets {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  align-items: center !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

/* 2. Force the button to expand (STOP THE CRUSHING) */
.active-facets-top-bar .active-facets__button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  
  /* Reset Dimensions */
  width: auto !important;
  height: auto !important;
  min-height: 38px !important;
  max-width: none !important; /* Critical: Stops it from cutting off */
  
  /* Visual Style */
  background-color: rgba(255, 255, 255, 0.15) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 50px !important;
  padding: 8px 20px !important;
  margin: 0 !important;
  
  /* Remove Theme Defaults */
  box-shadow: none !important;
  text-decoration: none !important;
}

/* 3. NUCLEAR: Hide all "Ghost" Backgrounds/Circles */
.active-facets-top-bar .active-facets__button::before,
.active-facets-top-bar .active-facets__button::after,
.active-facets-top-bar .active-facets__button-inner::before {
  content: none !important;
  display: none !important;
  background: none !important;
  border: none !important;
}

/* 4. Fix the Text (One Line, White, Readable) */
.active-facets-top-bar .active-facets__button-inner {
  color: #ffffff !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  text-transform: none !important;
  
  /* Force text to stay on one line */
  white-space: nowrap !important;
  
  /* Flex layout for Icon + Text */
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: auto !important;
  padding: 0 !important;
}

/* 5. Fix the "X" Icon */
.active-facets-top-bar svg {
  width: 10px !important;
  height: 10px !important;
  min-width: 10px !important;
  fill: #ffffff !important;
  margin: 0 !important;
}

/* 6. "Remove All" Link */
.active-facets-top-bar .active-facets__button-remove {
  color: #aaaaaa !important;
  text-decoration: underline !important;
  margin-left: 10px !important;
  font-size: 1.4rem !important;
  white-space: nowrap !important;
}
.active-facets-top-bar .active-facets__button-remove:hover {
  color: #ffffff !important;
}
/* ======================================================== */
/* 🚀 FINAL FIX: HIDE SIDEBAR FILTERS & FIX TOP BAR STYLE   */
/* ======================================================== */

/* 1. COMPLETELY HIDE Active Filters in the Sidebar */
#main-search-filters .active-facets,
#FacetsWrapperDesktop .active-facets,
.facets-wrapper .active-facets,
.facets__form-vertical .active-facets {
    display: none !important;
}

/* 2. FIX THE TOP BAR (Stop the crushing!) */
.active-facets-top-bar {
    display: block !important;
    width: 100% !important;
    margin-bottom: 20px !important;
    padding: 0 10px !important;
}

/* Force the container to allow wide items */
.active-facets-top-bar .active-facets {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    width: 100% !important;
}

/* 3. Force the Button to be a Wide Pill (Not a Circle) */
.active-facets-top-bar .active-facets__button-wrapper,
.active-facets-top-bar .active-facets__button {
    width: auto !important; /* CRITICAL: Allows button to grow */
    max-width: none !important;
    height: auto !important;
    min-height: 40px !important;
    border-radius: 50px !important;
    padding: 0 !important;
    margin: 0 !important;
    
    /* Reset Flex Layout */
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* 4. Style the Link inside the button */
.active-facets-top-bar .active-facets__button {
    background-color: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    padding: 8px 20px !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

/* 5. Force Text to ONE LINE (No Wrapping) */
.active-facets-top-bar .active-facets__button-inner {
    color: #ffffff !important;
    font-size: 1.3rem !important;
    font-weight: 500 !important;
    text-transform: none !important;
    white-space: nowrap !important; /* CRITICAL: Stops vertical stacking */
    
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: auto !important;
}

/* 6. Remove the "Ghost" Circles */
.active-facets-top-bar .active-facets__button::before,
.active-facets-top-bar .active-facets__button::after {
    display: none !important;
    content: none !important;
}

/* 7. Fix the Close Icon */
.active-facets-top-bar svg {
    width: 12px !important;
    height: 12px !important;
    fill: #ffffff !important;
    margin-left: 5px !important;
    position: static !important; /* Stop absolute positioning issues */
}
/* === LOAD MORE BUTTON COLOR CHANGE === */
.load-more-button {
    background-color: #000000 !important; /* Background Color (Currently Black) */
    color: #ffffff !important; /* Text Color (Currently White) */
    border: 1px solid #ffffff !important; /* Border Color */
    transition: all 0.3s ease;
}

/* Hover Effect (When you mouse over it) */
.load-more-button:hover {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%); !important; /* Hover Background */
    color:rgb(255, 255, 255) !important; /* Hover Text */
    border-color: #ffffff !important;
}
.product__view-details {
  color: #ffffff !important;
  /* Optional: Add an underline removal if needed */
  text-decoration: none; 
}
@media screen and (min-width: 990px) {
  .header__inline-menu {
    z-index: 1 !important;
  }
  .search-modal {
    z-index: 100 !important;
  }
}
/* Targets all text within the Searchanise results container */
#snize_results, 
#snize_results .snize-product-filters-title,
#snize_results .snize-product-filters-list li a,
#snize_results .snize-title,
#snize_results .snize-description,
#snize_results .snize-price {
    color: #ffffff !important;
}

/* Fixes the "Showing X results" text */
.snize-results-summary {
    color: #ffffff !important;
}

/* Ensures the category tabs are also white */
.snize-main-panel-tabs li a {
    color: #ffffff !important;
}
/* Style the predictive search dropdown container */
#predictive-search-results {
  background-color: #0a152e !important;
  background-image: radial-gradient(
    circle at center,
    #1b3b6f 0%,
    #0f224a 40%,
    #050c1f 100%
  ) !important;
  border: 1px solid rgba(255, 140, 0, 0.2) !important;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  padding: 15px;
  margin-top: 10px;
}

/* Ensure the product titles and prices are white/readable */
.predictive-search__item-heading, 
.predictive-search__item-query-result mark,
#predictive-search-results .price {
  color: #ffffff !important;
}

/* Ensure the 'View All' button at the bottom matches your theme */
#predictive-search-option-search-keywords button,
.predictive-search__item--term {
  background: rgba(255, 140, 0, 0.1) !important;
  color: #ff8c00 !important;
  border-top: 1px solid rgba(255, 140, 0, 0.2) !important;
}
.icon-icon-arrow{
  color: white !important;
}
/* Change the predictive search arrow icon to orange */
.predictive-search__item .icon-arrow,
#predictive-search-option-search-keywords .icon-arrow {
  background: none !important;
  color: #ff8c00 !important;
  fill: #ff8c00 !important;
}
/* Remove background from the "Search for" bar */
#predictive-search-option-search-keywords button,
.predictive-search__item--term {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Ensure the text and arrow stay orange after background removal */
#predictive-search-option-search-keywords .predictive-search__item-heading,
#predictive-search-option-search-keywords .icon-arrow {
  color: #ff8c00 !important;
  fill: #ff8c00 !important;
}

@media (max-width: 768px) {
  /* 1. Remove the sliding/scroll behavior */
  .glass-action-row {
    display: flex !important;
    flex-wrap: nowrap !important; /* Keep them in a row */
    overflow-x: visible !important; /* Disable the scroll */
    scroll-snap-type: none !important; /* Stop the "snapping" effect */
    gap: 8px !important; /* Tighten the space between them */
    justify-content: center; /* Center them on the screen */
  }

  /* 2. Shrink the items to fit the screen width */
  .glass-action-row > * {
    flex: 1 1 0 !important; /* Force items to shrink equally to fit */
    min-width: 0 !important; /* Allow them to get smaller than their content */
    scroll-snap-align: none !important;
  }

  /* 3. Shrink the button text and padding so it doesn't cut off */
  .glass-btn {
    padding: 8px 4px !important;
    font-size: 10px !important; /* Smaller text to fit the smaller button */
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }

  /* Shrink the cart icon inside the button */
  .glass-btn svg, 
  .glass-btn img {
    width: 14px !important;
    height: 14px !important;
  }
}
/* --- GLOBAL IMAGE BANNER GLASS STYLE --- */

/* 1. Fix Image Positioning */
.banner__media img {
  object-position: center 30% !important;
}

/* 2. Mobile Specific: Force Box onto Image */
@media screen and (max-width: 749px) {
  /* Prevent the text from jumping below the image */
  .banner--mobile-bottom:not(.banner--stacked) .banner__content {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 90% !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: auto !important;
  }

  /* Adjust the glass box size for mobile screens */
  .banner__box {
    padding: 20px !important;
    width: 100% !important;
    margin: 0 !important;
  }

  /* Shrink text to prevent overflow */
  .banner__heading {
    font-size: 1.6rem !important;
    color: #ffffff !important;
  }

  .banner__text {
    font-size: 1.1rem !important;
    color: #ffffff !important;
    line-height: 1.3 !important;
  }

  /* Hide the default shopify mobile container background if any */
  .banner__content--bottom-center:after {
    display: none !important;
  }
}
/* FIX FOR MOBILE SLIDESHOW TEXT OVERFLOW */
@media screen and (max-width: 749px) {
  /* 1. Force the main content container to stay within screen width */
  .slideshow__text, 
  .banner__content {
    width: 100% !important;
    max-width: 100vw !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box !important;
  }

  /* 2. Shrink large headings that are wider than the phone screen */
  .slideshow__heading,
  .banner__heading {
    font-size: calc(1.5rem + 2vw) !important; /* Dynamic sizing based on screen width */
    line-height: 1.2 !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    width: 100% !important;
  }

  /* 3. Ensure sub-text wraps instead of pushing the container out */
  .slideshow__text p,
  .banner__text p {
    font-size: 1.1rem !important;
    line-height: 1.4 !important;
    white-space: normal !important; /* Prevents text from staying on one long line */
  }



/* ============================================== */
/* STICKY ADD TO CART BAR - COMPLETE FIX         */
/* Replace the existing sticky bar CSS in your   */
/* global.css with this code                      */
/* ============================================== */

/* REMOVE/REPLACE THIS OLD CODE IN YOUR global.css:
   - Everything from "STICKY ADD TO CART — CLEAN FIX" section
   - The .my-custom-sticky-fix.sticky styles
*/

/* ============================================== */
/* 1. MAIN STICKY CONTAINER                       */
/* ============================================== */
.product__sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 99999 !important;
  
  /* BLACK BACKGROUND */
  background: #000000 !important;
  background-color: #000000 !important;
  
  /* FORCE HORIZONTAL ROW LAYOUT */
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  
  /* SIZE */
  height: 65px !important;
  min-height: 65px !important;
  max-height: 65px !important;
  padding: 0 30px !important;
  margin: 0 !important;
  gap: 20px !important;
  
  /* BORDER & SHADOW */
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5) !important;
}

/* Also target with the extra classes from your theme */
.product__sticky.d-flex,
.product__sticky.align-items-center,
.product__sticky.justify-content-center,
.product__sticky.sticky__box_width,
.product__sticky.my-custom-sticky-fix,
.product__sticky.sticky,
div.product__sticky[style] {
  background: #000000 !important;
  background-color: #000000 !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  height: 65px !important;
}

/* ============================================== */
/* 2. LEFT SIDE - Product Info                    */
/* ============================================== */
.product__sticky_head,
.product__sticky .product__sticky_head {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 15px !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: 50% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Product Image */
.sticky_pro_img,
.product__sticky .sticky_pro_img {
  width: 45px !important;
  height: 45px !important;
  min-width: 45px !important;
  max-width: 45px !important;
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.sticky_pro_img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  border-radius: 4px !important;
}

/* Product Title */
.sticky__proudct_title,
.product__sticky .sticky__proudct_title {
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  padding: 0 !important;
  
  /* TRUNCATE LONG TITLES */
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 350px !important;
  display: block !important;
}

.sticky__proudct_title a,
.sticky__proudct_title span,
.sticky__proudct_title * {
  color: #ffffff !important;
  text-decoration: none !important;
}

/* ============================================== */
/* 3. RIGHT SIDE - Add to Cart Form               */
/* ============================================== */
.product__sticky_add__form,
.product__sticky .product__sticky_add__form {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 15px !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Quantity Selector */
.product__sticky_add__form quantity-input,
.product__sticky_add__form .quantity,
.product__sticky quantity-input,
.product__sticky .quantity {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 6px !important;
  height: 42px !important;
  width: 110px !important;
  min-width: 110px !important;
  max-width: 110px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.product__sticky .quantity__button,
.product__sticky_add__form .quantity__button {
  color: #ffffff !important;
  background: transparent !important;
  border: none !important;
  width: 35px !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
}

.product__sticky .quantity__input,
.product__sticky_add__form .quantity__input {
  color: #ffffff !important;
  background: transparent !important;
  border: none !important;
  width: 40px !important;
  height: 100% !important;
  text-align: center !important;
  font-size: 14px !important;
  padding: 0 !important;
  margin: 0 !important;
  -moz-appearance: textfield !important;
}

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

/* Product Form Container */
.product__sticky_add__form product-form,
.product__sticky_add__form .product-form,
.product__sticky product-form {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

.product__sticky_add__form .product-form__buttons,
.product__sticky .product-form__buttons {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ADD TO CART BUTTON */
.product__sticky_add__form .product-form__submit,
.product__sticky_add__form button[name="add"],
.product__sticky .product-form__submit,
.product__sticky button[name="add"] {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 0 28px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  min-width: 140px !important;
  height: 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  line-height: 1 !important;
}

.product__sticky .product-form__submit:hover,
.product__sticky button[name="add"]:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4) !important;
}

/* ============================================== */
/* 4. HIDE UNNECESSARY ELEMENTS                   */
/* ============================================== */
.product__sticky .shopify-payment-button,
.product__sticky [data-shopify="payment-button"],
.product__sticky .product-form__error-message-wrapper,
.product__sticky .dynamic-checkout,
.product__sticky .cart-notification-button {
  display: none !important;
}

/* ============================================== */
/* 5. PRICE (if visible in sticky)                */
/* ============================================== */
.product__sticky .price,
.product__sticky .price-item,
.product__sticky .sticky-price {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ============================================== */
/* 6. MOBILE RESPONSIVE                           */
/* ============================================== */
@media (max-width: 768px) {
  .product__sticky {
    padding: 0 15px !important;
    height: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
    gap: 10px !important;
  }
  
  /* Hide image on mobile */
  .sticky_pro_img {
    display: none !important;
  }
  
  /* Shorter title on mobile */
  .sticky__proudct_title {
    max-width: 100px !important;
    font-size: 12px !important;
  }
  
  /* Smaller quantity */
  .product__sticky quantity-input,
  .product__sticky .quantity {
    width: 90px !important;
    min-width: 90px !important;
    max-width: 90px !important;
    height: 38px !important;
  }
  
  /* Smaller button */
  .product__sticky .product-form__submit,
  .product__sticky button[name="add"] {
    padding: 0 16px !important;
    font-size: 12px !important;
    min-width: 100px !important;
    height: 38px !important;
  }
}

@media (max-width: 480px) {
  .product__sticky {
    padding: 0 10px !important;
    gap: 8px !important;
  }
  
  /* Hide title on very small screens */
  .sticky__proudct_title {
    display: none !important;
  }
  
  .product__sticky_head {
    max-width: 30% !important;
  }
  
  .product__sticky quantity-input,
  .product__sticky .quantity {
    width: 80px !important;
    min-width: 80px !important;
  }
  
  .product__sticky .product-form__submit {
    min-width: 90px !important;
    padding: 0 12px !important;
  }
}

/* ============================================== */
/* 7. BODY PADDING WHEN STICKY ACTIVE             */
/* ============================================== */
body.has-sticky-bar {
  padding-top: 65px !important;
}

@media (max-width: 768px) {
  body.has-sticky-bar {
    padding-top: 60px !important;
  }
}

/* ============================================== */
/* 8. NUCLEAR OVERRIDE - Force Black Background   */
/* ============================================== */
.product__sticky,
.product__sticky.sticky,
.product__sticky.my-custom-sticky-fix,
.product__sticky.my-custom-sticky-fix.sticky,
div.product__sticky,
div[class*="product__sticky"] {
  background: #000000 !important;
  background-color: #000000 !important;
  background-image: none !important;
}

/* Remove the 30px margin from the top container */
.container.small-hide.mb-30 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Reduce the height/padding of the filter toolbar */
.product_filter__toolbar {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    min-height: auto !important; /* Overrides any fixed height */
}

/* Optional: Pull the facet filters (In stock/Price) up further */
.facets-vertical {
    margin-top: -10px !important;
}

