/** Shopify CDN: Minification failed

Line 2950:0 Unexpected "}"
Line 3245:0 Unexpected "}"
Line 4563:10 Unexpected "{"
Line 4563:19 Expected ":"
Line 4564:10 Unexpected "{"
Line 4564:19 Expected ":"
Line 4565:10 Unexpected "{"
Line 4565:19 Expected ":"
Line 4566:10 Unexpected "{"
Line 4566:19 Expected ":"

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

/* base */

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

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

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

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

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

/*  page width   */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visibility-hidden {
  visibility: hidden;
}

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

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

/* Display: None css */

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

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

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

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

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

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

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

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

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

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

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

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

/* End Display: None css */

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

.right {
  text-align: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
  Focus ring - inset
*/

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

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

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

/*
  Focus ring - none
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

deferred-media {
  display: block;
}

/* End component-media */

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

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

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

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

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

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

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

/* Button default style End */

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

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

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

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

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

/* Select */

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

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

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

.customer .field {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

/* Text area */

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

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

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

/* Form global */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal__toggle-close {
  display: none;
}

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

.modal__toggle-open {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 768px){
  .productSlider.swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 3rem;
  }
  [data-show-extra-large="2"] .productSlider.swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    width: 50%;
  }
  [data-show-extra-large="3"] .productSlider.swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    width: 33.333%;
  }
  [data-show-extra-large="4"] .productSlider.swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    width: 25%;
  }
  [data-show-extra-large="5"] .productSlider.swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    width: 20%;
  }
  [data-show-extra-large="6"] .productSlider.swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    width: 16.666%;
  }
}

.product-sale-badge {
}

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

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

/*  container width || pag width  */

/* HT own code start */
.container,
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 992px) {
  .container {
    max-width: var(--container-lg-width);
  }
}
.container-fluid {
  --offset-fluid: 1.5rem;
  padding-right: var(--offset-fluid);
  padding-left: var(--offset-fluid);
}

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



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

/* 
@media only screen and (min-width: {{ settings.container_lg_width | divided_by: 10}}rem) {
  .container-fluid {
    --offset-fluid: var(--container-fluid-offset);
  }
}
*/

/* .container-fluid {
  container-type: inline-size;
  container-name: container-fluid;
}

@container container-fluid (min-width: 1400px) {
  .container-fluid {
    --offset-fluid: var(--container-fluid-offset);
  }
} */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.gx-2 {
    --bs-gutter-x: 0.6rem;
}
.gx-3 {
    --bs-gutter-x: 1.6rem;
}
/* HT own code end */

/* HT - Grid Column CSS Start */

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*  Spacing Helper css */
.mb-10 {
  margin-bottom: 10px;
}
.mb-30 {
  margin-bottom: 30px;
}
.pt-25 {
  padding-top: 25px !important;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mb-80 {
  margin-bottom: 80px;
}
.p-0 {
  padding: 0;
}
.pt--0 {
  padding-top: 0;
}
.pb--0 {
  padding-bottom: 0;
}
.pb-80 {
  padding-bottom: 80px;
}
.pt-50 {
  padding-bottom: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-30 {
  margin-bottom: 30px;
}
.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;
}
.mt-15 {
  margin-top: 15px;
}

.ms-1 {
  margin-inline-start: 10px;
}
.ms-2 {
  margin-inline-start: 20px;
}
.ms-3 {
  margin-inline-start: 30px;
}

.me-1 {
  margin-inline-end: 10px;
}
.me-2 {
  margin-inline-end: 20px;
}
.me-3 {
  margin-inline-end: 30px;
}

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

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

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

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

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

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

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

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

button[type="submit"] {
  width: 100% !important;
  display: block;
  text-align: center;
}
/* Add to Cart button styling + fix positioning gap */
button.button--primary[name="add"] {
  background-color: #006739 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  padding: 10px 40px !important;
  border-radius: 12px !important;
  font-weight: normal
  width: 100% !important;
  max-width: 1000px !important;
  height: 42px !important;

  text-align: center !important;
  display: block !important;
  line-height: normal !important;

  border: none !important;
  transition: background-color 0.3s ease-in-out !important;

  /* Remove unnecessary push down */
  margin-top: 8px !important;
  margin-bottom: 0 !important;
}

.product-grid-item__titles {
  min-height: 70px; /* Adjust as needed */
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.product-grid-item__title {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  max-width: 90%;
  word-break: break-word;
}
@media screen and (max-width: 749px) {
  .product-grid-item {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .product-grid-item__thumbnail {
    flex-shrink: 0;
  }

  .product-grid-item__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    height: 100%;
  }

  .product-grid-item__titles {
    margin-bottom: auto;
  }

  .price {
    margin-bottom: 6px !important;
  }

 .add-to-cart-btn {
  background-color: #006739;
  border: none;
  border-radius: 4px;
  width: 100%;         /* always stretch full width */
  min-height: 38px;    /* ensures a taller button */
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  margin-top: auto;    /* keeps it pinned to bottom */
  padding: 0;          /* reset padding since height controls size */
}

  .swiper-slide {
    height: auto !important;
  }
}

}


.drawer__title img {
  display: block;
  margin: 0 auto;
}
/* Mobile only search bar */
@media screen and (max-width: 768px) {
  .header-search {
    display: block;
    position: fixed;
    width: 100%;
    max-width: 320px;
    margin: 0 auto 12px; /* gap before quick links */
    height: 35px;
  }

  .header-search input[type="text"] {
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding: 0 40px 0 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
  }

  
}

/* Hide search bar on desktop */
@media screen and (min-width: 769px) {
  .header-search {
    display: none !important;
  }
  .quick-links {
    display: none !important;
  }
}
/* Hide on desktop, show on mobile */
.mobile-search {
  display: none;
}

@media (max-width: 768px) {
  .mobile-search {
    display: block;
  }

  .header-search {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin: 8px 0;
    position: fixed;
  }

  .header-search input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
  }

  .header-search .search-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
  }

  .header-search .search-btn img {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 769px) {
  .mobile-only {
    display: none !important;
  }
}
.header-search {
  position: relative;
  display: flex;
  align-items: center;
}

.header-search input[type="search"] {
  width: 100%;
  padding-right: 40px; /* space for the icon */
  height: 40px;
}

.header-search .search-btn,
.header-search svg,
.header-search img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
/* Make search form take full width on mobile */
@media (max-width: 768px) {
  .header-search {
    width: 100% !important;
    max-width: 100% !important;
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #006739; /* green border */
    border-radius: 4px; /* optional: smooth corners */
    outline: none;
  }

  .header-search input[type="search"] {
    width: 100%;
    height: 20px;
    padding-right: 40px; /* space for icon */
    box-sizing: border-box;
    
  }

  .header-search .search-btn {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
  }
}
.product-info {
  text-align: left;
  padding: 0 5px;
}

/* Force product card text to stack vertically */
.product-grid-item__titles {
  display: block !important;
}

.product-grid-item__titles h3,
.product-grid-item__titles p {
  display: block !important;
  width: 100% !important;
  margin: 0 0 0px 0 !important;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  font-size: 13px;

}
.product-subtitle {
  font-size: 10px;
  color: #666;
  font-family: 'Poppins', sans-serif;
  margin: 0px 0 3px;
  
  /* Truncate to 2 lines */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;
  max-height: 2.8em; /* = 2 lines * line-height */
}
/* Make the content above the button take equal space */
.product-card-content {
  min-height: 90px;  /* adjust depending on how much space you want */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
/* Align title and subtitle consistently */
.product-grid-item__title,
.product-subtitle {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
}

/* Subtitle */
.product-subtitle {
  font-size: 12px;
  color: #555;
  font-family: 'Poppins', sans-serif;
  margin: 0px 0 0px !important; /* tighter gap above price */
  line-height: 1.4em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.8em;
}

/* Collapse wrapper spacing before price */
.product-grid-item__info,
.product-grid-item__titles {
  margin-bottom: 0px !important;
  padding-bottom: 0 !important;
}

/* Price block */
.price,
.price__regular,
.price-item {
  margin-top: 0 !important;
  margin-bottom: 1.5px !important;  /* just a small gap before Add to cart */
  font-weight: bold;
  text-align: left;
}

.product-subtitle {
  margin-bottom: 0px !important;
}

.product-grid-item__price {
  margin-top: 0px !important;
}
/* Force tighter spacing on product cards */
.product-subtitle {
  margin: 0px 0 0px 0 !important;
  line-height: 1.3 !important;
  font-size: 13px !important;
}

.product-price {
  margin: 0 0 0px 0 !important;
  padding: 0 !important;
}
@media (min-width: 768px) {
  .product-card-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .product-card-content {
    flex-grow: 1;
  }

  .product-subtitle {
    margin-bottom: 4px;
    line-height: 1.4;
    font-size: 13px;
    color: #555;
  }

  .product-price {
    margin: 0px 0;
    font-weight: 400;
    font-size: 12px;
  }

  .add-to-cart-btn {
    margin-top: auto;
    background-color: #006739;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    font-weight: normal;
    cursor: pointer;
  }
}

  .product-price {
    margin-bottom: 6px !important;  /* shrink gap under price */
    padding-bottom: 0 !important;
    margin-top: 10px;
  }

  .product-card-item form {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .product-card-item .add-to-cart-btn {
    margin-top: 4px !important;  /* small, consistent spacing */
    margin-bottom: 0 !important;
  }
}
/* Collection grid product card adjustments */
.template-collection .product-card-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: auto !important;   /* prevent forcing tall cards */
}

.template-collection .product-card-content {
  flex-grow: 1;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.template-collection .product-price {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
}

.template-collection form {
  margin-top: 4px !important;   /* small gap only */
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.template-collection .add-to-cart-btn {
  margin-top: 4px !important;
  margin-bottom: 0 !important;
}
.product-card-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;  /* force consistent height */
}

.product-card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.product-price {
  margin: 4px 0 !important;
  text-align: left;
}

.add-to-cart-btn {
  margin-top: auto !important;  /* pushes button to bottom only if space exists */
}
.announcement-bar {
  overflow: hidden;
  white-space: nowrap;
}

.announcement-bar__message {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 15s linear infinite;
}

@keyframes scroll-left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

footer,
footer * {
  font-family: 'Gotham', sans-serif !important;
}

/* Reduce width horizontally on desktop */
@media (min-width: 1024px) {
  .image-with-text {
    max-width: 85% !important;   /* narrower section */
    margin: 0 auto !important;   /* center it */
  }
}
.product-card__title,
.card-information__text,
h3.product-card__title {
  font-family: 'Gotham', sans-serif !important;
  text-align: left !important;
}
/* General section titles */
.section-title,
.section-heading,
.section-heading__title,
.footer-block__heading {
  font-family: 'El Messiri', sans-serif !important;
  text-align: center !important;
}
.instagram-section span {
  font-family: 'El Messiri', sans-serif !important;
  text-align: center !important;
  display: block; /* makes sure text-align works */
}
/* Force center alignment for Bestseller heading + subtitle on mobile */
@media (max-width: 767px) {
  .feature-collection {
    text-align: center !important;
  }

  .feature-collection h2,
  .feature-collection .section-header,
  .feature-collection .section-header span,
  .feature-collection p {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
  }
}
/* Keep flex but center everything */
.section-heading-wrapper {
  display: flex !important;
  flex-direction: column !important;  /* stack title + subtitle */
  align-items: center !important;     /* center horizontally */
  justify-content: center !important; /* center vertically if needed */
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Apply El Messiri font only to section titles */
.section-heading__title {
  font-family: 'El Messiri', sans-serif !important;
  text-align: center !important;
}

/* Subtitles also centered */
.section-heading__sub_title {
  text-align: center !important;

}
/* Target only Image with Text section headings */
.image-with-text .image-with-text__heading,
.shopify-section .image-with-text h1,
.shopify-section .image-with-text .title {
  font-family: 'El Messiri', sans-serif !important;
  text-align: center !important;
  font-weight: bold;
}
/* Target Circle Menu headline */
#spro-template--24819097960748__sp_circle_menu_UpeHpF h2,
#spro-template--24819097960748__sp_circle_menu_UpeHpF .spro-title {
  font-family: 'El Messiri', sans-serif !important;
  text-align: center !important;
  font-weight: 600 !important;
}
/* Circle Menu Headings */
[id^="spro-template--"][id*="__sp_circle_menu"] h2,
[id^="spro-template--"][id*="__sp_circle_menu"] .spro-title {
  font-family: 'El Messiri', sans-serif !important;
  text-align: center !important;
  font-weight: 600 !important;
}
/* Follow us on Instagram heading */
#shopify-section-instagram h2,
#shopify-section-instagram .section-header,
#shopify-section-instagram .title {
  font-family: 'El Messiri' !important;
  text-align: center !important;
}
/* Section Titles → El Messiri */
.section-heading__title,
.image-with-text .image-with-text__heading,
.shopify-section .image-with-text h1,
.shopify-section .image-with-text .title {
  font-family: 'El Messiri', sans-serif !important;
  text-align: center !important;
  font-weight: bold;
}

/* Section Subtitles / Descriptions → Gotham */
.section-heading__sub_title,
.section-heading-wrapper p,
.image-with-text .image-with-text__text,
.shopify-section .section-subheading {
  font-family: 'Gotham', sans-serif !important;
  text-align: center !important;
  font-weight: normal;
  font-size: 15px;
}
.gsc-instagram-feed__title {
  font-family: 'El Messiri', sans-serif !important;
}

.gsc-instagram-feed__subtitle,
.gsc-instagram-feed p {
  font-family: 'Gotham', sans-serif !important;
}
.custom-footer-text {
  font-family: 'El Messiri', sans-serif;
  font-size: 18px;   /* adjust if needed */
  color: #000000;
  font-weight: 800;
  text-align: center;
  margin: 0;
}

/* Hide refer link on desktop */
@media screen and (min-width: 1025px) {
  .refer-link {
    display: none !important;
  }
}
/* Container */
.login-page-wrapper {
  max-width: 400px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Heading */
.login-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #222;
}

/* Mobile input */
.input-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.country-code {
  padding: 10px 12px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
  font-weight: 500;
}

.input-box input {
  flex: 1;
  padding: 10px;
  border-radius: 0 4px 4px 0;
  border: 1px solid #ddd;
  font-size: 16px;
}

/* Terms text */
.terms-text {
  font-size: 12px;
  color: #555;
  margin-bottom: 20px;
  text-align: center;
}

.terms-text a {
  color: #006739;
  text-decoration: underline;
}

/* Buttons */
.btn--primary {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  background-color: #006739;
  border: none;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}


.guest-link {
  display: block;
  margin-top: 10px;
  width: 100%;
  padding: 12px;
  font-size: 16px;
  text-align: center;
  
  color: #006739;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.continue-as-guest {
  text-align: center;
  margin-top: -15px; /* overlap closer to widget */
  background: #fff;
  border-radius: 0 0 12px 12px; /* rounded bottom to match card */
  padding-bottom: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.continue-as-guest .guest-btn {
  background: none !important;
  color: #006739 !important;
  font-weight: 600;
  text-transform: capi;
  font-size: 14px;
  text-decoration: none;
}

.continue-as-guest .guest-btn:hover {
  text-decoration: underline;
}
.footer__widget_title {
  font-family: 'El Messiri', sans-serif !important;
  font-weight: bold; /* same as you used in static section */
}

/* Wrapper */
.newsletter-form-stacked {
  display: flex;
  flex-direction: column;
  gap: 10px; /* space between input and button */
  max-width: 400px;
}

/* Input */
.newsletter-form-stacked input[type="email"] {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
  font-size: 14px;
  background: #fff;
  box-sizing: border-box;
}

/* Button */
.newsletter-form-stacked button {
  background-color: #333;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 5px;
  font-family: 'El Messiri', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease;
}

.newsletter-form-stacked button:hover {
  background-color: #555;
}

/* Hide the floating SHARE button */
#rawa-share {
  display: none !important;
}
.user-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.guest-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid  #006739;
}

.user-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.greeting {
  font-weight: bold;
  font-size: 15px;
}

.customer-detail {
  font-size: 13px;
  color: #555;
}

.login-link {
  font-size: 13px;
  color:  #006739;
  text-decoration: none;
}
.login-link:hover {
  text-decoration: underline;
}
/* Reduce vertical spacing around My Orders / Track Order block */
.order-buttons, 
.user-actions {
  margin-bottom: 5px !important;   /* was likely 20–30px */
  padding-bottom: 0 !important;
}

/* Also check button spacing */
.order-buttons .btn, 
.user-actions .btn {
  margin: 0 4px;   /* reduce horizontal/vertical margin */
}
/* Modern Shopify Login Styling */
.customer.login {
  max-width: 420px;
  margin: 50px auto;
  padding: 30px 25px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  text-align: center;
  font-family: 'Inter', sans-serif;
}

/* Headings */
.customer.login h1 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}

/* Inputs */
.customer.login input {
  width: 100%;
  padding: 14px;
  margin: 10px 0;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 15px;
}

.customer.login input:focus {
  border-color: #006739; /* WhatsApp Green */
  outline: none;
  box-shadow: 0 0 4px rgba(37,211,102,0.4);
}

/* Buttons */
.customer.login button {
  width: 100%;
  padding: 14px;
  background: #006739;
  border: none;
  border-radius: 8px;
  color: white;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
}

.customer.login button:hover {
  background: #006739;
}


.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.whatsapp-float img {
  width: 35px;
  height: 35px;
}
.mobile-bottom-nav {
  display: none;
}

@media screen and (max-width: 768px) {
  .mobile-bottom-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 8px 0;
    z-index: 9999;
  }
  .mobile-bottom-nav .nav-item {
    text-align: center;
    font-size: 12px;
    color: #000;
    text-decoration: none;
  }
  .mobile-bottom-nav .icon {
    display: block;
    font-size: 20px;
  }
}
/* Mobile bottom navigation */
.mobile-bottom-nav {
  display: none;
}

@media screen and (max-width: 768px) {
  .mobile-bottom-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 6px 0 4px;
    z-index: 9999;
    box-shadow: 0 -2px 6px rgba(0,0,0,0.08);
  }

  .mobile-bottom-nav .nav-item {
    flex: 1;
    text-align: center;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
  }

  .mobile-bottom-nav .nav-icon {
    width: 22px;
    height: 22px;
    margin: 0 auto 2px;
    display: block;
  }

  .mobile-bottom-nav .text {
    display: block;
    font-size: 12px;
    color: #333;
  }
}
.offcanvas-menu {
  position: fixed;       /* stay fixed on screen */
  top: 0;
  right: 0;              /* or left: 0 depending on your menu */
  height: 100vh;         /* full viewport height */
  width: 300px;          /* menu width */
  overflow-y: scroll;    /* scrollable content */
  -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
  background-color: #fff; /* for visibility */
  z-index: 1050;         /* above main content */
}
body.offcanvas-open {
  overflow: hidden;      /* only body blocked */
}

.offcanvas-menu {
  overflow-y: auto !important; /* force scroll */
}
/* Apply Poppins font to menu text */
.offcanvas__menu_item,
.offcanvas__menu_item span {
  font-family: 'Poppins', sans-serif !important;
}

/* Make all icons the same size */
.offcanvas__menu_item img {
  width: 24px !important;
  height: 24px !important;
  object-fit: contain; /* Keeps aspect ratio clean */
}
/* Hide search & quick links only inside product template */
main.product .mobile-search,
main.product .quick-links {
  display: none !important;
}
/* Hide product image carousel arrows */
.product__media_container .flickity-button {
  display: none !important;
}
/* Hide left/right arrows in product slider */
.slick-arrow,
.slick-prev,
.slick-next {
  display: none !important;
}
.swiper-button-prev,
.swiper-button-next {
  display: none !important;
}
.recently_viewed_proudct .swiper-pagination-fraction {
  display: none !important;
}
.recently_viewed_proudct .swiper {
  padding-bottom: 0 !important;  /* remove bottom padding */
  margin-bottom: 0 !important;   /* remove bottom margin */
}

.recently_viewed_proudct .product_slider_wrapper {
  min-height: auto !important;  /* prevent fixed tall height */
}
/* Force show add-to-cart button on mobile */
@media (max-width: 749px) {
  .recent-view-card .card__cart,
  .recent-view-card .btn--add-to-cart {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin-top: 10px; /* adjust spacing */
  }

  /* Reduce extra white space */
  .recent-view-card .card__content {
    min-height: auto !important;
  }
}

@media (max-width: 749px) {
  .bottom-actions,
  .bottom-actions .add-to-cart-btn {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.hero-section {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.product-title {
  font-size: 24px;
  font-weight: bold;
}
.product-subtitle {
  font-size: 16px;
  color: #666;
}
.add-to-cart {
  background: #f7b500;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
}
.trust-badges {
  display: flex;
  gap: 20px;
  margin: 20px 0;
}
.accordion .acc-body {
  display: none;
  padding: 10px;
}
.accordion .acc-header {
  background: #f2f2f2;
  padding: 10px;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

/* WHY YOU'LL LOVE IT SECTION */

/* Font */
.why-love-it, 
.why-love-it h2, 
.why-love-it p {
  font-family: 'Poppins', sans-serif !important;
}

/* Section container */
.why-love-it {
  background: #d6ffe6;
  padding: 24px;
  border-radius: 18px;
  margin: 30px 0;
}

/* Heading */
.why-love-heading {
  text-align: center;
  font-size: 20px; /* smaller heading */
  font-weight: 700;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #006739, #00994d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Accordion cards */
.why-love-it .product__accordion {
  background: #fff;
  border-radius: 16px;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.07);
  border: none;
  overflow: hidden;
}

/* Summary row */
.why-love-it summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  cursor: pointer;
  list-style: none;
  border: none;
  min-height: 56px;
}

/* Title + sparkle icon */
.why-love-it .summary__title {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  font-size: 15px;
  font-weight: 600;
  color: #006739;
}

/* Sparkle icon */
.why-love-it .benefit-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-left: 8px; /* keeps it off the border */
  margin-top: 2px;
}

/* Hide default triangle marker */
.why-love-it summary::-webkit-details-marker {
  display: none;
}

/* Plus/minus toggle */
.why-love-it summary::after {
  content: "+";
  font-size: 20px;
  font-weight: 700;
  color: #006739;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-left: auto;
  flex-shrink: 0;
}

.why-love-it details[open] summary::after {
  content: "−";
}

/* Accordion content */
.why-love-it .accordion__content {
  padding: 14px 20px;
  font-size: 14px;
  color: #444;
  border-top: 1px solid #eee;
  line-height: 1.6;
}
/* Product Tabs */
.product-tabs {
  display: block !important;   /* no flex, no inline */
  width: 100% !important;
}

/* Tab header row (horizontal buttons) */
.product-tabs .tab-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

/* Tab buttons */
.product-tabs .tab-link {
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #444;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.product-tabs .tab-link.active {
  color: #006739;
  font-weight: 600;
}

.product-tabs .tab-link.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #006739;
  border-radius: 2px;
}

/* Panels always below header */
.product-tabs .tab-panel {
  display: none;
  width: 100%;
  float: none !important;
  clear: both !important;     /* force new line under header */
  padding: 20px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.product-tabs .tab-panel.active {
  display: block;
}
/* Tab header wrapper */
.product-tabs .tab-header {
  display: flex;
  border-bottom: 1px solid #ddd;
  width: 100%;
  font-family: 'Poppins', sans-serif; /* apply poppins */
}

/* Each tab button */
.product-tabs .tab-link {
  flex: 1; /* each tab takes equal space */
  text-align: center;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif; /* ensure tabs use poppins */
  background: none;
  border: none;
  cursor: pointer;
  color: #444;
  transition: all 0.3s ease;
  position: relative;
}

/* Active tab style */
.product-tabs .tab-link.active {
  color: #006739; /* brand green */
  font-weight: 600;
}

/* Underline for active tab */
.product-tabs .tab-link.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #006739;
  border-radius: 2px;
}.trust-badges {
  background: #f7f7f7; /* light grey strip */
  padding: 20px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-family: 'Poppins', sans-serif;
  flex-wrap: nowrap; /* keep in one line */
}

.trust-badge {
  background: #fff;
  padding: 12px 16px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  justify-content: flex-start; /* text next to icon */
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  min-width: 0; /* prevent cut-off */
}

.trust-badge img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  flex-shrink: 0;
}

.badge-text {
  font-size: 13px;
  color: #000;
  line-height: 1.3;
}

.badge-text strong {
  display: block;   /* bold on top */
  font-weight: 600;
}

.badge-text span {
  display: block;   /* normal below */
  font-weight: 400;
}

@media (max-width: 768px) {
  .trust-badges {
    padding: 12px;
    gap: 5px;
  }

  .trust-badge {
    flex: 1 1 30%; /* three fit in a row */
    padding: 8px;
  }

  .trust-badge img {
    width: 22px;
    height: 22px;
  }

  .badge-text {
    font-size: 11px;
  }
}
@media (min-width: 769px) {
  .trust-badges {
    justify-content: center; /* center the whole row */
    gap: 30px; /* space between each badge */
    padding: 20px 0;
  }

  .trust-badge {
    flex: unset; /* stop stretching */
    width: auto; /* shrink to fit content */
    min-width: 180px; /* keep consistent size */
    padding: 12px 20px;
    text-align: left;
  }

  .trust-badge img {
    width: 28px;
    height: 28px;
  }

  .badge-text {
    font-size: 14px;
    line-height: 1.4;
  }

  .badge-text strong {
    font-size: 14px;
  }
}
/* Remove theme's default + / - */
.product__accordion summary::after {
  content: none !important;
}
.product-sticky-nav {
  position: fixed;
  top: 60px; /* leave space below your header */
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9999;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  display: none; /* hidden by default */
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.product-sticky-nav.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.product-sticky-nav ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.product-sticky-nav ul li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.product-sticky-nav ul li a:hover {
  color: #006739;
}

.product-sticky-nav ul li a.active {
  border-bottom: 2px solid #006739;
  color: #006739;
}


/* Smooth scroll */
html {
  scroll-behavior: smooth;
}
/* Moast Carousel Title */
h3:contains("Most Loved Bestsellers"),
.moast-carousel h2,
.moast-carousel .moast-title,
div.moast-carousel h2 {
  font-family: 'El Messiri', sans-serif !important;
  font-weight: 700 !important;
  font-size: 26px !important;
  color: #006739 !important; /* optional: brand green */
  text-align: center !important;
}
.product__description.rte,
.product__description.rte * {
  font-family: 'Poppins', sans-serif !important;
}

.accordion__title,
.accordion__title * {
  font-family: 'Poppins', sans-serif !important;
}
/* Product page price */
.product__info-container .price--large,
.product__info-container .price--regular,
.product__info-container .price-item {
  font-family: 'Poppins', sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #111 !important;
}

/* Collection/Grid price */
.card__information .price--large,
.card__information .price--regular,
.card__information .price-item {
  font-family: 'Poppins', sans-serif !important;
  font-size: 18px !important; /* can adjust separately if needed */
  font-weight: 500 !important;
  color: #111 !important;
}
/* Reduce gap between price and tax text */
.product__tax {
  margin-top: 0px !important;  /* default is usually 12–20px */
  font-size: 10px;             /* optional: smaller like reference */
  color: #666;                 /* lighter grey for subtle look */
}

.price__box_wrapper {
  margin-bottom: 2px !important; /* reduces extra space below price */
}
.jdgm-custom-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
}

.jdgm-custom-rating {
  background: #006739;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  padding: 3px 8px;
  border-radius: 4px;
}

.jdgm-custom-text {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #000;
}
@media screen and (max-width: 749px) {
  .main--product__media--small.media,
  .main--product__media--medium.media,
  .main--product__media--large.media {
    height: auto !important;   /* Let image decide height */
    max-height: 100% !important;
  }

  .product__media_container {
    margin-bottom: 0px !important; /* tighten space under image */
  }
}
/* Reduce horizontal + vertical spacing between product cards */
#product-grid .row {
  margin-left: -6px !important;
  margin-right: -6px !important;
}

#product-grid .row > .col {
  padding-left: 6px !important;
  padding-right: 6px !important;
  margin-bottom: 12px !important; /* vertical spacing */
}

/* Product card tighter */
.product-grid-item {
  padding: 10px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px !important;
}
/* ============================
   Product grid - tighten spacing
   ============================ */
@media (max-width: 767px) {
  /* Reduce horizontal gutter between cards */
  .template-search .row[data-product-column] > .col {
    padding-left: 6px;
    padding-right: 6px;
  }

  /* Card container spacing */
  .product-grid-item {
    margin-bottom: 12px;
    padding: 8px 8px 12px 8px;
    border: 1px solid #e5e5e5; /* keep border subtle */
    border-radius: 8px;
  }

  /* Thumbnail */
  .product-grid-item__thumbnail {
    margin-bottom: 6px;
  }

  /* Title */
  .product-card-content h3,
  .product-card-content h3 a {
    margin-top: 2px;
    line-height: 1.3;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
  }

  /* Subtitle */
  .product-subtitle {
    margin: 2px 0 2px;
    font-size: 12px;
    line-height: 1.4;
    color: #555;
    max-height: 2.8em; /* clamp ~2 lines */
    overflow: hidden;
  }

  /* Price */
  .product-price {
    margin-top: 2px;  /* close gap with subtitle */
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    font-family: 'Poppins', sans-serif !important;
  }

  /* Add-to-cart button */
  .add-to-cart-btn {
    background-color: #006739;
    height: 38px;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
  }
}
.product__title {
  margin-top: 2px !important;   /* reduce space above */
  margin-bottom: 4px !important; /* reduce space below */
  line-height: 1.3; /* keep tighter spacing */
}
.product__title {
  margin-bottom: 4px !important; /* reduce space below title */
}

.product__text,
.subtitle {
  margin-top: 0 !important; /* remove space above subheading */
}
.custom-review-badge {
  display: flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  gap: 4px;
}
/* Grid product review badge */
.custom-grid-review-badge {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* always left */
  gap: 3px; /* tighter spacing */
  font-size: 11px; /* smaller for mobile fit */
  line-height: 1.2;
  white-space: nowrap; /* prevent wrapping */
  margin: 4px 0;
}

.custom-grid-review-badge img {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.custom-grid-review-badge span {
  font-size: 11px;
  color: #111;
  font-weight: 400;
}
.product-sticky-nav {
  border-top: 1px solid rgb(195, 195, 195);
  border-bottom: 1px solid rgb(195, 195, 195);
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}


@media (max-width: 480px) {
  .mobile-header-section .header-search input {
    font-size: 13px;
  }
  .mobile-header-section .header-search {
    padding: 4px 10px;
  }
}

.sticky-header-wrapper {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between; /* spread into 3 zones */
    position: relative;
  }

  /* Force three-column layout */
  .menu--bar-lines {
    flex: 1;
    display: flex;
    justify-content: flex-start;
  }

  .header__logo {
    flex: 1;
    display: flex;
    justify-content: center; /* perfectly center logo */
    margin-bottom: 2px;
  }

  .header__actions {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
}
/* Force Poppins font for all text inside product description */
.product__description,
.product__description h1,
.product__description h2,
.product__description h3,
.product__description h4,
.product__description h5,
.product__description h6,
.product__description strong,
.product__description b {
  font-family: 'Poppins', sans-serif !important;
}



.section-{{ section.id }}-banner,
.section-{{ section.id }}-banner .banner_list_title,
.section-{{ section.id }}-banner .banner_list_description,
.section-{{ section.id }}-banner .button {
  font-family: 'Poppins', sans-serif !important;
}

/* ===== Strong override: Desktop & Tablet (>= 769px) ===== */
@media screen and (min-width: 769px) {
  /* Ensure container shows (override display:none !important) */
  .mobile-header-section,
  .mobile-header-section .mobile-search,
  .mobile-header-section .quick-links {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background:  #fff;
    alignment: center;
  }

  /* Desktop search bar layout (non-fixed) */
  .mobile-header-section .header-search {
    display: flex !important;
    position: relative !important;   /* ensure not fixed or absolute */
    width: 980px !important;
    max-width: none !important;
    height: 35px !important;
    align-items: center !important;
    padding: 6px 10px !important;
    background: #fff !important;
    border: 1px solid #006739 !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    margin: 0 0 10px 0 !important;
    margin-left:10px !important;
    margin-right:10px !important;
    background:  #fff;
  }

  /* Input styling */
  .mobile-header-section .header-search input[type="search"],
  .mobile-header-section .header-search input {
    display: block !important;
    width: 100% !important;
    border: none !important;
    outline: none !important;
    padding: 6px 40px 6px 10px !important;
    font-size: 14px !important;
    background: transparent !important;
    box-sizing: border-box !important;
    
  }

  /* Search button/icon: keep inside flow (not absolute) */
  .mobile-header-section .header-search .search-btn {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    margin-left: 8px !important;
    background: none !important;
    border: none !important;
    padding: 6px !important;
    cursor: pointer !important;
  }
  .mobile-header-section .header-search .search-btn img {
    width: 18px !important;
    height: 18px !important;
    display: block !important;
  }

  /* Quick links: show and allow wrap */
  .mobile-header-section .quick-links {
    display: flex !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: 6px !important;
    margin-left: 10px !important;
    alignment: center;
  }
  .mobile-header-section .quick-links a {
    display: inline-flex !important;
    padding: 6px 12px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    background: #fff !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #000 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    
  }
  .mobile-header-section .quick-links a.active {
    background: #006739 !important;
    color: #fff !important;
    border-color: #006739 !important;
  }
}

/* ===== Keep mobile behavior intact (<=768px) ===== */
@media screen and (max-width: 768px) {
  /* If your theme uses .mobile-search toggle, keep it visible on mobile */
  .mobile-header-section .mobile-search {
    display: block !important;
  }
  /* If required, you can preserve the original mobile fixed behavior here */
}

/* ===== Desktop: show search + quick links, hide top menu ===== */
@media screen and (min-width: 992px) {
  /* Hide the header top menu on desktop (the menu with Essential Oil, Hair Oil, etc.) */
  nav.header__menu {
    display: none !important;
  }

  /* Show the mobile header section (search + quick links) on desktop */
  .mobile-header-section {
    display: block !important;
    background: transparent;
    padding: 18px 0;
  }

  /* Center the search area and limit width */
  .mobile-header-section .mobile-search {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mobile-header-section .mobile-search form.header-search {
    width: 100%;
    max-width: 900px; /* change width as you prefer */
    display: flex;
    gap: 8px;
    align-items: center;
    background: #fff;
    border-radius: 6px;
    padding: 6px 10px;
    
  }

  .mobile-header-section .mobile-search input[type="search"] {
    flex: 1 1 auto;
    font-size: 15px;
    padding: 12px 10px;
    border: none;
    outline: none;
    min-width: 0;
  }

  .mobile-header-section .mobile-search .search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    padding: 6px;
    cursor: pointer;
  }

  /* Center quick links under the search */
  .mobile-header-section .quick-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-top: 12px;
    padding-bottom: 6px;
  }

  /* Quick link style adjustments for desktop: make them look like pills */
  .mobile-header-section .quick-links a.quick-link {
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,0.08);
    background: #fff;
    font-size: 14px;
    white-space: nowrap;
    text-decoration: none;
    color: #111;
    font-weight: 500;
    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
  }

  .mobile-header-section .quick-links a.quick-link.active {
    background: #006739; /* brand active color — adjust as needed */
    color: #fff;
    border-color: #006739;
  }

  /* Hide the header small search icon (if you want full search shown) */
  .header__actions .header__actions_btn--search {
    display: none !important;
  }


}
/* FAQ styling (put this in theme css file) */
.faq-drawers { font-family: 'Poppins', sans-serif; margin: 25px 0; }
.faq-title { font-size: 18px; font-weight: 600; margin-bottom: 14px; text-align: left; color: #222; }
.faq-drawer { background: #fff; border-radius: 10px; margin-bottom: 10px; box-shadow: 0 2px 6px rgba(0,0,0,0.05); overflow: hidden; }
.faq-header { width:100%; display:flex; justify-content:space-between; align-items:center; padding:12px 14px; background:#fff; border:1px solid #f0f0f0; border-radius:10px; cursor:pointer; font-weight:600; font-size:14px; color:#222; transition:background .2s; }
.faq-header:hover { background:#fafafa; }
.faq-header span { flex:1; text-align:left; }
.faq-arrow { width:16px; height:16px; transition: transform .3s ease; margin-left:8px; }
.faq-content { display:none; padding:12px 14px; font-size:13px; color:#555; line-height:1.5; }
.faq-drawer.open .faq-content { display:block; }
.faq-drawer.open .faq-arrow { transform: rotate(180deg); }

/* === Desktop: Centered Search Bar with Compact Grey Background === */
@media screen and (min-width: 992px) {

  /* Grey background band for search + quick links */
  .mobile-header-section {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    background: #fFF!important;
    padding: 12px 0 14px 0 !important; /* ↓ reduced top/bottom padding */
    box-sizing: border-box !important;
  }

  /* Center search bar */
  .mobile-header-section .mobile-search {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin-bottom: 8px !important; /* ↓ reduced gap between search & quicklinks */
  }

  /* Search bar styling */
  .mobile-header-section .mobile-search form.header-search {
    width: 100%;
    max-width: 900px;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #006739;
    border-radius: 8px;
    padding: 8px 12px;
    box-sizing: border-box;
  }

  .mobile-header-section .mobile-search input[type="search"] {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 15px;
    padding: 8px 8px;
  }

  .mobile-header-section .mobile-search .search-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
  }

  .mobile-header-section .mobile-search .search-btn img {
    width: 18px;
    height: 18px;
  }

  /* Quick links */
  .mobile-header-section .quick-links {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    background: transparent !important;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
  }

  /* Each quick link */
  .mobile-header-section .quick-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 14px;
    border-radius: 999px;
    border: 1px solid #ccc;
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
  }

  .mobile-header-section .quick-links a.active {
    background: #006739;
    color: #fff;
    border-color: #006739;
  }

  /* Hide scrollbars */
  .mobile-header-section .quick-links::-webkit-scrollbar {
    display: none;
  }
  .mobile-header-section .quick-links {
    scrollbar-width: none;
  }
}
/* ---------- Header layout refinement: keep wishlist visible, add space below logo ---------- */
@media screen and (min-width: 992px) {

  .header__inner {
    position: relative !important;
    justify-content: center !important;
    align-items: center !important;
    z-index: 100;
  }

  /* Left group (menu + login) */
  .col-auto.d-none.menu--bar-lines.d-md-only-block,
  .mobile__menu_bar.header__actions_btn--menu,
  .header__actions_btn--user {
    position: absolute !important;
    left: 22px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: inline-flex !important;
    gap: 12px !important;
    align-items: center !important;
    z-index: 400 !important;
  }

  .col-auto.d-none.menu--bar-lines.d-md-only-block {
    display: inline-flex !important;
    align-items: center !important;
  }

  /* Right group (wishlist + cart) */
  .header__actions {
    position: absolute !important;
    right: 22px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    gap: 18px !important;
    align-items: center !important;
    z-index: 400 !important;
    justify-content: flex-end !important;
  }

  /* Keep all icon buttons visible and evenly spaced */
  .header__actions_btn,
  .header__actions_btn--wishlist,
  .header__actions_btn--cart,
  .header__actions_btn--user,
  .header__actions_btn--menu {
    min-width: 40px !important;
    min-height: 40px !important;
    padding: 6px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Restore wishlist visibility (was hidden by .d-md-none before) */
  .header__actions_btn--wishlist {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Center logo and add spacing below it */
  .header__logo,
  .header__heading {
    position: relative !important;
    z-index: 300 !important;
    padding-left: 110px !important;
    padding-right: 110px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 6px !important; /* subtle gap below logo */
  }

  /* Keep grey background separated */
  .mobile-header-section {
    margin-top: 8px !important;
  }
} 
/* ---------- Hide login/account icon (remove it) ---------- */
/* Use a desktop-only rule if you only want to hide on desktop */
@media screen and (min-width: 992px) {
  /* main account/login anchor/button in your header */
  a.header__actions_btn.header__actions_btn--user,
  .header__actions_btn--user {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  /* reduce gap on right group so wishlist+cart don't look too far from edge */
  .header__actions {
    gap: 10px !important; /* tweak number if you want tighter/looser spacing */
  }
}

/* ---------- Strong: hide any hamburger/menu that lives inside the RIGHT header actions ---------- */
@media screen and (min-width: 992px) {
  /* hide common menu/hamburger candidates inside the right-side actions container */
  .header__actions > .mobile__menu_bar,
  .header__actions > .header__actions_btn--menu,
  .header__actions > .header__actions_btn.information--drawer__trigger,
  .header__actions > .menu-toggle,
  .header__actions > .menu--bar-lines,
  .header__actions a.mobile__menu_bar,
  .header__actions button.mobile__menu_bar {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
  }

  /* Keep the left menu wrapper visible (explicitly target the left wrapper) */
  .col-auto.menu--bar-lines.d-md-only-block,
  .col-auto.menu--bar-lines.d-md-only-block .mobile__menu_bar,
  .menu--bar-lines .mobile__menu_bar {
    display: inline-flex !important;
    visibility: visible !important;
    pointer-events: auto !important;
    opacity: 1 !important;
  
  }
  /* left hamburger keep flush to the left */
  .col-auto.d-none.menu--bar-lines.d-md-only-block,
  .menu--bar-lines .mobile__menu_bar {
    position: absolute !important;
    left: 2px !important;            /* <-- move nearer left edge */
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 600 !important;
    display: inline-flex !important;
  }
}
/* Desktop: reduce inner input height (keep bar height same) */
@media screen and (min-width: 992px) {
  /* Keep search bar same height */
  .mobile-header-section .mobile-search form.header-search {
    height: 35px !important;           /* do not force height */
    padding: 6px 12px !important;      /* keep normal spacing */
    align-items: center !important;
    box-shadow: none !important;
  }

  /* ✅ Reduce only the input height inside */
  .mobile-header-section .mobile-search input[type="search"] {
    height: 30px !important;           /* reduced inner height */
    padding: 4px 44px 4px 12px !important; /* tighter vertical padding */
    line-height: 1.2 !important;
    font-size: 14px !important;
    box-sizing: border-box !important;
    border-radius: 6px !important;
  }

  /* keep icon properly centered */
  .mobile-header-section .header-search .search-btn {
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
  }

  /* icon size */
  .mobile-header-section .header-search .search-btn img,
  .mobile-header-section .header-search .search-btn svg {
    width: 18px !important;
    height: 18px !important;
    display: block !important;
  }
 
}
