/** Shopify CDN: Minification failed

Line 2974:47 Unexpected "{"

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

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

/* base CSS */

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

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

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

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

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

/*  page width   */

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

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

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

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

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

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

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

.element-margin {
  margin-top: 5rem;
}
:root {
  --duration-short: 0.1s;
  --duration-default: 0.2s;
  --duration-long: 0.5s;
}
.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

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

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

.hidden {
  display: none !important;
}
[hidden] {
  display: none !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

/* Heading Tag Style */
h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.hxl,
.hxl2 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: var(--heading-letter-spacing, 0);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-size)));
  margin: 0 0 15px;
  text-transform: var(--header-text-case);
}

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

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

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

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

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-size) * 3rem);
  }
}
@media only screen and (min-width: 992px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-size) * 3.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.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.4rem);
}
/*  End Heading Tag Style */

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

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

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

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

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

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

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

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

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

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

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

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

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

.link--text:hover {
  color: rgba(var(--color-base-text-link-hover)) !important;
}

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

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}
.gradient--text strong {
  background: var(--accent-highlight-gradient);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.placeholder {
  background-color: rgba(var(--placeholder-background));
  color: rgba(var(--placeholder-foreground), 0.85);
  fill: rgba(var(--placeholder-foreground), 0.85);
  position: relative;
}
.placeholder-svg-new {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  fill: currentColor;
}
details > * {
  box-sizing: border-box;
}

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

.visibility-hidden {
  visibility: hidden;
}

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

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

/* Display: None css */

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

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

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

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

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

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

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

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

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

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

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

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

/* End Display: None css */

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

.right {
  text-align: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
  Focus ring - inset
*/

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

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

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

/*
  Focus ring - none
*/

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

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

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

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

/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}
.media
  > *:not(
    .zoom,
    .deferred-media__poster-button,
    .lookbook__shop--product-wrapper,
    quick-view-modal
  ),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

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

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

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

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

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

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

deferred-media {
  display: block;
}

/* End component-media */

/* Button default style */
.button,
.customer button,
.shopify-challenge__button,
body .jdgm-write-rev-link.jdgm-write-rev-link {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-size: calc(var(--button-font-size) * 1.7rem);
  padding: 1rem 1.5rem;
  text-decoration: none;
  border: var(--button-border-width) solid transparent;
  background-color: #000;
  color: #fff;
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 10px;
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-case);
  transition: 0.3s;
  position: relative;
}
.button:focus-visible {
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}
.button--primary:hover {
  background-color: #000;
  color: #fff;
}
.button--secondary,
.button--tertiary,
body .jdgm-write-rev-link.jdgm-write-rev-link {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
  background-color: #00000000;
  color: #000000;
}

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

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

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

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: 9rem;
  min-height: 3.5rem;
}
.button--large {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.button--medium {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}
.button--small {
  padding: 1rem 2rem;
}
.button--extra-small {
  font-size: 1.5rem;
  padding: 0.8rem 2rem;
}
.button--with-icon {
  align-items: center;
}
.button--icon {
  line-height: 0;
}
.button--icon-right {
  margin-left: 0.5rem;
}
.button--icon > svg {
  width: 2.2rem;
  display: inline-block;
}
.button--icon-left {
  margin-right: 0.5rem;
}
.double--buttons-wrapper {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
body .jdgm-write-rev-link.jdgm-write-rev-link {
  padding: 1.8rem;
}
/* Button - other */

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

.button--full-width {
  display: flex;
  width: 100%;
}
.full--width {
  width: 100%;
}
.button.loading,
button.loading {
  color: transparent !important;
}

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

/* Button default style End */

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

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

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

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

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

/* Select */

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

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

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

.customer .field {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  padding: 1.2rem;
  min-height: 10rem;
  resize: none;
  border: 0.1rem solid rgba(var(--color-foreground), 0.15);
}

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

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

/* Form global */

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

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

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

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

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

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

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

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

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

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

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

/* component-quantity */

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

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

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

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

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

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

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

.modal__toggle-close {
  display: none;
}

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

.modal__toggle-open {
  display: flex;
}

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

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

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

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

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

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

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

/* Announcement bar end */

details-disclosure > details {
  position: relative;
}

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

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

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

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

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}
.badge {
  border: 1px solid transparent;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  padding: 4px 8px;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-foreground));
  word-break: break-word;
  border-radius: 0.3rem;
}
@media only screen and (max-width: 575px) {
  .badge {
    padding: 3px 5px;
  }
}
.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}
/*  container width || pag width  */

/* HT own code start */
.container,
.container-fluid {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.container {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.container-fluid {
  --offset-fluid: 1.5rem;
  padding-right: var(--offset-fluid);
  padding-left: var(--offset-fluid);
}

@media only screen and (min-width: 992px) {
  .container-fluid {
    --offset-fluid: 3rem;
  }
}

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

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

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

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

@media (min-width: 1200px) {
  .container {
    max-width: var(--container-lg-width);
  }
}
.row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
/* HT own code end */

/* HT - Grid Column CSS Start */

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1500px) {
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

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

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

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

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

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

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

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

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

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

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
.d-flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-start {
  align-items: flex-start;
}
.align-self-center {
  align-self: center;
}

.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-start {
  justify-content: flex-start;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-direction-column {
  flex-direction: column;
}
.inline-y-center {
  display: flex;
  align-items: center;
}
.inline-x-center {
  display: flex;
  justify-content: center;
}
.inline-xy-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* TH Grid Column CSS End  */

/* Wishlist Button Css */
.wishlist__button {
  cursor: pointer;
}
.wishlist__button.loading.adding .remove__wishlist,
.wishlist__button.wishlist__button.loading.adding .add__wishlist,
.wishlist__button.active .add__wishlist,
.loading__wishlist,
.remove__wishlist {
  display: none;
}
.wishlist__button.active .remove__wishlist,
.wishlist__button.loading .loading__wishlist {
  display: inline-block;
}
.wishlist__button.loading.adding {
  pointer-events: none;
}
.wishlist__button svg {
  width: 2rem;
  height: auto;
  display: inline-block;
}
.remove__wishlist svg {
  width: 2rem;
}
/* Added overlay Css */
.added__overlay,
.added__overlay_search,
.added__overlay_filter {
  overflow: hidden;
}
.added__overlay::before,
.added__overlay_search::before,
.added__overlay_filter::before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0.5;
  cursor: crosshair;
  z-index: 99;
}

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

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

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

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

/*  Spacing Helper css */
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.pt-25 {
  padding-top: 25px !important;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-40 {
  margin-top: 40px;
}
.mr-20 {
  margin-right: 20px;
}
.mb-80 {
  margin-bottom: 80px;
}
.p-0 {
  padding: 0;
}
.pt--0 {
  padding-top: 0;
}
.pb--0 {
  padding-bottom: 0;
}
.pb-80 {
  padding-bottom: 80px;
}
.mt-15 {
  margin-top: 15px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-50 {
  margin-bottom: 50px;
}
.mt-30-minus {
  margin-top: -30px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-20 {
  margin-top: 20px;
}
.max-w-500 {
  max-width: 50rem;
}
.h-100 {
  height: 100%;
}
.y_scroll {
  overflow-y: scroll;
}
.product-form__error-message-wrapper svg,
.drawer_cart-item__error svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.7rem;
}
.product-form__error-message-wrapper,
.drawer_cart-item__error {
  background: #f8d7da;
  color: #721c24;
  padding: 5px 10px;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.drawer_cart-item__error {
  flex: 0 0 100%;
  margin-top: 20px;
}
.mt-10 {
  margin-top: 10px;
}
.placeholder-svg-2 {
  position: absolute;
  left: 50%;
  max-width: 80rem;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  fill: currentColor;
}
.placeholder_svg_parent {
  background-color: rgba(var(--placeholder-background));
  color: rgba(var(--placeholder-foreground));
  position: relative;
}

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

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

  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper__nav--btn.swiper-button-next {
  right: 0;
}
.swiper:hover .swiper__nav--btn.swiper-button-disabled {
  opacity: 0.5;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: initial;
}
@media only screen and (max-width: 749px) {
  .mobile--text-align-center {
    text-align: center !important;
  }
  .shopify-policy__container {
    margin: 6.5rem auto;
  }
}
@media only screen and (min-width: 750px) {
  .shopify-policy__container {
    margin: 9rem auto;
  }
}
.link.button--not-underline {
  text-decoration: none;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
h2.section-heading__title {
    text-align: left;
    margin-bottom: 30px;
    margin-left: 0;
    font-size: 26px;
}
.header__sticky {
    box-shadow: 0 4px 4px rgba(0,0,0,.1) !important;
}
.instagram__section,
.testimonial__section {
    background: #eee;
    padding-top: 50px;
    padding-bottom: 50px;
}
.category-slider .swiper-slide img {
    border: 0 !important;
}
.product__card.product--corner-radius-true {
    border: 0 !important;
    padding: 0 !important;
}
.testimonial__items.image__card--position-top {
    padding-top: 10px;
    background: #fff;
}
.testimonial__items--desc p {
    font-size: 16px;
}
.product__card--cart-btn.cart-button--full-width {
    background: #000 !important;
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
    border: none!important;
}
footer.footer.gradient.color-inverse {
    background: #000;
}
.footer__widget_inner .newsletter-form__field-wrapper input[type=email] {
    background: #000;
    border: 1px solid #fff;
}
.offer-container {
    font-family: inherit !important;
    box-shadow: none !important;
    border: 1px solid rgba(178, 179, 179, 0.886) !important;
    margin: 0 !important;
}
li.offer-item {
    background: #f9f9f9;
    border: 0!important;
    font-size: 14px!important;
    color: #000!important;
    margin: 15px 0px;
    padding: 10px;
    border-radius: 8px;
}
span.offer-code {
    color: green !important;
}
.offer-container:hover {
    transform: inherit !important;
}

.pb-2491:after, .pb-2491:before{
  display:none !important;
}
.pb-2491 {
    border-radius: 10px !important;
}
.shopify-payment-button__button--unbranded, .button__notify--product {
    box-shadow: none !important;
    text-transform: uppercase !important;
}
button#cart-button {
    text-transform: uppercase!important;
    background: #000 !important;
    border: 0!important;
    color: #fff !important;
    font-weight: 500!important;
    box-shadow: 0 2px 3px #aba89b66!important;
}
.pb-484a {
    display: none !important;
}

.whatsapp-help-box, a.whatsapp-button {
    border: 1.5px solid #ddd!important;
    background: #f9f9f9;
}
.whatsapp-help-box {
    background-color: #f9f9f9 !important;
    font-family: 'Heading-Font' !important;
}
a.whatsapp-button {
    background: #000;
    color: #ffff;
}
.tracking-container {
    background: #F7F7F7;
    border-radius: 16px;
}
.tracking-step p:nth-child(2) {
    order: 3;
    margin: 0;
    font-size: 12px;
}
.tracking-step p:nth-child(3) {
    order: 2;
    font-weight: 700;
    color: #000;
}
.tracking-icon {
    order: 1;
    margin: 0;
}
.social__share_box.d-flex {
    justify-content: center;
}

.product__accordion.accordion summary {
    padding-left: 20px;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    background: #f9f9f9;
    color: #000;
    border-radius: 12px;
}
.product__accordion.accordion {
    margin-top: 15px!important;
    border: 0 !important;
}
.product__accordion.accordion summary h2.h5.accordion__title {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}

.accordion__content.rte {
    padding: 20px;
    background: #f9f9f9;
}
.section-heading.text-center.mb-50 {
    text-align: left !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 50px !important;
}
span.sale__text {
    display: none;
}
.product__card__badges {
    position: absolute;
    top: 5px !important;
    left: 10px !important;
    z-index: 8;
    pointer-events: none;
}
.product__card__badges span.badge.badge--bottom-left.color-inverse {
    font-size: 12px !important;
}
h3.offer-title {
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.offer-container {
    border: none !important;
}
span.badge.price__badge-sale.color-inverse {
    display: none !important;
}
.info-banner {
    background-color: #f9f9f9!important;
}
.product__accordion.accordion h2.h4.accordion__title {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}
.product__accordion.accordion svg.icon.icon-accordion {
    display: none;
}
.thumbnail-slider .slider-button {
    background: #000 !important;
    color: #fff !important;
}
/* .jdgm-widget.jdgm-preview-badge+.shopify-app-block {
    position: absolute;
    top: 5px;
    margin: 0;
    left: 10rem;
} */
span.salebadge {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
    font-size: 13px;
    color: #000;
}
.te-it2z643nu0mn0gnxdfd951l4 {
    display: grid;
    flex-direction: column;
    grid-template-columns: repeat(2,minmax(0,1fr));
    row-gap: 15px;
    column-gap: 15px;
}
.te-q4v8mq1nqghx0ijbgi82ggqy {
    align-items: center;
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
    flex-direction: row;
    column-gap: 10px;
}
.te-ks0349nqjj7ru9l79otbx6eb {
    width: 44px;
    height: 44px;
}
.te-z2v80xmtdrwjesm8niwbr46u {
    color: #000;
    font-size: 12px;
}
.te-vd1w5iex24d29m49eznt6p3d {
    align-items: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    background-color: #f4f8f5;
    border-start-start-radius: 12px;
    border-start-end-radius: 12px;
    border-end-start-radius: 12px;
    border-end-end-radius: 12px;
    padding: 10px;
}
.te-ij7ilmtgvl1a57sxwi7u7wld {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    color: green;
    font-size: 12px;
}
.te-ij7ilmtgvl1a57sxwi7u7wld img {
    max-width: 20px;
}
p.te-ir9egrm8gh351rupfrhihvb3 {
    font-size: 12px;
    color: #000;
    font-weight: 700;
    margin: 0;
}
.te-sf5kp71dl7mld93p84x7sb6q {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 5px;
}
.pricepart .no-js-hidden {
    display: flex;
    align-items: center;
}
.pricepart {
    font-size: 12px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
}
.price__sale {
    flex-direction: row-reverse !important;
}
.price-item--sale {
    margin: 0;
}
.pb-484a {
    display: none !important;
}
.offerprice {
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 12px;
    width: 100%;
}
a.te-tx5bil8mq7vvutzqqnpniexv.ts-close {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    color: #000;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 10px;
    font-size: 14px;
}
img.te-jf24zny5vmvtfssah5686a3p.ts-close {
    max-width: 25px;
}
p.bulk-order-form__text.te-mygyr58vnuu8zjf1or0ylx2k.ts-close {
    margin: 0;
}
p.bulk-order-form__text.te-bmltcitijrib79x0z97oifjm.ts-close {
    color: cornflowerblue;
    text-decoration: underline;
}
.myofferslider {
    display: flex;
    overflow-x: scroll;
    gap: 15px;
}
.slideritem img {
    width: 100%;
}
.slideritem {
    flex: 0 0 20vw;
}
.myofferslider::-webkit-scrollbar {
  display: none;
}.share-button img {
    width: 22px;
    height: 22px;
}
button.share-button__button {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 100%;
    cursor: pointer;
}
.titleshare {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
share-button.share-button {
    padding: 0 !important;
    margin-top: 5px;
}
.product-form__input.radio--swatch label.block-swatch__item {
    border-radius: 6px;
    color: #000 !important;
    background-color: #fff !important;
    padding: 2px;
    text-align: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    min-width: 56px;
    margin: 4px;
    transition: background .2s;
    display: flex;
    flex-direction: column;
    position: relative;
    height: calc(100% - 8px);
    width: 140px;
}
img.variant-swatch__image {
    max-width: 100%;
    border-radius: 10px;
}

span.block-swatch__item-value.text--xxsmall {
    font-size: 14px;
}
span.block-swatch__item-regular-price.block-swatch__item-price.price.text--xlarge {
    font-size: 14px;
    font-weight: 800;
    justify-content: center;
}
span.block-swatch__item-compare-price.block-swatch__item-price.price.price--compare.text--xsmall {
    text-decoration: line-through;
    color: rgba(var(--color-foreground), .75);
    font-size: 12px;
    justify-content: center;
}
.product-form__input.radio--swatch label.block-swatch__item {
    border-radius: 10px;
}
.product-form__input .form__label {
    color: #000;
}
.product-form__input input[type=radio]:checked+label:not(.variant--swatch-custom) {
    padding: 0px;
    border: 2px solid #000;
    overflow: hidden;
    border-radius: 10px;
}
.info-banner {
    display: none !important;
}
.block-swatch__item-img {
    display: flex;
}
#scroll__top:hover {
    background: #000 !important;
}
.cardupsell {
    display: flex;
    gap: 15px;
    overflow-x: scroll;
}
.mainupsell span.action__btn--svg {
    display: none;
}
.mainupsell .product__card--cart-btn.product--cart-bottom.cart-button--full-width {
    font-size: 10px !important;
    padding: 10px !important;
    line-height: 1 !important;
}
.mainupsell .product__card__title a {
    -webkit-line-clamp: 2;
    font-size: 12px;
}
.mainupsell s.price-item.price-item--regular {
    font-size: 10px;
}
.mainupsell span.price-item.price-item--sale {
    font-size: 14px;
}
.cart-upsell-item {
    flex: 0 0 23vw;
}
.product__card__content {
    padding-top: 5px !important;
}
.cart-upsell-item h3.product__card__title.h6 {
    margin-bottom: 0 !important;
}
.cart-upsell-item .product__cart--wrapper.d-md-block.product__card--style3 {
    margin-top: 0 !important;
}
.mainupsell h3 {
    font-size: 16px;
}
.mainupsell {
    padding-top: 30px;
}
span.vartag {
    background: green;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    line-height: 1;
}
fieldset.product-form__input .form__label {
    padding-bottom: 20px;
}
span.vartag.Bestseller {
    background: #ffc81e;
    color: #000;
}
span.block-swatch__item-save.text--small {
    color: green;
    font-weight: 400;
    font-size: 12px;
    display: block;
}
span.price-item.price-item--sale {
    margin: 0 !important;
}

.product-form__quantity .quantity {
    height: 52px!important;
    border: 1px solid #000!important;
}
a.header__menu_item:after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background-color: #000;
    left: 0;
    bottom: 20px;
    transition: width .25s ease-in-out;
}
a.header__menu_item:hover::after {
    right: 0;
    width: 100%;
}
sticky-variant-select.product__sticky_variant {
    display: none;
}
.product__sticky.sticky {
    justify-content: space-between;
}
.product__sticky_add__form.d-flex.align-items-center .d-sm-none {
    display: none;
}
@media screen and (min-width: 800px){
 .template_product .multicolumn-card-spacing,
 .template_product .multicolumn-list__item {
    margin: 0 !important;
}
.template_product .multicolumn-card__info {
    display: none;
}
.product-recommendations {
    padding-top: 50px;
}
}
@media screen and (max-width: 800px){
.slider-title {
    margin-left: 0 !important;
}
  .sticky__form_button button.button,
  .product__sticky_add__form.d-flex.align-items-center,
  product-form.product-form {
    width: 100%;
}
  .testimonial__items--content {
    margin-top: 15px;
}
  .product:not(.product--mobile-columns) .product__media-list.grid--peek .product__media-item {
    padding: 15px !important;
}
.product__card__badges {
    left: 5px!important;
}
.product--card-single-action-button {
    width: 2.2rem !important;
    height: 2.2rem !important;
}
.product--card-action-buttons.buttons--position-top_right.action--buttons-round {
    top: 5px !important;
    right: 5px !important;
}
.tracking-step {
    flex: 1;
    min-width: 50px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}
span.block-swatch__item-value.text--xxsmall {
    display: none;
}
.tracking-line {
    min-width: 20px !important;
    max-width: 20px !important;
}
.slideritem {
    flex: 0 0 65vw;
}

.price--on-sale .price-item--regular {
    font-size: 18px !important;
}
.offerprice .price-item--sale {
    font-size: 18px !important;
}
.pricepart {
    flex-wrap: wrap;
}
h1.product__title {
    font-size: 20px !important;
    margin-bottom: 0;
}
.product__info-container {
    position: relative;
}
/* .jdgm-widget.jdgm-preview-badge+.shopify-app-block {
    position: absolute;
    top: 35px;
    margin: 0;
    left: 10rem;
} */
.cart-upsell-item {
    flex: 0 0 78vw;
}
.cart-upsell-item .product__card__title a {
    font-size: 14px;
}
.cart-upsell-item span.price-item.price-item--sale {
    font-size: 14px !important;
}
.product-form__input.radio--swatch label.block-swatch__item {
    width: 100px;
}


}
compare-item {
    display: none !important;
}
.product__card__content .product__card__price.justify-content-center {
    gap: 10px;
}
.product__card .rating-star {
    letter-spacing: 0 !important;
}
.component--slider--nav:hover {
    border-color: #000 !important;
    background: #000 !important;
}
span.product__media-icon.motion-reduce.quick-add-hidden {
    display: none !important;
}
.wbtxReviews-components-Header__Item.wbtxReviews-components-Header--Item--third.wbtxReviewCard__location {
    display: none !important;
}
p.wbtxReviews-Text.wbtxReviews-Text--variationStrong.wbtxReviews-Text--sizeLarge {
    color: green !important;
}
.slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 45px;
    border-radius: 10px;
}
.slider__pagination .swiper-pagination-bullet, {
    background: #808080 !important;
}
.slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 45px;
    border-radius: 10px;
    background: #000 !important;
}
.swiper-pagination.component-slider--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 45px !important;
    border-radius: 10px !important;
    background: #000 !important;
}


h3.totals__subtotal {
    font-size: 18px;
}
p#cart-notification-subtotal {
    font-weight: 800;
    margin-top: -10px;
    font-size: 20px;
    color: #000;
}
.d-flex.justify-content-between.cart_notification--footer {
    flex: 1;
}
.cart_notification_links_inner {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.cart-offers_button {
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 1px solid #D8D8D8;
    font-weight: 500;
    border-radius: 12px;
    cursor: pointer;
    background-color: #f4f8f5;
    margin: 0 auto;
}
div#gift-wrapping {
    border: none !important;
}
.cart-offers_button svg {
  display: block;
  color: #379867;
}
.cart-offer_button-text {
  flex: 1;
  padding-left: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-payment-summary_shipping .cart-payment-summary_item-price {
  color: #379867;
  font-weight: 500;
}
.cart-coupon_offer_item {
    background-color: #f4f8f5;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 12px;
    border-bottom: 10px;
}
.cart-coupon_offer_item-icon {
  color: #379867;
}
.cart-coupon_offer_item-content {
  flex: 1;
}
.cart-coupon_offer_item-content-text {
  font-weight: 700;
}
.cart-coupon_offer_item-coupon_button {
  color: #FFF;
  background-color: #379867;
  padding: 2px 16px;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cart-coupon_offer_item-coupon_button[loading]:before {
  content: "";
  display: block;
  background-image: url(https://cdn.shopify.com/s/files/1/0011/8793/8348/files/loading.svg?v=1737095084);
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #379867;
}
.cart-coupon_offer-input {
  position: relative;
}
.cart-coupon_offer-input_field {
  width: 100%;
  border: 1px solid #D8D8D8;
  border-radius: var(--block-border-radius-reduced);
  padding: 10px 100px 10px 10px;
}
.cart-coupon_offer-input_submit {
  color: #fff;
  background-color: #379867;
  padding: 2px 16px;
  border-radius: 8px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 9px;
  overflow: hidden;
}
.cart-coupon_offer-input_submit[loading]:before {
  content: "";
  display: block;
  background-image: url(https://cdn.shopify.com/s/files/1/0011/8793/8348/files/loading.svg?v=1737095084);
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #379867;
}
.header_applied_couponWrapper{
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.applied_couponWrapper{
  margin-top:8px;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.applied_code_msg,
.header-applied_code_msg{
  flex: 1;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}
.applied_coupon-item{
  color: #fff;
  background-color: #379867;
  padding: 4px 28px 3px 10px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.header_applied_coupon-item{
  color: #fff;
  background-color: #379867;
  padding: 4px 8px 3px 8px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.cart-offer_button-text_content {
  flex: 1;
}
.remove_selected_coupon {
  position: absolute;
  right: 3px;
  top: 50%;
  padding: 4px 7px 5px;
  line-height: 1;
  transform: translateY(-50%);
  text-transform: uppercase;
  border-radius: 8px;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
}
.header_applied-remove_selected_coupon {
  font-weight: 600;
  color: red;
  border-radius: 8px;
  text-transform: uppercase;
}
.change-applied_coupon {
  background: rgb(var(--primary-button-background));
  color: rgb(var(--primary-button-text-color));
  padding: 3px 10px;
  border-radius: 8px;
  text-transform: uppercase;
}
.applied_code_error{
  color:red;
  margin-top:4px;
}

.cart-offers_button button, .cart-offers_button [type=submit] {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    touch-action: manipulation;
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    overflow: visible;
}
.drawer.drawer--large {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 99;
    width: 100%;
    padding: 20px;
    transform: translateX(100%);
    transition: .45s;
}
.drawer.drawer--large.active {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 99;
    width: 100%;
    padding: 20px;
    transform: translateX(0);
    transition: .45s;
}
header.drawer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-coupon_offer_item-coupon_button {
    display: none;
}
.cart-offer_button-text {
    background: #000;
    color: #fff;
    flex: none;
    padding: 10px;
    border-radius: 10px;
}
.cart-offer_button-text svg.cart-offer_header-arrow {

    margin-left: 10px;
}
.cart-offer_button-text svg.cart-offer_header-arrow path {
    stroke: #fff;
}
.product__card__thumbnail.card--client-height.second--image__hide,
.cart-notification-product__image {
    border-radius: 10px;
}
.cart-upsell-item .product__card__content .product__card__price.justify-content-center {
    flex-direction: column;
    gap: 0;
}
.button--primary:before,
.button:before,
.shopify-payment-button__button:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,#fff0,#ffffff80,#fff0);
    transform: skew(-20deg);
    animation: shine 2s infinite linear;
}
a.skip-to-content-link.button.visually-hidden {
    display: none !important;
}
.category-slider .swiper-slide img {
    border-radius: 16px !important;
}
@keyframes shine {
  0% {
    left: -50%;
  }
  100% {
    left: 125%;
  }
}
.button--primary,
.button,
.shopify-payment-button__button {
    overflow: hidden;
    position: relative !important;
}
.product-meta-usp_text-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.product-item-usp_text-list-item, .product-meta-usp_text-list-item {
    background: #2a8b60;
    color: #fff;
    align-items: center;
    padding: 5px 12px;
    border-radius: 5px;
    display: inline-flex;
    vertical-align: middle;
    gap: 3px;
    font-size: 12px;
    fill: currentColor;
}
@media screen and (max-width: 740px) {
    .product-item-usp_text-list-item, .product-meta-usp_text-list-item {
        padding: 2px 6px;
        font-size: 10px;
    }
}
@media screen and (max-width: 740px) {
    .product-item-usp_text-list-item svg, .product-meta-usp_text-list-item svg {
        width: 8px;
        height: 9px;
    }
}
.loginbanner {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    background: #f1f1f1;
    padding-right: 30px;
}
.loginbanner  img {
    width: 100%;
    display: block;
}
.customer.login {
    flex: 1;
    margin: 0 !IMPORTANT;
}
.lbanner {
    flex: 1;
}
.wbtxReviews-Card__Section+.wbtxReviews-Card__Section--noTopPadding {
    display: none !important;
}
.loginbanner img {
    border-radius: 10px;
}
input::placeholder {
    color: #000;
}
.jdgm-widget.jdgm-preview-badge+.shopify-app-block {
    position: absolute;
    margin: 0;
    left: 10rem;
    top: 3px;
}
@media screen and (max-width: 740px) {
  .loginbanner {
    padding-right: 0px;
}
  .multicolumn-list__item {
    margin-bottom: 15px !important;
}
  .thumbnail-slider.slider-mobile-gutter {
    display: none !important;
}
  .multicolumn-card__info {
    display: none !important;
}
.multicolumn-card-spacing {
    margin: 0 !important;
    padding: 0 !important;
}
  form#customer_login {
    margin-top: 10px !important;
}
h1#login {
    margin: 0 !IMPORTANT;
}
.input__field_form label {
    display: none!important;
}
.customer button {
    min-width: 100%!important;
}
  .loginbanner {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.faq__list--item--heading {
    font-size: 16px;
}
.faq__list--item--content {
    font-size: 14px;
}
  .loginbanner {
    flex-direction: column;
}
  .shipping-notes-wrapper{
    padding: calc(var(--container-gutter) / 2) calc(var(--container-gutter) / 2) calc(var(--container-gutter));
  }
  .shipiing-progress-track .checkpoint-price {
    font-size: calc(var(--base-font-size) - 7px);
  }
  .header_applied-remove_selected_coupon {
    border: 1px solid red;
    color: red;
    width: 18px;
    height: 18px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 900;
  }
  .cart-payment_offers{
    padding: 5px;
  }
  .payment_offer_text {
    font-size: calc(var(--base-font-size) - 4px);
  }
  .offersection .te-vd1w5iex24d29m49eznt6p3d {
    padding: 0;
    padding-right: 10px;
}
.offersection p.te-ir9egrm8gh351rupfrhihvb3 {
    font-size: 10px;
    color: #000;
    font-weight: 700;
    margin: 0;
}
.product__info-container {
    padding-top: 0 !important;
}
.jdgm-widget.jdgm-preview-badge+.shopify-app-block {
    position: absolute;
    margin: 0;
    left: 10rem;
    top: 3px;
}
sticky-variant-select.product__sticky_variant {
    display: none;
}
.product__sticky_add__form.d-flex.align-items-center quantity-input.quantity.mr-20 {
    display: none;
}

}
.wbtxReviews-Tip {
    position: relative;
}
.wbtxReviews-Stack.wbtxReviews-Stack--spacingTight.wbtxReviewCard__verification .wbtxReviews-Stack__Item:last-child .wbtxReviews-Tip:before {
    content: '';
    background: url(/cdn/shop/files/verified.png?v=1758358536);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background-size: cover;
    background-repeat: no-repeat;
}
.quinn-branding {
    display: block !IMPORTANT;
    opacity: 0 !important;
    visibility: hidden !IMPORTANT;
}
.wbtxReviews-Stack.wbtxReviews-Stack--spacingTight.wbtxReviewCard__verification .wbtxReviews-Stack__Item:last-child .wbtxReviews-Tip span.wbtxReviews-Icon.wbtxReviews-Icon--colorDefault {
    opacity: 0;
}

.pricecta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
}
.cart-upsell-item .pricecta {
    grid-template-columns: 1.5fr 1fr;
}
.product__card--cart-btn.cart-button--full-width {
    font-size: 14px;
    padding: 10px 10px !important;
    width: 100% !important;
    border-radius: 100px !important;
}
.product__card__price.justify-content-center {
    flex-direction: column;
    gap: 0 !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
}
span.saveamout {
    background: green;
    color: #fff;
    padding: 5px;
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    border-radius: 5px;
    margin-left: 10px;
}
section#shopify-section-template--25287493812588__1748411371a233577b {
    padding-top: 0 !important;
}
section#shopify-section-template--25287493812588__custom_liquid_D73N8R {
    padding-bottom: 0 !important;
}
.footer__widget_inner .newsletter-form__field-wrapper input[type=email] {
    background: #fff!important;
    color: #000!important;
}
span.newsletter__mail--icon {
    color: #000!important;
}
.newsletter__subscribe--button {
    color: #000 !important;
}
.image__hero--media.media.image--hero__media--adapt.image--hero-media--adapt-in-mobile {
    border-radius: 10px;
}
.empty__cart__item img {
    display: block;
    width: 100%;
    max-width: 165px;
    margin: 0 auto;
}
span.product__card__badges {
    display: none;
}
.product-card--rating {
    display: none;
}
.keypount ul {
    margin: 0;
    text-align: left;
    padding-left: 15px;
    line-height: 1.6;
    padding-bottom: 10px;
    font-size: 12px;
}
 .onlymobile {
  display:none;
 }
.keypount ul li::marker {
    content: ' ✔ ';
    color: green;
}
.product-block h3 {
    font-size: 20px;
    margin: 0;
}
.offer-description {
    margin: 0;
}
.keypount ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.product__card--cart-btn.cart-button--full-width {
    border-radius: 10px !important;
}
ul.header__mega_menu--inner {
    display: none !important;
}
.mega__menu--collection-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
    gap: 2rem;
}
h3.product__categories--content__maintitle {
    font-size: 14px;
    text-align: center;
}
.empty__cart__item img {
    margin-bottom: 50px;
}
span.priority.label.z-7.label--highlight.custom-label.bg-orange.Bestseller {
    position: absolute !important;
    top: 0 !important;
    z-index: 2 !important;
    height: auto !important;
    background: #000;
    width: fit-content !important;
    font-size: 10px !important;
    color: #fff !important;
    padding: 5px;
    line-height: 1 !important;
    border-radius: 5px !important;
}
.product__card.product__card--style_3 {
    background-color: #f9f9f9 !important;
    border: 1px solid #e2e2e2 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05) !important;
}
.product__card__content.text-center {
    padding: 10px !important;
}
.quick__view--content-inner .product__title {
    font-size: 20px !important;
}
.quick__view__content .product__description.rte {
    display: none !important;
}
.quick__view__content .price__box_wrapper.d-flex {
    margin-bottom: 5px !important;
}
div#quickViewWrapper:not(.quick__shop--drawer) > div {
    max-width: 1150px;
    margin: 0px auto !important;
}
.product-form__input.radio--swatch label.block-swatch__item {
    overflow: visible !important;
}
.checkout_images img {
    max-width: 40px !important;
    margin: 0 !important;
}
.checkout_images {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.cart-upsell-item .product__card.product__card--style_3 {
    display: grid !important;
    grid-template-columns: 1fr 2fr !important;
}
.cart-upsell-item .keypount {
    display: none;
}
/* .cart-upsell-item .pricecta {
    display: block;
} */
.cart-upsell-item .product__card.product__card--style_3 .product__card__thumbnail a {
    height: 100%;
}
.cart-upsell-item .product__card.product__card--style_3 .product__card__thumbnail .media.media--transparent.media--adapt.media--hover-effect {
    height: 100%;
}
.cart-upsell-item .product__card__content.text-center {
    text-align: left;
}
@media only screen and (min-width: 992px) {
    div#quickViewWrapper:not(.quick__shop--drawer) > div {
        max-height: calc(100% - 0rem) !important;
    }
}
@media screen and (max-width: 800px){
  .onlymobile {
    position: absolute;
    top: 20px;
    left: 50%;
    display:block;
    transform: translateX(-50%);
}
  section#shopify-section-template--25287493812588__featured_collection_BVEzHP {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.pricecta span.price-item.price-item--sale {
    font-size: 16px !important;
}
.pricecta s.price-item.price-item--regular {
    font-size: 12px !important;
}
span.saveamout {
    background: green;
    color: #fff;
    padding: 5px;
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    border-radius: 5px;
    margin-left: 5px;
}
.price-item--sale {
    font-size: 16px !IMPORTANT;
}
.price-item--regular {
    font-size: 14px!IMPORTANT;
}
.product__card--cart-btn.cart-button--full-width {
    font-size: 12px !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    min-height: 30px !important;
}
.product__card__price.justify-content-center {
    line-height: 1.3;
}
.pricecta {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 0px;
    align-items: center;
}

.feedback-simple {
    padding: 0 15px !important;
}
.overlay_mobile_logo.svelte-mexsbw {
    display: none !important;
    height: 0 !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
section#shopify-section-template--25287493812588__featured_collection_WBLdLx {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.footer__bottom .col-12.col-md-auto.mb--20 {
    margin: 0 !important;
    padding-bottom: 10px !important;
}
.footer__bottom {
    padding-top: 15px !important;
    padding-bottom: 0px !important;
}
.template_collection .pricecta {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px;
}
.template_collection .product__card__content .product__card__price.justify-content-center {
    width: 100%;
}
.template_collection .product__cart--wrapper.d-md-block.product__card--style3,
.template_collection .product__card--cart-btn.button.cart-button--full-width {
    width: 100% !important;
} 
.template_collection .keypount ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}
.footer__content--inner .row .col.mb-30:first-child h2.footer__widget_title.h5 {
    display: none;
}
.footer__content--inner .row .col.mb-30:first-child .footer__widget_inner {
    display: block !important;
}
.template_collection .collection__product .product__card {
    display: flex;
}
.template_collection .collection__product {
    display: block!important;
}
.template_collection .collection__product .col.mb-20 {
    width: 100% !important;
}
.template_collection .collection__product .product__card {
    display: grid!important;
    grid-template-columns: 1fr 1fr;
}
.footer__content--inner .row .col.mb-30:first-child .footer__widget_inner {
    padding-bottom: 30px;
}
.template_collection .collection .row {
    display: block !important;
}
.template_collection .collection .row .col {
    width: 100% !important;
}
.template_collection .collection .row .col .product__card {
    display: grid!important;
    grid-template-columns: 1fr 1fr;
}
.template_collection .keypount {
    display: none !important;
}
}
span.jdgm-prev-badge__stars span.jdgm-star {
    display: none !important;
}
span.jdgm-prev-badge__stars span.jdgm-star:first-child {
    display: inline-block !important;
    line-height: 1 !IMPORTANT;
}
.jdgm-prev-badge {
    text-align: left !important;
}
.tagandreviews {
    display: flex;
    align-items: center;
    gap: 10px;
}