/** Shopify CDN: Minification failed

Line 3383:0 Unexpected "}"
Line 4292:0 Unexpected "}"
Line 4824:51 Unexpected "{"
Line 4867:0 Expected "}" to go with "{"

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

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

/* base CSS */

.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;
}
:root {
  --duration-short: 0.1s;
  --duration-default: 0.2s;
  --duration-long: 0.5s;
}
.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;
}
[hidden] {
  display: none !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

/* Heading Tag Style */
h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.hxl,
.hxl2 {
  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);
}

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

@media only screen and (min-width: 992px) {
  .h0 {
    font-size: calc(var(--font-heading-size) * 5rem);
  }
  .hxl {
    font-size: calc(var(--font-heading-size) * 6rem);
  }
  .hxl2 {
    font-size: calc(var(--font-heading-size) * 6.5rem);
  }
}

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

@media only screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-size) * 4.5rem);
  }
}
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) * 3rem);
  }
}
@media only screen and (min-width: 992px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-size) * 3.5rem);
  }
}

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.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: 16px;
  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.5rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 16px;
  font-family: inherit;
}

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

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

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;
  }
}
.gradient--text strong {
  background: var(--accent-highlight-gradient);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.placeholder {
  background-color: rgba(var(--placeholder-background));
  color: rgba(var(--placeholder-foreground), 0.85);
  fill: rgba(var(--placeholder-foreground), 0.85);
  position: relative;
}
.placeholder-svg-new {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  fill: currentColor;
}
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;
  font-family: var(--font-body-family);
}
/*  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: 991px) {
  .d-md-none {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .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: 992px) {
  .d-md-block {
    display: block !important;
  }
}

@media only screen and (min-width: 750px) {
  .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: 749px) {
  .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: 1.5rem;
  top: calc(50% - 0.2rem);
}

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

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

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

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

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

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

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

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

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

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: 0.1rem 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.1rem 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.1rem 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.1rem 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.1rem 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.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,
.customer button,
.shopify-challenge__button,
body .jdgm-write-rev-link.jdgm-write-rev-link {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-size: calc(var(--button-font-size) * 1.7rem);
  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;
  position: relative;
}
.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--primary:hover {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  color: rgb(var(--color-button-text));
}
.button--secondary,
.button--tertiary,
body .jdgm-write-rev-link.jdgm-write-rev-link {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
}

.button--secondary,
body .jdgm-write-rev-link.jdgm-write-rev-link {
  --alpha-button-background: 0;
  border-width: var(--button-border-width);
  border-color: rgba(var(--color-button-text), var(--alpha-button-border));
}

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

.button--secondary:hover,
body .jdgm-write-rev-link.jdgm-write-rev-link:hover,
body .jdgm-write-rev-link.jdgm-write-rev-link:not([disabled]):hover {
  background-color: rgba(var(--secondary-button-hover-background));
  color: rgba(var(--secondary-button-hover-text));
  border-color: rgba(var(--secondary-button-hover-background));
}
.button-label {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}

.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: 1rem 2rem;
}
.button--extra-small {
  font-size: 1.5rem;
  padding: 0.8rem 2rem;
}
.button--with-icon {
  align-items: center;
}
.button--icon {
  line-height: 0;
}
.button--icon-right {
  margin-left: 0.5rem;
}
.button--icon > svg {
  width: 2.2rem;
  display: inline-block;
}
.button--icon-left {
  margin-right: 0.5rem;
}
.double--buttons-wrapper {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
body .jdgm-write-rev-link.jdgm-write-rev-link {
  padding: 1.8rem;
}
/* Button - other */

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

.button--full-width {
  display: flex;
  width: 100%;
}
.full--width {
  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 rgba(var(--color-foreground));
  border-left: 2.5px solid transparent;
  border-radius: 100%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  width: 20px;
  top: 5px;
  left: 5px;
}
@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);
  background: rgba(var(--color-background));
}
.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;
  border: 0.1rem solid rgba(var(--color-foreground), 0.15);
}

.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 {
  border: 1.5px solid rgba(var(--color-foreground), 0.08);
  position: relative;
  height: 45px;
  width: 120px;
  display: flex;
  background: rgba(var(--color-background));
  border-radius: 25px;
}
.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 */

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-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  line-height: 1;
  padding: 4px 8px;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-foreground));
  word-break: break-word;
  border-radius: 0.3rem;
}
@media only screen and (max-width: 575px) {
  .badge {
    padding: 3px 5px;
  }
}
.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: scroll;
}
body.nichies-global-bg {
  background:
    

    /* very soft top side lights */
    radial-gradient(circle at 78% 20%, rgba(86, 180, 165, 0.08), transparent 34%),
    radial-gradient(circle at 96% 22%, rgba(240, 205, 120, 0.06), transparent 32%),
    radial-gradient(circle at 18% 26%, rgba(237, 170, 205, 0.07), transparent 38%),

    /* very soft lower wash */
    radial-gradient(circle at 8% 74%, rgba(245, 185, 145, 0.06), transparent 36%),
    radial-gradient(circle at 38% 76%, rgba(238, 168, 205, 0.055), transparent 40%),
    radial-gradient(circle at 92% 78%, rgba(242, 186, 136, 0.05), transparent 38%),

    /* base */
    linear-gradient(180deg, #ffffff 0%, #fbfbfa 50%, #ffffff 100%) !important;

  background-attachment: fixed !important;
}

body.nichies-global-bg #MainContent,
body.nichies-global-bg main {
  background: transparent !important;
}
body.nichies-global-bg #MainContent > .shopify-section > .gradient {
  background: transparent !important;
}/* Show Nichies global background through the whole page */
body.nichies-global-bg #MainContent,
body.nichies-global-bg main,
body.nichies-global-bg .footer,
body.nichies-global-bg footer {
  background: transparent !important;
}

/* Make all main sections transparent so the global background continues */
body.nichies-global-bg #MainContent > .shopify-section,
body.nichies-global-bg #MainContent > .shopify-section > .gradient,
body.nichies-global-bg #MainContent > .shopify-section > section,
body.nichies-global-bg #MainContent > .shopify-section > div {
  background: transparent !important;
  background-color: transparent !important;
}

/* Footer section also transparent */
body.nichies-global-bg .shopify-section-group-footer-group,
body.nichies-global-bg .shopify-section-group-footer-group .gradient,
body.nichies-global-bg .shopify-section-group-footer-group .footer,
body.nichies-global-bg .shopify-section-group-footer-group footer,
body.nichies-global-bg [id*="__footer"] {
  background: transparent !important;
  background-color: transparent !important;
}body.nichies-global-bg .color-background-1,
body.nichies-global-bg .color-background-2,
body.nichies-global-bg .color-scheme-1,
body.nichies-global-bg .color-scheme-2 {
  background: transparent !important;
  background-color: transparent !important;
}
/*  container width || pag width  */

/* HT own code start */
.container,
.container-fluid {
  max-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: 2rem;
  }
}

@media only screen and (min-width: 1366px) {
  .container-fluid {
    --offset-fluid: calc(var(--container-fluid-offset) / 4.5);
  }
}

@media only screen and (min-width: 1600px) {
  .container-fluid {
    --offset-fluid: calc(var(--container-fluid-offset) / 2.5);
  }
}

@media only screen and (min-width: 1800px) {
  .container-fluid {
    --offset-fluid: var(--container-fluid-offset);
  }
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: var(--container-lg-width);
  }
}
.row {
  --bs-gutter-x: 20px;
  --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: 750px) {
  .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%;
  }
}
@media (min-width: 1500px) {
  .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%;
  }
}
.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: 750px) {
  .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%;
  }
}
@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%;
  }
}
@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%;
  }
}
@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%;
  }
}
.d-flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-start {
  align-items: flex-start;
}
.align-self-center {
  align-self: center;
}

.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.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;
}
/* TH Grid Column CSS End  */

/* 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 {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}
.remove__wishlist svg {
  width: 1.5rem;
  height: 1.5rem;
}
/* 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.15);
  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: 0;
  background: 0;
  border: none;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
.input__field:hover {
  appearance: none;
}
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;
}

/* 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-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.pt-25 {
  padding-top: 25px !important;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-40 {
  margin-top: 40px;
}
.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;
}
.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: 20px;
}
.max-w-500 {
  max-width: 50rem;
}
.h-100 {
  height: 100%;
}
.y_scroll {
  overflow-y: scroll;
}
.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-2 {
  position: absolute;
  left: 50%;
  max-width: 80rem;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  fill: currentColor;
}
.placeholder_svg_parent {
  background-color: rgba(var(--placeholder-background));
  color: rgba(var(--placeholder-foreground));
  position: relative;
}

.relative {
  position: relative;
}
.loading-bar:after {
  content: "";
  /* width: 40px; */
  height: 3px;
  background: #000;

  position: absolute;
  animation: loader 2s;
  -webkit-animation: loader 2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  top: 0px;

  margin-left: 0;
}

@keyframes loader {
  0% {
    width: 0%;
    left: 0;
    right: 0;
  }
  50% {
    width: 100%;
    left: 0;
    right: 0;
  }
  99% {
    width: 0%;
    left: 100%;
    right: 0;
  }
}

@-webkit-keyframes loader {
  0% {
    width: 0%;
    left: 0;
    right: 0;
  }
  50% {
    width: 100%;
    left: 0;
    right: 0;
  }
  99% {
    width: 0%;
    left: 100%;
    right: 0;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
  }
}

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

@-webkit-keyframes animate {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
    box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
  }
  80% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
    box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 rgba(255, 193, 7, 0);
    box-shadow: 0 0 0 rgba(255, 193, 7, 0);
  }
}

@keyframes animate {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
    box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
  }
  80% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
    box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 rgba(255, 193, 7, 0);
    box-shadow: 0 0 0 rgba(255, 193, 7, 0);
  }
}

.animate-fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.button__icon--arrow_svg {
  max-width: 2.5rem;
}
/* Theme global css */
.position__relative {
  position: relative;
}
.swiper:hover .swiper__nav--btn {
  opacity: 1;
  visibility: visible;
}

.swiper__nav--btn {
  width: 4rem;
  height: 4rem;
  background: rgba(var(--color-button), var(--alpha-button-background));
  color: rgb(var(--color-button-text));
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 2rem;
}

@media only screen and (max-width: 749px) {
  .swiper__nav--btn {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.swiper__nav--btn:hover {
  background: rgba(var(--color-button), var(--alpha-button-background));
  color: rgb(var(--color-button-text));
}

.swiper__nav--btn:after {
  font-size: 1.8rem;
}
.swiper__nav--btn.swiper-button-prev {
  left: 0;
}

.swiper__nav--btn.swiper-button-next {
  right: 0;
}
.swiper:hover .swiper__nav--btn.swiper-button-disabled {
  opacity: 0.5;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: initial;
}
@media only screen and (max-width: 749px) {
  .mobile--text-align-center {
    text-align: center !important;
  }
  .shopify-policy__container {
    margin: 6.5rem auto;
  }
}
@media only screen and (min-width: 750px) {
  .shopify-policy__container {
    margin: 9rem auto;
  }
}
.link.button--not-underline {
  text-decoration: none;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}/* 🔥 Custom product meta box */

.product-meta-box {
  background: #f8f8f8;
  border-radius: 20px;
  padding: 20px;
  margin: 30px auto; /* מרכז */
  max-width: 500px; /* שלא יתפרס על כל הרוחב */
  text-align: center; /* מרכז טקסט */
}
.meta-row {
  margin-bottom: 16px;
  text-align: center;
}

.tags {
  justify-content: center; /* מרכז את הכפתורים */
}
.meta-row {
  margin-bottom: 14px;
}

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

.label {
  display: block;
  color: #9da0aa;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 600;
}

.value {
  font-size: 16px;
  font-weight: 700;
  color: #111;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tags span {
  background: #000;
  color: #fff;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}
.product__description,
.product__description p {
  text-align: center !important;
}
.product-meta-box {
  margin-top: 8px !important; /* היה בערך 20 */
  padding-top: 10px;
}
@media only screen and (max-width: 749px) {
  .row.row-cols-md-4 > *,
  .row.row-cols-lg-4 > *,
  .row.row-cols-xl-4 > *,
  .row > .col-md-3,
  .row > .col-lg-3,
  .row > .col-xl-3 {
    flex: 0 0 50% !important;
    width: 50% !important;
    max-width: 50% !important;
  }
}/* =========================
   GLASS DESIGN SYSTEM
   ========================= */

:root {
  --glass-white-bg: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.34) 0%,
    rgba(255, 255, 255, 0.18) 48%,
    rgba(215, 205, 195, 0.16) 100%
  );
  --glass-white-border: rgba(255, 255, 255, 0.42);
  --glass-white-text: #111;
  --glass-white-shadow:
    0 8px 24px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 -1px 0 rgba(0, 0, 0, 0.10);

  --glass-dark-bg: linear-gradient(
    180deg,
    rgba(35, 32, 28, 0.42) 0%,
    rgba(18, 16, 14, 0.30) 100%
  );
  --glass-dark-border: rgba(255, 255, 255, 0.18);
  --glass-dark-text: #fff;
  --glass-dark-shadow:
    0 8px 24px rgba(0, 0, 0, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(0, 0, 0, 0.16);

  --glass-blur: blur(26px) saturate(165%);
}

/* ---------- WHITE GLASS ---------- */
.button,
.button--secondary,
.button--tertiary,
.product-form .button,
.product-form button,
.product-form__buttons .button,
.product-form__buttons button,
.shopify-payment-button__button,
.shopify-payment-button__button--unbranded,
.quantity,
select,
.select__select,
.input__field,
.field__input {
  background: var(--glass-white-bg) !important;
  color: var(--glass-white-text) !important;
  border: 1px solid var(--glass-white-border) !important;
  box-shadow: var(--glass-white-shadow) !important;
  backdrop-filter: var(--glass-blur) !important;
  -webkit-backdrop-filter: var(--glass-blur) !important;
  position: relative;
  overflow: hidden;
}

/* glossy layer */
.button::before,
.button--secondary::before,
.button--tertiary::before,
.product-form .button::before,
.product-form button::before,
.product-form__buttons .button::before,
.product-form__buttons button::before,
.shopify-payment-button__button::before,
.shopify-payment-button__button--unbranded::before,
.quantity::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
    background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.18) 0%,
      rgba(255, 255, 255, 0.06) 36%,
      rgba(255, 255, 255, 0.02) 60%,
      rgba(255, 255, 255, 0.10) 100%
    );
  pointer-events: none;
}

/* white glass text/icons */
.button,
.button *,
.button--secondary,
.button--secondary *,
.button--tertiary,
.button--tertiary *,
.product-form .button,
.product-form .button *,
.product-form button,
.product-form button *,
.product-form__buttons .button,
.product-form__buttons .button *,
.product-form__buttons button,
.product-form__buttons button *,
.shopify-payment-button__button,
.shopify-payment-button__button *,
.shopify-payment-button__button--unbranded,
.shopify-payment-button__button--unbranded *,
.quantity,
.quantity * {
  color: var(--glass-white-text) !important;
  fill: var(--glass-white-text) !important;
  position: relative;
  z-index: 1;
}

/* ---------- DARK GLASS ---------- */
.button--primary,
.variant-picker .active,
.variant-picker [aria-selected="true"],
.variant-picker input:checked + label,
.product-form__input input[type="radio"]:checked + label,
.product-form__input input[type="checkbox"]:checked + label,
.tags span,
.badge--dark {
  background: var(--glass-dark-bg) !important;
  color: var(--glass-dark-text) !important;
  border: 1px solid var(--glass-dark-border) !important;
  box-shadow: var(--glass-dark-shadow) !important;
  backdrop-filter: var(--glass-blur) !important;
  -webkit-backdrop-filter: var(--glass-blur) !important;
  position: relative;
  overflow: hidden;
}

.button--primary::before,
.variant-picker .active::before,
.variant-picker [aria-selected="true"]::before,
.variant-picker input:checked + label::before,
.product-form__input input[type="radio"]:checked + label::before,
.product-form__input input[type="checkbox"]:checked + label::before,
.tags span::before,
.badge--dark::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(255, 255, 255, 0.03) 40%,
      rgba(0, 0, 0, 0.10) 100%
    );
  pointer-events: none;
}

.button--primary,
.button--primary *,
.variant-picker .active,
.variant-picker .active *,
.variant-picker [aria-selected="true"],
.variant-picker [aria-selected="true"] *,
.variant-picker input:checked + label,
.variant-picker input:checked + label *,
.product-form__input input[type="radio"]:checked + label,
.product-form__input input[type="radio"]:checked + label *,
.product-form__input input[type="checkbox"]:checked + label,
.product-form__input input[type="checkbox"]:checked + label *,
.tags span,
.tags span * {
  color: var(--glass-dark-text) !important;
  fill: var(--glass-dark-text) !important;
  position: relative;
  z-index: 1;
}

/* ---------- BUBBLES / COUNTERS ---------- */
.header__actions_btn_cart_num,
.cart-count-bubble,
#cart-notification-count,
.wishlist__count,
.compare__count,
.badge,
span.badge{
  background: var(--glass-white-bg) !important;
  color: var(--glass-white-text) !important;
  border: 1px solid var(--glass-white-border) !important;
  box-shadow:
    0 6px 18px rgba(0, 0, 0, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(14px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(140%) !important;
}

/* ---------- rounded luxurious feel ---------- */
.button,
.button--primary,
.button--secondary,
.button--tertiary,
.shopify-payment-button__button,
.shopify-payment-button__button--unbranded,
.quantity {
  border-radius: 999px !important;
}/* ===== GLASS OUTER WRAPPERS PATCH ===== */

/* white glass wrapper */
.cart-item,
.cart__item,
.cart-item-wrapper,
.cart-drawer__item,
.cart__warnings,
.cart__footer,
.order-summary,
.cart__summary,
.cart-template .card,
.cart-template .box,
.cart-template [class*="summary"],
.cart-template [class*="shipping"],
.cart-template [class*="service"],
.cart-template [class*="promotion"],
.cart-template [class*="feature"],
.cart-template [class*="trust"],
.promotion--card,
.grid__item.promotion--card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.72) 0%,
    rgba(235, 235, 235, 0.42) 100%
  ) !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 18px !important;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(16px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(140%) !important;
}

/* keep inner content normal */
.cart-item *,
.cart__item *,
.order-summary *,
.cart__summary *,
.promotion--card *,
.grid__item.promotion--card * {
  background: transparent !important;
}

/* black glass buttons */
button[name="apply"],
.cart__checkout-button,
.cart__checkout,
.secure-checkout,
[class*="checkout"] .button--primary,
[class*="checkout"] button,
button.checkout,
a.checkout-button,
button[name="checkout"] {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.88) 0%,
    rgba(0, 0, 0, 0.66) 100%
  ) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 999px !important;
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.10) !important;
  backdrop-filter: blur(18px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(140%) !important;
}
/* badge icons inside actual markup */
.product__card__badges .badge {
  gap: 6px !important;
}

.product__card__badges .badge__icon {
  width: 14px;
  height: 14px;
  min-width: 14px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.10);

  color: #fff !important;
  -webkit-text-fill-color: #fff !important;

  font-size: 9px;
  line-height: 1;
  font-weight: 700;

  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
}

.product__card__badges .badge__text {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
/* ביטול אייקונים ישנים אם היו דרך ::before */
.product__card__badges .badge::before,
.product__card__badges .badge::after {
  content: none !important;
}

/* מבנה badge */
.product__card__badges .badge {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
}

/* אייקון */
.product__card__badges .badge__icon {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ה-SVG עצמו */
.product__card__badges .badge__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

/* טקסט */
.product__card__badges .badge__text {
  line-height: 1;
  white-space: nowrap;
}

/* התאמות ספציפיות */
.product__card__badges .badge--rare .badge__icon,
.product__card__badges .badge--discontinued .badge__icon {
  width: 13px;
  height: 13px;
  flex-basis: 13px;
  transform: translateY(-0.5px);
}

.product__card__badges .badge--personal-favorite .badge__icon {
  width: 13px;
  height: 13px;
  flex-basis: 13px;
  transform: translateY(1px);
}
.product__card__badges .badge .badge__icon {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 0 !important;
  outline: 0 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-radius: 0 !important;
}
/* Most Wanted - Star */
.product__card__badges .badge--most-wanted .badge__icon {
  width: 13px !important;
  height: 13px !important;
  flex: 0 0 13px !important;
}

/* Rare - Diamond */
.product__card__badges .badge--rare .badge__icon {
  width: 13px !important;
  height: 13px !important;
  flex: 0 0 13px !important;
}

/* Personal Favorite - Heart */
.product__card__badges .badge--personal-favorite .badge__icon {
  width: 12px !important;
  height: 12px !important;
  flex: 0 0 12px !important;
}

/* Discontinued - X */
.product__card__badges .badge--discontinued .badge__icon {
  width: 12px !important;
  height: 12px !important;
  flex: 0 0 12px !important;
}
/* ===== MOBILE BADGE ICONS - EDITABLE PER BADGE ===== */
@media screen and (max-width: 749px) {

  /* Most Wanted - Star */
  .product__card__badges .badge--most-wanted .badge__icon,
  .product__card__badges .badge--wanted .badge__icon {
    width: 10px !important;
    height: 10px !important;
    flex: 0 0 10px !important;
    transform: translateY(0px) !important;
  }

  /* Rare - Diamond */
  .product__card__badges .badge--rare .badge__icon {
    width: 10px !important;
    height: 10px !important;
    flex: 0 0 10px !important;
    transform: translateY(-0.2px) !important;
  }

  /* Personal Favorite - Heart */
  .product__card__badges .badge--personal-favorite .badge__icon {
    width: 9px !important;
    height: 9px !important;
    flex: 0 0 9px !important;
    transform: translateY(0.6px) !important;
  }

  /* Discontinued - X */
  .product__card__badges .badge--discontinued .badge__icon {
    width: 9px !important;
    height: 9px !important;
    flex: 0 0 9px !important;
    transform: translateY(-0.4px) !important;
  }

  /* רווח בין האייקון לטקסט במובייל */
  .product__card__badges .badge {
    gap: 4px !important;
  }
}
/* black glass text/icons inside those buttons */
button[name="apply"],
button[name="apply"] *,
.cart__checkout-button,
.cart__checkout-button *,
.cart__checkout,
.cart__checkout *,
.secure-checkout,
.secure-checkout *,
button[name="checkout"],
button[name="checkout"] * {
  color: #fff !important;
  fill: #fff !important;
}

/* free shipping progress icon / badge */
[class*="shipping-progress"] .icon,
[class*="shipping"] .icon,
[class*="free-shipping"] .icon,
.progress-bar__icon,
.shipping-bar__icon,
.icon-shipping,
[class*="progress"] [class*="icon"] {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.78) 0%,
    rgba(235, 235, 235, 0.48) 100%
  ) !important;
  border: 1px solid rgba(255, 255, 255, 0.75) !important;
  border-radius: 999px !important;
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(14px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(140%) !important;
}

/* do not tint inner text blocks inside info cards */
.promotion--card .promotion--card--content,
.promotion--card .promotion--card-icon,
.grid__item.promotion--card .promotion--card--content,
.grid__item.promotion--card .promotion--card-icon {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}/* Product gallery arrows - liquid glass */
.thumbnail-slider .slider-button,
slider-component .slider-button,
.product__media-gallery .slider-button,
#GalleryThumbnails .slider-button,
[id*="GalleryThumbnails"] .slider-button,
[id*="GalleryViewer"] .slider-button {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.72) 0%,
    rgba(235, 235, 235, 0.42) 100%
  ) !important;
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(16px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(140%) !important;
  border-radius: 14px !important;
}

/* remove orange square / pseudo layers */
.thumbnail-slider .slider-button::before,
.thumbnail-slider .slider-button::after,
slider-component .slider-button::before,
slider-component .slider-button::after,
.product__media-gallery .slider-button::before,
.product__media-gallery .slider-button::after {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* arrow icon itself */
.thumbnail-slider .slider-button svg,
slider-component .slider-button svg,
.product__media-gallery .slider-button svg,
.thumbnail-slider .slider-button path,
slider-component .slider-button path,
.product__media-gallery .slider-button path {
  fill: #111 !important;
  color: #111 !important;
  stroke: #111 !important;
}@media only screen and (max-width: 749px) {
  /* המעטפת החיצונית של 2 האייקונים */
  .product--card-action-buttons-mobile {
    background: linear-gradient(
      180deg,
      rgba(245, 245, 245, 0.78) 0%,
      rgba(228, 228, 228, 0.54) 100%
    ) !important;
    border: 1px solid rgba(255, 255, 255, 0.72) !important;
    border-radius: 16px !important;
    box-shadow:
      0 10px 24px rgba(0, 0, 0, 0.06),
      inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
    backdrop-filter: blur(16px) saturate(135%) !important;
    -webkit-backdrop-filter: blur(16px) saturate(135%) !important;
    overflow: hidden !important;
  }

  /* הכפתורים בפנים יהיו שקופים */
  .product--card-action-buttons-mobile .product--card-single-action-button,
  .product--card-action-buttons-mobile .product__card--cart-btn,
  .product--card-action-buttons-mobile .product__quick_view,
  .product--card-action-buttons-mobile .product__cart--wrapper {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  /* בלי שכבות פנימיות מיותרות */
  .product--card-action-buttons-mobile .product--card-single-action-button::before,
  .product--card-action-buttons-mobile .product--card-single-action-button::after,
  .product--card-action-buttons-mobile .product__card--cart-btn::before,
  .product--card-action-buttons-mobile .product__card--cart-btn::after,
  .product--card-action-buttons-mobile .product__quick_view::before,
  .product--card-action-buttons-mobile .product__quick_view::after {
    content: none !important;
    display: none !important;
  }

  /* קו הפרדה עדין בין 2 הצדדים */
  .product--card-action-buttons-mobile > * + * {
    border-left: 1px solid rgba(255, 255, 255, 0.42) !important;
  }
}@media only screen and (max-width: 749px) {
  /* הכרטיס העליון של PRODUCTS */
  .collection-hero,
  .collection-banner,
  .page-title-banner,
  .main-collection-banner,
  .template-collection .banner,
  .template-collection .page-width > .card,
  .template-collection .collection-hero__inner {
    background: linear-gradient(
      180deg,
      rgba(245, 245, 245, 0.76) 0%,
      rgba(228, 228, 228, 0.50) 100%
    ) !important;
    border: 1px solid rgba(255, 255, 255, 0.72) !important;
    border-radius: 18px !important;
    box-shadow:
      0 10px 24px rgba(0, 0, 0, 0.05),
      inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
    backdrop-filter: blur(16px) saturate(135%) !important;
    -webkit-backdrop-filter: blur(16px) saturate(135%) !important;
  }
}.product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}

.product-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:
    0 6px 16px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.product-badge--wanted {
  background: linear-gradient(180deg, rgba(255, 92, 92, 0.85) 0%, rgba(170, 0, 0, 0.65) 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.product-badge--rare {
  background: linear-gradient(180deg, rgba(255, 220, 140, 0.88) 0%, rgba(176, 132, 28, 0.68) 100%);
  color: #111;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.product-badge--discontinued {
  background: linear-gradient(180deg, rgba(182, 124, 255, 0.86) 0%, rgba(92, 34, 160, 0.68) 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.product__vendor--above-title {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.2;
  opacity: 0.75;
}

.product__vendor--above-title a {
  color: inherit;
  text-decoration: none;
}

.product__vendor--above-title a:hover {
  text-decoration: underline;
}.product__vendor--above-title {
  font-size: 18px !important;
  line-height: 1.1 !important;
  margin-bottom: 2px !important;
  opacity: 0.9 !important;
}

.product__title {
  margin-top: 0 !important;
}
/* Product grid pagination / page numbers */
.product-grid .pagination-wrapper a,
.product-grid .pagination-wrapper span,
.product-grid .pagination__item,
.product-grid .pagination__item--current,
.product-grid .list-menu__item--active,
.collection .pagination-wrapper a,
.collection .pagination-wrapper span,
.collection .pagination__item,
.collection .pagination__item--current,
.template-collection .pagination-wrapper a,
.template-collection .pagination-wrapper span,
.template-collection .pagination__item,
.template-collection .pagination__item--current {
  background: linear-gradient(
    180deg,
    rgba(245, 245, 245, 0.82) 0%,
    rgba(225, 225, 225, 0.58) 100%
  ) !important;
  color: #111 !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 999px !important;
  box-shadow:
    0 6px 16px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
  backdrop-filter: blur(14px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(140%) !important;
}

/* kill orange pseudo/background layers */
.product-grid .pagination-wrapper a::before,
.product-grid .pagination-wrapper a::after,
.product-grid .pagination-wrapper span::before,
.product-grid .pagination-wrapper span::after,
.collection .pagination-wrapper a::before,
.collection .pagination-wrapper a::after,
.collection .pagination-wrapper span::before,
.collection .pagination-wrapper span::after,
.template-collection .pagination__item::before,
.template-collection .pagination__item::after {
  content: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* arrows/text inside */
.product-grid .pagination-wrapper a,
.product-grid .pagination-wrapper span,
.collection .pagination-wrapper a,
.collection .pagination-wrapper span,
.template-collection .pagination__item {
  color: #111 !important;
  fill: #111 !important;
  stroke: #111 !important;
}/* ===== Variant picker - liquid glass ===== */

/* לא נבחר */
.product-form__input input[type="radio"] + label,
.product-form__input input[type="checkbox"] + label,
variant-radios label,
variant-selects label,
.variant-picker label,
fieldset.product-form__input label {
  border-radius: 999px !important;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.80) 0%,
    rgba(232, 232, 232, 0.58) 100%
  ) !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  color: #111 !important;
  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
  backdrop-filter: blur(14px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(140%) !important;
  min-width: 64px !important;
  min-height: 40px !important;
  padding: 8px 16px !important;
}

/* נבחר */
.product-form__input input[type="radio"]:checked + label,
.product-form__input input[type="checkbox"]:checked + label,
variant-radios input:checked + label,
variant-selects input:checked + label,
.variant-picker input:checked + label,
fieldset.product-form__input input:checked + label {
  border-radius: 999px !important;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.92) 0%,
    rgba(0, 0, 0, 0.72) 100%
  ) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.10) !important;
  backdrop-filter: blur(16px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(145%) !important;
}

/* שלא יישארו רקעים/שכבות מהתמה */
.product-form__input input[type="radio"] + label::before,
.product-form__input input[type="radio"] + label::after,
.product-form__input input[type="checkbox"] + label::before,
.product-form__input input[type="checkbox"] + label::after,
variant-radios label::before,
variant-radios label::after,
fieldset.product-form__input label::before,
fieldset.product-form__input label::after {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* ===== Dark liquid glass - deeper black sitewide ===== */

/* כל הכפתורים/אלמנטים הכהים שעשינו קודם */
.button--primary,
.product-form__submit,
.shopify-payment-button__button,
button[name="checkout"],
.cart__checkout-button,
.cart__checkout,
.secure-checkout,
.slider-button--dark,
.swiper-button-next,
.swiper-button-prev {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.92) 0%,
    rgba(0, 0, 0, 0.72) 100%
  ) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.10) !important;
  backdrop-filter: blur(16px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(145%) !important;
}

.button--primary *,
.product-form__submit *,
.shopify-payment-button__button *,
button[name="checkout"] *,
.cart__checkout-button *,
.cart__checkout *,
.secure-checkout * {
  color: #fff !important;
  fill: #fff !important;
  stroke: #fff !important;
}/* metafields tags - black liquid glass */
.product-meta-box .tags span,
.product-meta-box .meta-row .tags span,
.product-meta-box .tags .tag,
.product-meta-box .meta-row .tags .tag {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.92) 0%,
    rgba(0, 0, 0, 0.72) 100%
  ) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 999px !important;
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.10) !important;
  backdrop-filter: blur(16px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(145%) !important;
}

/* ===== PRODUCT BADGES - CLEAN GLASS ===== */

.product__card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* בכרטיסי מוצר */
.product__card__thumbnail .product__card__badges {
  position: absolute;
  top: 10px;
  left: 10px !important;
  right: auto !important;
  z-index: 10;
}

/* בדף מוצר */
.product__card__badges--product-page {
  position: absolute;
  top: 12px;
  left: 12px !important;
  right: auto !important;
  z-index: 20;
}

media-gallery,
.product__media-gallery,
.product__media_container {
  position: relative;
}

/* בסיס אחיד */
.product__card__badges .badge {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px !important;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;

  background: linear-gradient(
    180deg,
    rgba(12, 12, 12, 0.88) 0%,
    rgba(0, 0, 0, 0.62) 100%
  ) !important;

  color: #fff !important;
  -webkit-text-fill-color: #fff !important;

  border: 1px solid rgba(255, 255, 255, 0.16) !important;

  backdrop-filter: blur(16px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(150%) !important;

  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(0, 0, 0, 0.28) !important;
}

}
/* make media gallery a positioning context */
media-gallery,
.product__media-gallery,
.product__media_container {
  position: relative;
}
/* ===== MOBILE BADGES FIX ===== */
.product__card__badges {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 4px !important;
  width: max-content !important;
  max-width: fit-content !important;
}

/* כרטיסיות מוצר */
.product__card__thumbnail .product__card__badges {
  position: absolute !important;
  top: 8px !important;
  left: 8px !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 10 !important;
}

/* דף מוצר */
.product__card__badges--product-page {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 20 !important;
}

/* שלא יתפרסו על כל הרוחב */
.product__card__badges .badge {
  display: inline-flex !important;
  width: auto !important;
  max-width: max-content !important;
  min-width: 0 !important;
  min-height: 22px !important;
  padding: 4px 8px !important;
  font-size: 10px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  justify-content: center !important;
  text-align: center !important;
}

/* כל הטקסט לבן */
.product__card__badges .badge--wanted,
.product__card__badges .badge--rare,
.product__card__badges .badge--discontinued {
  color: #fff !important;
}

@media only screen and (min-width: 750px) {
  .product__card__badges .badge {
    min-height: 24px !important;
    padding: 5px 9px !important;
    font-size: 11px !important;
  }
}/* ===== FINAL MOBILE BADGES POSITION ===== */

.product__card__thumbnail .product__card__badges {
  position: absolute !important;
  top: 6px !important;
  left: 6px !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 20 !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 3px !important;

  width: auto !important;
  max-width: max-content !important;
  min-width: 0 !important;
  transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.product__card__thumbnail .product__card__badges .badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;

  width: auto !important;
  max-width: max-content !important;
  min-width: 0 !important;

  min-height: 18px !important;
  padding: 2px 6px !important;
  font-size: 8px !important;
  line-height: 1 !important;
  white-space: nowrap !important;

  border-radius: 999px !important;
}

/* גם בדף מוצר עצמו */
.product__card__badges--product-page {
  position: absolute !important;
  top: 8px !important;
  left: 8px !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 20 !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 4px !important;

  width: auto !important;
  max-width: max-content !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.product__card__badges--product-page .badge {
  min-height: 20px !important;
  padding: 3px 7px !important;
  font-size: 9px !important;
  line-height: 1 !important;
  width: auto !important;
  max-width: max-content !important;
  white-space: nowrap !important;
}

/* במובייל - אפילו יותר קטן */
@media only screen and (max-width: 749px) {
  .product__card__thumbnail .product__card__badges {
    top: 14px !important;
    left: 14px !important;
    gap: 4px !important;
  }

  .product__card__thumbnail .product__card__badges .badge {
    min-height: 16px !important;
    padding: 2px 5px !important;
    font-size: 7px !important;
  }
}
/* badges direction + desktop size restore */
.product__card__badges,
.product__card__badges .badge,
.product__card__badges--product-page,
.product__card__badges--product-page .badge {
  direction: ltr !important;
  unicode-bidi: isolate !important;
}

/* דסקטופ - להחזיר לגודל הקודם */
@media only screen and (min-width: 750px) {
  .product__card__thumbnail .product__card__badges .badge,
  .product__card__badges--product-page .badge {
    min-height: 28px !important;
    padding: 5px 10px !important;
    font-size: 11px !important;
    line-height: 1 !important;
  }

  .product__card__thumbnail .product__card__badges {
    top: 10px !important;
    left: 10px !important;
    gap: 6px !important;
  }

  .product__card__badges--product-page {
    top: 12px !important;
    left: 12px !important;
    gap: 6px !important;
  }
}/* center product card price like title */
.product__card__content .product__card__price,
.product__card__content .price,
.product__card__content .price__box_wrapper {
  justify-content: center !important;
  text-align: center !important;
  width: 100% !important;
}

.product__card__content .price dd,
.product__card__content .price dt,
.product__card__content .price__regular,
.product__card__content .price-item {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ===== HIDE MAGNIFIER ICON ONLY ===== */
.product .zoom,
.product .product__media-icon,
.product .product__media-toggle .icon,
.product .product__media-toggle svg {
  display: none !important;
}

.product .product__media-toggle {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}/* announcement bar arrows - fix */
.announcement-bar .announcement--navigation,
.announcement__wrapper .announcement--navigation,
.announcement__area .announcement--navigation {
  width: 45px !important;
  height: 45px !important;
  min-width: 45px !important;
  min-height: 45px !important;
  padding: 0 !important;
  border-radius: 8px !important;
  overflow: hidden !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* icon size */
.announcement-bar .announcement--navigation svg,
.announcement__wrapper .announcement--navigation svg,
.announcement__area .announcement--navigation svg {
  width: 30px !important;
  height: 30px !important;
}

/* keep arrows centered */
.announcement-bar .announcement--navigation::before,
.announcement-bar .announcement--navigation::after,
.announcement__wrapper .announcement--navigation::before,
.announcement__wrapper .announcement--navigation::after,
.announcement__area .announcement--navigation::before,
.announcement__area .announcement--navigation::after {
  content: none !important;
  display: none !important;
}/* wishlist header count - black glass */
.header__actions [class*="wishlist"] .header__actions_btn_cart_num,
.header__actions [class*="wishlist"] .wishlist__count,
.header__actions [class*="wishlist"] .count,
.header__actions [class*="wishlist"] .badge,
.header__actions [class*="wishlist"] .counter,
.header__actions [class*="wishlist"] span:not(:only-child) {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.90) 0%,
    rgba(0, 0, 0, 0.68) 100%
  ) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.10) !important;
  backdrop-filter: blur(14px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(140%) !important;
  border-radius: 999px !important;
}

.header__actions [class*="wishlist"] .header__actions_btn_cart_num *,
.header__actions [class*="wishlist"] .wishlist__count *,
.header__actions [class*="wishlist"] .count *,
.header__actions [class*="wishlist"] .badge *,
.header__actions [class*="wishlist"] .counter *,
.header__actions [class*="wishlist"] span:not(:only-child) * {
  color: #fff !important;
  fill: #fff !important;
  stroke: #fff !important;
}
/* cart header count - black glass */
.header__actions [class*="cart"] .header__actions_btn_cart_num,
.header__actions [class*="cart"] .cart__count,
.header__actions [class*="cart"] .count,
.header__actions [class*="cart"] .badge,
.header__actions [class*="cart"] .counter,
.header__actions [class*="cart"] span:not(:only-child) {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.90) 0%,
    rgba(0, 0, 0, 0.68) 100%
  ) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.10) !important;
  backdrop-filter: blur(14px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(140%) !important;
  border-radius: 999px !important;
}

.header__actions [class*="cart"] .header__actions_btn_cart_num *,
.header__actions [class*="cart"] .cart__count *,
.header__actions [class*="cart"] .count *,
.header__actions [class*="cart"] .badge *,
.header__actions [class*="cart"] .counter *,
.header__actions [class*="cart"] span:not(:only-child) * {
  color: #fff !important;
  fill: #fff !important;
  stroke: #fff !important;
}/* ===== CART BUBBLE - FINAL CLEAN FIX ===== */

/* הבועה השחורה עצמה */
.header__actions_btn--cart .header__actions_btn_cart_num {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.92) 0%,
    rgba(0, 0, 0, 0.72) 100%
  ) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 999px !important;
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.10) !important;
  backdrop-filter: blur(14px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(140%) !important;
  overflow: hidden !important;
}

/* הסרת כל סטייל מה-span הפנימי של המספר */
#cart-notification-count {
  all: unset !important;
  display: contents !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font: inherit !important;
}

/* ===== CUSTOM PRODUCT BADGES - BLACK LIQUID GLASS ===== */

.product__card__badges .badge--most-wanted,
.product__card__badges .badge--wanted,
.product__card__badges .badge--rare,
.product__card__badges .badge--discontinued,
.product__card__badges .badge--personal-favorite,
.product__card__badges--product-page .badge--most-wanted,
.product__card__badges--product-page .badge--wanted,
.product__card__badges--product-page .badge--rare,
.product__card__badges--product-page .badge--discontinued,
.product__card__badges--product-page .badge--personal-favorite {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.88) 0%,
    rgba(0, 0, 0, 0.62) 100%
  ) !important;

  color: #fff !important;
  -webkit-text-fill-color: #fff !important;

  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 999px !important;

  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    inset 0 -1px 0 rgba(0, 0, 0, 0.24) !important;

  backdrop-filter: blur(16px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(150%) !important;

  text-transform: none !important;
  
/* ===== CUSTOM BADGES - RESET TO REGULAR UPPERCASE FONT ===== */

.product__card__badges .badge--most-wanted,
.product__card__badges .badge--wanted,
.product__card__badges .badge--rare,
.product__card__badges .badge--discontinued,
.product__card__badges .badge--personal-favorite,
.product__card__badges--product-page .badge--most-wanted,
.product__card__badges--product-page .badge--wanted,
.product__card__badges--product-page .badge--rare,
.product__card__badges--product-page .badge--discontinued,
.product__card__badges--product-page .badge--personal-favorite {
  font-family: var(--font-body-family) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}


/* force white text on all badge internals */
.product__card__badges .badge--most-wanted *,
.product__card__badges .badge--wanted *,
.product__card__badges .badge--rare *,
.product__card__badges .badge--discontinued *,
.product__card__badges .badge--personal-favorite * {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  fill: #fff !important;
  stroke: #fff !important;
}.product__media_container {
  position: relative !important;
}

.product__media_container > .product__card__badges--product-page {
  position: absolute !important;
  top: 8px !important;
  left: 8px !important;
  right: auto !important;
  z-index: 20 !important;
}

@media only screen and (min-width: 750px) {
  .product__media_container > .product__card__badges--product-page {
    top: 12px !important;
    left: 12px !important;
  }
}/* =========================
   HEADER + MENU LIQUID GLASS
   ========================= */

/* 1) ההדר עצמו - גם במצב רגיל וגם sticky */
.header_bottom,
.header__sticky.sticky,
.header__sticky:not(.not--sticky-on-desktop).sticky,
.shopify-section-header-sticky,
header.header__sticky.sticky {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.72) 0%,
    rgba(236, 236, 236, 0.46) 100%
  ) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.70) !important;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
  backdrop-filter: blur(18px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(140%) !important;
}

/* מבטל רקע קשיח ישן */
.header_bottom::before,
.header_bottom::after,
.header__sticky.sticky::before,
.header__sticky.sticky::after {
  content: none !important;
  display: none !important;
}

/* 2) להקטין ריווח בין פריטי התפריט הראשיים */
.header__menu_ul {
  gap: 0 !important;
}

.header__menu_li + .header__menu_li {
  margin-right: 1.6rem !important;
}

.header__menu_item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* 3) התת-תפריט / dropdown - ליקוויד גלאס */
.header__sub_menu,
.header__mega_menu,
details-disclosure .header__sub_menu,
details-disclosure .header__mega_menu {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.76) 0%,
    rgba(236, 236, 236, 0.52) 100%
  ) !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 18px !important;
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
  backdrop-filter: blur(18px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(140%) !important;
  overflow: hidden !important;
}

/* פריטי התפריט שבתוך הדרופדאון */
.header__sub_menu_item,
.header__mega_menu_item,
.header__mega_sub_menu_item {
  color: rgba(var(--color-foreground)) !important;
}

/* hover יותר תואם */
.header__sub_menu_item:hover,
.header__mega_menu_item:hover,
.header__mega_sub_menu_item:hover {
  background: rgba(255, 255, 255, 0.28) !important;
  color: rgba(var(--text-link-hover-color)) !important;
}

/* אם נשאר רקע לבן פנימי */
.header__sub_menu *,
.header__mega_menu * {
  background-color: transparent !important;
}/* =========================
   HEADER LAYER + SMOOTH STICKY TRANSITION
   ========================= */

/* ההדר תמיד מעל כל באנר/תמונה */
.transparent--header,
.header__sticky,
.header_bottom,
#shopify-section-sections--20819472384163__header,
.shopify-section-group-header-group header {
  position: relative;
  z-index: 200 !important;
}

/* התפריטים שנפתחים יהיו מעל הכל */
.header__sub_menu,
.header__mega_menu,
details-disclosure .header__sub_menu,
details-disclosure .header__mega_menu {
  z-index: 300 !important;
}
}

/* שהסליידר/באנר לא יטפס מעל ההדר */
.slideshow,
.banner,
.swiper,
.swiper-wrapper,
.swiper-slide {
  z-index: 1 !important;
}

/* מצב ברירת מחדל - ליקוויד גלאס קבוע */
.header_bottom:not(.sticky),
.header__sticky:not(.sticky) .header_bottom,
.transparent--header:not(.sticky),
.header__sticky:not(.not--sticky-on-desktop):not(.sticky) {
  background: rgba(255, 255, 255, 0.25) !important;

  backdrop-filter: blur(26px) saturate(180%) contrast(1.05) !important;
  -webkit-backdrop-filter: blur(26px) saturate(180%) contrast(1.05) !important;

  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    inset 0 -1px 0 rgba(255, 255, 255, 0.16) !important;

  border-bottom: 1px solid rgba(255, 255, 255, 0.42) !important;
}

/* מצב sticky - ליקוויד גלאס שקוף יותר */
.header__sticky.sticky,
.header__sticky:not(.not--sticky-on-desktop).sticky,
.transparent--header.sticky,
.header__sticky.sticky .header_bottom {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.60) 0%,
    rgba(236, 236, 236, 0.34) 100%
  ) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.60) !important;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(18px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(140%) !important;
}


/* Force submenu to have its own blur when sticky */
.header__sticky.sticky .header__sub_menu,
.header__sticky:not(.not--sticky-on-desktop).sticky .header__sub_menu {
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.48),
    rgba(255, 255, 255, 0.24)
  ) !important;

  backdrop-filter: blur(34px) saturate(180%) contrast(1.05) !important;
  -webkit-backdrop-filter: blur(34px) saturate(180%) contrast(1.05) !important;

  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  border-radius: 22px !important;

  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.70),
    inset 0 -1px 0 rgba(255, 255, 255, 0.18) !important;

  overflow: hidden !important;
}

/* מעבר חלק בלי קפיצה */
.transparent--header,
.header__sticky,
.header_bottom,
.header__sub_menu,
.header__mega_menu {
  transition:
    background 0.32s ease,
    background-color 0.32s ease,
    box-shadow 0.32s ease,
    border-color 0.32s ease,
    backdrop-filter 0.32s ease,
    -webkit-backdrop-filter 0.32s ease,
    opacity 0.22s ease,
    transform 0.22s ease !important;
}

/* מבטל קפיצות של אנימציית sticky קיימת אם היא אגרסיבית מדי */
.header__sticky.sticky {
  animation-duration: 0.35s !important;
}/* keep page from jumping when header becomes sticky */
#shopify-section-sections--20819472384163__header {
  position: relative;
  z-index: 200;
}

/* reserve space for the fixed header */
#shopify__header__section {
  position: relative;
  min-height: 90px;
}

@media only screen and (max-width: 991px) {
  #shopify__header__section {
    min-height: 78px;
  }
}

/* sticky header stays above content */
.header__sticky:not(.not--sticky-on-desktop).sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 200 !important;
  animation: none !important;
  transform: none !important;
}

/* if your two-line header uses this too */
@media only screen and (max-width: 991px) {
  .header__sticky.not--sticky-on-desktop.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 200 !important;
    animation: none !important;
    transform: none !important;
  }
}

/* smooth visual change only */
.header__sticky,
.header_bottom {
  transition:
    background 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    backdrop-filter 0.25s ease,
    -webkit-backdrop-filter 0.25s ease !important;
}
/* keep header space without mobile jump */
#shopify__header__section {
  position: relative;
  min-height: 90px;
}

@media only screen and (max-width: 991px) {
  #shopify__header__section {
    min-height: 64px !important;
  }
}

.header__sticky:not(.not--sticky-on-desktop).sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 200 !important;
  animation: none !important;
  transform: none !important;
}

@media only screen and (max-width: 991px) {
  .header__sticky.not--sticky-on-desktop.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 200 !important;
    animation: none !important;
    transform: none !important;
  }
}.header__heading,
.header__logo {
  position: relative;
  left: -1px;
}/* Featured collection / Collection list - remove gray card frame */
.collection-list-section .product__items.collection--card-wrapper,
.collection-list-section .product__items--thumbnail,
.collection-list-section .collection-card,
.collection-list-section .card,
.collection-list-section .card--media,
.collection-list-section .card__inner,
.collection-list-section .media {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}/* ===== Nichies size variants override ===== */
.product-form__input.radio--swatch.variant--swatch-option1,
.product-form__input.radio--swatch.variant--swatch-option2,
.product-form__input.radio--swatch.variant--swatch-option3 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ===== NICHIES VARIANT LIST - FINAL OVERRIDE ===== */

.product__info-container .nichies-variant-list,
.custom-liquid .nichies-variant-list,
.nichies-variant-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  margin: 18px 0 22px !important;
  width: 100% !important;
}

.product__info-container .nichies-variant-item,
.custom-liquid .nichies-variant-item,
.nichies-variant-item {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 12px !important;
  width: 100% !important;
  padding: 12px 14px !important;
  border-radius: 32px !important;
overflow: hidden !important;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.80) 0%,
    rgba(232, 232, 232, 0.58) 100%
  ) !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
  backdrop-filter: blur(14px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(140%) !important;
}

.product__info-container .nichies-variant-main,
.custom-liquid .nichies-variant-main,
.nichies-variant-main {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  min-width: 0 !important;
  width: 100% !important;
  direction: rtl !important;
}

.product__info-container .nichies-variant-size,
.custom-liquid .nichies-variant-size,
.nichies-variant-size {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #111 !important;
  text-align: right !important;
  white-space: nowrap !important;
  margin: 0 !important;
  padding: 0 !important;
}

.product__info-container .nichies-variant-price,
.custom-liquid .nichies-variant-price,
.nichies-variant-price {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #111 !important;
  text-align: left !important;
  direction: ltr !important;
  white-space: nowrap !important;
  margin: 0 auto 0 0 !important;
  padding: 0 !important;
}

.product__info-container .nichies-variant-form,
.custom-liquid .nichies-variant-form,
.nichies-variant-form {
  margin: 0 !important;
  display: block !important;
}

.product__info-container .nichies-variant-add,
.product__info-container .nichies-variant-add:link,
.product__info-container .nichies-variant-add:visited,
.custom-liquid .nichies-variant-add,
.custom-liquid .nichies-variant-add:link,
.custom-liquid .nichies-variant-add:visited,
.nichies-variant-add,
.nichies-variant-add:link,
.nichies-variant-add:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.92) 0%,
    rgba(0, 0, 0, 0.72) 100%
  ) !important;
  color: #fff !important;
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.10) !important;
  backdrop-filter: blur(16px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(145%) !important;
  font-size: 26px !important;
  line-height: 1 !important;
  text-decoration: none !important;
  overflow: hidden !important;
}

.product__info-container .nichies-variant-add::before,
.product__info-container .nichies-variant-add::after,
.custom-liquid .nichies-variant-add::before,
.custom-liquid .nichies-variant-add::after,
.nichies-variant-add::before,
.nichies-variant-add::after {
  content: none !important;
  display: none !important;
}

.product__info-container .nichies-variant-add--disabled,
.custom-liquid .nichies-variant-add--disabled,
.nichies-variant-add--disabled {
  opacity: 0.45 !important;
  cursor: default !important;
}

.product__info-container .nichies-variant-item.is-soldout,
.custom-liquid .nichies-variant-item.is-soldout,
.nichies-variant-item.is-soldout {
  opacity: 0.7 !important;
}

@media only screen and (max-width: 749px) {
  .product__info-container .nichies-variant-list,
  .custom-liquid .nichies-variant-list,
  .nichies-variant-list {
    gap: 10px !important;
    margin: 16px 0 20px !important;
  }

  .product__info-container .nichies-variant-item,
  .custom-liquid .nichies-variant-item,
  .nichies-variant-item {
    padding: 10px 12px !important;
    border-radius: 30px !important;
overflow: hidden !important;
    gap: 10px !important;
  }

  .product__info-container .nichies-variant-size,
  .custom-liquid .nichies-variant-size,
  .nichies-variant-size {
    font-size: 15px !important;
  }

  .product__info-container .nichies-variant-price,
  .custom-liquid .nichies-variant-price,
  .nichies-variant-price {
    font-size: 14px !important;
  }

  .product__info-container .nichies-variant-add,
  .custom-liquid .nichies-variant-add,
  .nichies-variant-add {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    font-size: 22px !important;
  }
}
}/* ===== Product thumbnails - softer rounded glass ===== */

/* המעטפת של התמונות הקטנות */
.thumbnail-list .thumbnail,
.thumbnail-slider .thumbnail,
slider-component[id*="GalleryThumbnails"] .thumbnail,
.product__media-gallery .thumbnail {
  border-radius: 18px !important;
  overflow: hidden !important;
}

/* הכפתור/לינק של כל thumbnail בלבד */
.thumbnail-list .thumbnail__button,
.thumbnail-slider .thumbnail__button,
slider-component[id*="GalleryThumbnails"] .thumbnail__button,
.product__media-gallery .thumbnail__button,
slider-component[id*="GalleryThumbnails"] .thumbnail {
  border-radius: 18px !important;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.72) 0%,
    rgba(235, 235, 235, 0.42) 100%
  ) !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
  backdrop-filter: blur(14px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(140%) !important;
  overflow: hidden !important;
}

/* התמונה עצמה - רק thumbnails */
.thumbnail-list .thumbnail__button img,
.thumbnail-slider .thumbnail__button img,
slider-component[id*="GalleryThumbnails"] .thumbnail__button img,
.product__media-gallery .thumbnail img {
  border-radius: 14px !important;
}

/* thumbnail פעיל - קצת יותר מודגש */
.thumbnail-list .thumbnail[aria-current="true"],
.thumbnail-slider .thumbnail[aria-current="true"],
slider-component[id*="GalleryThumbnails"] .thumbnail[aria-current="true"],
.product__media-gallery .thumbnail[aria-current="true"] {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.82) 0%,
    rgba(225, 225, 225, 0.52) 100%
  ) !important;
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

/* מובייל */
@media only screen and (max-width: 749px) {
  .thumbnail-list .thumbnail,
  .thumbnail-slider .thumbnail,
  slider-component[id*="GalleryThumbnails"] .thumbnail,
  .product__media-gallery .thumbnail,
  .thumbnail-list .thumbnail__button,
  .thumbnail-slider .thumbnail__button {
    border-radius: 14px !important;
  }

  .thumbnail-list .thumbnail__button img,
  .thumbnail-slider .thumbnail__button img,
  slider-component[id*="GalleryThumbnails"] .thumbnail__button img,
  .product__media-gallery .thumbnail img {
    border-radius: 10px !important;
  }
}/* ===== THUMBNAILS MANUAL TUNING ===== */

:root {
  --thumb-pad-y: 26px;   /* מרווח למעלה/למטה */
  --thumb-pad-x: 14.9px;   /* מרווח לצדדים */
  --thumb-shadow: 0 8px 18px rgba(0, 0, 0, 0.08); /* שאדו ראשי */
  --thumb-shadow-active: 0 10px 22px rgba(0, 0, 0, 0.10); /* שאדו של פעיל */
}

/* נותן מקום מסביב ל-thumbnails */
.thumbnail-list,
.thumbnail-slider,
slider-component[id*="GalleryThumbnails"],
#GalleryThumbnails {
  padding-top: var(--thumb-pad-y) !important;
  padding-bottom: var(--thumb-pad-y) !important;
  padding-left: var(--thumb-pad-x) !important;
  padding-right: var(--thumb-pad-x) !important;

  margin-top: calc(var(--thumb-pad-y) * -1) !important;
  margin-bottom: calc(var(--thumb-pad-y) * -1) !important;
  margin-left: calc(var(--thumb-pad-x) * -1) !important;
  margin-right: calc(var(--thumb-pad-x) * -1) !important;
}

/* רק המסילה יכולה לחרוג */
.thumbnail-list .swiper,
.thumbnail-slider .swiper,
.thumbnail-list .swiper-wrapper,
.thumbnail-slider .swiper-wrapper,
slider-component[id*="GalleryThumbnails"] .swiper,
slider-component[id*="GalleryThumbnails"] .swiper-wrapper,
#GalleryThumbnails .swiper,
#GalleryThumbnails .swiper-wrapper {
  overflow: visible !important;
}

/* שומר על המסגרת של כל thumbnail */
.thumbnail-list .thumbnail,
.thumbnail-slider .thumbnail,
slider-component[id*="GalleryThumbnails"] .thumbnail,
#GalleryThumbnails .thumbnail {
  overflow: hidden !important;
}

/* שאדו רגיל */
.thumbnail-list .thumbnail__button,
.thumbnail-slider .thumbnail__button,
slider-component[id*="GalleryThumbnails"] .thumbnail__button,
#GalleryThumbnails .thumbnail__button,
slider-component[id*="GalleryThumbnails"] .thumbnail {
  box-shadow:
    var(--thumb-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
}

/* שאדו של thumbnail פעיל */
.thumbnail-list .thumbnail[aria-current="true"],
.thumbnail-slider .thumbnail[aria-current="true"],
slider-component[id*="GalleryThumbnails"] .thumbnail[aria-current="true"],
.product__media-gallery .thumbnail[aria-current="true"] {
  box-shadow:
    var(--thumb-shadow-active),
    inset 0 1px 0 rgba(255, 255, 255, 0.90) !important;
}
/* center vendor + title + inventory status */
.product__vendor--above-title,
.product__vendor,
.product__vendor a,
.product__title,
.product-variant-inventory,
.product-variant-inventory--inner,
#inventory__stock--,
#inventory__stock-- * {
  text-align: center !important;
}

.product__vendor--above-title,
.product__vendor,
.product__title,
.product-variant-inventory {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.product__vendor--above-title a,
.product__vendor a {
  display: inline-block !important;
}

.product__title {
  margin-left: auto !important;
  margin-right: auto !important;
}

.product-variant-inventory--inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.product-variant-inventory .product__inventory,
.product-variant-inventory .stock_countdown_progress,
.product-variant-inventory .product__inventory_status,
.product-variant-inventory .inventory-status {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}/* ===== Product metafields box - liquid glass ===== */
.product-meta-box {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.72) 0%,
    rgba(236, 236, 236, 0.46) 100%
  ) !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 20px !important;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
  backdrop-filter: blur(18px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(140%) !important;
} .product-variant-inventory,
  #inventory__stock-- {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    text-align: center !important;
  }

  .product-variant-inventory--inner {
    gap: 2px !important;
  }

  .product-variant-inventory .product__inventory,
  .product-variant-inventory .product__inventory_status,
  .product-variant-inventory .inventory-status,
  .product-variant-inventory span,
  .product-variant-inventory p,
  .product-variant-inventory div {
    font-size: 16px !important;
    line-height: 1.15 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    justify-content: center !important;
  }

  .product-variant-inventory .stock_countdown_progress {
    margin-top: 2px !important;
    margin-bottom: 0 !important;
    
    /* SEARCH DRAWER / OVERLAY FINAL */
#predictive_search_overlay,
#predictive_search_overlay.predictive-search-drawer,
#predictive_search_overlay.predictive-search-drawer.active,
.predictive-search-drawer-inner,
.predictive-search.predictive-search--header.predictive-search-drawer-result,
.popular__search--history {
  z-index: 10000 !important;
}

.predictive-search__results-groups-wrapper,
.predictive-search__result-group,
.category__search--box,
.predictive__search--drawer--form-inner {
  background: transparent !important;
}
/* ===== REMOVE ORANGE THEME HOVER / FOCUS GLOBALLY ===== */

/* neutralize theme hover variables */
:root {
  --color-base-text-link-hover: var(--color-foreground) !important;
  --text-link-hover-color: var(--color-foreground) !important;
  --primary-button-hover-background: var(--color-button) !important;
  --primary-button-hover-text: var(--color-button-text) !important;
  --secondary-button-hover-background: var(--color-secondary-button) !important;
  --secondary-button-hover-text: var(--color-secondary-button-text) !important;
}

/* smooth micro-zoom everywhere instead of orange color swap */
a,
button,
summary,
svg,
path,
.header__actions_btn,
.header__menu_item,
.header__sub_menu_item,
.offcanvas__menu_item,
.offcanvas__sub_menu_item,
.button,
.swiper__nav--btn {
  transition:
    transform 0.18s ease,
    color 0.18s ease,
    background-color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    fill 0.18s ease,
    stroke 0.18s ease !important;
}

/* kill orange text changes */
.link--text:hover,
.customer a:hover,
a:hover,
button:hover,
summary:hover,
.header__actions_btn:hover,
.header__menu_li:hover .header__menu_item,
.offcanvas__menu_item:hover,
.offcanvas__sub_menu_item:hover,
.header__sub_menu_item:hover,
.button--primary:hover,
.button--secondary:hover,
.button--tertiary:hover,
.swiper__nav--btn:hover,
.mobile--menu-header-button.active {
  color: rgb(var(--color-foreground)) !important;
}

/* keep fills / strokes neutral */
a:hover svg,
a:hover path,
button:hover svg,
button:hover path,
summary:hover svg,
summary:hover path,
.header__actions_btn:hover svg,
.header__actions_btn:hover path,
.offcanvas__menu_item:hover svg,
.offcanvas__menu_item:hover path,
.offcanvas__sub_menu_item:hover svg,
.offcanvas__sub_menu_item:hover path,
.button:hover svg,
.button:hover path,
.swiper__nav--btn:hover svg,
.swiper__nav--btn:hover path {
  color: currentColor !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

/* remove orange focus rings / active glow */
*:focus-visible,
.focus-inset:focus-visible,
.focused,
.no-js *:focus,
input:focus,
.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.localization-form__select:focus,
a:focus,
button:focus,
summary:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: inherit !important;
}

/* replace hover with minimal luxury zoom */
a:hover,
button:hover,
summary:hover,
.header__actions_btn:hover,
.header__menu_li:hover .header__menu_item,
.offcanvas__menu_item:hover,
.offcanvas__sub_menu_item:hover,
.header__sub_menu_item:hover,
.button:hover,
.swiper__nav--btn:hover {
  transform: scale(1.025);
}

/* slightly larger zoom for icons only */
.header__actions_btn:hover svg,
.offcanvas__menu_item:hover svg,
.button:hover svg,
.swiper__nav--btn:hover svg {
  transform: scale(1.06);
}

/* prevent pseudo orange layers */
a::before,
a::after,
button::before,
button::after,
summary::before,
summary::after,
.header__actions_btn::before,
.header__actions_btn::after,
.button::before,
.button::after {
  border-color: inherit !important;
}/* cart feature badges - liquid glass */
.feature-badge,
.feature-badge__item,
.feature-badge-item,
.cart .feature-badge,
.cart .feature-badge__item,
.cart .feature-badge-item,
.template-cart .feature-badge,
.template-cart .feature-badge__item,
.template-cart .feature-badge-item {
  background: rgba(255, 255, 255, 0.16) !important;
  backdrop-filter: blur(18px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(145%) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 24px !important;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
  overflow: hidden !important;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease !important;
}

.feature-badge:hover,
.feature-badge__item:hover,
.feature-badge-item:hover,
.cart .feature-badge:hover,
.cart .feature-badge__item:hover,
.cart .feature-badge-item:hover,
.template-cart .feature-badge:hover,
.template-cart .feature-badge__item:hover,
.template-cart .feature-badge-item:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.28) !important;
}

/* make inner wrappers transparent */
.feature-badge *,
.feature-badge__item *,
.feature-badge-item *,
.cart .feature-badge *,
.cart .feature-badge__item *,
.cart .feature-badge-item *,
.template-cart .feature-badge *,
.template-cart .feature-badge__item *,
.template-cart .feature-badge-item * {
  background: transparent !important;
}
img {
  -webkit-user-drag: none;
  user-drag: none;
}

body {
  -webkit-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 749px) {
  input,
  textarea,
  select {
    font-size: 16px !important;
  }
}
html,
body {
  touch-action: manipulation;
  overscroll-behavior: none;
}

@media only screen and (max-width: 749px) {
  input,
  textarea,
  select {
    font-size: 16px !important;
  }
}
html,
body {
  overflow-x: hidden !important;
}
/* ===== MOBILE HEADER ALWAYS STICKY ===== */
@media screen and (max-width: 749px) {
  .shopify-section-group-header-group,
  .shopify-section-header,
  .shopify-section-header-sticky,
  .shopify-section-header-hidden,
  #shopify-section-header,
  [id*="__header"],
  .header__sticky,
  .header_bottom,
  sticky-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;

    transform: none !important;
    translate: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .shopify-section-header-hidden,
  .shopify-section-header-hidden .header__sticky,
  .shopify-section-header-hidden .header_bottom,
  sticky-header.shopify-section-header-hidden,
  sticky-header.header-hidden,
  .header-hidden,
  .is-hidden {
    transform: none !important;
    translate: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}/* Force mobile header to never slide out */
@media screen and (max-width: 749px) {
  .shopify-section-group-header-group[style],
  .shopify-section-header[style],
  .header__sticky[style],
  .header_bottom[style],
  sticky-header[style] {
    top: 0 !important;
    transform: none !important;
    translate: none !important;
  }
}
/* ===== NICHIES GLOBAL FIXED BACKGROUND LAYER ===== */

html,
body {
  min-height: 100% !important;
  background: transparent !important;
}

body.nichies-global-bg {
  background: transparent !important;
}

/* The actual global background */
.nichies-site-bg {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  pointer-events: none !important;
  z-index: 0 !important;

  background:
    radial-gradient(circle at 78% 16%, rgba(226, 206, 181, 0.42), transparent 34%),
    radial-gradient(circle at 18% 82%, rgba(255, 255, 255, 0.72), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%) !important;
}

/* Put all site content above the bg layer */
.shopify-section-group-header-group,
#MainContent,
.footer,
footer,
#shopify-section-sections--20819472351395__footer, {
  position: relative !important;
  z-index: 1 !important;
}
.nichies-whatsapp-widget {
  position: fixed !important;
  right: 16px;
  bottom: 24px;
  z-index: 7000 !important;
}
@media screen and (max-width: 749px) {
  .nichies-whatsapp-widget {
    right: 12px;
    bottom: 18px;
    z-index: 7000 !important;
  }
}
/* Stop main wrappers from covering the global bg */
#MainContent,
main,
body.nichies-global-bg #MainContent {
  background: transparent !important;
}

/* Shopify sections often bring their own background */
body.nichies-global-bg #MainContent > .shopify-section,
body.nichies-global-bg #MainContent > .shopify-section > .gradient,
body.nichies-global-bg #MainContent .gradient,
body.nichies-global-bg .color-background-1,
body.nichies-global-bg .color-background-2,
body.nichies-global-bg .color-scheme-1,
body.nichies-global-bg .color-scheme-2 {
  background: transparent !important;
}

/* Keep cards/boxes that should stay glass untouched */
body.nichies-global-bg .promotion--card,
body.nichies-global-bg .product__card,
body.nichies-global-bg .nichies-contact-card,
body.nichies-global-bg .cart__summary,
body.nichies-global-bg .cart-item {
  position: relative !important;
}
