/** Shopify CDN: Minification failed

Line 3655:2 Unexpected "{"
Line 3664:2 Unexpected "{"
Line 4791:0 Expected "}" to go with "{"

**/

/* Color custom properties */
:root,
.color-background-1 {
  --color-foreground: var(--color-base-accent-1);
  --color-background: var(--color-base-background-1);
  --gradient-background: var(--gradient-base-background-1);
}

.color-background-2 {
  --color-foreground: var(--color-base-accent-2);
  --color-background: var(--color-base-background-2);
  --gradient-background: var(--gradient-base-background-2);
}

.color-inverse {
  --color-foreground: var(--color-base-background-2);
  --color-background: var(--color-base-background-1);
  --gradient-background: var(--gradient-base-background-1);
}

.color-accent-1 {
  --color-foreground: var(--color-base-background-2);
  --color-background: var(--color-base-accent-2);
  --gradient-background: var(--gradient-base-accent-2);
}

.color-accent-2 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-accent-2);
  --gradient-background: var(--gradient-base-accent-2);
}

.color-foreground-outline-button {
  --color-foreground: var(--color-base-outline-button-labels);
}

.color-foreground-accent-1 {
  --color-foreground: var(--color-base-accent-1);
}

.color-foreground-accent-2 {
  --color-foreground: var(--color-base-accent-2);
}

:root,
.color-background-1 {
  --color-link: var(--color-base-outline-button-labels);
  --alpha-link: 0.85;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-link: var(--color-foreground);
  --alpha-link: 0.7;
}

:root,
.color-background-1 {
  --color-link: var(--color-base-outline-button-labels);
  --alpha-link: 0.85;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-link: var(--color-foreground);
  --alpha-link: 0.7;
}

:root,
.color-background-1 {
  --color-button: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --alpha-button-background: 1;
  --alpha-button-border: 1;
}

.button--secondary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --color-button: var(--color-background);
  --alpha-button-background: 1;
}

.color-background-2 .button--secondary,
.color-accent-1 .button--secondary,
.color-accent-2 .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}

.color-inverse .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}

.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;
}

.color-background-2 .button--tertiary,
.color-inverse .button--tertiary,
.color-accent-1 .button--tertiary,
.color-accent-2 .button--tertiary {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-foreground);
}

:root,
.color-background-1 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-foreground);
  --alpha-badge-border: 0.1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-background);
  --alpha-badge-border: 1;
}

:root,
.color-background-1,
.color-background-2 {
  --color-card-hover: var(--color-base-text);
}

.color-inverse {
  --color-card-hover: var(--color-base-background-1);
}

.color-accent-1,
.color-accent-2 {
  --color-card-hover: var(--color-base-solid-button-labels);
}

:root,
.color-icon-text {
  --color-icon: rgb(var(--color-base-text));
}

.color-icon-accent-1 {
  --color-icon: rgb(var(--color-base-accent-1));
}

.color-icon-accent-2 {
  --color-icon: rgb(var(--color-base-accent-2));
}

.color-icon-outline-button {
  --color-icon: rgb(var(--color-base-outline-button-labels));
}

.contains-card,
.card {
  --border-radius: var(--card-corner-radius);
  --border-width: var(--card-border-width);
  --border-opacity: var(--card-border-opacity);
  --shadow-horizontal-offset: var(--card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--card-shadow-vertical-offset);
  --shadow-blur-radius: var(--card-shadow-blur-radius);
  --shadow-opacity: var(--card-shadow-opacity);
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
}

.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
}

.progress-container >div:empty{
  display:block;
}
.progress-container {
  position: relative;
  width: 100%;
  height:8px;
  background-color: #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
}
.sold-block > p,
.hurry-up >p {
  font-weight:600;
}
.progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color:var(--gradient-base-background-2);
  transition: width 0.5s ease-in-out;
} 
.pt-50{
  padding-top:50px;
}
.pb-50{
  padding-bottom:50px;
}
.loading-overlay__spinner{
  border-radius:50px;  
}

.hot-deal {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.hot-deal h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.hot-deal p {
  font-size: 16px;
  margin-bottom: 20px;
}

.hot-deal-countdown {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}

.hot-deal-countdown__days,
.hot-deal-countdown__hours,
.hot-deal-countdown__minutes,
.hot-deal-countdown__seconds {
  display: inline-block;
  margin-right: 10px;
}
.breadcrumb_title{
  display:none;
}
.custom-support-1 {
  padding-left: 15px;
  padding-right: 15px;
}
.button-2 {
  background: var(--gradient-base-background-2);
  border: none;
  z-index: 1;
  height:50px;
  position:relative;
  border-radius: 50px;
  color:#fff;
  font-size: 16px;
  font-family: var(--font-body-family);
  border:1px solid var(--gradient-base-background-2);
  margin-top:10px;
}
.button-2:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;

  background-color:#fff;
  border-radius: 5px;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  transition: all 0.3s ease;
  border-radius: 50px;
}
.button-2-text{
  color:#fff;
  font-size: 16px;
  font-family: var(--font-body-family);
  padding:12px 30px;
      width: 100%;
    display: block;
    max-width: 100%;
}


.button-3 {
  background:var(--color-icon);
  border: none;
  z-index: 1;
  height:50px;
  position:relative;
  border-radius: 50px;
  color:#fff;
  font-size: 16px;
  font-family: var(--font-body-family);
  border:1px solid var(--color-icon);
  margin-top:10px;
}
.button-3:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color:#fff;
  border-radius: 5px;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  transition: all 0.3s ease;
  border-radius: 50px;
}

.button-3-text{
  color:#fff;
  font-size: 16px;
  font-family: var(--font-body-family);
  padding:12px 30px;
      width: 100%;
    display: block;
    max-width: 100%;
}

.QT4by,
.shopify-payment-button__button--unbranded,
.button_product {
  background:var(--color-icon);
  border: none;
  z-index: 1;
  height:50px;
  position:relative;
  border-radius: 50px;
  color:#ffffff;
  padding:12px 30px;
  font-size: 16px;
  font-family: var(--font-body-family);
  border:1px solid var(--color-icon);
  width:100%;
}
.shopify-payment-button__button--unbranded:after,
.button_product:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color:#fff;
  border-radius: 5px;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  transition: all 0.3s ease;
  border-radius: 50px;
}
.shopify-payment-button__button--unbranded:hover,
.button_product:hover {
  color:var(--color-icon);
  border:1px solid var(--color-icon);
}
.shopify-payment-button__button--unbranded:hover:after,
.button_product:hover:after {
  left: 0;
  width: 100%;
  border-radius: 50px;
}
.shopify-payment-button__button--unbranded:active,
.button_product:active {
  top: 2px;
}

.card:not(.ratio) {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* base */
header .header-contact svg.icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  top: 4px;
  position: relative;
  margin-right: 5px;
}
.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 {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 2.5rem;
}

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

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

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

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

  .page-width-tablet {
    padding: 0 3rem;
  }
}

@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 1.5rem;
  }
}
.page-full-width {
  max-width: 100%;
  width: 100%;
}
.page-full-width.page-full-width_spacing .row {
  margin: 0 var(--page-full-width-spacing);
}
@media screen and (max-width: 990px) {
  .page-full-width.page-full-width_spacing .row {
    margin: 0 calc(var(--page-full-width-spacing) / 2);
  }
}
.isolate {
  position: relative;
  z-index: 3;
}

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}

@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}

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

@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

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

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
  margin: 11rem auto;
}
.shopify-challenge__container .g-recaptcha{ margin: 5rem 0;}

.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;
}

.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;
}

::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}

.text-body {
  font-size: 1.6rem;
  letter-spacing: 0rem;
  line-height: calc(1 + 0.9 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
/*   letter-spacing: calc(var(--font-heading-scale) * 0.06rem); */
  color: var(--color-icon);
  line-height: calc(1 + 0.5 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

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

@media only screen and (min-width: 1200px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 5.6rem);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3.7rem);
}

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

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

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

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 2.4rem);
}

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

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 2.0rem);
}

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

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

h6,
.h6 {
  color: rgba(var(--color-foreground), 0.75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

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: 1.4rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}

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

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  font-weight: 700;
}

.caption-with-letter-spacing--medium {
  font-size: 1.8rem;
  letter-spacing: 1rem;
  color: var(--gradient-base-accent-3);
  font-weight: 600;
  font-family: var(--font-body-family);
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.6rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  font-weight: 400;
}

.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);
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

.hidden {
  display: none !important;
}

@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;
  }
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 1;
}

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

a {
  text-decoration: none;
  transition: all var(--duration-default) linear;
}

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.5rem;
  font-family: inherit;
  transition: all var(--duration-default) linear;
}

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

.link--text:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

a:not([href]) {
  cursor: not-allowed;
}

.circle-divider::after {
  content: "|";
  margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
  display: none;
}

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;
  }
}

.full-unstyled-link {
  /*   text-decoration: none; */
  color: currentColor;
  display: block;
}

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

details > * {
  box-sizing: border-box;
}

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

.visibility-hidden {
  visibility: hidden;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
}

:root {
  --duration-short: 100ms;
  --duration-default: 300ms;
  --duration-long: 500ms;
}

.underlined-link,
.customer a {
  color: var(--gradient-base-accent-3);
}

.underlined-link:hover,
.customer a:hover {
  color: var(--gradient-base-accent-1);
}

.icon-arrow {
  width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}

.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

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;
}


.optional-sidebar {
  display: flex;
  flex-direction: column;
  width: var(--sidebar-width);
}
.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}
ul.product-list-style .card__content {
  padding: 0 15px;
}
ul.product-list-style .product-icons,
ul.product-list-style .card__content .variant-option-color, 
ul.product-list-style .card__content .variant-option-size{
  display: none;
}
ul.product-list-style li:not(:last-child) {
  margin-bottom: 30px;
}
ul.product-list-style .card .card__inner .card__media {
  border-radius: 0;
}
ul.product-list-style .card {
  display: grid;
  grid-template-columns: 1.5fr 2.5fr;
  gap: 0;
  padding: 0;
}
.optional-sidebar .filter-panel-menu li:hover a {
    color: var(--gradient-base-background-2);
}

.sidebar .StickySidebar > div[class*="filter-panel"] ul,
.sidebar > div[class*="filter-panel"] ul,
.widget[class*="product-sidebar"] ul {
  margin: 0;
  padding: 0;
}
#accordian li {
  position: relative;
  cursor: pointer;
}
#accordian a {
  margin-right: 30px;
}
.filter-panel-menu ul li a,
.product-sidebar-type-menu li a {
  display: block;
  padding: 5px 0;
  position: relative;
  color: var(--gradient-base-accent-1);
}
#accordian ul ul {
  display: none;
  padding-left: 30px;
}
ul ul {
  list-style-type: circle;
}
#accordian a:not(:only-child):after {
  content: "+"; 
  position: absolute;
  left: 100%;
  width: 30px;
  text-align: center;
  font-size: 22px;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
}
#accordian .active > a:not(:only-child):after {
  pointer-events: none;
  content: "-";
}
.filter-panel-menu ul ul li {
  font-size: 1.4rem;
  list-style: disc;
}
/*sidebar*/
.optional-sidebar h5.sidebar_title {
  font-size: 2.4rem; margin: 1rem 0;
}
.optional-sidebar ul {
  list-style: none;
  padding: 0;
}
.optional-sidebar ul.product-list-style .card,
.optional-sidebar ul.product-list-style .card-information {
  text-align: left;
}
#FacetsWrapperDesktop .field__input {
  padding: 1rem;
}
#FacetsWrapperDesktop .field__label {
  top: calc(2rem + var(--inputs-border-width));
}
#FacetsWrapperDesktop .field__input:focus ~ .field__label{ top: calc(1rem + var(--inputs-border-width)); }
@media screen and (max-width: 991px) {
  .optional-sidebar {
/*     display: flex;
    flex-direction: column; */
    width: var(--sidebar-width);
  }
}
@media screen and (min-width: 750px){
  button.toggleFilter{display:none;}
  .optional-sidebar span.close-sidebar{display:none;}
}

@media screen and (max-width: 749px) {
   .facets-vertical.sidebar-left.open .optional-sidebar {
    left: 0;
  }
   .main-product-template .facets-vertical .optional-sidebar, .main-product-template .facets-vertical.sidebar-right .optional-sidebar {
    position: fixed !important;
    overflow-y: scroll !important;
    padding: 15px;
    max-width: 80%;
    top: 0;
    left: calc(var(--sidebar-width) * -1);
    height: 100%;
    background: var(--gradient-background);
    margin: 0;
    z-index: 17;
    transition: all .3s linear;
} 
  .main-product-template .facets-vertical.sidebar-right.open .optional-sidebar, .main-product-template .facets-vertical.sidebar-right.open .optional-sidebar {
    left: 0;
}
  .main-product-template .facets-vertical.sidebar-right.open:after, .main-product-template .facets-vertical.sidebar-left.open:after{
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 16;
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.optional-sidebar span.close-sidebar svg {
    width: 2.2rem;
}
.optional-sidebar span.close-sidebar{
    position: absolute;
    top: 2rem;
    right: 0rem;
    width: 4.4rem;
    height: 4.4rem;
}
@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }

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

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

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
/*   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); */
}

.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-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-title */
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}

.title-wrapper-with-link .title {
  margin: 0;
}

.title .link {
  font-size: inherit;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title-wrapper-with-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.title--primary {
  margin: 4rem 0;
}
.title-wrapper-with-link.content-align--left{align-items:flex-start;}
.title-wrapper-with-link.content-align--center{align-items:center;text-align: center;}
.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    /* margin: 5rem 0 5rem; */
  }

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  color: var(--gradient-base-accent-3);
  margin-top: 0;
  flex-shrink: 0;
}
.title-wrapper-with-link a:hover{ color: var(--gradient-base-accent-1); }

.title-wrapper--no-top-margin {
  margin-top: 0;
}

.title-wrapper--no-top-margin > .title,
.title-wrapper--no-top-margin > .sub-heading,
.title-wrapper--no-top-margin > .description{
  margin-top: 0;
  margin-bottom:0.5rem;
}

.subtitle {
  font-size: 2.4rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0rem;
  color: rgba(var(--color-foreground), 1);
}

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.subtitle--medium {
  font-size: 1.8rem;
  letter-spacing: 0.08rem;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

.grid:last-child {
  margin-bottom: 0;
}

.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
  .subtitle,
  .subtitle--medium,
  .subtitle--small {
    font-size: 1.8rem;
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

@media screen and (min-width: 990px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .theme__default-footer_style
    .footer__blocks-wrapper.grid--4-col-tablet
    .grid__item {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
}

@media screen and (min-width: 1200px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (max-width: 1199px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}
@media screen and (max-width: 780px) {
  .grid--4-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
}
@media screen and (max-width: 576px) {
  .grid--4-col-desktop .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(100% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
}
@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid--1-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .grid--peek .grid__item {
    min-width: 47%;
  }

  .grid--peek.slider .grid__item:last-of-type {
    margin-right: 1.5rem;
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
/*     width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem); */
    width:100%;
  }
}
@media screen and (max-width: 576px) {
  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
    max-width: 50%;
  }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  .slider--tablet.grid--peek .grid__item:last-of-type {
    margin-right: 1.5rem;
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--1-col-tablet-down.grid--peek .grid__item {
    /*     width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem); */
    width: calc(50% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
}

img {
  max-width: 100%;
  object-fit: cover;
  height: auto;
}
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

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

.media > *:not(.zoom):not(.deferred-media__poster-button),
.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;
}


.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
/*   min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2); */
}

.shopify-payment-button__button--branded {
  z-index: auto;
}

.cart__dynamic-checkout-buttons iframe {
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset)
    var(--shadow-blur-radius)
    rgba(var(--color-base-text), var(--shadow-opacity));
}

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 0;
  padding: 1rem 2.8rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.6rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  white-space: nowrap;
  appearance: none;
  background-color: var(--color-icon);
  transition: all 0.3s linear;
  font-family: var(--font-body-family);
  font-weight: 400;
  transition: all var(--duration-default) linear;
  
}
.button:hover,
.shopify-challenge__button:hover,
.customer button:hover {
  background-color: var(--gradient-base-accent-3);
  color: var(--gradient-base-accent-2);
}

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
/*   --border-offset: 1.3px; */
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 0px)
      rgba(var(--color-button-text), var(--alpha-button-background));
}

.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role="button"]:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role="button"]:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused),
.shopify-payment-button
  [role="button"]:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.6rem;
  line-height: calc(1 + 0.9 / var(--font-body-scale));
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.button--small {
  padding: 1.2rem 2.6rem;
}

/* Button - other */

.button:disabled,
.button[aria-disabled="true"],
.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%;
}

.button.loading {
  color: transparent;
  position: relative;
}

@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}

.button.loading > .loading-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
}

.button.loading > .loading-overlay__spinner .path {
  stroke: rgb(var(--color-button-text));
}

.share-button {
  display: block;
  position: relative;
}

.share-button details {
  width: fit-content;
}

.share-button__button {
  font-size: 1.8rem;
  display: inline-flex;
  min-height: 2.4rem;
  align-items: center;
  color: var(--color-icon);
  margin-left: 0;
  padding-left: 0;  font-weight: 700; transition: var(--duration-default);
}

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}


.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.share-button__button:hover { color: var(--gradient-base-accent-3); }


.share-button__button .icon-share {
  margin-right: 1rem;
}
.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}

.share-button__fallback:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width)
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset)
    var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius)
    rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}

.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.share-button__fallback button:hover svg {
  transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.field:not(:focus-visible):not(.focused)
  + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused)
  + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}

.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
/*   outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3); */
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

.share-button__fallback .field__input:hover {
  box-shadow: none;
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: var(--inputs-border-width);
}

.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--gradient-background);
  color: rgb(var(--color-foreground));
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 3.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: var(--inputs-border-width) solid rgb(var(--color-foreground));
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset)
    var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius)
    rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width)
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

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


.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
 
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}

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

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

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

.customer .field {
  display: flex;
}

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

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 3.3rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.4rem;
  left: calc(var(--inputs-border-width) + 0rem);
  top: calc(2rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease,
    font-size var(--duration-short) ease;
  color: var(--gradient-base-accent-1);
  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;
  opacity: 0;
  top: calc(var(--inputs-border-width) + 0.5rem) !important;
  left: calc(var(--inputs-border-width) + 2rem);
  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 {
  margin: var(--inputs-border-width);
  border-color: var(--gradient-base-accent-3);
}

.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: var(--gradient-base-accent-1);
  border: 0;
  color: var(--gradient-base-accent-2);
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
  transition: all 0.3s linear;
}

.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);
  min-height: 10rem;
  resize: none;
}

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

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

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.2rem;
  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;
  line-height: 1.5;
}

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

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

.quantity {
    width: calc(11rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
    min-height: 30px;
    max-width: 100px;
    border: 2px solid rgb(208 243 176);
    height: 50px;
    display: flex;
    border-radius: 10px;
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset)
    var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius)
    rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-size: 1.8rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: #dff3cd;
  border: 0;
  padding: 0 0.2rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
     flex-shrink: 0;
    font-size: 1.8rem;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(var(--color-foreground));
    padding: 0;
    width: 30px;
    height: 100%;
    transition: all .3s linear;
}
.quantity__button:hover{
    background: var(--gradient-base-accent-3) !important;
    color: var(--gradient-base-accent-2);
}
.quantity__button:first-child {
  border-right: 1px solid rgba(var(--color-base-text),.1);
}

.quantity__button:last-child {
      border-left: 1px solid rgba(var(--color-base-text),.1);
}

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

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.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;
}

.modal__toggle {
  list-style-type: none;
}

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

.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: 4.4rem;
  width: 4.4rem;
  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: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: transparent;
  color: var(--gradient-background);
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  bottom: 0rem;
  left: 1rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
  border: 1px solid var(--color-icon);
  margin-left: 3px;
  margin-bottom: 14px;
  color: var(--color-icon);
  font-weight: 600;
}

#shopify-section-announcement-bar {
  z-index: 2;
}

.announcement-bar {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  color: rgb(var(--color-foreground));
}

.announcement-bar__link {
  display: block;
  width: 100%;
  padding: 1rem 2rem;

}

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

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.announcement-bar__link .announcement-bar__message {
  padding: 0;
}

.announcement-bar__message {
  text-align: center;
  padding: 1rem 2rem;
  margin: 0;
  letter-spacing: 0.1rem;
}

#shopify-section-header {
/*   z-index: 3; */
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
  z-index: 9;
  box-shadow: 0 2px 5px #e9e9e9;
}

.shopify-section-header-hidden {
  transform: translateY(0%);
}

.shopify-section-header-hidden.menu-open {
  transform: translateY(0);
}

#shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}

.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(255,255,255);
}

.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}
.index-header {
  position: absolute;
}
.header {
  display: grid;
  grid-template-areas: "left-icon heading icons";
  grid-template-columns: 1fr 1.3fr 1fr;
  align-items: center;
  padding-top: 0rem;
/*   padding-bottom: 1rem; */
  /*   position: absolute; */
  width: 100%;
  left: 0;
  right: 0;
}
.header .localization-form:only-child{margin:0;}
.header .localization-form:only-child .button , .header .localization-form:only-child .localization-form__select{margin:0;}
.header .disclosure__button{padding-top:0;padding-bottom:0;height:3rem;}
.header .localization-form:only-child{padding:0;}
/* @media screen and (max-width: 1540px) {.header {position: unset;}} */
@media screen and (min-width: 1200px) {
  .header {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .header--has-menu:not(.header--middle-left) {
    padding-bottom: 0;
  }

  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
     "heading icons"
     "navigation navigation";
    grid-template-columns: 1fr auto;
  }

  .header--middle-left {
    grid-template-areas: "heading navigation icons";
/*     grid-template-columns: 1fr auto 1fr; */
    grid-template-columns:  1fr auto 1fr;
    column-gap: 2rem;
  }

  .header--top-center {
    grid-template-areas:
      "left-icon heading icons "
      "navigation navigation navigation";
  }

}

.header *[tabindex="-1"]:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  padding: 0.75rem;
  word-break: break-word;
}

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

 .h2 {
  line-height: 1.5;
  color: rgba(var(--color-foreground), 0.75);
}

.header__heading-logo {
  height: auto;
}




@media screen and (max-width: 1279px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
    margin-right:auto;
  }
}

@media screen and (min-width: 1280px) {
  .header__heading-link {
    margin-left: -0.75rem;
  }
  .header__heading,
  .header__heading-link {
    justify-self: start;
  }
  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}

/* Header icons */
.header__icons {
   grid-area: icons;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 25px;
}

.header__icon:not(.header__icon--summary),
.header__icon span {

  align-items: center;
  justify-content: center;
}

.header__icon {
  color: var(--color-icon);
}

.header__icon span {

  position: relative;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.header__icon:hover svg,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 2.2rem;
  width: 2.2rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 2.2rem;
  width: 100%;
}

.header__icon--cart {
  position: relative;
  display: flex;
  justify-content: center;
}
.header__icon--wishlist,
.header__icon--compare {
  position: relative;
}
@media screen and (max-width: 750px){
.header__heading, .header__heading-link{
    grid-row: 1;
    grid-column: 1/4;
    padding: 0;
}
.header__icons {
    justify-content: flex-end;
    grid-row: 2;
    grid-area: auto;
    grid-column: 3;
}  
.header{padding-top:15px;padding-bottom:15px;}  
}
@media screen and (max-width: 989px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
}

.header__icon--menu[aria-expanded="true"]::before {
  content: "";
  top: 100%;
  left: 0;
  height: calc(
    var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%))
  );
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}

menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icon;
  justify-self: start;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}
.no-js .predictive-search {
  display: none;
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: "";
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(
    100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width))
  );
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__form {
  width: 100%;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 47.8rem;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

.header__icon--menu .icon {
  display: block;

  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

.header__inline-menu {
  grid-area: navigation;
  display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}
@media screen and (max-width: 990px) {
      .page-full-width{
      padding:0px 15px !important;
  }
  
}
@media screen and (min-width: 990px) {
      .page-full-width{
    padding:0px 15px;
  }
  .grid-banner-style4 ,.grid-banner,.custom-grid-style-1 {
    padding: 0px 0px;
}
  .header__inline-menu {
    display: block;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

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


details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}

.header__active-menu-item {
  /*   transition: text-decoration-thickness var(--duration-short) ease; */
  color: rgb(var(--color-foreground));
}


.header__submenu {
  transition: opacity var(--duration-default) ease,
    transform var(--duration-default) ease;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset)
    var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.header__submenu.list-menu {
  padding: 2.4rem 0;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 0.5rem 0;
  margin: 0.5rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2.4rem;
}

.header__submenu .header__submenu .header__menu-item {
  padding-left: 3.4rem;
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}

header-menu > details,
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: 1024px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

.badge {
  border: 1px solid transparent;
  border-radius: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-foreground));
  border-color: rgb(var(--color-foreground), var(--alpha-badge-border));
  color: rgb(var(--color-badge-background));
  word-break: break-word;
}

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

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}

.ratio::before {
  content: "";
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid
    rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}

.content-container:after {
  content: "";
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset)
    var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius)
    rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}

.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid
    rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: "";
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset)
    var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
}

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }

  .grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 0;
  }

  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }

  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}

.height_fix {
  height: 350px !important;
}

.adv-product-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); gap: 10px;padding:0;}
.adv-product-list li { padding:5px; list-style: none; }
.adv-product-list .products a img { aspect-ratio:1/1; }
.adv-product-list .carousel-block-list.active { box-shadow: 0px 0px 15px var(--gradient-base-accent-1); border: 1px solid var(--gradient-base-background-2);}
.adv-product-list .products .product-detail{ padding: 10px 0 0; }
.adv-product-list .products .product-detail .grid-link__title{ text-align:center; }
.adv-product-list .products .product-detail .grid-link__title a{ display:block; font-size: 12px; }
.adv-product-list li a span{color: rgba(var(--color-foreground),1);transition: all var(--duration-default) linear;}
.adv-product-list li a:hover span {color:rgba(var(--color-link));}

.html-sections-product svg {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 5px;
}
.flag-icon{margin-left:15px;}
.disclosure .localization-form__select:after{display:none;}
.button-quick-add {display: flex;justify-content: space-around; grid-row-start: 4;}
.spr-form-label{font-size: 18px !important;}
.spr-form-title{font-size: 20px !important;}


.ribbon {
    background-color: #7DE3C8;
    transform: rotate(320deg);
    z-index: 999;
    width: 150px;
    height: 30px;
    text-align: center;
    top: 94px;
    left: -7px;
    margin: 20px 0;
    line-height: 34px;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.ribbon:before {
    border-color: #53dab6 #53dab6 #53dab6 transparent;
    left: -25px;
    border-width: 17px;
}

.ribbon:before, .ribbon:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-style: solid;
    top: 5px;
    z-index: -10;
}

.ribbon:after {
    border-color: #53dab6 transparent #53dab6 #53dab6;
    right: -25px;
    border-width: 17px;
}
/************* custom css *****************/

.h2.main-title span,
.title-wrapper-with-link .title span{color: var(--gradient-base-accent-3);display: block;}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
  content: ""!important;
    display: block;
    background: none;
    width: 12px;
    height: 12px;
    transform: translate(0,-50%) rotate(45deg);
    position: absolute;
    border-left: 1px solid currentcolor;
    border-bottom: 1px solid currentcolor;
    left: 16px;
    top: 50%;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
      content: ""!important;
    display: block;
    background: none;
    width: 12px;
    height: 12px;
    transform: translate(0,-50%) rotate(45deg);
    position: absolute;
    border-right: 1px solid currentcolor;
    border-top: 1px solid currentcolor;
    right: 16px;
    top: 50%;
}
.swiper-button-next, .swiper-button-prev{
  width: 40px !important;
  height: 40px !important;
  background: var(--color-icon);
  transition: .5s ease;
}
.swiper-button-next:hover, 
.swiper-button-prev:hover{
  background: var(--gradient-base-accent-3);
}
button.shopify-payment-button__button--unbranded{ 
  border-radius: 5px; 
  width:100%; 
  padding: 1.5rem 3.8rem; 
}
.optional-sidebar .card-wrapper .card--media .card__inner .card__media{ transition: opacity .5s ease; }
.optional-sidebar .card--media .card__inner .card__media:before{ 
    content: "";
    width: 100%;
    height: 100%;
    background: var(--gradient-base-accent-1);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: .5s ease; }

.optional-sidebar .card--media:hover .card__inner .card__media:before{
  background: var(--gradient-base-accent-1);
    opacity: .3;
}
svg{ width: 2rem;height: 2rem;}
.article-card__info {
    padding-top: 0rem;
    font-size: 1.6rem;
    letter-spacing: 0rem;
    line-height: 25px;
    text-transform: capitalize;
    font-family: var(--font-body-family);
    font-weight: 400;
    margin-bottom: 1.5rem;
    color: var(--color-icon);
    transition: all .3s linear;
    display: flex;
    align-items: center;
}
.article-card__info span {
    display: flex;
    align-items: center;
}
.card__content .circle-divider:before {
    content: "|";
    margin: 0 1.3rem 0 1.5rem;
}
.article-card__info svg {
    width: 2rem;
    height: 2rem;
    margin-right: 5px;
    color: var(--gradient-base-accent-3);
    fill: currentColor;
}
input:focus,
textarea:focus{
      border: 1px solid var(--gradient-base-accent-3) !important;
}
@media only screen and (min-width: 767px) {
  .grid__item.product__media-wrapper>h1 {
      display: none;
  }
}
@media only screen and (max-width: 766px) {
  .product__title {
      display: block;
  }
  .dT_VProdWishList,
  .product-form__submit{
    width:100%;
  }
}
.card__heading a:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.card__content .card__information {
    button.quick-add__submit.button--full-width.button--secondary {
        display: inline-block;
        border: none;
        padding: 5px 0px;
        margin-top: 20px;
        border-radius: 5px;
        position: relative;
        z-index: 1;
        transition: all 1s;
        cursor: pointer;
        color: #609A33;
        border: 3px solid #609A33;
        background-image: -webkit-linear-gradient(30deg, #609A33 50%, transparent 50%);
        background-image: linear-gradient(30deg, #609A33 50%, transparent 50%);
        background-size: 1000px;
        background-repeat: no-repeat;
        background-position: 0%;
        -webkit-transition: background 300ms ease-in-out;
        transition: background 300ms ease-in-out;
    }
    button.quick-add__submit.button--full-width.button--secondary:hover{
        transition: all 1s;
        background-position: 100%;
        color: #609A33 !important;
    }
    button.quick-add__submit.button--full-width.button--secondary>h4 {
        margin: 0px;
        color: #fff;       
        font-family: revert !important;
    }
    button.quick-add__submit.button--full-width.button--secondary:hover h4{
        color: #1D2E51 !important;
    }
    /* a.full-unstyled-link {
        height: auto !important;
      display: -webkit-box !important;
      overflow: hidden !important;
      text-overflow: ellipsis !important;
      -webkit-line-clamp: 1 !important;
      -webkit-box-orient: vertical !important;
      font-weight: 600;
      font-size:18px;
      color:var(--color-icon);
    } */


}
   .card__content .card__information a.full-unstyled-link {
        height: auto !important;
      display: -webkit-box !important;
      overflow: hidden !important;
      text-overflow: ellipsis !important;
      -webkit-line-clamp: 1 !important;
      -webkit-box-orient: vertical !important;
      font-weight: 600;
      font-size:18px;
      color:var(--color-icon);
    }
@media only screen and (max-width: 991px) {
  .EzfyHeaderSearch.EzfyHeaderSearch--.desktop-only {
    display: none !important;
  }
}
@media only screen and (min-width: 991px) {
  .header__search {
    display: none !important;
  }

}

section#shopify-section-template--16657001906223__image_banner_C3NJPA, section#shopify-section-template--16657001906223__image_banner_x3zayD, section#shopify-section-template--16657001906223__image_banner_mXzU4E, section#shopify-section-template--16657001906223__image_banner_EhCm3M, section#shopify-section-template--16657001906223__image_banner_gFLC8c {
    max-width: var(--page-width);
    margin: 0 auto;
}
.jdgm-widget.jdgm-preview-badge {
    margin-bottom: 10px;
    display: block !important;
}
.jdgm-carousel-wrapper {
    padding-bottom: 10px !important;
}

.section.grid-style8 .grid-banner .grid-banner-content {
    padding: 20px;
}
.product-grid.contains-card.grid.grid--4-col-desktop.grid--1-col-tablet-down {
    justify-content: center;
}

.product-form__buttons .shopify-payment-button {
    margin-right: 0px;
    margin-bottom: 0px;
    width:50%;
    font-size: 1.6rem;
    line-height: calc(1 + .9 / var(--font-body-scale));
    justify-content: center;
    align-items: center;
    border: 0;
    padding-left:5px;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    height: 50px;
    border-radius: 50px;
}
.jdgm-all-reviews-text--style-branded>a {
    justify-content: start !important;
}
@media screen and (max-width: 1199px) {
    .collapsible-content__grid .grid__item {
        margin-top: 0px !important;
    }
}
.collapsible-content__media.collapsible-content__media--adapt.media.global-media-settings.gradient .form-section {
      padding: 30px !important;
}
.jdgm-carousel__item-wrapper, .jdgm-carousel-item {
      height: auto !important;
}
.jdgm-carousel-item__review-body.jdgm-line-clamp>p {
      height: auto;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
}
.jdgm-carousel-wrapper {
    padding-top: 20px !important;
}
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet>div:first-child .footer-email {
    display: none;
}
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet>div:last-child>svg{
    display: none;
}
footer#Banner-footer {
    margin-bottom: 100px;
}
.new-footer{
    margin: 0px 15px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__content-top .grid {
    padding: 1rem 2rem;
  }
}
.footer-block__details-content {
    text-align: left !important;
}
footer.footer {
    margin-left: 30px;
    margin-right: 30px;
}
@media screen and (min-width: 1023px) and (max-width: 1200px) {
  .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet>div:nth-child(2), .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet>div:nth-child(3) {
      width: 16%;
  }
  .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet>div:nth-child(1){
      width: 31%;
  }
  .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet>div:nth-child(1) {
      margin-right: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet>div:nth-child(2), .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet>div:nth-child(3) {
      width: 47%;
      margin-top: 20px;
  }
}

@media screen and (max-width: 1281px){
  header#header{
      display: flex !important;
  }
}
footer#Banner-footer{
  display: none;
}
.footer-logo{
    object-fit: contain;
}
.footer__content-top{
    position: unset !important;
}
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet>div:nth-child(4) .panel {
    width: 100%;
    justify-content: space-evenly;
    flex-wrap: wrap;
    ul.footer__list-social.list-unstyled.list-social{
        display: none;
    }
}

@media screen and (min-width: 767px) {
  .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet>div:nth-child(1) h2.footer-block__heading,
  /* .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet>div:nth-child(4) h2.footer-block__heading */
  {
      display: none;
  }
  /* .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet>div:nth-child(4) .panel {
      display: flex !important;
  } */
  .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet>div:nth-child(2) ul.footer-block__details-content.list-unstyled li:nth-child(7),
  .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet>div:nth-child(3) ul.footer-block__details-content.list-unstyled li:nth-child(6),
  /* .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet>div:nth-child(4) */
  {
      display: none;
  }
  .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet>div:nth-child(2) ul.footer-block__details-content.list-unstyled li:nth-child(6),
  .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet>div:nth-child(3) ul.footer-block__details-content.list-unstyled li:nth-child(7){
      margin-top: 50px;
  }
 .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet>div:nth-child(2) ul.footer-block__details-content.list-unstyled li:nth-child(6), .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet>div:nth-child(3) ul.footer-block__details-content.list-unstyled li:nth-child(7){
    margin-top: 20px;
  }
}
.header__heading-logo {
    height: 100%;
    width:100%;
    object-fit: contain;
}
@media screen and (max-width: 767px) {
  .footer__content-top .grid {
    padding: 1rem 1.5rem;
  }
  .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet>div:nth-child(4) .panel  {
      justify-content: center;
  }
  .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet>div:nth-child(2), .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet>div:nth-child(3) {
      width: 100%;
      margin-top: 0px;
  }
  h2.footer-block__heading {
      padding-bottom: 0px !important;
      margin-bottom: 0px !important;
  }
  .footer-logo{
      margin-top: 10px;
  }
  footer.footer {
      margin-left: 10px;
      margin-right: 10px;
  }

  .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet>div:nth-child(2) ul.footer-block__details-content.list-unstyled li:nth-child(7),
  .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet>div:nth-child(3) ul.footer-block__details-content.list-unstyled li:nth-child(6),
  .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet>div:nth-child(3) ul.footer-block__details-content.list-unstyled li:nth-child(7),
  .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet>div:nth-child(2) ul.footer-block__details-content.list-unstyled li:nth-child(6){
      display: none;
  }
  .header__heading-logo {
      max-height: 45px !important;
  }
}
.footer-address, .footer-phone, .footer-email{
  display: flex;
  align-items:center;
}
.footer-email>svg,
.footer-phone>svg {
  margin-right:15px;
}

.field{
  margin-bottom:0px;
}
.field:after,
.field:before{
  border-radius:25px;
}

.active-header {
background:rgba(255,255,255,1) !important;
box-shadow:0 1px 20px rgba(0, 0, 0, .25);
color: white !important;
z-index: 1042;
}
  .reveal {
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
.card__content .card__information {
    display: flex;
    flex-direction: column;
}
.footer-block grid__item>.accordion :last-child {
  display:block;
}
.footer-block grid__item:last-child panel{
  display:block;
}
.shopify-payment-button__more-options{
  display:none;
}

/* ===================================== D-12/25/2025 ===================================== */
a.header__icon.header__icon--account svg path {
    color: black;
}
h2.title.h2 {
    color: #1D2E51;
    font-weight: 500;
    margin-bottom: 25px;
}
p.reveal_up.description {
    font-size: 18px;
}
.reveal_up {
    display: flex;
    gap: 20px;
}
.grid-banner-media {
  position: relative;
  overflow: hidden;
}

.grid-banner-media img,
.grid-banner-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hover-image {
  position: relative;
  z-index: 1;
  transition: opacity 0.3s ease;
}

.hover-video {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.predictive-search__item-heading {
    font-size: 14px;
}
.grid-banner-media:hover .hover-image {
  opacity: 0;
}

.grid-banner-media:hover .hover-video {
  opacity: 1;
}
.image-with-text__grid h2.image-with-text__heading.h2 {
    color: #1d2e51;
}
a.button.button--primary {
    border-radius: 50px;
}
.footer__content-top.page-full-width, div#shopify-section-new-footer, .footer__content-bottom {
    background:#dff3cd;
}
div#shopify-section-new-footer {
  margin: 50px 0 0 0;
}
a.link.link--text.list-menu__item.list-menu__item--link.list-menu__item--active {
    text-decoration: none;
}
.collection-card__title h3 {
    margin: 0;
    margin-bottom: 10px;
}
predictive-search.search-modal__form .field:after {
  display: none !important;
}
/* image with text ==================================== */
h2.image-with-text__heading.h1 {
    font-size: 36px;
}
.image-with-text p {
    color: #1d2e51;
}
.image-with-text__media {
    border-radius: 10px;
}

/* blog page css =======================================*/

.blog-sidebar.facets-vertical {
    padding-left: 3rem;
    order: 2;
    display:none;
}
.card-wrapper .card--media .card__inner .card__media {
    transition: opacity .5s ease;
    border-radius: 10px;
}
h1.article-template__title {
    font-size: 36px;
}
.article-template__content.rte p, a.article-template__link.link.animate-arrow {
    color: #1d2e51;
}
.blog-articles__article.article a.full-unstyled-link {
    font-size: 20px;
}
/* policy page css =================================== */
.shopify-policy__title h1 {
    margin: 0;
    margin: 5px 0;
}
.shopify-policy__container {
    max-width: 1490px !important;
}
.shopify-policy__body p {
  color: #1d2e51;
  font-size:18px;
}
/* collection page css ==============================*/
.product-count__text {
    display: none;
}
price-range.facets__price .field:after {
  content:unset;
}
.collection-banner img {
    width: 100%;
    height: auto;
    display: block;
}
/* product pgae css ========================= */

s.price-item.price-item--regular {
    font-size: 17px;
}
.product-form__input input[type=radio]+label {
  border: 2px dashed #1d2e51 !important;
}
/* .product-form__input input[type=radio]:checked+label:not(.swatch-variant-color):hover {
  background: #dff3cd;
} */
.dt-sc-tabs-content h2 {
    font-size: 24px;
    margin: 0;
}
.dt-sc-tabs-content h3 {
    font-size: 18px;
}
.dt-sc-tabs-content {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 20%);
}
.sold-block {
    display: none;
}
.hurry-up.product-form__submit {
    display: none;
}
.product-recommendations__heading {
    font-size: 36px;
}
.product__info-as-bottom-tabs p {
    font-size: 18px !important;
}
.dt-sc-enquiry-form a {
  color: #1d2e51;
}
p, td, tr { 
 color: #1d2e51;
}
.product--thumbnail_slider_right .thumbnail-slider .thumbnail, .product--thumbnail_slider_right .thumbnail-slider .thumbnail[aria-current] {
  transform: rotate(90deg);
}
.product--thumbnail_slider .thumbnail-slider {
  transform: rotate(-90deg);
  height: 100px !important;
  margin: 0 auto;
}
.product--thumbnail_slider_right .thumbnail-slider .thumbnail-list.slider--tablet-up {
    padding: 0;
    display: block;
    position: absolute;
    /* top: 0; */
    width: 100%;
    left: 0;
    transform-origin: left top;
    margin: 0;
}
.thumbnail-list__item.slider__slide {
    width: 110px !important;
    height: auto !important;
}
.thumbnail-list__item img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    border-radius: 6px;
}
/* .slider-vertical.thumbnail-slider .slick-list.draggable {
    height: 745px !important;
} */
.thumbnail.global-media-settings img {
    border-radius: 10px !important;
}
.slick-slide img {
    display: unset !important;
}
.thumbnail-list__item:before {
      padding-bottom: 80% !important;
}

/* product faq =============================== */
h2.faq-title {
    text-align: center;
    margin: 0;
    margin-bottom: 30px;
}

.product-faq-section{
  margin-top: 40px;
}

.faq-item{
    padding: 35px 85px 28px 85px;
    border: 1px solid #eee;
    box-shadow: 3px 3px 12px #0000002b;
    border-radius: 14px;
    margin: 30px 61px !important;
}

.faq-question{
  position: relative;
  cursor: pointer;
  font-weight: 500;
  padding-right: 30px;
  list-style: none;
   color: #1d2e51;
   font-size: 20px;
}

.faq-question::-webkit-details-marker{
  display: none;
}

.faq-question::after{
  content: "›";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 45px;
  transition: transform 0.3s ease;
}

details[open] .faq-question::after{
  transform: translateY(-50%) rotate(-90deg);
}

.faq-answer{
  overflow: hidden;
  padding-top: 20px;
  color: #1d2e51;
  animation: faqSlide 0.3s ease;
}
@media(max-width:768.98px){
  .faq-item {
    margin: 20px !important;
    padding:20px;
  }
}
@keyframes faqSlide{
  from{
    opacity: 0;
    transform: translateY(-5px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

/* pages =======================  */
h1.main-page-title.page-title.h0 {
    font-size: 36px;
}
h2.title.h1 {
    font-size: 36px;
}
.map-section {
    display: none;
}
.media > *:not(.zoom):not(.deferred-media__poster-button), .media model-viewer {
    cursor: auto !important;
}
img.zoomImg {
  display: none !important;
}
.main-product-template .button-2 {
  width: 100%;
  display: block;
}
nav.breadcrumb.text-center {
    display: none !important;
}
/* responsive media ============================================ */

@media(max-width:1024.98px){

.coll-spacing, .styli, .f-coll-spac, .belief-testimonials, .product-faq-section, .pro-rec{
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.image-hover-video {
   padding-top: 0px !important;
}
div#shopify-section-new-footer {
    margin: 30px 0 0 0 !important;
}
.image-with-text__grid--reverse .image-with-text__content {
    padding: 0 20px;
 }
 .belief-testimonials .swiper-slide {
    padding: 15px !important;
 }
 .belief-testimonials p {
    font-size: 16px;
 }
 /* .belief-testimonials .author img {
    width: 80px !important;
    height: 80px !important;
  } */
 .author h4 {
    font-size: 18px;
  }
  .header.page-width {
    padding: 12px !important;
  }
  .product-faq-section.custom-width {
    max-width: 100%;
    width: 100%;
}
  .thumbnail.global-media-settings img {
    width: 70px !important;
    height: 70px !important;
}
/* button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    height: 10px !important;
} */
.product--thumbnail_slider .slider-mobile-gutter:not(.thumbnail-slider) {
    width: 100% !important;
}
.product-recommendations__heading {
    font-size: 30px;
}
}

@media(max-width:749.98px){
  .mobile-facets__open-label {
    font-size: 20px !important;
    color: #1d2e51 !important;
  }
}

@media(max-width:768.98px){
  .image-with-text__grid--reverse .image-with-text__content {
    padding: 20px 0;
  }
  .section.grid-banner-style4 .grid-banner .overlay .grid-banner-inners.banner--content-align-bottom-center {
    padding: 18px !important;
  }
  .section.grid-banner-style4 .grid-banner.custom-grid-style-1 .overlay .grid-banner-inners h2.main-title {
    font-size: 18px !important;
  }
  .styli .title-wrapper-with-link {
    margin-bottom: 0;
  }
  .footer .footer__content-top .footer-block__heading:before {
    display:none;
  }
  .collection-card__title a {
      font-size: 18px !important;
  }
  .hero-content h2, .belief-testimonials h2 {
    font-size: 30px !important;
    letter-spacing: -2px;
  }
  .hero-content {
    padding: 0;
  }
  p, .hero-content p, .image-with-text__text.rte.body, .belief-testimonials p {
    font-size: 16px !important;
    line-height: 1.3 !important;
  }
  .shop-now-btn {
    font-size: 18px !important;
  }
  .image-with-text .page-full-width {
    padding: 0;
  }
  .card-information .price {
    font-size: 16px !important;
    padding-bottom: 0px !important;
  }
  s.price-item.price-item--regular {
    font-size: 14px;
  }
  .belief-testimonials .swiper {
      padding: 20px 10px 50px;
  }
  .card__information {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .card__badge .badge {
    top: 10px !important;
    left: 10px !important;
  }
  .fotter_social_wrapper {
    text-align: left !important;
  }
  .fotter_social_container,.footer-email, .footer-phone {
    justify-content: left !important;
  }
  .footer-block.grid__item {
    margin: 0 !important;
  }
  .image-with-text__grid h2.image-with-text__heading.h2 {
    line-height: 1.2;
    letter-spacing: -2px;
}
.article-template>*:first-child:not(.article-template__hero-container) {
    margin-top: 2rem !important;
}
h1.article-template__title {
      font-size: 26px;
}
.article-template__content {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}
.element-margin-top {
    margin-top: 1rem !important;
}
.article-template__back:last-child {
    margin-bottom: 0.2rem !important;
}
.product__info-as-bottom-tabs {
    margin-top: 0 !important;
} 
.dt-sc-tabs-content h2 {
    font-size: 22px;
}
.dt-sc-tabs-content h3 {
    font-size: 16px;
}
.faq-question {
    font-size: 18px;
}
.jdgm-all-reviews-text>a {
  display: block !important;
}
.product__info-bottom.tabs .summary__title {
    padding: 8px 10px !important;
    border-radius: 5px !important;
}
.breadcrumb a, .breadcrumb span {
    font-size: 14px;
    line-height: 1.5;
}
.card__information {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
    .map-contact-information form#ContactForm>*, .map-contact-information .contact__fields>* {
        margin-top: 1rem !important;
    }
    .multicolumn-card__info p {
    font-size: 12px !important;
}
.map-contact-information .multicolumn-card__info>:nth-child(2) {
    margin-top: 0.2rem;
}
    footer.footer {
    margin-top: 15px !important;
}
.button_product  {
      padding: 8px 23px;
      height: 40px;
}
/* table */
table.a-normal.a-spacing-micro {
    width: 100% !important;
    max-width: 100% !important;
}
.fieldset.js.product-form__input .swatch-group label {
    width: 46% !important;
}
.swatch-group {
    flex-wrap: wrap;
}
.product-form__input input[type=radio]+label {
    font-size: 13px !important;
    margin: 0 10px 10px 0 !important;
}
.product .price .badge {
    font-size: 12px !important;
}
span.price-item.price-item--sale.price-item--last {
  font-size: 16px !important;
}
.price .price-item {
    margin: 0 5px 0 0 !important;
}
}

@media(max-width:525.98px){
  .button-2-text, .button-3-text {
    padding: 12px 12px;
  }
   .grid--peek.slider .grid__item:first-of-type {
    margin-left: 10px;
  }
  .main-product_info .slick-list.draggable {
    height: 224.562px !important;
  }
  /* .belief-testimonials .author img {
      width: 65px !important;
      height: 65px !important;
  } */
  p {
    line-height: 1.5 !important;
  }
  .product__title h1 {
      font-size: 16px !important;
  }
  .product__info-bottom.tabs .summary__title {
    margin-right: 5px !important;
    margin-top: 5px !important;
  }
  .product__info-bottom.tabs .accordion__title {
    font-size:14px !important;
  }
  .product__info-as-bottom-tabs .dt-sc-tabs-content {
    padding: 15px !important;
  }
    div#shopify-section-new-footer {
        margin: 0px 0 0 0 !important;
    }
button.shopify-payment-button__button--unbranded {
      padding: 10px;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded, .product-form__submit, .dt-sc-tabs-content p {
      font-size: 14px !important;
}
h2.faq-title {
  /* margin-bottom: 15px; */
  line-height: 1;
  margin: 0 10px 15px;
}
.faq-question {
    line-height: 1.5;
    font-size: 16px;
}
.faq-answer {
    font-size: 14px;
    line-height: 1.5;
}
h2.title.h2 {
    letter-spacing: -2px;
}
.hero-content p, h2.title.h2 {
      margin-bottom: 15px;
}
.image-with-text__text .rte li {
    line-height: 1.3 !important;
}
.shopify-policy__body {
    margin-bottom: 20px;
}
small.copyright__content {
    display: none;
}
/* tablee */
td.Izz52n.col.col-9-12, td.\+fFi1w.col.col-3-12 {
    /* border: 1px solid; */
    padding: 0 10px;
    font-size: 13px;
    letter-spacing: -1px;
    line-height: 1.2;
}
td.a-span3 {
    padding: 0 10px;
}
span.a-size-base.a-text-bold {
    font-size: 13px;
    letter-spacing: -1px;
    line-height: 1.2;
}
td.a-span9 {
  padding: 0 10px;
}
span.a-size-base.po-break-word,td.a-size-base.prodDetAttrValue, th.a-color-secondary.a-size-base.prodDetSectionEntry {
    font-size: 13px;
    letter-spacing: -1px;
    line-height: 1.2;
}

.f-collection .card-information.new--tag {
    padding-bottom: 0px !important;
}
.jdgm-widget.jdgm-preview-badge {
    margin-bottom: 0px;
}
.card-information.new--tag {
      gap: 1px !important;
}
.swiper-button-next, .swiper-button-prev {
    width: 34px !important;
    height: 34px !important;
}
.collection-card__title a {
    font-size: 14px !important;
}
}
/* tablee */
td.Izz52n.col.col-9-12, td.\+fFi1w.col.col-3-12, td.a-span3, td.a-span9, td.a-size-base.prodDetAttrValue, th.a-color-secondary.a-size-base.prodDetSectionEntry {
    border: 1px solid;
    font-weight: 400;
}
td.Izz52n.col.col-9-12 p {
      margin: 5px 0;
}

table.a-normal.a-spacing-micro {
    width: 50%;
    max-width: 50%;
}
.product__info-as-bottom-tabs .dt-sc-tabs-content h3 {
      margin: 5px 0 !important;
}
h3.MsoNormal {
    padding: 0 10px;
}
table.MsoNormalTable td {
    border: 1px solid;
}
p.MsoNormal {
    margin: 0;
    margin: 0 10px;
}
h2.MsoNormal {
    margin: 10px 0;
}
.cart-item__name {
  font-size: 18px !important;
}
th, td, tr, b {
    color: #1D2E50 !important;
}
textarea#Cart-note {
  border: none;
}
cart-items .title-wrapper-with-link {
    margin: 0;
}
cart-items table.cart-items .cart-item__details>* {
      max-width: 58rem;
}
.dt-sc-tabs-content table, table.MsoNormalTable {
    width: 50% !important;
}
.product-form__input input[type=radio]:checked+label:not(.swatch-variant-color) {
  color: #1D2E50 !important;
  background-color: #dff3cd !important;
}
@media screen and (max-width: 576px) {
  cart-items .cart__contents .cart-items .cart-item__details {
    text-align: left !important;
  }
  #main-cart-items table tr.cart-item {
    align-items: flex-start !important;
  }
  cart-items .cart__contents .cart-item .cart-item__quantity-wrapper {
    display: flex !important;
  }
}

@media(max-width:1024.98px){
  .dt-sc-tabs-content table, table.MsoNormalTable {
    width: 100% !important;
  }
  .cart-item__name {
    font-size: 16px !important;
  }
}
.cart-item__name {
    font-size: 18px !important;
    letter-spacing: normal;
    line-height: 1.2;
    font-weight: 400 !important;
}
.cart__note .text-area {
    border: none !important;
}
.cart-item__price-wrapper>*:only-child:not(.cart-item__discounted-prices) {
    font-size: 18px !important;
}
.product__title h2.h1 {
    font-size: 20px;
    line-height: normal;
}
.product__info-container>*+* {
    margin: 5px 0;
}
div#countdown-bar {
    display: none;
}
div#predictive-search-results {
    background: #fff;
}
@media(max-width:375.98px){
  .f-collection .card__content {
    min-height: 200px !important;
    height: 200px !important;
}
.collection-card__title a {
        font-size: 13px !important;

/* .fieldset.js.product-form__input .swatch-group label {
    width: 46% !important;
}
.swatch-group {
    flex-wrap: wrap;
}
.product-form__input input[type=radio]+label {
    font-size: 9px !important;
    margin: 0 5px 5px 0 !important;
}
.product .price .badge {
    font-size: 12px !important;
}
span.price-item.price-item--sale.price-item--last {
  font-size: 16px !important;
}
.price .price-item {
    margin: 0 5px 0 0 !important;
} */
}
/* 1/6/2026 ===================================================== */

.card-information.new--tag {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
.card-information .price {
    padding-bottom: 0px !important;
}
nav.breadcrumb {
    display: none;
}


/* reels section css ===================================================== */
p.reelUp_modal_product_title {
    font-size: 20px !important;
}
.reelUp_product_description h3.MsoNormal b, .reelUp_product_description h3.MsoNormal, .reelUp_product_description td.a-span3 h3 span, .reelUp_product_description td.a-span9 h3, .reelUp_product_description h3 span {
    font-size: 14px !important;
    color:#1d2e51 !important;
    font-weight:400 !important;
    line-height: 1.3 !important;
}
.reelUp_product_description p, .reelUp_accordion_label, .reelUp_product_description span.a-list-item, .reelUp_product_description div#productDescription h2, .reelUp_product_description h3, .reelUp_product_description h2, .reelUp_product_description div {
   font-size: 14px !important;
   color:#1d2e51 !important;
   font-weight:400 !important;
   line-height: 1.3 !important;
}
.reelUp_accordion_wrapper .reelUp_product_description>* {
  color:#1d2e51 !important;
}
.reelUp_product_description li.MsoNormal {
    line-height: 1.5;
} 
.reelUp_product_description b {
    font-weight: 400;
}
.product__info-as-bottom-tabs .jdgm-rev-widg {
    padding: 10px 16px !important;
}
.product__info-as-bottom-tabs h2.jdgm-rev-widg__title {
    margin-bottom: 5px !important;
}
.product__info-as-bottom-tabs jdgm-widget-actions-wrapper {
    margin: 0 0 10px 0 !important;
}
@media(max-width:1440px){
.f-coll-spac s.price-item.price-item--regular {
    font-size: 13px;
}
.f-coll-spac .card-information .price {
      font-size: 16px;
}
h1.main-page-title.page-title.h0 {
    font-size: 32px;
}
}

/* @media(max-width:575.98px){
  span.jdgm-prev-badge__text {
    font-size: 12px !important;
}
} */
small.copyright__content {
    display: none;
}
.reel-plus-product-content-wrapper {
    background: transparent !important;
}
/* .f-coll-spac .swiper-button-next,
.f-coll-spac .swiper-button-prev {
  display: none !important;
  background: #1D2E51 !important;
} */
/* @media (max-width: 992.98px) {
  .f-coll-spac .swiper-button-next,
  .f-coll-spac .swiper-button-prev {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 10px !important;
  }
} */

@media (max-width: 768px) {
    html:not([data-reelplus-widgets-status="disabled"]) .carousel-widget-container {
        min-height: 200px !important;
    }
}
.card__content .card__information {
      justify-content: space-between !important;
}
}
p.pro-imges {
    display: flex !important;
    flex-wrap: wrap !important;
}
p.pro-imges img {
    width: 50%;
    max-width :calc(50% - 20px);
    margin:10px;
}

@media (max-width:575.98px) {
.product--thumbnail_slider_right .slider-button {
    display: block !important;
}
.product--thumbnail_slider .thumbnail-slider {
    display: none !important;
}
p.pro-imges img {
    width: 100% !important;
    max-width: 100%;
    margin: 0;
}
p.pro-imges {
    gap: 10px !important;
}
}

/* 1/05/2026 =================================== */
@media (max-width:992.98px){
  .card__content .card__information a.full-unstyled-link {
      -webkit-line-clamp: 2 !important;
  }
  a.full-unstyled-link {
    font-size: 14px !important;
    line-height: 1.3 !important;
 }
 }
@media (max-width: 989.98px) and (min-width: 749.98px) {
  .coll-custom .product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 1024.98px) {
  .pro-sec .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--middle.grid__item {
    /* height: 30rem !important; */
            height: fit-content  !important;
  }
}

 /* feature collection  */
 @media(max-width:575.98px){
 .collection .slider--tablet.product-grid {
      scroll-padding-left: 0 !important;
      gap: 15px !important;
  }
 }
.f-collection .slider-button {
    width: 40px !important;
    height: 40px !important;
    background: var(--color-icon) !important;
    border-radius: 10px !important;
    color: #fff !important;
}
.f-collection .slider-button[disabled] .icon {
    color: rgba(var(--color-foreground), .9) !important;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
    .f-collection .slider--tablet.grid--peek.grid--2-col-tablet .grid__item, .f-collection .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
        width: calc(50% - var(--grid-desktop-horizontal-spacing) - 0rem) !important;
    }
}
/* Fix cropping ONLY inside Image-with-text section */
.image-with-text .media img,
.image-with-text__media img {
  object-fit: contain !important;
}

/* Remove forced ratio ONLY for image-with-text */
.image-with-text .media,
.image-with-text__media {
  aspect-ratio: unset !important;
}

/* Let image-with-text resize naturally */
.image-with-text__media-item {
  height: auto !important;
  min-height: auto !important;
}

/* Keep slider & banners safe */
.slideshow .media img,
.banner .media img,
.media img {
  object-fit: cover;
}
/* Dipak Custom CSS start */
/* COLLECTION: show only 1 star */
.jdgm-prev-badge__stars span:nth-child(n+2) {
    display: none !important;
}
/* PRODUCT PAGE: restore all 5 stars */
#shopify-block-AZnZoQUNjNm0xOUg3Q__judge_me_reviews_preview_badge_nCRK9U 
.jdgm-prev-badge__stars span {
    display: inline-block !important;
}
/* Verified check before Judge.me stars */
.jdgm-prev-badge::before {
    content: "✔";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    background:rgb(3, 99, 189);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
}
@media (max-width: 768.98px) {
    s.price-item.price-item--regular {
        font-size: 11px;
    }
}
/* Center price block */
@media (max-width: 768.98px) {

  /* Stack prices vertically & center */
  .price__container {
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
      text-align: center !important;
  }

/* Sale price */
.price-item--sale {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

/* Regular (old) price */
.price-item--regular {
    display: block !important;
    margin-top: 4px;
    font-size: 14px;
    color: #6b7280;
}

/* Remove strike line */
.price-item--regular s {
    text-decoration: none !important;
}

/* Hide duplicate regular price container */
.price__regular {
    display: none !important;
}
.product .price--sold-out .price__badge-sold-out {
    background: none !important;
}
/* Remove bag icon from Buy Now button in product cards */
.card-wrapper .button::after,
.card-wrapper .button::before {
    content: none !important;
    display: none !important;
}















