/** Shopify CDN: Minification failed

Line 8420:0 "@charset" must be the first rule in the file
Line 17954:0 Unexpected "{"
Line 17954:1 Expected identifier but found "%"
Line 17972:0 Unexpected "{"
Line 17972:1 Expected identifier but found "%"
Line 18238:0 Unexpected "{"
Line 18238:1 Expected identifier but found "%"
Line 18253:0 Unexpected "{"
Line 18253:1 Expected identifier but found "%"
Line 19172:0 Unexpected "{"
... and 3 more hidden warnings

**/
@font-face {
  font-family: "NimbusSan-Bold";
  src: url("../assets/NimbusSanL-Bol.ttf") format("truetype");
}
@font-face {
  font-family: "NimbusSan-Reg";
  src: url("../assets/NimbusSanL-Regu.ttf") format("truetype");
}
@font-face {
  font-family: "NimbusSan-Light";
  src: url("../assets/Nimbus-Sans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Lora-Regular";
  /* src: url("https://juicychemistry.com/cdn/shop/t/246/assets/Lora-Regular.ttf?v=105910761604168178221695205196")
    format("truetype"); */
  src: url("../assets/Lora-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Lora-Medium";
  src: url("../assets/Lora-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Lora-Bold";
  src: url("../assets/Lora-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Lora-SemiBold";
  src: url("../assets/Lora-SemiBold.ttf") format("truetype");
}

li.header__primary-nav-item a,
li.header__primary-nav-item summary.h6 {
  font-size: 16px;
  line-height: 17px;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: normal;
}
body {
  background: rgb(var(--page-background));
  font: var(--text-font-style) var(--text-font-weight) var(--text-base) / 1.65
    var(--text-font-family);
  letter-spacing: var(--text-letter-spacing);
  margin: 0;
  position: relative;
}
.heading,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.prose :where(h1, h2, h3, h4, h5, h6) {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: var(--heading-letter-spacing);
  text-transform: var(--heading-text-transform);
  overflow-wrap: anywhere;
}

*,
:before,
:after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  border-color: rgb(var(--border-color));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: black;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  scroll-padding-top: var(--sticky-area-height);
  line-height: 1.5;
}

hr {
  color: inherit;
  border-top-width: 1px;
  height: 0;
}

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: Nimbus;
  font-size: 1em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  text-transform: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

input[type="submit"] {
  cursor: pointer;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

button,
label,
summary,
[role="button"],
[type="checkbox"],
[type="radio"] {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  cursor: pointer;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  list-style-type: none;
}

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

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ul,
ol,
menu {
  margin: 0;
  padding: 0;
}

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

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: rgb(var(--text-color) / 0.65);
}

:disabled {
  cursor: default !important;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  vertical-align: middle;
  display: block;
}

img {
  color: #0000;
  max-width: 100%;
  height: auto;
}

[role="img"] svg {
  display: initial;
}

picture source {
  display: contents;
}

video {
  max-width: 100%;
  height: auto;
}

:focus:not(:focus-visible) {
  outline: none;
}

[hidden] {
  display: none !important;
}

height-observer {
  display: block;
}

.color-scheme {
  background-color: rgb(var(--background));
  background-image: var(--background-gradient);
  color: rgb(var(--text-color));
  border-color: rgb(var(--border-color));
}

.color-scheme--with-image-overlay {
  --border-color: var(--text-color) / 0.6;
}

.color-scheme--with-image-overlay .button--outline {
  --border-color: var(--text-color);
}

.accordion {
  box-sizing: content-box;
}

.accordion {
  border-block-width: 1px;
}

.accordion :is(svg) {
  transition: transform 0.2s;
}

.accordion + .accordion {
  border-block-start-width: 0;
}

.accordion__toggle {
  justify-content: space-between;
  align-items: center;
  column-gap: 0.625rem;
  padding-block: 1.25rem;
  display: flex;
}

.accordion__content {
  margin-block-start: -0.25rem;
  padding-block-end: 1.25rem;
  padding-inline-end: 1.25rem;
}

@media screen and (min-width: 1000px) {
  .accordion__toggle.text-lg {
    padding-block: 1.5rem;
  }

  .accordion--lg .accordion__toggle {
    padding-block: 2rem;
  }

  .accordion--lg .accordion__content {
    margin-block-start: -0.5rem;
  }
}

.accordion-group > * + * > .accordion {
  border-block-start-width: 0;
}

.blog-post-card {
  align-content: start;
  gap: 1.25rem;
  display: grid;
}

.blog-post-card__info {
  justify-items: start;
  row-gap: 1rem;
  display: grid;
}

.blog-post-list {
  --blog-post-list-items-per-row: 1;
  --blog-post-list-column-gap: 1.875rem;
  --blog-post-list-row-gap: var(--section-stack-gap);
  --blog-post-list-card-width: calc(
    100% / var(--blog-post-list-items-per-row) -
      var(--blog-post-list-column-gap) *
      (var(--blog-post-list-items-per-row) - 1) /
      var(--blog-post-list-items-per-row)
  );
  grid: auto / repeat(auto-fit, var(--blog-post-list-card-width));
  align-items: start;
  column-gap: var(--blog-post-list-column-gap);
  row-gap: var(--blog-post-list-row-gap);
  display: grid;
}

.featured-blog-post {
  grid-column: 1 / -1;
  display: none;
}

@media screen and (min-width: 700px) {
  .blog-post-list {
    --blog-post-list-items-per-row: 2;
  }
}

@media screen and (max-width: 999px) {
  .blog-post-list--carousel {
    --blog-post-list-card-width: 40vw;
    grid: auto / auto-flow var(--blog-post-list-card-width);
  }
}

@media screen and (max-width: 699px) {
  .blog-post-list--carousel {
    --blog-post-list-card-width: 74vw;
  }
}

@media screen and (min-width: 1000px) {
  .blog-post-list {
    --blog-post-list-items-per-row: 3;
    --blog-post-list-column-gap: 3.75rem;
  }

  .featured-blog-post {
    display: block;
  }

  .featured-blog-post + .blog-post-card {
    display: none;
  }
}

@media screen and (min-width: 1150px) {
  .blog-post-list {
    --blog-post-list-row-gap: 3.75rem;
  }
}

.shopify-challenge__button,
.shopify-payment-button__button--unbranded {
  all: revert;
}

.button,
.shopify-challenge__button,
.shopify-payment-button__button--unbranded {
   --hover-gradient: linear-gradient(
    rgb(var(--button-background)),
    rgb(var(--button-background))
  );
  --initial-gradient: linear-gradient(#434341,#434341);
  --initial-background-position: var(--transform-origin-end);
  --hover-background-position: var(--transform-origin-start);
  -webkit-appearance: none;
  appearance: none;
  text-transform: var(--button-text-transform);
  font: var(--button-font);
  letter-spacing: var(--button-letter-spacing);
  text-shadow: none;
  text-align: center;
  cursor: pointer;
  color: #fff;
  border: 1px solid rgb(var(--button-outline-color,#434341));
  border-radius: var(--button-border-radius);
  background-color: #00000;
  background-image: var(--initial-gradient), var(--hover-gradient);
  background-size: 100% 100%, 0 100%;
  background-position: var(--initial-background-position);
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  column-gap: 1.125rem;
  padding: 0.65rem 1.75rem;
  transition: background-size 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    background-position 0.45s step-end,
    color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  display: inline-flex;
  position: relative;
}

.button--outline {
  --initial-gradient: linear-gradient(transparent, transparent);
  --hover-gradient: linear-gradient(
    rgb(var(--button-background)),
    rgb(var(--button-background))
  );
  --initial-background-position: var(--transform-origin-start);
  --hover-background-position: var(--transform-origin-end);
  color: rgb(var(--button-background, var(--text-color)));
  border-color: rgb(var(--button-outline-color, var(--border-color)));
}

.button--subdued.button--outline {
  color: rgb(var(--button-background) / 0.65);
  border-color: rgb(var(--border-color));
}

.button--sm {
  font-size: var(--text-xs);
  padding: 0.5rem 0.75rem;
}

@media screen and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .features--button-transition
    :is(
      .button,
      .shopify-challenge__button,
      .shopify-payment-button__button--unbranded
    ):not([disabled]):hover {
    color:#fff;
    background-position: var(--hover-background-position);
    border-color: rgb(var(--button-background));
    background-size: 0 100%, 100% 100%;
  }

  .features--button-transition
    .shopify-payment-button__button--unbranded:not([disabled]):hover {
    background-color: #0000;
  }

  .features--button-transition .button--outline:not([disabled]):hover {
    color: rgb(var(--button-text-color));
  }
}

.button-group {
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.button-group > * {
  margin: 0 !important;
}

.button-group:has(.link):has(.button) {
  column-gap: 1.5rem;
}

@media screen and (min-width: 700px) {
  .button-group {
    gap: 1.25rem;
  }

  .button-group:has(.link):not(:has(.button)) {
    column-gap: 2rem;
  }

  .button-group--same-width {
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    display: grid;
  }
}

.shopify-payment-button__button {
  vertical-align: top;
  width: 100%;
  min-height: calc(1lh + 1.3rem + 2px);
}

.shopify-payment-button__button--branded:focus-within {
  outline: 2px solid Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}

.shopify-payment-button__button--branded [role="button"] {
  border-radius: var(--button-border-radius);
  padding: 0.875rem 1.75rem;
}

.shopify-payment-button__more-options[aria-hidden="true"] {
  display: none;
}

@keyframes animateIconInline {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }

  50% {
    opacity: 0;
    transform: translateX(100%);
  }

  51% {
    opacity: 0;
    transform: translateX(-100%);
  }

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

@keyframes animateIconBlock {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }

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

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

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

.circle-button {
  --circle-button-size: 2.75rem;
  width: var(--circle-button-size);
  height: var(--circle-button-size);
  background: rgb(var(--circle-button-background));
  color: rgb(var(--circle-button-text-color));
  border-radius: var(--rounded-full);
  box-shadow: 0 0.125rem 0.625rem rgb(var(--circle-button-text-color) / 0.15);
  place-items: center;
  display: grid;
}

.circle-button > svg {
  width: 0.75rem;
  color: #000;
}

.circle-button > .icon-zoom {
  width: 0.875rem;
}

@media screen and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .circle-button.hover\:animate-icon-inline:hover svg {
    animation: 0.35s ease-in-out forwards animateIconInline;
  }

  .circle-button.hover\:animate-icon-block:hover svg {
    animation: 0.35s ease-in-out forwards animateIconBlock;
  }
}

.circle-button--sm {
  --circle-button-size: 2.25rem;
}

.circle-button--lg,
.circle-button--xl {
  --circle-button-size: 3.125rem;
}

:is(.circle-button--lg, .circle-button--xl) > svg {
  width: 1rem;
}

@media screen and (min-width: 700px) {
  .circle-button--xl {
    --circle-button-size: 3.5rem;
  }
}

.content-over-media {
  --content-over-media-gap: 1.25rem;
  --content-over-media-calculated-row-gap: var(
    --content-over-media-row-gap,
    var(--content-over-media-gap)
  );
  --content-over-media-calculated-column-gap: var(
    --content-over-media-column-gap,
    var(--content-over-media-gap)
  );
  grid-template: [full-start] 0 [content-start] minmax(0, 1fr) [content-end] 0 [full-end] / [full-start] minmax(
      0,
      1fr
    ) [content-start] minmax(
      0,
      min(
        var(--container-max-width),
        100% -
          var(
            --content-over-media-column-gap,
            var(--content-over-media-gap, var(--container-gutter))
          ) * 2
      )
    ) [content-end] minmax(0, 1fr) [full-end];
  row-gap: var(--content-over-media-calculated-row-gap);
  column-gap: var(--content-over-media-calculated-column-gap);
  min-height: var(--content-over-media-height, auto);
  place-items: center;
  display: grid;
  position: relative;
  overflow: hidden;
}

.content-over-media:before {
  content: "";
  background: var(
    --content-over-media-gradient-overlay,
    rgb(var(--content-over-media-overlay))
  );
  border-radius: inherit;
  z-index: 1;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.content-over-media > picture {
  display: contents;
}

.content-over-media > :is(img, video, iframe, svg, video-media),
.content-over-media > picture img {
  height: var(--content-over-media-height, auto);
  overflow-wrap: anywhere;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  grid-area: full-start / full-start / full-end / full-end;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.content-over-media > :not(img, video, iframe, svg, video-media, picture) {
  max-width: var(--content-over-media-content-max-width, 48rem);
  z-index: 1;
  text-shadow: 0 1px rgb(var(--content-over-media-text-shadow) / 50%);
  grid-area: content-start / content-start / content-end / content-end;
  position: relative;
}

.content-over-media:has(> .prose):not(:has(> .prose .button:last-child)) {
  row-gap: calc(var(--content-over-media-calculated-row-gap) - 0.5rem);
}

@supports (row-gap: 1lh) {
  .content-over-media:has(> .prose):not(:has(> .prose .button:last-child)) {
    row-gap: calc(var(--content-over-media-calculated-row-gap) - 0.5lh);
  }
}

.content-over-media > video-media:not([autoplay]) ~ * {
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.content-over-media > video-media:not([autoplay])[loaded] ~ * {
  opacity: 0;
  visibility: hidden;
}

.content-over-media:has(video-media:not([autoplay])) .play-button {
  transition: transform 0.2s ease-in-out;
}

.content-over-media:has(video-media:not([autoplay])):hover .play-button {
  transform: scale(1.1);
}

.shopify-section:first-child
  [allow-transparent-header]
  > .content-over-media
  > :not(img, video, iframe, svg, video-media, picture) {
  padding-block-start: var(--header-height, 0px);
}

.content-over-media--xs {
  --content-over-media-height: clamp(15rem, 65vw, 25rem);
}

.content-over-media--sm {
  --content-over-media-height: clamp(20rem, 85vw, 32rem);
}

.content-over-media--md {
  --content-over-media-height: clamp(25rem, 100vw, 36rem);
}

.content-over-media--lg {
  --content-over-media-height: clamp(30rem, 125vw, 42rem);
}

.content-over-media--fill {
  --content-over-media-height: calc(100vh - var(--sticky-area-height));
}

.shopify-section:first-child .content-over-media--fill {
  --content-over-media-height: calc(
    100vh - (var(--announcement-bar-height, 0px) + var(--header-height, 0px))
  );
}

.shopify-section:first-child:has([allow-transparent-header])
  .content-over-media--fill {
  --content-over-media-height: calc(
    100vh - (var(--announcement-bar-height, 0px))
  );
}

@supports (height: 100svh) {
  .content-over-media--fill {
    --content-over-media-height: calc(100svh - var(--sticky-area-height));
  }

  .shopify-section:first-child .content-over-media--fill {
    --content-over-media-height: calc(
      100svh - (var(--announcement-bar-height, 0px) + var(--header-height, 0px))
    );
  }

  .shopify-section:first-child:has([allow-transparent-header])
    .content-over-media--fill {
    --content-over-media-height: calc(
      100svh - (var(--announcement-bar-height, 0px))
    );
  }
}

@media screen and (min-width: 700px) {
  .content-over-media {
    --content-over-media-gap: 2rem;
  }
}

@media screen and (min-width: 1000px) {
  .content-over-media {
    --content-over-media-gap: 3rem;
  }
}

.page-dots {
  --dot-size: 0.375rem;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
  display: flex;
}

.page-dots > * {
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: var(--rounded-full);
  place-content: center;
  display: grid;
}

.page-dots > *:after {
  content: "";
  border-radius: inherit;
  opacity: 0.4;
  background: currentColor;
  transition: opacity 0.25s, background 0.25s;
  position: absolute;
  inset: 0;
}

.page-dots > *[aria-current="true"]:after {
  opacity: 1;
}

.page-dots--narrow {
  column-gap: 0.5rem;
}

.page-dots--autoplay > [aria-current="false"]:after,
.page-dots--autoplay > [aria-current="true"] .circular-progress {
  transition-delay: 0.15s;
}

.page-dots--autoplay > [aria-current="true"]:after,
.page-dots--autoplay > [aria-current="false"] .circular-progress {
  opacity: 0;
}

.page-dots--autoplay
  > [aria-current="true"]
  .circular-progress
  circle:last-child {
  animation: animateCircularProgress var(--slideshow-progress-duration) linear
    var(--slideshow-progress-play-state) both;
}

.prev-next-button {
  transition: opacity 15.15s ease-in-out, transform 15.15s ease-in-out,
    visibility 15.15s ease-in-out;
}

.prev-next-button[disabled] {
  opacity: 0;
  visibility: hidden;
}

@media screen and (pointer: fine) {
  .prev-next-button[is="carousel-prev-button"]:hover svg {
    animation-direction: reverse;
  }
}

@media screen and (pointer: fine) {
  .floating-controls-container {
    padding-inline: 4.625rem;
    display: block;
    position: relative;
  }

  .floating-controls-container > .is-scrollable ~ .prev-next-button {
    z-index: 1;
    display: grid;
    position: absolute;
    inset-block-start: calc(50% - 1.5625rem);
  }

  .floating-controls-container > .prev-next-button--prev {
    inset-inline-start: var(--floating-controls-inset-inline, 0);
  }

  .floating-controls-container > .prev-next-button--next {
    inset-inline-end: var(--floating-controls-inset-inline, 0);
  }

  .floating-controls-container--inside {
    --floating-controls-inset-inline: 1.5rem;
    padding-inline: 0;
  }

  .floating-controls-container--on-hover > .prev-next-button {
    opacity: 0;
    transform: translateY(-10px);
  }

  .floating-controls-container--on-hover:hover
    > .prev-next-button:not([disabled]) {
    opacity: 1;
    transform: translateY(0);
  }
}

@media not screen and (pointer: fine) {
}

:where(x-drawer, x-modal, x-popover):not(:defined) {
  display: none;
}

:where(.modal, .drawer, .popover, .header-search) {
  z-index: 999;
  display: none;
  position: relative;
}

:where(.modal, .drawer, .popover, .header-search)::part(overlay) {
  background: rgb(var(--page-overlay));
  min-height: 100vh;
  position: fixed;
  inset: 0;
}

:where(.modal, .drawer, .popover, .header-search)::part(close-button) {
  color: currentColor;
  cursor: pointer;
  background: none;
  border: none;
  place-items: center;
  padding: 0;
  display: grid;
}

:where(.modal, .drawer, .popover, .header-search)::part(close-button) > svg {
  display: block;
}

@media screen and (pointer: fine) {
  :where(.modal, .drawer, .popover, .header-search)::part(close-button) {
    opacity: 0.6;
    transition: all 0.2s ease-in;
  }

  :where(.modal, .drawer, .popover, .header-search)::part(close-button):hover {
    opacity: 1;
  }
}

:where(.modal, .drawer, .popover, .header-search)::part(tap-area) {
  position: relative;
}

:where(.modal, .drawer, .popover, .header-search)::part(tap-area):before {
  content: "";
  position: absolute;
  inset: -0.65rem;
}

.modal {
  --distance-to-bleed: var(--modal-body-padding-inline);
  --modal-header-padding-block: 0.875rem;
  --modal-header-padding-inline: 1.25rem;
  --modal-body-padding-block: 1.25rem;
  --modal-body-padding-inline: 1.25rem;
  --modal-body-max-width: 30rem;
}

.modal::part(base) {
  place-items: end center;
  width: 100%;
  height: 100%;
  display: grid;
  position: fixed;
  inset: 0;
}

.modal::part(content) {
  max-width: var(--modal-body-max-width);
  background-color: rgb(var(--background));
  background-image: var(--background-gradient);
  color: rgb(var(--text-color));
  isolation: isolate;
  width: 100%;
  max-height: 75vh;
  overflow: auto;
}

@supports (height: 100dvh) {
  .modal::part(content) {
    max-height: 85dvh;
  }
}

.modal::part(header) {
  background: inherit;
  border-block-end: 1px solid rgb(var(--border-color));
  text-align: center;
  z-index: 2;
  align-items: center;
  padding-block-start: var(--modal-header-padding-block);
  padding-block-end: var(--modal-header-padding-block);
  padding-inline-start: var(--modal-header-padding-inline);
  padding-inline-end: var(--modal-header-padding-inline);
  display: grid;
  position: sticky;
  inset-block-start: 0;
}

.modal::part(close-button) {
  position: absolute;
  inset-inline-end: var(--modal-header-padding-inline);
}

.modal::part(body) {
  padding-block-start: var(--modal-body-padding-block);
  padding-block-end: var(--modal-body-padding-block);
  padding-inline-start: var(--modal-body-padding-inline);
  padding-inline-end: var(--modal-body-padding-inline);
}

@media screen and (min-width: 700px) {
  .modal {
    --modal-header-padding-block: 1.125rem;
    --modal-header-padding-inline: 2rem;
    --modal-body-padding-block: 2rem;
    --modal-body-padding-inline: 2rem;
  }

  .modal::part(base) {
    place-items: center;
  }

  .modal--lg {
    --modal-body-max-width: 45rem;
  }
}

.drawer {
  --distance-to-bleed: var(--drawer-body-padding-inline);
  --drawer-header-padding-block: 1rem;
  --drawer-header-padding-inline: 1.25rem;
  --drawer-body-padding-block: 1.25rem;
  --drawer-body-padding-inline: 1.25rem;
  --drawer-footer-padding-block: 1rem;
  --drawer-footer-padding-inline: 1.25rem;
  --drawer-max-width: min(92vw, 28.125rem);
}

.drawer::part(base) {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
}

.drawer::part(content) {
  max-width: var(--drawer-max-width);
  background-color: rgb(var(--background));
  background-image: var(--background-gradient);
  color: rgb(var(--text-color));
  grid-auto-rows: auto minmax(0, 1fr) auto;
  align-content: start;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.drawer::part(header) {
  min-height: min(var(--header-height), 5rem);
  border-block-end: 1px solid rgb(var(--border-color));
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  column-gap: 1rem;
  padding-block-start: var(--drawer-header-padding-block);
  padding-block-end: var(--drawer-header-padding-block);
  padding-inline-start: var(--drawer-header-padding-inline);
  padding-inline-end: var(--drawer-header-padding-inline);
  display: flex;
}

.drawer::part(body) {
  overscroll-behavior-y: contain;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  padding-block-start: var(--drawer-body-padding-block);
  padding-block-end: var(--drawer-body-padding-block);
  padding-inline-start: var(--drawer-body-padding-inline);
  padding-inline-end: var(--drawer-body-padding-inline);
  display: grid;
  overflow-x: hidden;
  overflow-y: auto;
}

.drawer::part(footer) {
  background-color: rgb(var(--background));
  background-image: var(--background-gradient);
  border-block-start: 1px solid rgb(var(--border-color));
  padding-block-start: var(--drawer-footer-padding-block);
  padding-block-end: var(--drawer-footer-padding-block);
  padding-inline-start: var(--drawer-footer-padding-inline);
  padding-inline-end: var(--drawer-footer-padding-inline);
}

.drawer--sm {
  --drawer-max-width: min(92vw, 25rem);
}

.drawer--center-body::part(body) {
  align-self: center;
}

@media screen and (min-width: 1000px) {
  .drawer {
    --drawer-header-padding-block: 1.125rem;
    --drawer-header-padding-inline: 2rem;
    --drawer-body-padding-block: 2rem;
    --drawer-body-padding-inline: 2rem;
    --drawer-footer-padding-block: 2rem;
    --drawer-footer-padding-inline: 2rem;
  }
}

.popover {
  --distance-to-bleed: var(--popover-body-padding-inline);
  --popover-header-padding-block: 0.875rem;
  --popover-header-padding-inline: 1.25rem;
  --popover-body-padding-block: 1.25rem;
  --popover-body-padding-inline: 1.25rem;
  --distance-to-bleed: var(--popover-body-padding-inline);
}

.popover::part(content) {
  background: rgb(var(--background));
  color: rgb(var(--text-color));
  isolation: isolate;
  width: 100%;
  max-height: 75vh;
  overflow: auto;
}

@supports (height: 100dvh) {
  .popover::part(content) {
    max-height: 85dvh;
  }
}

.popover::part(header) {
  background: inherit;
  border-block-end: 1px solid rgb(var(--border-color));
  text-align: center;
  z-index: 2;
  align-items: center;
  padding-block-start: var(--popover-header-padding-block);
  padding-block-end: var(--popover-header-padding-block);
  padding-inline-start: var(--popover-header-padding-inline);
  padding-inline-end: var(--popover-header-padding-inline);
  display: grid;
  position: sticky;
  inset-block-start: 0;
}

.popover::part(close-button) {
  position: absolute;
  inset-inline-end: var(--popover-header-padding-inline);
}

.popover::part(body) {
  padding-block-start: var(--popover-body-padding-block);
  padding-block-end: var(--popover-body-padding-block);
  padding-inline-start: var(--popover-body-padding-inline);
  padding-inline-end: var(--popover-body-padding-inline);
}

.popover__value-list {
  text-align: center;
  justify-items: center;
  gap: 0.75rem;
  display: grid;
}

.popover__value-list > * {
  text-align: inherit;
  color: rgb(var(--text-color) / 0.65);
  width: 100%;
  transition: color 0.2s ease-in-out;
}

.popover__value-list > *[aria-selected="true"],
.popover__value-list > *:hover {
  color: rgb(var(--text-color));
}

@media screen and (max-width: 999px) {
  .popover::part(base) {
    place-items: end center;
    width: 100%;
    height: 100%;
    display: grid;
    position: fixed;
    inset: 0;
  }
}

@media screen and (min-width: 1000px) {
  .popover {
    --popover-block-offset: 0.75rem;
    position: absolute;
  }

  .popover::part(content) {
    border: 1px solid rgb(var(--border-color));
    box-shadow: 2px 2px 6px rgb(var(--text-color) / 0.05);
    width: max-content;
    max-width: 14.75rem;
    max-height: min(60vh, 25rem);
  }

  .popover::part(overlay),
  .popover::part(header) {
    display: none;
  }

  .popover__value-list {
    text-align: start;
    justify-items: start;
  }

  .popover:has(.popover__value-list)::part(body) {
    padding-inline-end: 2.5rem;
  }

  .popover--top-start {
    inset-block-end: calc(100% + var(--popover-block-offset));
    inset-inline-start: 0;
  }

  .popover--top-end {
    inset-block-end: calc(100% + var(--popover-block-offset));
    inset-inline-end: 0;
  }

  .popover--bottom-start {
    inset-block-start: calc(100% + var(--popover-block-offset));
    inset-inline-start: 0;
  }

  .popover--bottom-end {
    inset-block-start: calc(100% + var(--popover-block-offset));
    inset-inline-end: 0;
  }
}

.pop-in {
  z-index: 10;
  padding: 2rem;
  display: none;
  position: fixed;
  inset-block-end: 1rem;
  inset-inline: 1rem;
}

.pop-in__close-button {
  inset-block-start: 1.25rem;
  inset-inline-end: 1.25rem;
  position: absolute !important;
}

@media screen and (min-width: 700px) {
  .pop-in {
    inset-block-end: 2rem;
    inset-inline: 2rem;
  }
}

.banner {
  font-size: var(--text-base);
  color: rgb(var(--banner-color));
  background: rgb(var(--banner-background));
  text-shadow: none;
  padding: 0.625rem 1.25rem;
}

.banner:has(.banner__text-with-button) {
  padding-block: 1.25rem;
}

.banner--error {
  --banner-background: var(--error-background);
  --banner-color: var(--error-text);
  --button-background: var(--error-text);
  --button-text-color: var(--error-background);
}

.banner--success {
  --banner-background: var(--success-background);
  --banner-color: var(--success-text);
  --button-background: var(--success-text);
  --button-text-color: var(--success-background);
}

.banner--warning {
  --banner-background: var(--warning-background);
  --banner-color: var(--warning-text);
  --button-background: var(--warning-text);
  --button-text-color: var(--warning-background);
}

.banner__text-with-button {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem 1.5rem;
  display: flex;
}

.form {
  align-content: start;
  row-gap: var(--form-gap);
  display: grid;
}

.form-row {
  gap: var(--fieldset-gap);
  flex-wrap: wrap;
  display: flex;
}

.form-row > .form-control {
  flex: 1 0 var(--fieldset-row-control-width, 14rem);
}

.form-row > button {
  flex-grow: 1;
}

.fieldset {
  gap: var(--fieldset-gap);
  display: grid;
}

.fieldset-row {
  gap: inherit;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  display: grid;
}

.form-control {
  gap: var(--form-control-gap);
  display: grid;
  position: relative;
}

.form-control > label {
  justify-self: start;
}

.form-control__max-characters-count {
  margin-block-start: -0.375rem;
}

.checkbox-control {
  align-items: flex-start;
  column-gap: var(--checkbox-control-gap);
  text-align: start;
  display: flex;
  position: relative;
}

.input,
.textarea,
.select {
  -webkit-appearance: none;
  appearance: none;
  padding: var(--input-padding-block) var(--input-padding-inline);
  border-radius: var(--input-border-radius);
  background: rgb(var(--input-background, transparent));
  color: rgb(var(--input-text-color, var(--text-color)));
  text-align: start;
  border-width: 1px;
  width: 100%;
  transition: border-color 0.1s ease-in-out;
}

:is(.input, .textarea, .select)::placeholder {
  color: rgb(var(--input-text-color, var(--text-color)) / 0.6);
}

:is(.input:focus, .textarea:focus, .select:focus-visible) {
  border-color: currentColor;
  outline: none;
}

.select {
  box-shadow: 0 1px 3px rgb(var(--text-color) / 0.08);
}

.select:required:invalid {
  color: rgb(var(--input-text-color, var(--text-color)) / 0.6);
}

.select ~ svg,
.select > svg {
  transition: transform 0.2s;
  position: absolute;
  inset-block-start: calc(50% - 3.5px);
  inset-inline-end: calc(var(--input-padding-inline) + 1px);
}

.select[aria-expanded="true"] > svg {
  transform: rotateZ(180deg);
}

.form-control:has(.select):before {
  content: "";
  width: calc(var(--input-padding-inline) * 2 + 35px);
  background-image: linear-gradient(
    to var(--transform-origin-start),
    rgb(var(--background)) calc(var(--input-padding-inline) + 20px),
    rgb(var(--background) / 0)
  );
  pointer-events: none;
  height: calc(100% - 2px);
  position: absolute;
  inset-block-start: 1px;
  inset-inline-end: 1px;
}

.form-control:has(.select):not(
    :lang(ae),
    :lang(ar),
    :lang(arc),
    :lang(bcc),
    :lang(bqi),
    :lang(ckb),
    :lang(dv),
    :lang(fa),
    :lang(glk),
    :lang(he),
    :lang(ku),
    :lang(mzn),
    :lang(nqo),
    :lang(pnb),
    :lang(ps),
    :lang(sd),
    :lang(ug),
    :lang(ur),
    :lang(yi)
  ):before {
  border-top-right-radius: var(--input-border-radius);
  border-bottom-right-radius: var(--input-border-radius);
}

.form-control:has(.select):is(
    :lang(ae),
    :lang(ar),
    :lang(arc),
    :lang(bcc),
    :lang(bqi),
    :lang(ckb),
    :lang(dv),
    :lang(fa),
    :lang(glk),
    :lang(he),
    :lang(ku),
    :lang(mzn),
    :lang(nqo),
    :lang(pnb),
    :lang(ps),
    :lang(sd),
    :lang(ug),
    :lang(ur),
    :lang(yi)
  ):before {
  border-top-left-radius: var(--input-border-radius);
  border-bottom-left-radius: var(--input-border-radius);
}

.floating-label {
  z-index: 1;
  background: rgb(var(--background));
  color: rgb(var(--input-text-color, var(--text-color)) / 0.6);
  opacity: 0;
  pointer-events: none;
  padding: 0 0.25rem;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  position: absolute;
  inset-block-start: calc(-1 * var(--input-padding-block) + 1px);
  inset-inline-start: calc(var(--input-padding-inline) - 0.25rem + 1px);
  transform: translateY(3px);
}

:-webkit-autofill ~ .floating-label {
  color: #000;
}

:-webkit-any(
    :-webkit-any(.input, .textarea):not(:placeholder-shown) ~ .floating-label,
    :-webkit-any(.input, .textarea, .select):-webkit-autofill ~ .floating-label,
    .select:valid ~ .floating-label
  ) {
  opacity: 1;
  transform: translateY(0);
}

:is(
    :is(.input, .textarea):not(:placeholder-shown) ~ .floating-label,
    :is(.input, .textarea, .select):autofill ~ .floating-label,
    .select:valid ~ .floating-label
  ) {
  opacity: 1;
  transform: translateY(0);
}

.input-suffix {
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  position: absolute;
  inset-block-start: var(--input-padding-block);
  inset-inline-end: var(--input-padding-inline);
}

.form-control:has(:focus-within) + .input-suffix.hide-on-focus {
  opacity: 0;
  visibility: hidden;
}

.checkbox {
  --checkbox-baseline-distance: calc(1em * 1.6);
  --checkbox-offset: calc(
    (var(--checkbox-baseline-distance) - var(--checkbox-size)) / 2
  );
  -webkit-appearance: none;
  appearance: none;
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  border-width: 1px;
  border-color: rgb(var(--text-color) / 0.8);
  background: var(--checkmark-svg-url) no-repeat center / 0;
  border-radius: 2px;
  flex-shrink: 0;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  position: relative;
  inset-block-start: var(--checkbox-offset);
}

@supports (width: 1lh) {
  .checkbox {
    inset-block-start: calc(0.5lh - var(--checkbox-size) / 2);
  }
}

.checkbox:checked {
  background-color: rgb(var(--accent));
  border-color: rgb(var(--accent));
  background-size: 10px 8px;
}

.checkbox:checked ~ label {
  opacity: 1;
}

.checkbox:disabled,
.checkbox:disabled ~ label {
  opacity: 0.5;
  cursor: default;
}

.checkbox:not(:disabled, :checked) ~ label {
  opacity: 0.7;
}

.checkbox ~ label {
  transition: all 0.2s ease-in-out;
}

.dot-checkbox {
  -webkit-appearance: none;
  appearance: none;
  background: rgb(var(--text-color));
  opacity: 0;
  pointer-events: none;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  transition: opacity 0.2s;
  display: block;
  position: absolute;
  inset-block-start: calc(0.5em + 1.5px);
}

.dot-checkbox ~ label {
  opacity: 0.65;
  transition: opacity 0.2s, transform 0.2s;
  position: relative;
}

.dot-checkbox ~ label:hover {
  opacity: 1;
}

.dot-checkbox:checked {
  opacity: 1;
}

.dot-checkbox:checked ~ label {
  opacity: 1;
  transform: translateX(1.125rem);
}

.switch {
  --switch-height: 1rem;
  --switch-width: 2.25rem;
  --switch-padding: 0.1875rem;
  --switch-toggle-size: 0.625rem;
  -webkit-appearance: none;
  appearance: none;
  height: var(--switch-height);
  width: var(--switch-width);
  padding: var(--switch-padding);
  border-radius: var(--rounded-full);
  background: rgb(var(--text-color) / 0.2);
  align-self: center;
  transition: background 0.2s ease-in-out;
  display: grid;
}

.switch:after {
  content: "";
  width: var(--switch-toggle-size);
  height: var(--switch-toggle-size);
  background: rgb(var(--background));
  border-radius: var(--rounded-full);
  transition: transform 0.2s ease-in-out;
  box-shadow: 0 1px 1px #0003;
}

.switch:checked {
  background: rgb(var(--accent));
}

.switch:checked:after {
  transform: translateX(
    calc(
      var(--transform-logical-flip) *
        (
          var(--switch-width) - var(--switch-toggle-size) -
            var(--switch-padding) * 2
        )
    )
  );
}

.shopify-section:not(:first-child) .bordered-section {
  border-block-start-width: 1px;
}

.shopify-section:not(:has(.section-spacing)) + .shopify-section {
  border-block-start-width: 0;
}

.container {
  --distance-to-bleed: max(
    var(--container-gutter),
    50% - var(--container-max-width) / 2
  );
  margin-inline-start: max(
    var(--container-gutter),
    50% - var(--container-max-width) / 2
  );
  margin-inline-end: max(
    var(--container-gutter),
    50% - var(--container-max-width) / 2
  );
}

.container--xxs {
  --container-max-width: var(--container-xxs-max-width);
}

.container--xs {
  --container-max-width: var(--container-xs-max-width);
}

.container--sm {
  --container-max-width: var(--container-sm-max-width);
}

.container--md {
  --container-max-width: var(--container-md-max-width);
}

.container--lg {
  --container-max-width: var(--container-lg-max-width);
}

.container--xl {
  --container-max-width: var(--container-xl-max-width);
}

.section-spacing {
  padding-block-start: calc(
    var(--section-vertical-spacing-override, var(--section-vertical-spacing)) +
      var(--section-vertical-spacing-block-start-compensation, 0px)
  );
  padding-block-end: var(
    --section-vertical-spacing-override,
    var(--section-vertical-spacing)
  );
}

.shopify-section:has(.section-spacing) {
  scroll-margin-block-start: var(--sticky-area-height);
}

.section-spacing--tight {
  --section-vertical-spacing: var(--section-vertical-spacing-tight);
  --section-stack-gap: var(--section-stack-gap-tight);
}

.shopify-section:empty {
  display: none;
}

.section-stack {
  gap: var(--section-stack-gap);
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.section-header {
  max-width: min(var(--container-xs-max-width), 100%);
  margin-inline-start: var(--container-gutter);
  margin-inline-end: var(--container-gutter);
}

.container .section-header {
  margin-inline: 0;
}

.v-stack {
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  display: grid;
}

.h-stack {
  align-items: center;
  display: flex;
}

.bleed,
.full-bleed {
  margin-inline-start: calc(-1 * var(--distance-to-bleed));
  margin-inline-end: calc(-1 * var(--distance-to-bleed));
}

.bleed {
  scroll-padding-inline: var(--distance-to-bleed);
  padding-inline-start: var(--distance-to-bleed);
  padding-inline-end: var(--distance-to-bleed);
}

@media screen and (min-width: 700px) {
  .sm\:unbleed {
    margin-inline: 0;
    padding-inline: 0;
    scroll-padding-inline: 0;
  }
}

@media screen and (min-width: 1000px) {
  .md\:unbleed {
    margin-inline: 0;
    padding-inline: 0;
    scroll-padding-inline: 0;
  }
}

@media screen and (min-width: 1150px) {
  .lg\:unbleed {
    margin-inline: 0;
    padding-inline: 0;
    scroll-padding-inline: 0;
  }
}

.empty-state {
  text-align: center;
  place-content: center;
  margin-block: 6.25rem;
  display: grid;
}

@media screen and (min-width: 1000px) {
  .empty-state {
    margin-block: 12.5rem;
  }
}

@media screen and (min-width: 1400px) {
  .empty-state {
    margin-block: 15.625rem;
  }
}

/* .shopify-section--announcement-bar,
.shopify-section--header {
  transform: translateY(
    calc(
      ((var(--announcement-bar-height, 0px) + var(--header-height, 0px)) * -1) *
        var(--hide-header-group, 0)
    )
  );
  transition: transform 0.25s ease-in-out;
} */

video-media,
model-media {
  border-radius: inherit;
  aspect-ratio: var(--aspect-ratio, var(--default-aspect-ratio));
  width: 100%;
  display: block;
  position: relative;
  container: media / inline-size;
}

@supports not (aspect-ratio: 1) {
  :is(video-media, model-media):before {
    content: "";
    padding-block-end: calc(
      100% / (var(--aspect-ratio, var(--default-aspect-ratio)))
    );
    display: block;
  }

  :is(video-media, model-media) > * {
    height: 100%;
    top: 0;
    left: 0;
    position: absolute !important;
  }
}

@container media (width >= 32rem) {
  :is(video-media, model-media)::part(play-button) {
    width: 4rem;
    height: 4rem;
  }
}

video-media {
  --default-aspect-ratio: 16 / 9;
}

video-media[host] {
  align-items: center;
  display: grid;
}

video-media[show-play-button]:not([loaded]),
video-media:not([autoplay]) {
  cursor: pointer;
}

video-media > :is(video, iframe, img) {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease-in-out;
}

video-media > video[controls] {
  pointer-events: auto;
}

video-media > :-webkit-any(video:not(:-webkit-full-screen), img) {
  object-fit: cover;
  object-position: center;
  margin: 0 !important;
}

video-media > :is(video:not(:fullscreen), img) {
  object-fit: cover;
  object-position: center;
  margin: 0 !important;
}

video-media > :is(iframe, img) {
  position: absolute;
  inset: 0;
}

video-media:not([loaded]) > :is(video, iframe),
video-media[loaded] > img,
video-media[loaded]::part(play-button) {
  opacity: 0;
  pointer-events: none;
}

video-media[suspended] ~ * {
  pointer-events: none;
}

video-media::part(play-button) {
  z-index: 1;
  will-change: scale;
  transition: scale 0.2s ease-in-out, opacity 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

video-media:hover::part(play-button) {
  scale: 1.1;
}

model-media {
  --default-aspect-ratio: 1;
}

model-media model-viewer,
model-media .shopify-model-viewer-ui {
  vertical-align: top;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 699px) {
  .order-summary__header,
  .order-summary__body td:nth-child(n + 2),
  .order-summary__footer td:first-child {
    display: none;
  }

  .order-summary__body tr:last-child td {
    border-block-end-width: 1px;
  }

  .order-summary__body tr:last-child td {
    padding-block-end: calc(var(--table-cell-padding-block) * 2);
  }
  .line-item-info a.h6 {
    font-size: 16px;
    color: #000;
  }
  .line-item-info .v-stack p.smallcaps {
    font-size: 12px;
  }
}

@media screen and (min-width: 700px) {
  .order-summary .line-item-info {
    max-width: 500px;
  }
}

.line-item {
  --line-item-media-width: 4.375rem;
  align-items: center;
  column-gap: 1.5rem;
  display: flex;
}

.line-item__media {
  width: var(--line-item-media-width);
  flex-shrink: 0;
}

@media screen and (min-width: 700px) {
  .line-item {
    --line-item-media-width: 7.5rem;
  }
}

.discount-badge {
  background: rgb(var(--on-sale-badge-background));
  color: rgb(var(--on-sale-badge-text));
  align-items: center;
  column-gap: 0.5rem;
  padding: 0.125rem 0.5rem;
  display: flex;
}

.shipping-estimator__form {
  gap: var(--fieldset-gap);
  display: grid;
}

@media screen and (min-width: 700px) {
  .shipping-estimator__form {
    flex-wrap: wrap;
    display: flex;
  }

  .shipping-estimator__form .select {
    max-width: 15rem;
  }
}

.pagination {
  border-block-end-width: 1px;
  grid-auto-rows: minmax(0, 2.8125rem);
  grid-auto-columns: minmax(0, 2.625rem);
  grid-auto-flow: column;
  justify-self: center;
  display: inline-grid;
}

.pagination__link {
  place-content: center;
  display: grid;
  position: relative;
}

.pagination__link[aria-current="page"] {
  box-shadow: 0 1px, inset 0 -2px;
}

@media screen and (min-width: 700px) {
  .pagination {
    grid-auto-columns: minmax(0, 3.75rem);
  }
}

.pswp {
  --pswp-bg: var(--background);
  --pswp-root-z-index: 100000;
  z-index: var(--pswp-root-z-index);
  touch-action: none;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: #0000;
  outline: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.pswp:focus {
  outline: 0;
}

.pswp--open {
  display: block;
}

.pswp img {
  max-width: none;
}

.pswp,
.pswp__bg {
  will-change: opacity;
  transform: translateZ(0);
}

.pswp__bg {
  opacity: 0.005;
  background: rgb(var(--pswp-bg));
}

.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__img,
.pswp__zoom-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: grabbing;
}

.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: zoom-out;
}

.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  user-select: none;
}

.pswp__item {
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  z-index: 10;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.22, 1),
    transform 0.3s cubic-bezier(0.4, 0, 0.22, 1);
  transform: translateY(15px);
}

.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.3s;
  transform: translateY(0);
}

.pswp__top-bar {
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 0.75rem;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  pointer-events: none !important;
}

.pswp__top-bar > .circle-button {
  pointer-events: auto;
  transition: transform 0.2s ease-in-out;
}

@media screen and (pointer: fine) {
  .pswp__top-bar > .circle-button:hover {
    transform: scale(1.1);
  }
}

.pswp__preloader {
  display: none;
}

@media screen and (min-width: 700px) {
  .pswp__top-bar {
    column-gap: 1.125rem;
  }
}

.range {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  width: 100%;
}

.range::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.range::-webkit-slider-thumb {
  background: rgb(var(--text-color));
  cursor: pointer;
  z-index: 1;
  box-shadow: none;
  border-radius: 100%;
  width: 0.625rem;
  height: 0.625rem;
  margin-block-start: -0.25rem;
  position: relative;
}

.range::-webkit-slider-runnable-track {
  cursor: pointer;
  background: rgb(var(--text-color) / 0.12);
  border: none;
  border-radius: 2px;
  width: 100%;
  height: 2px;
}

.range::-moz-range-thumb {
  background: rgb(var(--text-color));
  cursor: pointer;
  border: none;
  border-radius: 100%;
  width: 0.625rem;
  height: 0.625rem;
}

.range::-moz-range-progress {
  cursor: pointer;
  border: none;
  border-radius: 2px;
  width: 100%;
  height: 2px;
}

.range::-moz-range-track {
  cursor: pointer;
  border: none;
  border-radius: 2px;
  width: 100%;
  height: 2px;
}

.range::-moz-range-progress {
  background-color: rgba(var(--text-color));
}

.range::-moz-range-track {
  background-color: rgb(var(--border-color));
}

@media not screen and (pointer: fine) {
  .range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-block-start: -0.4375rem;
  }

  .range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
  }
}

.range-group {
  background: linear-gradient(
    to var(--transform-origin-end),
    rgb(var(--text-color) / 0.12) var(--range-min),
    rgb(var(--text-color)) var(--range-min),
    rgb(var(--text-color)) var(--range-max),
    rgb(var(--text-color) / 0.12) var(--range-max)
  );
  border-radius: 2px;
  height: 2px;
}

.range-group .range {
  pointer-events: none;
  vertical-align: top;
  height: 2px;
}

.range-group .range::-webkit-slider-runnable-track {
  background: none;
}

.range-group .range::-webkit-slider-thumb {
  pointer-events: auto;
}

.range-group .range::-moz-range-progress {
  background: none;
}

.range-group .range::-moz-range-track {
  background: none;
}

.range-group .range::-moz-range-thumb {
  pointer-events: auto;
}

.range-group .range:last-child {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
}

.input-group {
  align-items: center;
  column-gap: 0.75rem;
  display: flex;
}

.input-prefix {
  border-radius: min(0.625rem, var(--button-border-radius));
  border: 1px solid rgb(var(--text-color) / 0.12);
  flex: 1 0 0;
  justify-content: space-between;
  align-items: center;
  min-width: 0;
  padding: 0.4375rem;
  display: flex;
}

.input-prefix:focus-within {
  border-color: rgb(var(--text-color));
  box-shadow: inset 0 0 0 1px rgb(var(--text-color));
}

.input-prefix > .field {
  -webkit-appearance: textfield;
  appearance: textfield;
  text-align: end;
  background: none;
  border: none;
  width: 100%;
  min-width: 0;
  margin-inline-start: 0.625rem;
  padding: 0;
}

.input-prefix > .field:focus {
  outline: none;
}

.input-prefix > .field::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.input-prefix > .field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.price-range {
  padding-block-start: 0.25rem;
  display: block;
}

.price-range > .range-group {
  margin-block-end: 1.125rem;
  position: relative;
}

@media not screen and (pointer: fine) {
  .price-range {
    padding-block-start: 0.625rem;
  }
}

.product-card {
  scroll-snap-align: start;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  gap: 1.25rem;
  display: grid;
  position: relative;
}

.product-card__figure {
  position: relative;
}

.product-card__figure > .badge-list {
  z-index: 1;
  position: absolute;
  inset-block-start: 0.25rem;
  inset-inline-start: 0.25rem;
}

.product-card__media {
  isolation: isolate;
  display: block;
}

.product-card__image {
  object-fit: contain;
  object-position: center;
  margin-inline: auto;
  transition: opacity 0.1s ease-in-out;
}

.product-card__image--secondary {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
}

.product-card__quick-add-button {
  background: rgb(var(--circle-button-background));
  color: rgb(var(--circle-button-text-color));
  z-index: 1;
  padding: 0.625rem;
  position: absolute;
  inset-block-end: 0.5rem;
  inset-inline-end: 0.5rem;
}

@media screen and (pointer: fine) {
  .product-card__quick-add-button {
    opacity: 0;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    transform: translateY(5px);
  }

  .product-card__quick-add-button :is(svg) {
    transition: transform 0.2s ease-in-out;
  }

  .product-card__quick-add-button:hover svg {
    transform: rotateZ(90deg);
  }

  .product-card:hover .product-card__quick-add-button {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-card__info {
  text-align: center;
  align-content: start;
  justify-items: center;
  gap: 0.75rem;
  display: grid;
}

.product-card__info :is(.price-list, .rating-badge) {
  justify-content: center;
}

.product-card__info .color-swatch {
  --swatch-size: 1.375rem;
}

@media screen and (pointer: fine) {
  .product-card__image--secondary {
    opacity: 0;
    mix-blend-mode: plus-lighter;
    display: block;
  }

  .product-card__figure:has(.product-card__image--secondary):hover
    > .product-card__media
    .product-card__image--primary {
    opacity: 0;
  }

  .product-card__figure:has(.product-card__image--secondary):hover
    > .product-card__media
    .product-card__image--secondary {
    opacity: 1;
  }
}

@media screen and (min-width: 700px) {
  .product-card__figure > .badge-list {
    inset-block-start: 0.5rem;
    inset-inline-start: 0.5rem;
  }
}

.horizontal-product-card {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  align-items: center;
  column-gap: 1.5rem;
  display: flex;
  position: relative;
  container: horizontal-product-card / inline-size;
}

.horizontal-product-card__figure {
  flex-shrink: 0;
  width: 6.25rem;
}

.horizontal-product-card__info {
  flex-grow: 1;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: auto;
  justify-items: start;
  gap: 0.625rem;
  display: grid;
}

.\@large\:horizontal-product-card__button {
  display: none;
}

@media screen and (min-width: 700px) {
  .horizontal-product-card {
    column-gap: 2rem;
  }
}

@container horizontal-product-card (width >= 450px) {
  .horizontal-product-card__info {
    grid-auto-flow: column;
    align-items: center;
  }

  .\@narrow\:horizontal-product-card__button {
    display: none;
  }

  .\@large\:horizontal-product-card__button {
    display: block;
  }
}

.product-list {
  --product-list-max-items-per-row-allowed: 2;
  --product-list-calculated-items-per-row: min(
    var(--product-list-max-items-per-row-allowed),
    var(--product-list-items-per-row)
  );
  --product-list-default-row-gap: 2.1875rem;
  --product-list-default-column-gap: 0.625rem;
  --product-list-calculated-row-gap: clamp(
    var(--section-vertical-spacing) / 4,
    var(--product-list-default-row-gap) *
      var(--product-list-vertical-spacing-factor, 1),
    var(--section-vertical-spacing) * 2
  );
  --product-list-calculated-column-gap: clamp(
    var(--container-gutter) / 4,
    var(--product-list-default-column-gap) *
      var(--product-list-horizontal-spacing-factor, 1),
    var(--container-gutter) * 2
  );
  --product-list-card-width: calc(
    100% / var(--product-list-calculated-items-per-row) -
      var(--product-list-calculated-column-gap, 0px) *
      (var(--product-list-calculated-items-per-row) - 1) /
      var(--product-list-calculated-items-per-row)
  );
  grid: auto / repeat(auto-fit, var(--product-list-card-width));
  align-items: start;
  column-gap: var(--product-list-calculated-column-gap);
  row-gap: var(--product-list-calculated-row-gap);
  display: grid;
}

.product-list--carousel {
  --product-list-default-column-gap: 1.25rem;
  grid: auto / auto-flow var(--product-list-card-width);
  justify-content: safe start;
}

@media screen and (max-width: 699px) {
  .product-list:not(.product-list--carousel) {
    margin-inline: -0.625rem;
  }

  .product-list--carousel {
    --product-list-card-width: min(300px, 65%);
  }
}

@media screen and (min-width: 700px) {
  .product-list {
    --product-list-max-items-per-row-allowed: 3;
    --product-list-default-row-gap: 3rem;
    --product-list-default-column-gap: 1.5rem;
  }

  .product-list--compact {
    --product-list-max-items-per-row-allowed: 4;
  }
}

@media screen and (min-width: 1000px) {
  .product-list {
    --product-list-max-items-per-row-allowed: 4;
    --product-list-default-row-gap: 4rem;
    --product-list-default-column-gap: 3rem;
  }

  .product-list--compact {
    --product-list-max-items-per-row-allowed: 5;
  }

  .product-list--carousel {
    scroll-snap-type: x mandatory;
  }
}

@media screen and (min-width: 1150px) {
  .product-list {
    --product-list-max-items-per-row-allowed: var(--product-list-items-per-row);
  }
}

@media screen and (min-width: 1400px) {
  .product-list {
    --product-list-default-row-gap: 4rem;
    --product-list-default-column-gap: 3.75rem;
  }
}

.quick-buy-modal {
  --modal-body-max-width: 55.625rem;
}

.quick-buy-modal::part(content) {
  position: relative;
}

.quick-buy-modal__content {
  grid-template-columns: minmax(0, 1fr);
  display: grid;
}

.quick-buy-modal__close-button {
  position: absolute;
  inset-block-start: 1.875rem;
  inset-inline-end: 1.875rem;
}

.quick-buy-modal__view-more {
  margin-block-start: 2rem;
  display: inline-block;
}

@media screen and (max-width: 699px) {
  .quick-buy-modal::part(body) {
    padding-inline: 0;
  }

  .quick-buy-modal__gallery-wrapper,
  .quick-buy-modal__info-wrapper {
    padding-inline-start: var(--modal-body-padding-inline);
    padding-inline-end: var(--modal-body-padding-inline);
  }

  .quick-buy-modal__gallery-wrapper .price-list {
    justify-content: center;
  }

  .quick-buy-modal__gallery-wrapper .price-list .h6 {
    font-size: 0.6875rem;
  }

  .quick-buy-modal__mobile-info {
    margin-block-start: 1.25rem;
  }

  .quick-buy-modal__info-wrapper {
    border-block-start-width: 1px;
    margin-block-start: 1.25rem;
  }

  .quick-buy-modal__info-wrapper
    .product-info__block-item:is(
      [data-block-type="vendor"],
      [data-block-type="title"],
      [data-block-type="price"],
      [data-block-type="rating"],
      [data-block-type="separator"]
    ),
  .quick-buy-modal__info-wrapper
    .product-info__block-group[data-group-type="text-with-rating"] {
    display: none;
  }

  .quick-buy-modal__info-wrapper
    .product-info__block-item[data-block-type="variant-picker"] {
    --product-info-gap: 1.25rem;
  }

  .quick-buy-modal__info-wrapper
    .product-info__block-item[data-block-type="buy-buttons"] {
    --product-info-gap: 1.5rem;
  }
}

@media screen and (min-width: 700px) {
  .quick-buy-modal {
    --modal-body-padding-inline: 3.125rem;
    --modal-body-padding-block: 3.125rem;
  }

  .quick-buy-modal::part(header) {
    display: none;
  }

  .quick-buy-modal__content {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
    align-items: center;
    column-gap: 2.5rem;
    display: grid;
  }

  .quick-buy-modal__content .product-info {
    top: unset;
    position: relative;
  }
}

.prose {
  overflow-wrap: anywhere;
}

.prose :first-child,
.prose .sr-only:first-child + * {
  margin-block-start: 0 !important;
}

.prose :last-child {
  margin-block-end: 0 !important;
}

.prose :where(:not(meta, span) + *) {
  margin-block-start: 1rem;
}

.prose :where(* + span:not(:empty)),
.prose :is(.link, img) {
  display: inline-block;
}

.prose :is(.link + .link) {
  margin-inline-start: 0.75rem;
}

.prose :is(.button, .button-group:has(.button)) {
  margin-block-start: 1.5rem;
}

.prose
  :is(
    p img:not([style*="float"]):only-child,
    div img:not([style*="float"]):only-child,
    figure,
    video,
    object,
    blockquote,
    table
  ) {
  margin-block: 1.6rem;
}

.prose
  :is(iframe[src*="youtube"], iframe[src*="youtu.be"], iframe[src*="vimeo"]) {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

.prose .play-button {
  margin: 2rem auto;
  display: block;
}

.prose :is(ol, ul) :is(ol, ul) {
  margin-block-start: 0 !important;
}

.prose :is(ol, ul) {
  row-gap: 0.4em;
  display: grid;
}

.prose figcaption {
  font-style: italic;
  font-size: var(--text-sm);
  color: rgb(var(--text-color) / 0.65);
  margin-block-start: 0.5em;
}

.prose blockquote {
  border-inline-start-width: 3px;
  padding: 0.375rem 0 0.375rem 1rem;
  font-size: 1.15rem;
  line-height: 1.75;
}

@media screen and (min-width: 1000px) {
  .prose:not(.prose--tight) :where(:not(meta, span) + *) {
    margin-block-start: 1.25rem;
  }

  .prose:not(.prose--tight) :is(.button, .button-group:has(.button)) {
    margin-block-start: 2rem;
  }

  .prose:not(.prose--tight) .play-button {
    margin-block: 2.5rem;
  }

  .prose:not(.prose--tight) blockquote {
    margin-inline-start: 2rem;
    padding-inline-start: 2rem;
  }
}

.link,
.prose
  a:not(
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    .button,
    .link-faded,
    .link-faded-reverse
  ) {
  text-underline: none;
  background: linear-gradient(to right, currentColor, currentColor) 0
    min(100%, 1.35em) / 100% 1px no-repeat;
  transition: background-size 0.3s ease-in-out;
}

@media screen and (pointer: fine) {
  :is(
      .link,
      .prose
        a:not(
          .h1,
          .h2,
          .h3,
          .h4,
          .h5,
          .h6,
          .button,
          .link-faded,
          .link-faded-reverse
        )
    ):hover {
    background-size: 0 1px;
  }
}

.link-reverse {
  text-underline: none;
  background: linear-gradient(to right, currentColor, currentColor) 0
    min(100%, 1.35em) / 0 1px no-repeat;
  transition: background-size 0.3s ease-in-out;
}

@media screen and (pointer: fine) {
  .link-reverse:hover {
    background-size: 100% 1px;
  }
}

.link-faded {
  color: rgb(var(--text-color) / 0.65);
  transition: color 0.2s ease-in-out;
}

@media screen and (pointer: fine) {
  .link-faded:hover {
    color: rgb(var(--text-color));
  }
}

.link-faded-reverse {
  transition: color 0.2s ease-in-out;
}

@media screen and (pointer: fine) {
  .link-faded-reverse:hover {
    color: rgb(var(--text-color) / 0.65);
  }
}

table {
  --table-cell-padding-block: 0.75rem;
  --table-cell-padding-inline: 0.5rem;
  --table-foot-cell-padding-block: 0.75rem;
  --table-foot-cell-padding-inline: 0.5rem;
  width: 100%;
}

th {
  text-align: start;
}

:where(td, th):not(:empty) {
  border-block-width: 1px;
}

:where(th):not(:empty) {
  border-block-start-width: 0;
}

td:not(:empty) + td {
  border-inline-start-width: 1px;
}

th,
td {
  padding: var(--table-cell-padding-block) var(--table-cell-padding-inline);
}

:is(th, td):first-child,
:is(th, td):empty + td {
  padding-inline-start: 0;
}

:is(th, td):last-child {
  padding-inline-end: 0;
}

th {
  opacity: 0.6;
  line-height: 1.7;
  font-size: var(--text-h6);
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: var(--heading-letter-spacing);
  text-transform: var(--heading-text-transform);
  padding-block: 0 0.625rem;
}

tfoot td {
  padding: var(--table-foot-cell-padding-block)
    var(--table-foot-cell-padding-inline);
}

.js tr[onclick] {
  cursor: pointer;
  transition: background 0.2s;
}

.js tr[onclick]:hover {
  background: rgb(var(--text-color) / 0.05);
}

@media screen and (min-width: 700px) {
  table {
    --table-cell-padding-block: 1rem;
    --table-cell-padding-inline: 0.75rem;
    --table-foot-cell-padding-block: 1rem;
    --table-foot-cell-padding-inline: 0.75rem;
  }
}

.table--reduce-border :is(td) + td {
  border-inline-start-width: 0;
}

.table--lg {
  --table-cell-padding-block: 1.5rem;
  --table-cell-padding-inline: 0.5rem;
}

@media screen and (min-width: 700px) {
  .table--lg {
    --table-cell-padding-block: 2rem;
    --table-cell-padding-inline: 0.75rem;
  }
}

.social-media--list {
  align-items: center;
  gap: var(--social-media-list-gap, 0.75rem 2rem);
  flex-wrap: wrap;
  display: flex;
}

.social-media--list .social-media__item {
  opacity: 0.65;
  transition: opacity 0.2s, color 0.2s;
}

.social-media--list svg {
  width: var(--social-media-icon-size, 1.25rem);
}

@media screen and (pointer: fine) {
  .social-media--list .social-media__item:hover {
    opacity: 1;
  }
}

.social-media--block {
  grid-template-columns: repeat(auto-fit, minmax(0, 0.33fr));
  gap: 1px;
  display: grid;
}

.social-media--block:has(:nth-child(4)) {
  grid-template-columns: repeat(auto-fit, minmax(0, 0.25fr));
}

.social-media--block .social-media__item {
  outline: 1px solid rgb(var(--border-color));
  z-index: 0;
  width: 100%;
  transition: background 0.15s, color 0.15s, outline 0.15s, z-index 0.15s;
}

.social-media--block a {
  padding-block: 0.625rem;
  display: block;
}

.social-media--block svg {
  margin-inline: auto;
}

@media screen and (pointer: fine) {
  .social-media--block .social-media__item:hover {
    background: rgb(var(--branding-background));
    outline-color: rgb(var(--branding-background));
    color: rgb(var(--branding-color));
    z-index: 1;
  }
}

@media not screen and (pointer: fine) {
  .social-media--block .social-media__item {
    background: rgb(var(--branding-background));
    outline-color: rgb(var(--branding-background));
    color: rgb(var(--branding-color));
  }
}

@media screen and (min-width: 700px) {
  .social-media--block {
    grid-template-columns: repeat(auto-fit, minmax(0, 3.75rem));
  }
}

.branding-colors--facebook {
  --branding-background: 24 119 242;
  --branding-color: 255 255 255;
}

.branding-colors--twitter {
  --branding-background: 29 161 242;
  --branding-color: 255 255 255;
}

.branding-colors--instagram {
  --branding-background: 195 42 163;
  --branding-color: 255 255 255;
}

.branding-colors--pinterest {
  --branding-background: 189 8 28;
  --branding-color: 255 255 255;
}

.branding-colors--youtube {
  --branding-background: 255 0 0;
  --branding-color: 255 255 255;
}

.branding-colors--tiktok {
  --branding-background: 1 1 1;
  --branding-color: 255 255 255;
}

.branding-colors--vimeo {
  --branding-background: 26 183 234;
  --branding-color: 255 255 255;
}

.branding-colors--linkedin {
  --branding-background: 10 102 194;
  --branding-color: 255 255 255;
}

.branding-colors--whatsapp {
  --branding-background: 79 206 93;
  --branding-color: 255 255 255;
}

.branding-colors--snapchat {
  --branding-background: 255 252 0;
  --branding-color: 0 0 0;
}

.branding-colors--tumblr {
  --branding-background: 54 70 93;
  --branding-color: 255 255 255;
}

.branding-colors--wechat {
  --branding-background: 9 184 62;
  --branding-color: 255 255 255;
}

.branding-colors--reddit {
  --branding-background: 255 69 0;
  --branding-color: 255 255 255;
}

.branding-colors--line {
  --branding-background: 6 199 85;
  --branding-color: 255 255 255;
}

.branding-colors--spotify {
  --branding-background: 30 215 96;
  --branding-color: 255 255 255;
}

.branding-colors--21buttons {
  --branding-background: 0 0 0;
  --branding-color: 255 255 255;
}

.branding-colors--email {
  --branding-background: var(--text-color);
  --branding-color: var(--background);
}

#shopify-product-reviews {
  --spr-star-list-gap: 0.125rem;
  --spr-star-size: 1rem;
  --spr-star-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 15'%3E%3Cpath d='m8 0 2.116 5.088 5.492.44-4.184 3.584 1.278 5.36L8 11.6l-4.702 2.872 1.278-5.36L.392 5.528l5.492-.44L8 0Z' fill='currentColor'/%3E%3C/svg%3E");
  --spr-star-color: var(--star-color);
  margin: 0 !important;
}

#shopify-product-reviews:before,
#shopify-product-reviews:after,
#shopify-product-reviews :before,
#shopify-product-reviews :after {
  display: none !important;
}

#shopify-product-reviews .spr-container {
  max-width: var(--container-lg-max-width);
  border-width: 0;
  margin-inline: auto;
  padding: 0;
}

#shopify-product-reviews
  :is(
    .spr-button-primary,
    .spr-summary-actions-newreview,
    .spr-review-reportreview,
    .spr-review-reply-shop
  ) {
  float: none;
}

#shopify-product-reviews
  :is(.spr-summary-caption, .spr-summary-starrating, .spr-form-title) {
  display: none;
}

#shopify-product-reviews .spr-summary {
  text-align: start;
}

#shopify-product-reviews .spr-summary-actions-newreview {
  margin-block-end: 1.75rem;
}

#shopify-product-reviews
  :has(.spr-reviews:empty)
  .spr-summary-actions-newreview {
  margin-block-end: 0;
}

#shopify-product-reviews .spr-form {
  border: none;
  margin: 0;
  padding: 0;
}

#shopify-product-reviews :where(.spr-starrating, .spr-starratings) {
  gap: var(--spr-star-list-gap);
  display: flex;
}

#shopify-product-reviews .spr-icon {
  width: var(--spr-star-size);
  height: var(--spr-star-size);
  opacity: 1;
  background-color: rgb(var(--spr-star-color));
  -webkit-mask-image: var(--spr-star-image);
  mask-image: var(--spr-star-image);
  flex-shrink: 0;
  display: block;
  inset-block-start: 0;
}

#shopify-product-reviews .spr-icon-star-empty {
  background-color: rgb(var(--spr-star-color) / 0.4);
}

#shopify-product-reviews .spr-form-input.spr-starrating:focus-within .spr-icon {
  background-color: rgb(var(--spr-star-color));
}

#shopify-product-reviews
  .spr-form-input.spr-starrating:focus-within
  .spr-icon:focus
  ~ .spr-icon {
  background-color: rgb(var(--spr-star-color) / 0.4);
}

#shopify-product-reviews .spr-content {
  row-gap: 1.875rem;
  display: grid;
}

#shopify-product-reviews
  :is(
    .spr-reviews,
    .spr-review,
    .spr-review-header-starratings,
    .spr-review-content,
    .spr-review-header,
    .spr-review-reply
  ) {
  margin: 0;
  padding: 0;
}

#shopify-product-reviews .spr-reviews:not(:empty) {
  gap: 2rem;
  display: grid !important;
}

#shopify-product-reviews .spr-review {
  border: none;
  gap: 0.75rem;
  display: grid;
  position: relative;
}

#shopify-product-reviews .spr-review-header {
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 1rem;
  display: flex;
}

#shopify-product-reviews .spr-review-header-byline {
  color: rgb(var(--text-color) / 0.65);
  font-style: normal;
  font-size: var(--text-xs);
  width: 100%;
  margin: 0;
  position: absolute;
  inset-block-end: 0;
}

#shopify-product-reviews .spr-review-header-byline :is(strong) {
  font-weight: normal;
}

#shopify-product-reviews .spr-review-content-body {
  font-size: var(--text-base);
}

#shopify-product-reviews .spr-review-footer {
  justify-content: end;
  display: flex;
}

#shopify-product-reviews .spr-review-reportreview {
  opacity: 0.65;
  transition: opacity 0.2s;
}

#shopify-product-reviews .spr-review-reportreview:hover {
  opacity: 1;
}

#shopify-product-reviews .spr-review-reply {
  padding: 0.625rem;
}

#shopify-product-reviews .spr-review-reply-body {
  margin-block-end: 0.25rem;
}

#shopify-product-reviews .spr-pagination {
  border-block-start: none;
  padding: 0;
}

#shopify-product-reviews .spr-pagination-page a {
  padding: 0.25rem 0.5rem;
  display: inline-block;
}

#shopify-product-reviews :is(.spr-pagination-prev, .spr-pagination-next) {
  position: static;
}

.accordion .spr-header-title {
  display: none;
}

.color-swatch {
  --swatch-offset: 2px;
  --swatch-size: 2.125rem;
  --swatch-border-size: 1px;
  --swatch-disabled-strike-color: rgb(var(--border-color));
  width: var(--swatch-size);
  height: var(--swatch-size);
  padding: var(--swatch-offset);
  border: var(--swatch-border-size) solid transparent;
  background: content-box var(--swatch-background) no-repeat center / cover;
  place-items: center;
  display: grid;
  position: relative;
}

:disabled + .color-swatch:before,
.color-swatch.is-disabled:before {
  content: "";
  margin: var(--swatch-disabled-margin, var(--swatch-offset));
  background: linear-gradient(
    to bottom right,
    transparent calc(50% - 0.5px),
    var(--swatch-disabled-strike-color) calc(50% - 0.5px) calc(50% + 0.5px),
    transparent calc(50% + 0.5px)
  );
  position: absolute;
  inset: 0;
}

:checked + .color-swatch,
.color-swatch.is-selected {
  --swatch-disabled-margin: 0;
  --swatch-disabled-strike-color: currentColor;
  border-color: currentColor;
}

:focus-visible + .color-swatch {
  outline-offset: calc(var(--swatch-offset));
}

.media-swatch {
  --swatch-size: 3rem;
  --swatch-disabled-strike-color: rgb(var(--border-color));
  width: var(--swatch-size);
  height: var(--swatch-size);
  border-radius: min(4px, var(--input-border-radius));
  border-width: 1px;
  display: block;
  position: relative;
}

:checked + .media-swatch,
.media-swatch.is-selected {
  --swatch-disabled-strike-color: currentColor;
  border-color: currentColor !important;
}

:disabled + .media-swatch:before,
.media-swatch.is-disabled:before {
  content: "";
  background: linear-gradient(
    to bottom right,
    transparent calc(50% - 0.5px),
    var(--swatch-disabled-strike-color) calc(50% - 0.5px) calc(50% + 0.5px),
    transparent calc(50% + 0.5px)
  );
  position: absolute;
  inset: 0;
}

.media-swatch > img {
  object-fit: cover;
  border-radius: inherit;
  height: 100%;
}

:focus-visible + .media-swatch {
  outline-offset: 2px;
}

@media screen and (min-width: 700px) {
  .media-swatch {
    --swatch-size: 4.25rem;
  }
}

.block-swatch {
  --swatch-border-size: 1px;
  --swatch-padding: calc(
      var(--input-padding-block) - var(--swatch-border-size) * 2
    )
    0.875rem;
  --swatch-disabled-strike-color: rgb(var(--border-color));
  padding: var(--swatch-padding);
  border-width: var(--swatch-border-size);
  border-radius: var(--input-border-radius);
  color: rgb(var(--text-color) / 0.65);
  justify-content: center;
  align-items: center;
  column-gap: 0.875rem;
  min-width: 2.5rem;
  display: flex;
  position: relative;
}

.block-swatch.is-disabled {
  color: rgb(var(--text-color) / 0.5);
}

:checked + .block-swatch,
.block-swatch.is-selected {
  --swatch-disabled-strike-color: currentColor;
  color: var(--text-color);
  border-color: currentColor;
}

:disabled + .block-swatch:before,
.block-swatch.is-disabled:before {
  content: "";
  background: linear-gradient(
    to bottom right,
    transparent calc(50% - 0.5px),
    var(--swatch-disabled-strike-color) calc(50% - 0.5px) calc(50% + 0.5px),
    transparent calc(50% + 0.5px)
  );
  position: absolute;
  inset: 0;
}

:focus-visible + .block-swatch {
  outline-offset: 2px;
}

.block-swatch__color {
  background: var(--swatch-background) center / cover;
  width: 1rem;
  height: 1rem;
}

.content-tabs::part(tab-list) {
  border-block-end: 1px solid rgb(var(--border-color));
  white-space: nowrap;
  grid-auto-flow: column;
  justify-content: start;
  gap: 2.5rem;
  margin-block-end: 1.5rem;
  display: grid;
}

.content-tabs [role="tab"] {
  box-shadow: 0 1px rgb(var(--text-color));
  padding-block-end: 0.625rem;
  transition: opacity 0.2s ease-in, box-shadow 0.2s ease-in;
}

.content-tabs [role="tab"]:not([aria-selected="true"]) {
  opacity: 0.6;
  box-shadow: 0 1px #0000;
}

.content-tabs--center::part(tab-list) {
  width: max-content;
  margin-inline: auto;
}

.content-tabs--center::part(tab-panel-list) {
  text-align: center;
  width: min(800px, 100%);
  margin-inline: auto;
  display: block;
}

@media screen and (min-width: 1000px) {
  .content-tabs::part(tab-list) {
    gap: 4.375rem;
    margin-block-end: 2rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .features--page-transition {
    opacity: 0;
  }
}

.constrained-image {
  width: var(--image-mobile-max-width, var(--image-max-width));
  max-width: 100%;
}

@media screen and (min-width: 700px) {
  .constrained-image {
    width: var(--image-max-width);
  }
}

.text-with-icon {
  align-items: center;
  gap: 0.625rem;
  display: flex;
}

.text-with-icon > svg {
  flex-shrink: 0;
}

.icon {
  vertical-align: middle;
  height: auto;
  transition: transform 0.2s;
  display: block;
}

.group[aria-expanded="true"] .icon.group-expanded\:rotate {
  transform: rotateZ(180deg);
}

[dir="rtl"] .icon--direction-aware {
  scale: -1;
}

.offset-icon {
  --icon-baseline-distance: calc(1em * 1.65 / 2);
  top: var(--icon-baseline-distance);
  position: relative;
  translate: 0 -50%;
}

@supports (top: 1lh) {
  .offset-icon {
    top: 0.5lh;
  }
}

.price-list {
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0.5rem;
  display: flex;
}

.price-list--product {
  column-gap: 1rem;
}

.localization-selectors {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem 1.75rem;
  display: flex;
}

.localization-selectors__separator {
  background: rgb(var(--border-color));
  width: 1px;
  height: 0.5rem;
}

.localization-selectors__separator:last-child {
  display: none;
}

.localization-toggle {
  align-items: center;
  column-gap: 0.625rem;
  display: flex;
}

.localization-toggle > svg {
  transition: transform 0.2s;
}

.localization-toggle[aria-expanded="true"] > svg {
  transform: rotate(180deg);
}

.country-flag {
  width: 20px;
  height: 15px;
}

.payment-methods {
  flex-wrap: wrap;
  gap: 1rem;
  display: flex;
}

.badge {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: var(--heading-letter-spacing);
  text-transform: normal;
  align-items: center;
  width: max-content;
  padding: 3px 12px;
  font-size: 0.725rem;
  display: flex;
  border-radius: 30px;
}

.badge--on-sale {
  background: rgb(var(--on-sale-badge-background));
  color: rgb(var(--on-sale-badge-text));
}

.badge--sold-out {
  background: rgb(var(--sold-out-badge-background));
  color: rgb(var(--sold-out-badge-text));
}

.badge--custom {
  background: rgb(var(--custom-badge-background));
  color: rgb(var(--custom-badge-text));
}

@media screen and (min-width: 700px) {
  .badge {
    font-size: 0.6875rem;
  }
}

.badge-list {
  flex-wrap: wrap;
  gap: 0.25rem;
  display: flex;
}

.badge-list--vertical {
  flex-direction: column;
}

.feature-badge {
  font-size: var(--text-xs);
  align-items: center;
  column-gap: 0.5rem;
  padding: 0.375rem 0.5rem;
  display: inline-flex;
}

.feature-badge :is(svg, img) {
  flex-shrink: 0;
}

.feature-badge-list {
  flex-wrap: wrap;
  gap: 0.5rem;
  display: flex;
}

.rating-badge {
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.5rem;
  line-height: normal;
  display: flex; /*flex*/
}

.rating-badge__stars {
  column-gap: 0.125rem;
  display: flex;
  position: relative;
  top: -0.5px;
}

@media (pointer: fine) {
  .is-scrollable[allow-drag] {
    cursor: grab;
  }

  .is-scrollable[allow-drag]:active {
    cursor: grabbing;
    -webkit-user-select: none;
    user-select: none;
    scroll-snap-type: none;
  }
}

.text-with-rating {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem 0.5rem;
  display: flex;
}

.inventory {
  row-gap: 0.5rem;
  font-style: italic;
  display: grid;
}

.progress-bar {
  background: rgb(var(--text-color) / 0.1);
  height: 2px;
  display: block;
  position: relative;
}

.progress-bar:before {
  content: "";
  transform: scaleX(var(--progress, 0));
  transform-origin: var(--transform-origin-start);
  background: currentColor;
  width: 100%;
  height: 100%;
  transition: transform 0.45s ease-in-out;
  display: block;
}

[data-tooltip] {
  --tooltip-text-color: var(--text-color);
  --tooltip-background: var(--background);
  position: relative;
}

@media screen and (pointer: fine) {
  [data-tooltip]:after {
    content: attr(data-tooltip);
    inset-block-end: calc(100% + var(--tooltip-offset, 0.5rem));
    border-radius: min(1.5rem, var(--button-border-radius));
    background: rgb(var(--tooltip-text-color));
    color: rgb(var(--tooltip-background));
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    justify-self: center;
    width: max-content;
    max-width: 15rem;
    padding: 0.125rem 0.5rem;
    font-size: 0.6875rem;
    transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out,
      scale 0.1s ease-in-out;
    position: absolute;
    left: 50%;
    translate: -50%;
    scale: 0.9;
  }

  [data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
    scale: 1;
  }
}

.separator-dot {
  --dot-size: 0.25rem;
  width: var(--dot-size);
  height: var(--dot-size);
  background: currentColor;
  border-radius: 100%;
}

.animated-plus {
  --animated-plus-size: 0.625rem;
  width: var(--animated-plus-size);
  height: var(--animated-plus-size);
  display: block;
  position: relative;
}

.animated-plus:before,
.animated-plus:after {
  content: "";
  background-color: currentColor;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.animated-plus:before {
  width: var(--animated-plus-size);
  opacity: 1;
  height: 1px;
}

.animated-plus:after {
  height: var(--animated-plus-size);
  width: 1px;
}

.group[aria-expanded="true"] .animated-plus.group-expanded\:rotate:before {
  opacity: 0;
}

.group[aria-expanded="true"] .animated-plus.group-expanded\:rotate:before,
.group[aria-expanded="true"] .animated-plus.group-expanded\:rotate:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

@media (pointer: fine) {
  .is-scrollable[allow-drag] {
    cursor: grab;
  }

  .is-scrollable[allow-drag]:active {
    cursor: grabbing;
    -webkit-user-select: none;
    user-select: none;
    scroll-snap-type: none;
  }
}

@media screen and (min-width: 700px) {
  .play-button svg {
    width: 5rem;
    height: 5rem;
  }
}

.quantity-selector {
  --quantity-selector-height: 2.7rem;
  --quantity-selector-input-width: 2.5rem;
  --tooltip-offset: calc(-1 * var(--quantity-selector-height) / 2 + 1rem);
  grid-template-columns: var(--quantity-selector-height) auto var(
      --quantity-selector-height
    );
  grid-auto-rows: var(--quantity-selector-height);
  border-width: 1px;
  display: inline-grid;
}

.quantity-selector__button {
  place-content: center;
  display: grid;
}

.quantity-selector__button svg {
  transition: opacity 0.2s;
}

.quantity-selector__button[disabled] svg,
.quantity-selector__button:hover svg {
  opacity: 0.65;
}

.quantity-selector__input {
  -webkit-appearance: textfield;
  appearance: textfield;
  min-width: var(--quantity-selector-input-width);
  width: var(--quantity-selector-character-count, 1ch);
  text-align: center;
  background: none;
}

.quantity-selector__input:focus {
  outline: none;
}

.quantity-selector__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-selector__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-selector--sm {
  --quantity-selector-height: 2.2rem;
  --quantity-selector-input-width: 2rem;
}

.breadcrumb {
  display: none;
}

.breadcrumb__list {
  align-items: center;
  column-gap: 0.5rem;
  line-height: 1;
  display: flex;
}

.breadcrumb__list-item + .breadcrumb__list-item:before {
  content: "/";
  color: rgb(var(--text-color) / 0.65);
  margin-inline-end: 0.375rem;
  font-size: 0.625rem;
  display: inline-block;
}

@media screen and (min-width: 1000px) {
  .breadcrumb {
    display: block;
  }
}

.breadcrumb--floating {
  position: absolute;
  inset-block-start: 1.25rem;
  inset-inline-start: var(--container-gutter);
}

.section-spacing .breadcrumb--floating {
  inset-block-start: calc(-1 * var(--section-vertical-spacing) + 1.25rem);
}

.bordered-box {
  border-width: 1px;
  padding: 2.5rem 1.25rem 1.25rem;
  position: relative;
}

.bordered-box__title {
  inset-block-start: 0;
  text-align: center;
  background: rgb(var(--background));
  width: max-content;
  padding-inline: 0.5rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1000px) {
  .bordered-box {
    padding: 3rem;
  }
}

.loading-bar {
  z-index: 2000;
  pointer-events: none;
  mix-blend-mode: exclusion;
  transform-origin: var(--transform-origin-start);
  background: #fff;
  width: 100%;
  height: 2px;
  position: fixed;
  top: 0;
  left: 0;
  transform: scaleX(0);
}

@media screen and (min-width: 700px) {
  .loading-bar {
    height: 3px;
  }
}

@keyframes animateCircularProgress {
  from {
    stroke-dashoffset: var(--stroke-dasharray);
  }

  to {
    stroke-dashoffset: 0;
  }
}

.circular-progress {
  transition: opacity 0.25s;
  transform: rotate(-90deg);
}

.circular-progress circle:last-child {
  stroke-dasharray: var(--stroke-dasharray);
  stroke-dashoffset: var(--stroke-dasharray);
}

@media (prefers-reduced-motion: no-preference) {
  img[is="image-parallax"] {
    transform: scale(1.3) translateY(-11.5385%);
  }
}

.scroll-margin-offset {
  scroll-margin-block-start: 20px;
}

.share-buttons {
  align-items: center;
  gap: 0.875rem;
  display: flex;
}

.share-buttons .social-media {
  --social-media-icon-size: 1rem;
  --social-media-list-gap: 0.75rem;
}

.share-buttons--native:not([hidden]) + .share-buttons {
  display: none;
}

.customer-account-box {
  min-height: calc(
    100vh - var(--section-vertical-spacing) * 2 -
      var(--announcement-bar-height, 0px) - var(--header-height, 0px)
  );
  text-align: center;
  align-items: center;
  display: grid;
}

.customer-account-category {
  border-block-end-width: 1px;
  padding-block-end: 0.625rem;
}

.customer-account-overview {
  grid-gap: 2.5rem 3rem;
  display: grid;
}

.customer-account-order-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  display: grid;
}

@media screen and (min-width: 1000px) {
  .customer-account-overview {
    grid-template-columns: minmax(0, 1fr) 14rem;
  }
}

@media screen and (min-width: 1150px) {
  .customer-account-overview {
    grid-template-columns: minmax(0, 1fr) 18rem;
    column-gap: 3.75rem;
  }
}

.customer-address-list {
  --addresses-per-row: 1;
  grid-template-columns: repeat(var(--addresses-per-row), minmax(0, 1fr));
  gap: 3rem 3.75rem;
  display: grid;
}

@media screen and (min-width: 700px) {
  .customer-address-list {
    --addresses-per-row: 2;
  }
}

@media screen and (min-width: 1000px) {
  .customer-address-list {
    --addresses-per-row: 3;
  }
}

.customer-order {
  grid: auto / minmax(0, 1fr);
  gap: 3rem;
  display: grid;
}

.customer-order__details {
  grid-template-columns: minmax(0, 1fr);
  row-gap: 3rem;
  display: grid;
}

.customer-order__address-list {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  align-content: start;
  gap: 2.5rem 3.75rem;
  display: grid;
}

@media screen and (min-width: 1150px) {
  .customer-order {
    grid: auto / auto-flow minmax(0, 1fr) 14rem;
    column-gap: 3.75rem;
  }
}

@media screen and (min-width: 1400px) {
  .customer-order {
    grid-auto-columns: minmax(0, 1fr) 18rem;
  }
}

.announcement-bar {
  --announcement-bar-gutter: 0.625rem;
  text-align: center;
  font-size: var(--announcement-bar-font-size);
  place-content: center;
  column-gap: 0.75rem;
  padding-block: 1em;
  padding-inline-start: max(
    var(--announcement-bar-gutter),
    50% - var(--container-max-width) / 2
  );
  padding-inline-end: max(
    var(--announcement-bar-gutter),
    50% - var(--container-max-width) / 2
  );
  display: flex;
}

.announcement-bar__carousel {
  flex-grow: 1;
  place-items: center;
  max-width: 35rem;
  display: grid;
}

.announcement-bar__carousel > * {
  grid-area: 1 / -1;
}

.announcement-bar__carousel > :not(.is-selected) {
  visibility: hidden;
}

@media screen and (min-width: 700px) {
  .announcement-bar {
    --announcement-bar-gutter: var(--container-gutter);
    justify-content: center;
    column-gap: 2.5rem;
  }
}

.before-after {
  --before-after-content-inset-inline: 1.25rem;
  --before-after-content-inset-block: 1rem;
  --before-after-cursor-size: 3.125rem;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  display: grid;
  position: relative;
}

.before-after > * {
  grid-area: 1 / -1;
}

.no-js .before-after {
  --before-after-cursor-position: var(--before-after-initial-cursor-position);
}

.before-after__after-image {
  z-index: 1;
}

.before-after__content-wrapper {
  position: absolute;
}

.before-after__cursor {
  pointer-events: auto;
  filter: drop-shadow(0 1px 1px #0000000d) drop-shadow(0 1px 1px #0000000d);
  z-index: 1;
  display: grid;
  position: relative;
}

.before-after__cursor:before {
  content: "";
  background: rgb(var(--before-after-cursor-background));
  z-index: -1;
  position: absolute;
}

.before-after__cursor svg {
  width: var(--before-after-cursor-size);
  height: var(--before-after-cursor-size);
}

.before-after--horizontal {
  cursor: ew-resize;
}

.before-after--horizontal .before-after__after-image {
  clip-path: inset(0 0 0 var(--before-after-cursor-position, 0%));
}

[dir="rtl"] :is(.before-after--horizontal .before-after__after-image) {
  clip-path: inset(0 var(--before-after-cursor-position, 0%) 0 0);
}

.before-after--horizontal
  .before-after__before-image
  .before-after__content-wrapper {
  justify-items: start;
  inset-block-end: var(--before-after-content-inset-block);
  inset-inline-start: var(--before-after-content-inset-inline);
}

.before-after--horizontal
  .before-after__after-image
  .before-after__content-wrapper {
  text-align: end;
  justify-items: end;
  inset-block-end: var(--before-after-content-inset-block);
  inset-inline-end: var(--before-after-content-inset-inline);
}

.before-after--horizontal .before-after__cursor {
  justify-self: start;
  place-items: center start;
  inset-inline-start: calc(
    var(--before-after-cursor-position, 0%) - var(--before-after-cursor-size) /
      2
  );
}

.before-after--horizontal .before-after__cursor:before {
  width: 0.125rem;
  height: 100%;
  inset-inline-start: calc(var(--before-after-cursor-size) / 2);
}

.before-after--vertical {
  cursor: ns-resize;
}

.before-after--vertical .before-after__after-image {
  clip-path: inset(var(--before-after-cursor-position, 0%) 0 0 0);
}

.before-after--vertical
  .before-after__before-image
  .before-after__content-wrapper {
  justify-items: start;
  inset-block-start: var(--before-after-content-inset-block);
  inset-inline-start: var(--before-after-content-inset-inline);
}

.before-after--vertical
  .before-after__after-image
  .before-after__content-wrapper {
  justify-items: start;
  inset-block-end: var(--before-after-content-inset-block);
  inset-inline-start: var(--before-after-content-inset-inline);
}

.before-after--vertical .before-after__cursor {
  align-self: start;
  place-items: start center;
  inset-block-start: calc(
    var(--before-after-cursor-position, 0%) - var(--before-after-cursor-size) /
      2
  );
}

.before-after--vertical .before-after__cursor:before {
  width: 100%;
  height: 0.125rem;
  inset-block-start: calc(var(--before-after-cursor-size) / 2);
}

@media screen and (max-width: 699px) {
  .before-after {
    --before-after-cursor-size: 2.5rem;
  }

  .before-after .button {
    padding: 0.45rem 1.5rem;
  }
}

@media screen and (min-width: 700px) {
  .before-after {
    --before-after-content-inset-inline: 2.5rem;
    --before-after-content-inset-block: 2rem;
  }

  .before-after__content-wrapper:has(.button) {
    --before-after-content-inset-block: 2.5rem;
  }
}

.blog-tags {
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.5rem;
  display: flex;
}

.article {
  --article-wrapper-offset: 0px;
  --article-wrapper-padding-inline: 0px;
  padding-block-end: var(--section-vertical-spacing);
}

.article__toolbar {
  visibility: hidden;
  z-index: 1;
  width: 100vw;
  padding-block: 1rem;
  transition: transform 0.2s, visibility 0.2s;
  position: fixed;
  inset-block-start: var(--sticky-area-height);
  transform: translateY(-100%);
}

.article__toolbar.is-visible {
  visibility: visible;
  transform: translateY(0);
}

.article__toolbar .social-media {
  gap: 0.75rem 1rem;
}

.article__toolbar .social-media svg {
  width: 1rem;
  height: 1rem;
}

.article__image {
  overflow: hidden;
}

.article__image > img {
  height: var(--article-image-height);
  object-fit: cover;
}

.article__wrapper {
  padding: 1.5rem var(--article-wrapper-padding-inline) 0;
  background: rgb(var(--background));
  gap: 5rem;
  margin-inline-start: max(
    var(--container-gutter),
    50% - var(--container-max-width) / 2 - var(--article-wrapper-padding-inline)
  );
  margin-inline-end: max(
    var(--container-gutter),
    50% - var(--container-max-width) / 2 - var(--article-wrapper-padding-inline)
  );
  display: grid;
  position: relative;
}

.article__image + .article__wrapper {
  margin-block-start: var(--article-wrapper-offset);
}

.article__comments {
  gap: inherit;
  scroll-margin-block-start: calc(var(--sticky-area-height) + 20px);
  display: grid;
}

.article__footer {
  gap: 2.5rem;
  display: grid;
}

@media screen and (min-width: 700px) {
  .article {
    --article-wrapper-offset: -2.75rem;
    --article-wrapper-padding-inline: 3.125rem;
  }

  .article__wrapper {
    gap: 6.25rem;
    padding-block-start: 2.5rem;
  }

  .article__footer {
    grid: auto / auto-flow minmax(0, 1fr);
    align-items: center;
  }
}

@media screen and (min-width: 1000px) {
  .article {
    --article-wrapper-offset: -4.375rem;
  }
}

.comment {
  gap: 1.125rem;
  display: grid;
}

.comment:not(:first-child) {
  padding-block-start: 2rem;
}

.cart-page {
  align-items: start;
  row-gap: max(4rem, var(--section-vertical-spacing-tight));
  display: grid;
}

.cart-footer {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}

.cart-recap {
  gap: 0.5rem;
  display: grid;
}

/* .cart-recap [type="submit"] {
  margin-block-start: 1rem;
} */

@media screen and (min-width: 700px) {
  .cart-footer {
    flex-direction: row;
    gap: 3rem;
  }

  .cart-footer > :not(:only-child) {
    width: min(24rem, 100%);
  }

  .cart-recap {
    text-align: end;
    justify-items: end;
    margin-inline-start: auto;
  }
}

@media screen and (min-width: 1000px) {
  .cart-page {
    row-gap: max(6rem, var(--section-vertical-spacing-tight));
  }
}

.cart-drawer::part(body) {
  padding-block: 0;
}

:is(
    .cart-drawer:has(.cart-drawer__order-note[open])::part(header),
    .cart-drawer:has(.cart-drawer__order-note[open])::part(body)
  ) {
  opacity: 0.4;
  pointer-events: none;
  transition: opacity 0.2s;
}

.cart-drawer:not(:has(.cart-drawer__footer:only-child))::part(footer) {
  padding-block-start: calc(var(--drawer-footer-padding-block) - 0.5rem);
}

.cart-drawer .free-shipping-bar {
  font-size: var(--text-sm);
  border-block-end-width: 1px;
  margin-inline-start: calc(-1 * var(--drawer-body-padding-inline));
  margin-inline-end: calc(-1 * var(--drawer-body-padding-inline));
  padding-block: 0.5rem;
  padding-inline-start: var(--drawer-body-padding-inline);
  padding-inline-end: var(--drawer-body-padding-inline);
}

.cart-drawer__items {
  gap: 1.5rem;
  padding-block-start: var(--drawer-body-padding-block);
  padding-block-end: var(--drawer-body-padding-block);
  display: grid;
}

.cart-drawer__complementary-products {
  padding-inline: var(--drawer-body-padding-inline);
  border-block-start-width: 1px;
  padding-block: 1.25rem;
  margin-inline: calc(-1 * var(--drawer-body-padding-inline)) !important;
  row-gap: 1.25rem !important;
}

.cart-drawer__button-price {
  align-items: center;
  display: flex;
}

.cart-drawer__button-price:before {
  content: "";
  background: currentColor;
  border-radius: 100%;
  width: 3px;
  height: 3px;
  margin-inline-end: 1.125rem;
  display:none;
}

.cart-drawer__footer {
  align-items: start;
  gap: 1rem;
  display: grid;
}

.cart-drawer__order-note {
  background-color: rgb(var(--background));
  background-image: var(--background-gradient);
  box-shadow: 1px 0 6px rgb(var(--border-color));
  z-index: 2;
  border-block-start-width: 1px;
  width: 100%;
  padding-block-start: calc(var(--drawer-footer-padding-block) - 0.5rem);
  padding-block-end: var(--drawer-footer-padding-block);
  padding-inline-start: var(--drawer-body-padding-inline);
  padding-inline-end: var(--drawer-body-padding-inline);
  display: none;
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
}

@media screen and (min-width: 700px) {
  .cart-drawer__complementary-products {
    padding-block: 2rem;
    row-gap: 1rem !important;
  }
}

.collection-banner {
  display: block;
  position: relative;
}

.collection-banner .breadcrumb {
  z-index: 2;
}

.collection {
  --collection-gap: 2rem;
  --collection-grid-template: minmax(0, 1fr);
  --collection-sidebar-width: 15rem;
  grid-template-columns: var(--collection-grid-template);
  align-items: start;
  gap: var(--collection-gap);
  margin-block-end: var(--section-vertical-spacing);
  scroll-margin-block-start: calc(var(--collection-toolbar-height, 0px) + 20px);
  display: grid;
}

.collection:only-child {
  margin-block-start: 1.5rem;
}

.collection__main {
  row-gap: var(--section-stack-gap);
  display: grid;
}

.collection .product-list[collection-mobile-layout="medium"] {
  --product-list-items-per-row: var(--collection-items-per-row-medium);
}

.collection .product-list[collection-mobile-layout="large"] {
  --product-list-items-per-row: var(--collection-items-per-row-large);
}

@media screen and (min-width: 700px) {
  .collection:only-child {
    margin-block-start: 3rem;
  }

  .collection .product-list[collection-desktop-layout="compact"] {
    --product-list-items-per-row: var(--collection-items-per-row-compact);
  }

  .collection
    .product-list[collection-desktop-layout="compact"]
    .product-card__info {
    display: none;
  }

  .collection .product-list[collection-desktop-layout="medium"] {
    --product-list-items-per-row: var(--collection-items-per-row-medium);
  }

  .collection .product-list[collection-desktop-layout="large"] {
    --product-list-items-per-row: var(--collection-items-per-row-large);
  }
}

@media screen and (min-width: 1150px) {
  .collection {
    --collection-gap: 3.125rem;
  }
}

.collection-toolbar {
  box-shadow: 0 1px rgb(var(--border-color)), 0 -1px rgb(var(--border-color));
  background-color: rgb(var(--background));
  z-index: 2;
  min-height: 3em;
  display: flex;
  position: sticky;
  inset-block-start: var(--sticky-area-height);
  inset-inline-start: 0;
}

.collection-toolbar .popover {
  --popover-block-offset: 0px;
  inset-inline-end: -1px;
}

.collection-toolbar__button-list {
  flex-grow: 1;
  display: flex;
}

.collection-toolbar__button {
  padding-block: 0.75rem;
}

.collection-toolbar__button :is(svg) {
  transition: transform 0.2s;
}

.collection-toolbar__button[aria-expanded="true"] svg {
  transform: rotateZ(180deg);
}

.collection-toolbar__button-container {
  width: 100%;
  position: relative;
}

.collection-toolbar__button-container + .collection-toolbar__button-container {
  border-inline-start-width: 1px;
}

.collection-toolbar__layout-switch-list {
  border-inline-start-width: 1px;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  padding-inline: 1.25rem;
  display: flex;
}

.collection-toolbar__button {
  opacity: 0.5;
  transition: opacity 0.2s;
}

.collection-toolbar__button:hover,
.collection-toolbar__button.is-active {
  opacity: 1;
}

@media screen and (min-width: 700px) {
  .collection-toolbar {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .collection-toolbar__button {
    padding-block: 1.125rem;
  }

  .collection-toolbar__button-list {
    flex-direction: row-reverse;
    flex: none;
  }

  .collection-toolbar__button-container {
    border-inline-start-width: 1px;
  }

  .collection-toolbar__button-container > .collection-toolbar__button {
    width: max-content;
    padding-inline: 2.875rem;
  }

  .collection-toolbar__layout-switch-list {
    border-inline-width: 0 1px;
    padding-inline: 1.875rem;
  }

  .collection-toolbar__products-count {
    position: absolute;
    inset-block-start: 50%;
    inset-inline-start: 50%;
    transform: translate(-50%, -50%);
  }
}

.facets .accordion-list .accordion:first-child {
  border-block-start-width: 0;
}

.facets .accordion-list .accordion:first-child .accordion__toggle {
  padding-block-start: 0;
}

.facets .accordion-list .accordion:last-child {
  border-block-end-width: 0;
}

.facets .accordion-list .accordion:last-child .accordion__content {
  padding-block-end: 0;
}

.active-facets {
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
  display: flex;
}

.removable-facet {
  font-size: var(--text-sm);
  border-width: 1px;
  align-items: center;
  column-gap: 0.375rem;
  padding: 0.375rem 0.625rem;
  display: flex;
}

.facets-clear-all {
  margin-inline-start: 0.625rem;
}

@media screen and (min-width: 700px) {
  .removable-facet {
    font-size: var(--text-base);
    column-gap: 0.625rem;
    padding: 0.625rem 0.875rem;
  }
}

@media screen and (min-width: 1000px) {
  .facets-sidebar {
    top: calc(
      var(--sticky-area-height) + var(--collection-toolbar-height, 0px) + 20px
    );
    width: var(--collection-sidebar-width);
    grid-column-end: -2;
    display: block;
    position: sticky;
  }
}

.collection-list {
  gap: var(--collection-list-gap, 0px);
  display: flex;
}

.collection-list .collection-card {
  flex-basis: var(
    --collection-list-item-size,
    calc(
      100% / var(--collection-list-items-per-row) -
        var(--collection-list-gap, 0px) *
        (var(--collection-list-items-per-row) - 1) /
        var(--collection-list-items-per-row)
    )
  );
}

.collection-list--text-outside {
  row-gap: 3rem;
}

.collection-card {
  align-content: start;
  gap: 1.5rem;
  display: grid;
}

.countdown {
  gap: var(--section-stack-gap);
  display: grid;
}

.countdown__timer {
  text-transform: uppercase;
  text-align: center;
  grid: auto / auto-flow minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 0.75rem;
  display: grid;
}

.countdown__timer-item {
  display: grid;
}

.countdown__timer-flip {
  --heading-letter-spacing: 0;
  grid: auto / auto-flow minmax(0, 1fr);
  column-gap: 2px;
  display: grid;
}

.countdown__timer-flip::part(digit) {
  color: rgb(var(--countdown-timer-flip-text-color));
}

.countdown__timer-flip--background::part(digit) {
  background: rgb(var(--countdown-timer-flip-background));
  border-radius: 0.25rem;
  padding: 0.375rem 0.5rem;
}

@media screen and (max-width: 699px) {
  .countdown__content {
    text-align: center;
  }

  .countdown__timer {
    justify-content: center;
  }
}

@media screen and (min-width: 700px) {
  .countdown {
    grid-template-columns: minmax(250px, 570px) max-content;
    justify-content: space-between;
    gap: 4rem;
    width: 100%;
  }

  .countdown__timer-item {
    row-gap: 0.5rem;
  }

  .countdown--reverse {
    grid-template-columns: max-content minmax(250px, 570px);
  }

  .countdown--reverse .countdown__timer {
    order: -1;
  }
}

@media screen and (min-width: 1000px) {
  .countdown__timer {
    column-gap: 1rem;
  }
}

.countdown-condensed {
  column-gap: 2.25rem;
  justify-content: var(--countdown-condensed-justify-content, space-between);
  padding: 1rem var(--container-gutter);
  display: flex;
}

.countdown-condensed__text {
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1.5rem;
  display: flex;
}

.countdown-condensed__timer {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  flex-shrink: 0;
  align-items: center;
  column-gap: 0.25rem;
  display: flex;
}

.countdown-condensed__timer-item {
  display: grid;
}

.countdown-condensed__timer-flip {
  font-size: 0.625rem;
  font-weight: bolder;
}

.countdown-condensed__timer-unit {
  font-size: 0.5rem;
}

@media screen and (max-width: 699px) {
  .countdown-condensed .h6 {
    font-size: 0.625rem;
  }
}

@media screen and (min-width: 700px) {
  .countdown-condensed {
    column-gap: 5rem;
  }

  .countdown-condensed__timer {
    column-gap: 0.75rem;
  }

  .countdown-condensed__timer-flip {
    font-size: 0.75rem;
  }

  .countdown-condensed__timer-unit {
    font-size: 0.625rem;
  }
}

.footer {
  background: rgb(var(--background));
  color: rgb(var(--text-color));
  padding-block-start: var(--section-vertical-spacing);
  padding-block-end: min(var(--section-vertical-spacing), 3rem);
}

.footer__inner {
  row-gap: min(var(--section-vertical-spacing), 3rem);
  display: grid;
}

.footer__block-list {
  justify-content: start;
  align-items: start;
  gap: min(var(--section-vertical-spacing), 2.5rem);
  display: grid;
}

.footer__aside {
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  display: grid;
}

.footer__aside .payment-methods {
  justify-content: center;
  max-width: 30rem;
}

@media screen and (min-width: 700px) {
  .footer__block-list {
    justify-content: var(--footer-content-justify-items);
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
  }

  .footer__block {
    flex: auto;
  }

  .footer__block--links,
  .footer__block--image {
    flex-grow: 0;
    max-width: 14rem;
  }

  .footer__block--newsletter {
    flex-basis: 14rem;
    max-width: 18rem;
  }

  .footer__block--text {
    flex-basis: 14rem;
    max-width: 24rem;
  }
}

@media screen and (min-width: 1000px) {
  .footer__aside {
    grid-auto-flow: column;
    justify-content: space-between;
  }

  .footer__aside .payment-methods {
    justify-content: end;
  }
}

@media screen and (min-width: 1150px) {
  .footer__block-list {
    justify-content: var(--footer-content-justify-items);
    column-gap: 3.75rem;
  }
}

@media screen and (min-width: 1400px) {
  .footer__block-list {
    column-gap: 5rem;
  }
}

.gift-card__image {
  max-width: 16.875rem;
  margin-inline: auto;
}

.gift-card__redeem-info {
  padding: 1.5rem;
}

.gift-card__save {
  place-items: center;
  gap: 1.5rem;
  display: grid;
}

.gift-card__qr-code {
  width: 5rem;
  height: 5rem;
}

@media screen and (min-width: 700px) {
  .gift-card__redeem-info {
    padding: 2rem;
  }

  .gift-card__save {
    grid-auto-flow: column;
  }
}

.faq {
  justify-content: center;
  align-items: start;
  column-gap: 3.75rem;
  display: flex;
}

.faq__toc {
  align-content: start;
  justify-items: start;
  gap: 0.75rem;
  min-width: 150px;
  max-width: 300px;
  display: grid;
  position: sticky;
  inset-block-start: calc(var(--sticky-area-height) + 1.25rem);
}

.faq__toc-item {
  text-underline: none;
  background: linear-gradient(to right, currentColor, currentColor) 0
    min(100%, 1.35em) / 0 1px no-repeat;
  transition: background-size 0.3s ease-in-out;
}

.faq__toc-item.is-active {
  background-size: 100% 1px;
}

.faq__content {
  flex-basis: 650px;
}

.faq__category {
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1rem;
  scroll-margin-block-start: 1.25rem;
  display: flex;
}

.faq__category + .accordion {
  margin-block-start: 1.25rem;
}

.accordion + .faq__category {
  margin-block-start: 3rem;
}

.featured-collections-navigation {
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: safe center;
  column-gap: 1.5rem;
  display: grid;
}

.featured-collections-navigation > button:not(:only-child) {
  padding-block-end: 2px;
  position: relative;
}

.featured-collections-navigation > button:not(:only-child):after {
  content: "";
  width: calc(100% - var(--heading-letter-spacing));
  transform-origin: var(--transform-origin-start);
  background: currentColor;
  height: 1px;
  transition: transform 0.3s;
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  transform: scaleX(0);
}

.featured-collections-navigation
  > button:not(:only-child)[aria-current="true"]:after {
  transform: scaleX(1);
}

@media screen and (min-width: 700px) {
  .featured-collections-navigation {
    column-gap: 2.5rem;
  }
}

.featured-collections-carousel {
  display: grid;
  position: relative;
}

.featured-collections-carousel > * {
  grid-area: 1 / -1;
}

.featured-collections-carousel__item {
  gap: var(--section-stack-gap);
  grid-template-columns: minmax(0, 1fr);
  display: grid;
}

.featured-collections-carousel__item:not(.is-selected) {
  display: none;
}

.header {
  --header-show-transparent-logo: 0;
  grid: var(--header-grid);
  justify-content: center;
  align-items: center;
  column-gap: 1.25rem;
  row-gap: var(--header-padding-block);
  background: rgb(var(--background));
  color: rgb(var(--text-color));
  box-shadow: 0 -1px rgb(var(--header-separation-border-color)) inset;
  padding-block-start: var(--header-padding-block);
  padding-block-end: var(--header-padding-block);
  padding-inline-start: var(--container-gutter);
  padding-inline-end: var(--container-gutter);
  transition: background 0.2s, color 0.2s, border 0.2s, box-shadow 0.2s;
  display: grid;
  position: relative;
}

:has(.shopify-section:first-child [allow-transparent-header]):not(
    :has(.shopify-section--header + .shopify-section-group-header-group)
  )
  .header {
  margin-block-end: calc(-1 * var(--header-height, 0px));
}

:has(.shopify-section:first-child [allow-transparent-header]):not(
    :has(.shopify-section--header + .shopify-section-group-header-group)
  )
  .header:not(:hover, .is-solid, :has([open])) {
  --header-show-transparent-logo: 1;
  --header-separation-border-color: 0 0 0 / 0;
  --background: 0 0 0 / 0;
  --border-color: 0 0 0 / 0;
  --text-color: var(--header-transparent-header-text-color);
}

:has(.shopify-section:first-child [allow-transparent-header]):not(
    :has(.shopify-section--header + .shopify-section-group-header-group)
  )
  .header:not(:hover, .is-solid, :has([open]))
  .link-faded {
  color: currentColor;
  transition: none;
}

.header__cart-dot {
  box-shadow: 0 0 0 2px rgb(var(--background));
  background-color: currentColor;
  border-radius: 100%;
  width: 0.5rem;
  height: 0.5rem;
  transition: transform 0.2s ease-in-out;
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: -0.125rem;
  transform: scale(0);
}

.header__cart-dot.is-visible {
  transform: scale(1);
}
.featured-collections-carousel__item product-list {
    position: unset;
      overflow: hidden;
}
@media screen and (min-width: 700px) {
  .header {
    column-gap: 2.5rem;
  }
}

.header__logo {
  grid-area: logo;
  justify-self: start;
  position: relative;
}

.header__logo-image {
  width: var(--header-logo-width);
  max-width: 100%;
  height: auto;
}

.header__logo-image:where(:not(:only-of-type)) {
  opacity: calc(1 - var(--header-show-transparent-logo));
  transition: opacity 0.2s;
}

.header__logo-image--transparent {
  opacity: var(--header-show-transparent-logo);
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
}

.header__logo-text {
  display: block;
}

.header__primary-nav {
  flex-wrap: wrap;
  grid-area: primary-nav;
  align-items: center;
  gap: 0.625rem 1.25rem;
  display: flex;
}

.header__primary-nav-item:before {
  content: attr(data-title);
  transform-origin: var(--transform-origin-start);
  background: rgb(var(--text-color));
  color: #0000;
  font-size: var(--text-h6);
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: var(--heading-letter-spacing);
  text-transform: var(--heading-text-transform);
  pointer-events: none;
  width: max-content;
  height: 2px;
  transition: transform 0.2s ease-in-out;
  position: absolute;
  inset-block-end: 0;
  transform: scaleX(0);
}

.header__primary-nav-item:hover:before {
  transform: scaleX(1);
}

.header__primary-nav-item:has(.header__dropdown-menu):before {
  display: none;
}

@media screen and (max-width: 699px) {
  .header__nav-icon {
    width: 1.375rem;
  }
}

@media screen and (min-width: 1000px) {
  .header__primary-nav--center {
    justify-content: safe center;
  }
}

@media screen and (min-width: 1150px) {
  .header__primary-nav {
    column-gap: 2.5rem;
  }
}

.header__secondary-nav {
  flex-wrap: wrap;
  grid-area: secondary-nav;
  justify-content: end;
  justify-self: end;
  align-items: center;
  gap: 0.625rem 0.9rem;
  display: flex;
}

.header__secondary-nav .localization-selectors:not(:only-child) {
  margin-inline-end: 0.625rem;
}

@media screen and (min-width: 700px) {
  .header__secondary-nav {
    column-gap: 1.25rem;
  }
}

.header__dropdown-menu {
  background: rgb(var(--background));
  color: rgb(var(--text-color));
  box-shadow: 2px 2px 6px rgb(var(--text-color) / 0.05);
  border-width: 0 1px 1px;
  width: max-content;
  min-width: 12.5rem;
  max-width: 17.5rem;
  padding-block: 1.125rem;
  position: absolute;
  inset-block-start: calc(100% - 2px);
}

.header__dropdown-menu:not(:has(.header__dropdown-menu)) {
  max-height: calc(
    100vh - var(--header-height, 0px) - var(--announcement-bar-height, 0px) -
      20px
  );
  overflow: auto;
}

.header__dropdown-menu:before {
  content: "";
  transform-origin: var(--transform-origin-start);
  background: rgb(var(--text-color));
  width: 100%;
  height: 2px;
  transition: transform 0.25s ease-in-out 50ms;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  transform: scaleX(0);
}

[aria-expanded="true"] > .header__dropdown-menu:before {
  transform: scaleX(1);
}

.header__dropdown-menu :is(a, summary) {
  padding: 0.375rem 1.5625rem;
  display: block;
}

.header__dropdown-menu .header__menu-disclosure {
  position: relative;
}

.header__dropdown-menu--restrictable {
  max-height: calc(
    100vh - var(--header-height, 0px) - var(--announcement-bar-height, 0px) -
      40px
  );
  overflow-y: auto;
}

.header__dropdown-menu .header__dropdown-menu {
  border-width: 1px;
  inset-block-start: calc(-1.125rem - 1px);
  inset-inline-start: 100%;
}

.header__dropdown-menu .header__dropdown-menu:before {
  display: none;
}

.header-search {
  z-index: -1;
  width: 100%;
  display: none;
  position: absolute;
  inset-block-start: 100%;
  inset-inline-start: 0;
}

.header-search::part(content) {
  max-height: calc(
    100vh - var(--header-height, 0px) - var(--announcement-bar-height, 0px) -
      1.25rem
  );
  background: rgb(var(--background));
  color: rgb(var(--text-color));
  overflow: auto;
}

@supports (max-height: 100dvh) {
  .header-search::part(content) {
    max-height: min(
      var(--header-search-max-height, 100vh),
      100dvh - var(--header-height, 0px) - var(--announcement-bar-height, 0px) -
        1.25rem
    );
  }
}

.header-search__form-control {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 0.75rem;
  padding-block: 0.75rem;
  display: grid;
}

.header-search__input {
  -webkit-appearance: none;
  appearance: none;
  background: none;
}

.header-search__input:focus {
  outline: none;
}

.header-search__input::-webkit-search-decoration {
  display: none;
}

.header-search__input::-webkit-search-cancel-button {
  display: none;
}

.header-search__input::-webkit-search-results-button {
  display: none;
}

.header-search__input::-webkit-search-results-decoration {
  display: none;
}

@media screen and (min-width: 700px) {
  .header-search__form-control {
    column-gap: 1.25rem;
    padding-block: 1.5rem;
  }
}

.predictive-search {
  display: block;
}

.predictive-search__no-results {
  text-align: center;
  padding-block: 2.5rem 4rem;
}

.predictive-search__results {
  grid-template-columns: minmax(0, 1fr);
  gap: 2.5rem;
  padding-block: 1.25rem 2rem;
  display: grid;
}

.predictive-search__suggestions {
  grid-template-columns: minmax(0, 1fr);
  justify-items: start;
  gap: 0.75rem 1.5rem;
  display: grid;
}

.predictive-search__suggestions mark {
  background: none;
  font-weight: bolder;
}

.predictive-search__tabs::part(tab-list-scrollable) {
  scrollbar-width: none;
  margin-inline-start: calc(-1 * var(--distance-to-bleed));
  margin-inline-end: calc(-1 * var(--distance-to-bleed));
  padding-inline-start: var(--distance-to-bleed);
  padding-inline-end: var(--distance-to-bleed);
  display: flex;
  overflow: auto;
}

.predictive-search__tabs::part(tab-list) {
  width: min-content;
  min-width: 100%;
}

.predictive-search__category {
  border-block-end-width: 1px;
  padding-block-end: 0.625rem;
}

.predictive-search__products {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 1.25rem;
  display: grid;
}

.predictive-search__blog-posts {
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem 2.5rem;
  display: grid;
}

.predictive-search__blog-posts .blog-post-card__info {
  row-gap: 0.75rem;
}

.predictive-search__collections {
  align-items: start;
  gap: var(--container-gutter);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
}

@media screen and (max-width: 699px) {
  .predictive-search__suggestions {
    grid: auto / auto-flow max-content;
    row-gap: 1.25rem;
  }

  .predictive-search__products .horizontal-product-card__figure {
    max-width: 4.375rem;
  }

  .predictive-search__blog-posts .blog-post-card {
    grid-template-columns: minmax(0, 160px) minmax(0, 1fr);
    align-items: center;
  }
}

@media screen and (min-width: 700px) {
  .predictive-search__no-results {
    padding-block: 4.75rem 6.25rem;
  }

  .predictive-search__results {
    padding-block: 1.5rem 3rem;
  }

  .predictive-search__blog-posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .predictive-search__blog-posts .blog-post-card__category {
    font-size: 0.6875rem;
  }
}

@media screen and (min-width: 1000px) {
  .predictive-search__results--with-suggestions {
    grid-template-columns: 250px minmax(0, 1fr);
  }

  .predictive-search__products {
    grid-template-columns: repeat(
      var(--product-list-items-per-row, 4),
      minmax(0, 1fr)
    );
  }

  .predictive-search__blog-posts {
    grid-template-columns: repeat(
      var(--blog-post-list-items-per-row, 4),
      minmax(0, 1fr)
    );
  }

  .predictive-search__collections {
    grid-template-columns: repeat(
      var(--collection-list-items-per-row),
      minmax(0, 1fr)
    );
  }
}

.mega-menu {
  --mega-menu-gap: 2.5rem;
  --mega-menu-linklist-gap: 2.5rem 2rem;
  --mega-menu-promo-gap: 2rem;
  max-height: calc(
    100vh - var(--header-height, 0px) - var(--announcement-bar-height, 0px) -
      20px
  );
  justify-content: safe center;
  align-items: start;
  column-gap: var(--mega-menu-gap);
  background: rgb(var(--background));
  color: rgb(var(--text-color));
  border-block-end-width: 1px;
  width: 100%;
  padding-block: 2.5rem;
  padding-inline-start: var(--container-gutter);
  padding-inline-end: var(--container-gutter);
  display: flex;
  position: absolute;
  inset-block-start: 100%;
  inset-inline-start: 0;
  overflow-y: auto;
}

.mega-menu--reverse {
  flex-direction: row-reverse;
}

.mega-menu--reverse .mega-menu__promo {
  justify-content: flex-start;
}

.mega-menu__linklist {
  gap: var(--mega-menu-linklist-gap);
  flex-wrap: wrap;
  flex: 0 auto;
  display: flex;
}

.mega-menu__linklist > * {
  max-width: 280px;
}

.mega-menu__promo {
  justify-content: flex-end;
  column-gap: var(--mega-menu-promo-gap);
  flex: 0 auto;
  display: flex;
}

.mega-menu__promo > * {
  flex: 315px;
  min-width: 240px;
  max-width: 315px;
}

@media screen and (min-width: 1500px) {
  .mega-menu {
    --mega-menu-gap: 6.25rem;
    --mega-menu-linklist-gap: 2.5rem 6.25rem;
  }

  .mega-menu:has(.mega-menu__linklist > :nth-child(5)) {
    --mega-menu-linklist-gap: 2.5rem 4rem;
  }
}

.header-sidebar {
  --header-linklist-padding-block: 1rem;
}

.header-sidebar::part(close-button) {
  opacity: 1;
}

.header-sidebar::part(header) {
  border-block-end: none;
}

.header-sidebar::part(content) {
  box-sizing: border-box;
  overflow-x: hidden;
}

.header-sidebar::part(panel-list) {
  position: relative;
}

.header-sidebar__scroller {
  padding-block-end: var(--drawer-body-padding-block);
  padding-inline-start: var(--drawer-body-padding-inline);
  padding-inline-end: var(--drawer-body-padding-inline);
  overflow-y: auto;
}

.header-sidebar__linklist-button {
  text-align: start;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-block-start: calc(var(--header-linklist-padding-block) / 2);
  padding-block-end: calc(var(--header-linklist-padding-block) / 2);
  transition: color 0.2s;
  display: flex;
}

@media screen and (pointer: fine) {
  .header-sidebar__main-panel
    li:has([aria-expanded="true"])
    ~ li
    .header-sidebar__linklist-button {
    color: rgb(var(--text-color) / 0.65);
  }

  .header-sidebar__main-panel
    li:has(~ li [aria-expanded="true"]):not(:has([aria-expanded="true"]))
    .header-sidebar__linklist-button {
    color: rgb(var(--text-color) / 0.65);
  }
}

.header-sidebar__sub-panel
  li:has([aria-expanded="true"])
  ~ li
  .header-sidebar__linklist-button {
  color: rgb(var(--text-color) / 0.65);
}

.header-sidebar__sub-panel
  li:has(~ li [aria-expanded="true"]):not(:has([aria-expanded="true"]))
  .header-sidebar__linklist-button {
  color: rgb(var(--text-color) / 0.65);
}

.header-sidebar__sub-panel
  li:has([aria-expanded="true"])
  .header-sidebar__linklist-button {
  color: rgb(var(--text-color)) !important;
}

.header-sidebar__back-button {
  border-block-end-width: 1px;
  width: 100%;
  margin-block-end: 1rem;
  padding-block-start: var(--header-linklist-padding-block);
  padding-block-end: 1rem;
}

.header-sidebar__back-button.is-divided {
  margin-block-end: 0.5rem;
}

.header-sidebar__nested-linklist {
  border-inline-start-width: 1px;
  row-gap: 0.75rem;
  margin-block: 2px 1.125rem;
  margin-inline-start: 0.5rem;
  padding-inline-start: 1.5rem;
  display: grid;
}

.header-sidebar__main-panel {
  background-color: rgb(var(--background));
  background-image: var(--background-gradient);
  grid-template-rows: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: max-content;
  height: 100%;
  display: grid;
}

.header-sidebar__footer {
  position: relative;
}

.header-sidebar__footer:before {
  content: "";
  background: linear-gradient(transparent, rgb(var(--background)));
  width: 100%;
  height: 2.5rem;
  position: absolute;
  inset-block-end: 100%;
  inset-inline-start: 0;
}

.header-sidebar__footer > * {
  padding-block: 1.25rem;
  padding-inline-start: var(--drawer-footer-padding-inline);
  padding-inline-end: var(--drawer-footer-padding-inline);
}

.header-sidebar__footer .localization-selectors {
  border-block-start-width: 1px;
  justify-content: flex-start;
  column-gap: 1.25rem;
}

.header-sidebar__collapsible-panel {
  width: var(--drawer-max-width);
  background-color: rgb(var(--background));
  background-image: var(--background-gradient);
  height: 100%;
  display: none;
  position: absolute;
  inset-block-start: 0;
}

.header-sidebar__promo {
  grid-auto-flow: column;
  gap: 2rem 1.25rem;
  margin-block-start: 1.25rem;
  display: flex;
}

.header-sidebar__promo > * {
  min-width: 12.5rem;
}

.header-sidebar__promo > *:only-child {
  min-width: 100%;
}

.header-sidebar__linklist.divide-y .header-sidebar__linklist-button {
  padding-block-start: var(--header-linklist-padding-block);
  padding-block-end: var(--header-linklist-padding-block);
}

.header-sidebar__linklist.divide-y .header-sidebar__back-button {
  padding-block-end: var(--header-linklist-padding-block);
}

.header-sidebar__linklist.divide-y .header-sidebar__nested-linklist {
  margin-block-end: calc(0.5rem + var(--header-linklist-padding-block));
}

.header-sidebar__linklist.divide-y .header-sidebar__promo {
  margin-block-start: 0.75rem;
}

@media screen and (min-width: 700px) {
  .header-sidebar {
    --header-linklist-padding-block: 1.25rem;
  }
}

@media screen and (min-width: 1000px) {
  .header-sidebar::part(panel-list) {
    position: static;
  }

  .header-sidebar::part(content) {
    overflow-x: visible;
  }

  .header-sidebar:has(
      .header-sidebar__collapsible-panel[aria-activedescendant]
    )::part(content) {
    border-inline-end: 1px solid rgb(var(--border-color));
  }

  .header-sidebar__main-panel {
    z-index: 1;
    position: relative;
  }

  .header-sidebar__collapsible-panel .header-sidebar__scroller {
    inset-block: min(var(--header-height), 5rem) 0;
    width: 100%;
    position: absolute;
  }

  .header-sidebar__promo {
    flex-direction: column;
  }

  .header-sidebar__promo > * {
    min-width: 100%;
  }
}

.image-with-text {
  display: grid;
  overflow: hidden;
}

.image-with-text > .prose {
  box-sizing: content-box;
  max-width: var(--image-with-text-content-max-width);
  margin-block: 1.5rem;
  padding-inline-start: var(--container-gutter);
  padding-inline-end: var(--container-gutter);
}

.image-with-text > :is(svg, img) {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 699px) {
  .image-with-text > .prose {
    margin-inline: auto;
  }
}

@media screen and (min-width: 700px) {
  .image-with-text {
    --image-with-text-gap: 2.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }

  .image-with-text > .prose {
    padding-inline-start: var(--image-with-text-gap);
  }

  .image-with-text--reverse > :is(picture, svg, img) {
    order: 9999;
  }

  .image-with-text--reverse > .prose {
    margin-inline-start: auto;
    padding-inline-end: var(--image-with-text-gap);
  }
}

@media screen and (min-width: 1000px) {
  .image-with-text {
    --image-with-text-gap: 6rem;
  }
}

.image-with-text-block > :not(img, svg, picture) {
  background: rgb(var(--background));
  padding: 2.375rem 1.25rem;
  box-shadow: 0 1px 20px #3636364d;
}

@media screen and (min-width: 700px) {
  .image-with-text-block > :not(img, svg, picture) {
    padding: 3rem 1rem;
  }
}

.image-with-text-block--parallax {
  min-height: var(--content-over-media-height, auto);
  transform: unset;
  clip-path: inset(0);
}

@media (prefers-reduced-motion: no-preference) {
  .image-with-text-block--parallax > svg,
  .image-with-text-block--parallax > picture img {
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }

  @supports (min-height: 100lvh) {
    :is(
        .image-with-text-block--parallax > svg,
        .image-with-text-block--parallax > picture img
      ) {
      min-height: 100lvh;
    }
  }
}

.images-with-text-scroll {
  align-items: start;
  display: grid;
  position: relative;
}

.images-with-text-scroll:before {
  content: "";
  background: rgb(var(--images-with-text-scroll-overlay));
  z-index: 1;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.images-with-text-scroll__image-background,
.images-with-text-scroll__container {
  grid-area: 1 / -1;
}

.images-with-text-scroll__image-background {
  max-height: calc(100vh - var(--sticky-area-height));
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: sticky;
  inset-block-start: var(--sticky-area-height);
}

.images-with-text-scroll__container {
  z-index: 1;
  place-items: start center;
  row-gap: 2rem;
  padding-block-start: var(--section-vertical-spacing);
  padding-block-end: var(--section-vertical-spacing);
  display: grid;
}

.images-with-text-scroll__item {
  display: contents;
}

.images-with-text-scroll__item:not(:first-child)
  > .images-with-text-scroll__image {
  opacity: 0;
}

.images-with-text-scroll__image {
  grid-area: 1 / 1;
  align-self: center;
}

.images-with-text-scroll__text {
  text-align: center;
  grid-area: 2 / 1;
  max-width: 375px;
}

@media screen and (min-width: 700px) {
  .images-with-text-scroll__container {
    row-gap: 3rem;
  }
}

@media screen and (max-width: 999px) {
  .images-with-text-scroll__item:not(.is-selected) {
    visibility: hidden;
  }

  .images-with-text-scroll__image {
    width: min(56vw, 27.5rem);
  }
}

@media screen and (min-width: 1000px) {
  .images-with-text-scroll {
    min-height: calc(100vh - var(--sticky-area-height));
  }

  .images-with-text-scroll__container {
    --image-width: min(50vw - var(--container-gutter), 575px);
    --image-height: min(
      var(--image-width),
      var(--image-width) / var(--images-with-text-scroll-master-image-ratio)
    );
    --content-padding: calc(
      (100vh - var(--image-height) - var(--sticky-area-height)) / 2
    );
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    align-items: center;
    padding-block-start: var(--content-padding);
    padding-block-end: var(--content-padding);
  }

  .images-with-text-scroll__image {
    height: var(--image-height);
    object-fit: contain;
    object-position: center;
    position: sticky;
    inset-block-start: calc(var(--content-padding) + var(--sticky-area-height));
  }

  .images-with-text-scroll__text {
    text-align: var(--images-with-text-scroll-text-alignment);
    grid-area: auto / 2;
  }

  .images-with-text-scroll--reverse .images-with-text-scroll__image {
    grid-column: 2;
  }

  .images-with-text-scroll--reverse .images-with-text-scroll__text {
    grid-column: 1;
  }
}

.logo-list {
  grid: auto / repeat(var(--logo-list-items-per-row), minmax(0, 250px));
  justify-content: center;
  gap: var(--logo-list-gap);
  display: grid;
}

.logo-list__item {
  outline: 1px solid rgb(var(--logo-list-item-border-color));
  place-items: center;
  padding: 1.25rem;
  display: grid;
}

@media screen and (min-width: 700px) {
  .logo-list__item {
    padding: 2rem 1.5rem;
  }
}

.media-grid {
  --media-grid-column-count: 2;
  align-items: start;
  gap: var(--media-grid-gap);
  grid: auto-flow dense var(--media-grid-row-height) / repeat(
      var(--media-grid-column-count),
      minmax(0, 1fr)
    );
  display: grid;
}

.media-grid__item {
  grid-area: span min(2, var(--media-grid-item-row-span)) / span 2;
  height: 100%;
  container-type: inline-size;
}

.media-grid__item > * {
  height: 100%;
}

@media screen and (min-width: 700px) {
  .media-grid {
    --media-grid-column-count: 12;
  }

  .media-grid__item {
    grid-area: span var(--media-grid-item-row-span) / span
      var(--media-grid-item-column-span);
  }
}

.multi-column {
  grid: var(--multi-column-grid);
  column-gap: var(--multi-column-gap);
  row-gap: var(--section-stack-gap);
  justify-content: var(--multi-column-content-alignment);
  display: grid;
}

.multi-column__item {
  align-content: start;
  gap: 2rem;
  display: grid;
}

.multi-column__item--overlap {
  gap: 0;
}

.multi-column__item--overlap > .prose {
  isolation: isolate;
  margin-block-start: -0.875rem;
}

.multiple-media-with-text {
  --multiple-media-with-text-gap: 2rem;
  grid: var(--multiple-media-with-text-grid);
  gap: var(--multiple-media-with-text-gap);
  display: grid;
}

.multiple-media-with-text__media-wrapper {
  grid-area: media-wrapper;
  grid: var(--multiple-media-with-text-media-grid);
  column-gap: var(--multiple-media-with-text-media-gap);
  display: grid;
}

.multiple-media-with-text__media-wrapper > * {
  grid-row: 1 / -1;
}

.multiple-media-with-text__content-wrapper {
  grid-area: content-wrapper;
}

@media screen and (min-width: 1000px) {
  .multiple-media-with-text {
    --multiple-media-with-text-gap: 2rem 4rem;
  }
}

@media screen and (min-width: 1150px) {
  .multiple-media-with-text {
    --multiple-media-with-text-gap: 2rem 7.5rem;
  }
}

.multiple-media-with-text--overlap
  .multiple-media-with-text__media-wrapper
  > :first-child {
  grid-column: 1 / 3;
}

.multiple-media-with-text--overlap
  .multiple-media-with-text__media-wrapper
  > :nth-child(2) {
  grid-column: 2 / 4;
}

@media screen and (min-width: 700px) {
  .multiple-media-with-text--overlap.multiple-media-with-text--reverse
    .multiple-media-with-text__media-wrapper
    > :first-child {
    grid-column: 2 / 4;
  }

  .multiple-media-with-text--overlap.multiple-media-with-text--reverse
    .multiple-media-with-text__media-wrapper
    > :nth-child(2) {
    grid-column: 1 / 3;
  }
}

@media screen and (min-width: 700px) {
  .newsletter .form {
    width: 35rem;
  }
}

@media screen and (min-width: 700px) {
  .newsletter-popup {
    width: 23.75rem;
    inset-inline-start: auto;
  }
}

.password {
  position: relative;
}

.password__inner {
  isolation: isolate;
  align-content: space-between;
  row-gap: 3rem;
  min-height: 100vh;
  padding-block: 1.6rem;
  display: grid;
}

@supports (height: 100dvh) {
  .password__inner {
    min-height: 100dvh;
  }
}

.password__header {
  justify-items: center;
  display: grid;
}

.password__header > * {
  grid-area: 1 / -1;
}

.password__password-button {
  margin-inline-start: auto;
}

.password__block-list {
  justify-self: center;
  row-gap: 0.625rem;
  width: min(100%, 30rem);
  display: grid;
}

.password__content,
.password__social {
  padding: 1.25rem;
}

.password__social {
  display: grid;
}

.password__social .social-media {
  justify-content: center;
}

.password__footer {
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  display: flex;
}

@media screen and (min-width: 700px) {
  .password__content {
    padding: 2.5rem;
  }

  .password__footer {
    justify-content: space-between;
  }
}

.prev-next-blog-posts {
  gap: 3.125rem;
  display: grid;
}

@media screen and (min-width: 700px) {
  .prev-next-blog-posts {
    grid: auto / auto-flow minmax(min-content, 31.25rem);
    justify-content: center;
    gap: 1.875rem;
  }
}

@media screen and (min-width: 1150px) {
  .prev-next-blog-posts {
    gap: 3.75rem;
  }
}

@media screen and (min-width: 700px) {
  .privacy-banner {
    width: 31.25rem;
  }
}

.shopify-section--main-product .section-spacing {
  padding-block-start: 0;
}

.product {
  grid: var(--product-grid, none);
  align-items: start;
  gap: var(--product-gap, 1.875rem);
  display: grid;
}

@media screen and (min-width: 1000px) {
  .shopify-section--main-product .section-spacing {
    padding-block-start: var(--container-gutter);
  }

  .product {
    --product-gap: 3.5rem;
  }
}

@media screen and (min-width: 1150px) {
  .product {
    --product-gap: 5rem;
  }
}

.product-gallery {
  --product-gallery-gap: 1.5rem;
  --product-gallery-thumbnail-list-gap: 1rem 0.5rem;
  --product-gallery-thumbnail-size: 3.5rem;
  flex-direction: var(--product-gallery-flex-direction, column);
  align-items: start;
  gap: var(--product-gallery-gap) var(--product-gap, 0px);
  grid-area: product-gallery;
  display: flex;
  position: relative;
}

.product-gallery__zoom-button {
  z-index: 1;
  transition: opacity 0.2s, visibility 0.2s;
  position: absolute;
  inset-block-start: 1.25rem;
  inset-inline-end: 0;
}

.product-gallery__zoom-button--hidden {
  opacity: 0;
  visibility: hidden;
}

.product-gallery__image-list {
  row-gap: var(--product-gallery-gap);
  grid-auto-rows: max-content;
  grid-auto-columns: minmax(0, 1fr);
  width: 100%;
  display: grid;
}

.product-gallery__carousel {
  grid: var(--product-gallery-carousel-grid, auto / auto-flow 100%);
  align-items: start;
  gap: var(
    --product-gallery-carousel-gap,
    1.5rem min(1.5rem, var(--container-gutter))
  );
  scroll-snap-type: var(
    --product-gallery-carousel-scroll-snap-type,
    x mandatory
  );
  display: grid;
  position: relative;
}

.product-gallery[allow-zoom] .product-gallery__media {
  cursor: var(--cursor-zoom-in-svg-url) 18 18, zoom-in;
}

.product-gallery__media > * {
  width: 100%;
}

.product-gallery__thumbnail-list {
  flex-shrink: 0;
  max-width: 100%;
  position: relative;
}

.product-gallery__thumbnail-scroller {
  grid-auto-columns: var(--product-gallery-thumbnail-size);
  grid-auto-flow: var(--product-gallery-thumbnail-list-grid-auto-flow, column);
  align-content: start;
  align-items: start;
  gap: var(--product-gallery-thumbnail-list-gap);
  max-height: var(--product-gallery-thumbnail-list-max-height, none);
  scroll-snap-type: both mandatory;
  overscroll-behavior: contain;
  scrollbar-width: none;
  grid-template-columns: none;
  display: grid;
  position: relative;
  overflow: auto;
}

.product-gallery__thumbnail-scroller::-webkit-scrollbar {
  display: none;
}

.product-gallery__thumbnail {
  border: 1px solid #0000;
  padding: 1px;
  transition: border-color 0.1s;
  position: relative;
}

.product-gallery__thumbnail[aria-current="true"] {
  border-color: currentColor;
}

.product-gallery__media-badge {
  position: absolute;
  inset-block-start: 3px;
  inset-inline-end: 3px;
}

@media screen and (max-width: 999px) {
  .product-gallery__carousel-with-arrows {
    align-items: center;
    display: flex;
  }

  .product-gallery__carousel-with-arrows .product-gallery__media > img {
    width: 45vw;
    margin-inline: auto;
  }
}

@media screen and (min-width: 1000px) {
  .product-gallery__thumbnail-list {
    position: sticky;
    inset-block-start: calc(var(--sticky-area-height) + 20px);
  }

  .product-gallery__media {
    scroll-margin-block-start: 1.25rem;
  }
}

.product-info {
  --product-info-gap: 10px;
  grid-area: product-info;
}

.product-info__block-list > :not(:first-child) {
  margin-block-start: var(--product-info-gap);
}

.product-info__block-list > :not(:last-child) {
  margin-block-end: var(--product-info-gap);
}

.product-info__block-item:empty {
  display: none;
}

.product-info__block-item:not(:has(> :not([hidden]))) {
  display: none;
}

.product-info__block-item:is(
    [data-block-type="vendor"],
    [data-block-type="title"],
    [data-block-type="sku"],
    [data-block-type="price"]
  ) {
  --product-info-gap: 0.5rem;
}

.product-info__block-group:has(
    .product-info__block-item:is(
        [data-block-type="vendor"],
        [data-block-type="title"],
        [data-block-type="sku"],
        [data-block-type="price"]
      )
  ) {
  --product-info-gap: 0.5rem;
}

.product-info__block-item:is(
    [data-block-type="variant-picker"],
    [data-block-type="product-variations"],
    [data-block-type="description"],
    [data-block-type="text"],
    [data-block-type="liquid"],
    [data-block-type="share-buttons"]
  ) {
  --product-info-gap: 1.5rem;
}

.product-info__block-group:has(
    .product-info__block-item:is(
        [data-block-type="variant-picker"],
        [data-block-type="product-variations"],
        [data-block-type="description"],
        [data-block-type="text"],
        [data-block-type="liquid"],
        [data-block-type="share-buttons"]
      )
  ) {
  --product-info-gap: 1.5rem;
}
[data-block-type="separator"] {
  margin: 10px 0 10px 0;
}

.product-info__block-item:is(
    [data-block-type="inventory"],
    [data-block-type="buy-buttons"],
    [data-block-type="pickup-availability"],
    [data-block-type="more-information"],
    [data-block-type="offers"]
  ) {
  --product-info-gap: 2rem;
}

.product-info__block-group:has(
    .product-info__block-item:is(
        [data-block-type="inventory"],
        [data-block-type="buy-buttons"],
        [data-block-type="pickup-availability"],
        [data-block-type="more-information"],
        [data-block-type="offers"]
      )
  ) {
  --product-info-gap: 2rem;
}

.product-info__block-item[data-block-type="complementary-products"] {
  --product-info-gap: 3rem;
}

.product-info__block-group:has(
    .product-info__block-item[data-block-type="complementary-products"]
  ) {
  --product-info-gap: 3rem;
}

@media screen and (max-width: 699px) {
  .product-info--center
    :is(
      [data-block-type="vendor"],
      [data-block-type="title"],
      [data-block-type="sku"],
      [data-block-type="price"]
    ) {
    text-align: center;
  }

  .product-info--center :is(.badge-list, .price-list, .rating-badge) {
    justify-content: center;
  }

  .product-info--center .text-with-rating {
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (min-width: 1000px) {
  .product-info {
    position: sticky;
    inset-block-start: calc(var(--sticky-area-height) + 20px);
  }
}

.product-content-below-gallery {
  grid-area: product-content;
}

.product-content-below-gallery product-recommendations:not(:first-child) {
  margin-block-start: max(48px, var(--product-gap, 0px));
}

.product-content-below-gallery product-recommendations:not(:last-child) {
  margin-block-end: max(48px, var(--product-gap, 0px));
}

.product-content-below-gallery__description:not(:last-child) {
  margin-block-end: 1.25rem;
}

.product-info__more-info {
  border-block-width: 1px;
  justify-content: space-between;
  align-items: center;
  padding: 0.9375rem;
  display: flex;
}

.product-info__more-info > svg {
  transition: transform 0.2s ease-in-out;
}

@media screen and (pointer: fine) {
  .product-info__more-info:hover > svg {
    transform: translateX(5px);
  }
}

.variant-picker .popover {
  --popover-block-offset: 0.5rem;
  --popover-body-padding-inline: 1.25rem;
  width: 100%;
}

.variant-picker .popover::part(content) {
  width: 100%;
  max-width: none;
}

:not(.is-disabled) > .variant-picker__dropdown-sold-out-label {
  display: none;
}

.buy-buttons {
  row-gap: 1rem;
  display: grid;
}

.pickup-location {
  align-items: start;
  gap: 0.25rem;
  display: grid;
}

.pickup-location + .pickup-location {
  padding-block-start: 1rem;
}

.product-offers .page-dots {
  padding-block-end: 1.5rem;
}

.product-offers__item {
  padding: 1.5rem;
}

.product-offers__list--carousel {
  grid: auto / auto-flow 100%;
  display: grid;
}

.complementary-products {
  grid-template-columns: minmax(0, 1fr);
  row-gap: 1.875rem;
  max-width: 40rem;
  margin-inline: auto;
  display: grid;
}

.complementary-products__header {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.complementary-products__header--align-start {
  text-align: start;
  justify-content: space-between;
}

.complementary-products__product-list {
  gap: 1.25rem;
  display: grid;
  position: relative;
}

.complementary-products__product-list--carousel {
  grid: auto / auto-flow 100%;
}

@media screen and (max-width: 699px) {
  .complementary-products__product-list--carousel .product-card__figure {
    max-width: 11.25rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 700px) {
  .complementary-products {
    row-gap: 1rem;
  }

  .complementary-products__header {
    text-align: start;
    justify-content: space-between;
  }
}

.product-sticky-bar {
  padding: var(--container-gutter);
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  width: 100%;
  transition: opacity 0.2s, visibility 0.2s;
  display: block;
  position: fixed;
  inset-block-end: 0;
  inset-inline-start: 0;
}

.product-sticky-bar.is-visible {
  opacity: 1;
  visibility: visible;
}

.product-sticky-bar__info img {
  width: 3.75rem;
}

@media screen and (min-width: 700px) {
  .product-sticky-bar {
    inset-block: var(--sticky-area-height) auto;
    background: rgb(var(--background));
    border-block-end-width: 1px;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: center;
    padding-block: 1.125rem;
    display: grid;
  }
  .product-sticky-bar.is-visible {
    opacity: 0;
    visibility: hidden;
  }
}

.scrolling-content {
  text-align: start;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.scrolling-content[direction="right"] {
  text-align: end;
}

.scrolling-content::part(scroller) {
  min-width: max-content;
  display: inline-flex;
  position: relative;
}

.scrolling-content__item {
  flex-shrink: 0;
  align-items: center;
  display: flex;
}

.scrolling-content__item > * {
  margin-inline-start: calc(var(--scrolling-content-content-gap) / 2);
  margin-inline-end: calc(var(--scrolling-content-content-gap) / 2);
}

.scrolling-content__image > img {
  max-width: 1.5em;
}

.main-search-form {
  min-width: 18.75rem;
}

.main-search__linklist {
  text-align: center;
  max-width: 25rem;
  margin-inline: auto;
}

.shop-the-look__carousel {
  z-index: 2;
  grid: auto / auto-flow 100%;
  align-items: start;
  gap: 0.625rem;
  display: grid;
  position: relative;
  overflow: visible;
}

.shop-the-look__carousel.is-expanded {
  overflow: hidden;
}

.shop-the-look__image-wrapper {
  position: relative;
  overflow: hidden;
}

.shop-the-look__hot-spot-list {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
}

.shop-the-look__hot-spot {
  --hot-spot-size: 1rem;
  top: calc(var(--shop-the-look-hot-spot-top) - (var(--hot-spot-size) / 2));
  left: calc(var(--shop-the-look-hot-spot-left) - (var(--hot-spot-size) / 2));
  width: var(--hot-spot-size);
  height: var(--hot-spot-size);
  border-radius: var(--rounded-full);
  transition: transform 0.2s ease-in-out;
  position: absolute;
}

.shop-the-look__hot-spot:after {
  --hot-spot-after-size: calc(var(--hot-spot-size) * 2.5);
  content: "";
  top: calc(50% - var(--hot-spot-after-size) / 2);
  left: calc(50% - var(--hot-spot-after-size) / 2);
  width: var(--hot-spot-after-size);
  height: var(--hot-spot-after-size);
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgb(var(--background) / 0),
    rgb(var(--background) / 0.3)
  );
  border-radius: var(--rounded-full);
  animation: 2s ease-in-out infinite alternate ping;
  position: absolute;
}

.shop-the-look__hot-spot[aria-current="true"] {
  transform: scale(1.3);
}

.shop-the-look__item-carousel {
  grid: auto / auto-flow 100%;
  justify-items: center;
  display: grid;
  position: relative;
}

.shop-the-look__item {
  position: relative;
}

.shop-the-look__popover .product-card__figure {
  width: 100%;
  max-width: 10rem;
  margin-inline: auto;
}

.shop-the-look__popover::part(base) {
  height: auto;
  inset: auto auto 0 0;
}

.shop-the-look__popover::part(overlay) {
  display: none;
}

@media screen and (max-width: 699px) {
  .shopify-section--shop-the-look:before {
    content: "";
    opacity: 0;
    pointer-events: none;
    background: rgb(var(--background));
    z-index: 2;
    width: 100%;
    height: 100%;
    transition: opacity 0.4s;
    position: fixed;
    inset-block-start: 0;
    inset-inline-start: 0;
  }

  .shopify-section--shop-the-look:has(
      .shop-the-look__carousel.is-expanded
    ):before {
    opacity: 1;
  }
}

@media screen and (min-width: 1000px) {
  .shop-the-look__carousel {
    grid: none;
    align-items: center;
  }

  .shop-the-look__item {
    max-width: var(--container-sm-max-width);
    grid: auto / min(550px, 60%) minmax(0, 1fr);
    grid-area: 1 / -1;
    align-items: center;
    gap: 0.3125rem;
    margin-inline: auto;
    display: grid;
  }

  .shop-the-look__item:not(.is-selected) {
    visibility: hidden;
  }

  .shop-the-look__item-product {
    grid-area: 1 / -1;
    max-width: 16.875rem;
  }

  .shop-the-look__item-product:not(.is-selected) {
    visibility: hidden;
  }

  .shop-the-look__item-content {
    opacity: 0;
    justify-items: center;
    gap: 1.5rem;
    display: grid;
  }
}

@media screen and (pointer: fine) {
  .shop-the-look__hot-spot:hover {
    transform: scale(1.3);
  }
}

.slideshow {
  --slideshow-controls-spacing: var(--container-gutter);
  background: rgb(var(--slideshow-background));
  display: block;
  position: relative;
}

.slideshow .page-dots {
  z-index: 1;
  position: absolute;
  inset-block-end: var(--slideshow-controls-spacing);
  inset-inline-end: var(--slideshow-controls-spacing);
}

.slideshow:has(.page-dots, .slideshow__volume-control) {
  --content-over-media-row-gap: 4rem;
}

.slideshow__slide:not(.is-selected) {
  visibility: hidden;
  position: absolute;
  inset: 0;
}

.slideshow__slide-content--boxed {
  padding: 1.5rem;
}

.slideshow__slide-content--with-border {
  outline: 1px solid rgb(var(--border-color));
}

.slideshow__slide-content--with-border-offset {
  outline-offset: -0.75rem;
  padding: 2.25rem;
}

.slideshow__volume-control {
  z-index: 1;
  display: grid;
  position: absolute;
  inset-block-end: var(--slideshow-controls-spacing);
  inset-inline-start: var(--slideshow-controls-spacing);
}

.slideshow__next-section-button {
  z-index: 2;
  position: absolute;
  inset-block-end: calc(-1 * var(--circle-button-size) / 2);
  inset-inline-start: calc(50% - var(--circle-button-size) / 2);
}

.shopify-section:has(.slideshow__next-section-button) + .shopify-section {
  --section-vertical-spacing-block-start-compensation: 1.5625rem;
}

@media screen and (min-width: 700px) {
  .slideshow:has(.page-dots, .slideshow__volume-control) {
    --content-over-media-row-gap: 5rem;
  }

  .slideshow__slide-content--boxed {
    padding: 3.5rem;
  }

  .slideshow__slide-content--with-border-offset {
    outline-offset: -1rem;
  }
}

.shopify-section--testimonials {
  --section-vertical-spacing-override: calc(
    var(--section-vertical-spacing) + 20px
  );
}

.testimonial-list {
  gap: var(--section-stack-gap);
  justify-items: center;
  display: grid;
}

.testimonial-item {
  font-size: var(--testimonials-font-size);
  grid-area: 1 / -1;
  align-content: start;
  justify-items: center;
  gap: 2rem;
  max-width: 34rem;
  display: grid;
}

.testimonial-item:not(.is-selected) {
  opacity: 0;
  visibility: hidden;
}

.testimonial-carousel {
  display: grid;
}

.testimonial-list__thumbnail-scroller {
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 5.625rem;
}

.testimonial-list__thumbnail {
  transition: opacity 0.2s ease-in-out;
}

.testimonial-list__thumbnail[aria-current="false"] {
  opacity: 0.25;
}

.testimonial-list__thumbnail img {
  max-width: var(--image-max-width);
}

.testimonial-list__thumbnail .placeholder {
  width: var(--image-max-width);
}

.shopify-challenge__container,
.shopify-email-marketing-confirmation__container {
  max-width: 56.25rem;
  margin-block-start: var(--section-vertical-spacing);
  margin-block-end: var(--section-vertical-spacing);
}

.shopify-policy__container {
  gap: var(--section-stack-gap);
  grid-auto-columns: minmax(0, 1fr);
  max-width: 56.25rem;
  margin-block-start: var(--section-vertical-spacing-tight);
  margin-block-end: var(--section-vertical-spacing-tight);
  display: grid;
}

.shopify-challenge__container {
  gap: 1rem;
  display: grid;
}

.shopify-challenge__container > form {
  display: contents;
}

.shopify-email-marketing-confirmation__container {
  text-align: center;
}

.shopify-policy__title h1 {
  font: inherit;
}

.text-with-icons {
  --text-with-icons-items-per-row: 2;
  --text-with-icons-column-gap: 1.5rem;
  --text-with-icons-row-gap: 2rem;
  justify-content: center;
  gap: var(--text-with-icons-row-gap) var(--text-with-icons-column-gap);
  flex-wrap: wrap;
  display: flex;
}

.text-with-icons > * {
  flex-basis: min(
    18.75rem,
    calc(
      100% / var(--text-with-icons-items-per-row) -
        var(--text-with-icons-column-gap, 0px) *
        (var(--text-with-icons-items-per-row) - 1) /
        var(--text-with-icons-items-per-row)
    )
  );
}

.text-with-icons > :only-child {
  flex-basis: min(18.75rem, 100%);
}

@media screen and (max-width: 699px) {
  .text-with-icons:not(.text-with-icons--stacked) {
    grid: auto / auto-flow 100%;
    gap: 0;
    display: grid;
  }

  .text-with-icons:not(.text-with-icons--stacked) > * {
    grid-area: 1 / -1;
    padding-inline: 2.5rem;
  }

  .text-with-icons:not(.text-with-icons--stacked) > :not(.is-selected) {
    visibility: hidden;
  }
}

@media screen and (min-width: 700px) {
  .text-with-icons {
    --text-with-icons-items-per-row: 3;
    --text-with-icons-row-gap: 2.5rem;
  }
}

@media screen and (min-width: 1000px) {
  .text-with-icons {
    --text-with-icons-items-per-row: 5;
  }

  .text-with-icons:not(:has(> :nth-child(5))) {
    --text-with-icons-items-per-row: 4;
    --text-with-icons-column-gap: 3.75rem;
  }
}

.timeline__carousel,
.timeline__item {
  display: grid;
}

:is(.timeline__carousel, .timeline__item) > * {
  grid-area: 1 / -1;
}

.timeline__item:not(.is-selected) {
  visibility: hidden;
}

.timeline__item-image-wrapper {
  overflow: hidden;
}

.timeline__item-image-wrapper :is(img, svg) {
  scale: 1.05;
}

.timeline__item-content {
  padding: var(--container-gutter);
}

@media screen and (max-width: 699px) {
  .shopify-section--timeline {
    --section-vertical-spacing: 0;
    border-block-start-width: 0;
  }

  .timeline__carousel {
    position: relative;
    margin-top: 20px;
  }

  .timeline__carousel:after {
    content: "";
    background: #0006;
    position: absolute;
    inset: 0;
  }
.multi-column_content_wrapper {
    overflow: hidden;
}
  .timeline__item {
    --text-color: var(--timeline-item-mobile-text-color);
    color: rgb(var(--text-color));
    padding-inline: 20px;
  }

  .timeline__item-content {
    text-align: center;
    z-index: 1;
    align-self: center;
    padding-block: 3.75rem;
  }
}

@media screen and (min-width: 700px) {
  .timeline__item {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline__item > * {
    grid-area: unset;
  }

  .timeline__item-content {
    align-self: end;
  }
}

.timeline__nav {
  white-space: nowrap;
  grid-auto-flow: column;
  justify-content: safe center;
  align-items: center;
  column-gap: 2.5rem;
  display: grid;
}

.timeline__nav > button {
  height: var(--text-h4);
  line-height: 1;
  transition: opacity 0.25s ease-in-out, font-size 0.25s ease-in-out;
  position: relative;
}

.timeline__nav > button:after {
  content: "";
  width: calc(100% - var(--heading-letter-spacing));
  transform-origin: var(--transform-origin-start);
  background: currentColor;
  height: 3px;
  transition: transform 0.25s ease-in-out;
  position: absolute;
  inset-block-end: -1.25rem;
  inset-inline-start: 0;
  transform: scaleX(0);
}

.timeline__nav > [aria-current="false"] {
  opacity: 0.65;
}

.timeline__nav > [aria-current="true"] {
  font-size: var(--text-h4);
}

.timeline__nav > [aria-current="true"]:after {
  transform: scaleX(1);
}

@media screen and (max-width: 699px) {
  .timeline__nav {
    background: rgb(var(--timeline-nav-mobile-background));
    color: rgb(var(--timeline-nav-mobile-text-color));
    padding-block: 1.25rem;
    overflow-x: auto;
    overflow-y: hidden;
  }
}

@media screen and (min-width: 700px) {
  .timeline__nav {
    margin-block-start: var(--section-stack-gap);
  }

  .timeline__nav > button:after {
    inset-block-end: -0.5rem;
  }
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}
/* .product-info variant-picker .Color_bs .variant-picker__option-values {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
} */
/* .product-info variant-picker .Color_bs .variant-picker__option-values .color-swatch .sr-only {
    width: auto;
    height: auto;
    position: relative;
    margin-top: 10px;
    white-space: unset;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    font-family: Switzer;
} */
:is(
    .sr-only[type="checkbox"]:focus-visible + label,
    .sr-only[type="radio"]:focus-visible + label
  ) {
  outline: 2px solid Highlight;
  outline: 2px solid -webkit-focus-ring-color;
}

.skip-to-content:focus-visible {
  z-index: 9999;
  clip: auto;
  color: #fff;
  background: #000;
  width: auto;
  height: auto;
  padding: 6px 12px;
  font-weight: bold;
  overflow: auto;
}

.tap-area {
  position: relative;
}

.tap-area:before {
  content: "";
  position: absolute;
  inset: -0.5rem;
}

.js .js\:hidden,
.no-js .no-js\:hidden {
  display: none;
}

@media print {
  .print\:hidden {
    display: none;
  }
}

@keyframes ping {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(0.8);
  }
}

@media screen and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .features--zoom-image .zoom-image {
    transform-origin: center;
    transition: scale 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .features--zoom-image .group:hover .group-hover\:zoom {
    scale: 1.2;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .js [reveal-on-scroll="true"] {
    opacity: 0;
  }
}

.border {
  border-width: 1px;
}

.border-x {
  border-inline-width: 1px;
}

.border-y {
  border-block-width: 1px;
}

.border-t {
  border-block-start-width: 1px;
}

.border-b {
  border-block-end-width: 1px;
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  border-inline-start-width: 1px;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  border-block-start-width: 1px;
}

.rounded-full {
  border-radius: var(--rounded-full);
}

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

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

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

.text-subdued {
  color: rgb(var(--text-color) / 0.65);
}

.text-on-sale {
  /* color: rgb(var(--on-sale-text)); */
  color: #000;
}

.text-stroke {
  -webkit-text-stroke: 1px currentColor;
  -webkit-text-fill-color: transparent;
}

.text-gradient {
  background-image: var(--gradient);
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-stroke.text-gradient {
  color: rgb(var(--background));
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: unset;
}

.bg-error,
.bg-success,
.bg-warning {
  --border-color: var(--text-color) / 0.15;
}

.bg-error {
  background: rgb(var(--error-background));
}

.bg-success {
  background: rgb(var(--success-background));
}

.bg-warning {
  background: rgb(var(--warning-background));
}

.opacity-0 {
  opacity: 0;
}

.backdrop-blur {
  -webkit-backdrop-filter: blur(var(--backdrop-blur, 0px));
  backdrop-filter: blur(var(--backdrop-blur, 0px));
}

.filter-invert {
  filter: invert();
}

.lock {
  overflow: hidden;
}

.pointer-events-none {
  pointer-events: none;
}

.scroll-area {
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  overflow-x: auto;
  overflow-y: hidden;
}

.hide-scrollbar {
  scrollbar-width: none;
}

.scroll-area::-webkit-scrollbar {
  display: none;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.snap-x {
  scroll-snap-type: x mandatory;
}

.snap-y {
  scroll-snap-type: y mandatory;
}

.snap-start {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.snap-center {
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.hidden,
.empty\:hidden:empty {
  display: none;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.contents {
  display: contents;
}

@media screen and (min-width: 700px) {
  .sm\:hidden {
    display: none;
  }

  .sm\:block {
    display: block;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:table {
    display: table;
  }

  .sm\:table-cell {
    display: table-cell;
  }
}

@media screen and (min-width: 1000px) {
  .md\:hidden {
    display: none;
  }

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:flex {
    display: flex;
  }

  .md\:table {
    display: table;
  }

  .md\:table-cell {
    display: table-cell;
  }
}

@media screen and (min-width: 1150px) {
  .lg\:hidden {
    display: none;
  }

  .lg\:block {
    display: block;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:table {
    display: table;
  }

  .lg\:table-cell {
    display: table-cell;
  }
}

@media screen and (max-width: 699px) {
  .sm-max\:hidden {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .md-max\:hidden {
    display: none;
  }
}

@media screen and (max-width: 1149px) {
  .lg-max\:hidden {
    display: none;
  }
}

@media screen and (max-width: 1399px) {
  .xl-max\:hidden {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:hidden {
    display: none;
  }

  .motion-reduce\:block {
    display: block;
  }
}

.visibility-hidden {
  visibility: hidden;
}

.relative {
  position: relative;
}

.wrap {
  flex-wrap: wrap;
}

.grow {
  flex-grow: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.text-start {
  text-align: start;
}

.text-center {
  text-align: center;
}

.text-end {
  text-align: end;
}

.justify-start {
  justify-content: start;
}

.justify-center {
  justify-content: safe center;
}

.justify-end {
  justify-content: end;
}

.justify-between {
  justify-content: space-between;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-center {
  justify-items: safe center;
}

.justify-items-end {
  justify-items: end;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-end {
  justify-self: end;
}

.align-start {
  align-items: start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: end;
}

.align-baseline {
  align-items: baseline;
}

.align-self-start {
  align-self: start;
}

.align-self-center {
  align-self: center;
}

.align-self-end {
  align-self: end;
}

.place-self-start {
  place-self: start;
}

.place-self-start-center {
  place-self: start center;
}

.place-self-start-end {
  place-self: start end;
}

.place-self-center {
  place-self: center;
}

.place-self-center-start {
  place-self: center start;
}

.place-self-center-end {
  place-self: center end;
}

.place-self-end {
  place-self: end;
}

.place-self-end-start {
  place-self: end start;
}

.place-self-end-center {
  place-self: end center;
}

@media screen and (min-width: 700px) {
  .sm\:text-start {
    text-align: start;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-end {
    text-align: end;
  }

  .sm\:justify-start {
    justify-content: start;
  }

  .sm\:justify-center {
    justify-content: safe center;
  }

  .sm\:justify-end {
    justify-content: end;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:justify-evenly {
    justify-content: space-evenly;
  }

  .sm\:justify-items-start {
    justify-items: start;
  }

  .sm\:justify-items-center {
    justify-items: safe center;
  }

  .sm\:justify-items-end {
    justify-items: end;
  }

  .sm\:justify-self-start {
    justify-self: start;
  }

  .sm\:justify-self-center {
    justify-self: center;
  }

  .sm\:justify-self-end {
    justify-self: end;
  }

  .sm\:align-start {
    align-items: start;
  }

  .sm\:align-center {
    align-items: center;
  }

  .sm\:align-end {
    align-items: end;
  }

  .sm\:align-baseline {
    align-items: baseline;
  }

  .sm\:align-self-start {
    align-self: start;
  }

  .sm\:align-self-center {
    align-self: center;
  }

  .sm\:align-self-end {
    align-self: end;
  }

  .sm\:place-self-start {
    place-self: start;
  }

  .sm\:place-self-start-center {
    place-self: start center;
  }

  .sm\:place-self-start-end {
    place-self: start end;
  }

  .sm\:place-self-center {
    place-self: center;
  }

  .sm\:place-self-center-start {
    place-self: center start;
  }

  .sm\:place-self-center-end {
    place-self: center end;
  }

  .sm\:place-self-end {
    place-self: end;
  }

  .sm\:place-self-end-start {
    place-self: end start;
  }

  .sm\:place-self-end-center {
    place-self: end center;
  }
}

.vertical-align-top {
  vertical-align: top;
}

.vertical-align-middle {
  vertical-align: middle;
}

.vertical-align-bottom {
  vertical-align: bottom;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.w-0 {
  width: 0;
}

.min-w-full {
  min-width: 100%;
}

.min-h-full {
  min-height: 100%;
}

.mx-auto {
  margin-inline: auto;
}

.my-auto {
  margin-block: auto;
}

.aspect-short {
  aspect-ratio: 4 / 3;
}

.aspect-tall {
  aspect-ratio: 2 / 3;
}

.aspect-square {
  aspect-ratio: 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-4\.5 {
  gap: 1.125rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-5\.5 {
  gap: 1.375rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

@media screen and (min-width: 700px) {
  .sm\:gap-0\.5 {
    gap: 0.125rem;
  }

  .sm\:gap-1 {
    gap: 0.25rem;
  }

  .sm\:gap-1\.5 {
    gap: 0.375rem;
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-2\.5 {
    gap: 0.625rem;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:gap-3\.5 {
    gap: 0.875rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-4\.5 {
    gap: 1.125rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:gap-5\.5 {
    gap: 1.375rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-7 {
    gap: 1.75rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-12 {
    gap: 3rem;
  }

  .sm\:gap-14 {
    gap: 3.5rem;
  }

  .sm\:gap-16 {
    gap: 4rem;
  }
}

.object-cover {
  object-fit: cover;
  object-position: center;
}

.object-contain {
  object-fit: contain;
  object-position: center;
}

.image-cover {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.image-background {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.placeholder {
  background: rgb(var(--background-without-opacity));
  fill: rgb(var(--text-color) / 0.5);
  color: rgb(var(--text-color) / 0.5);
  display: block;
}

.placeholder--invert {
  background: rgb(var(--text-color));
  fill: rgb(var(--background-without-opacity));
  color: rgb(var(--background-without-opacity));
}

.bold {
  font-weight: bold;
}

.smallcaps {
  text-transform: uppercase;
  letter-spacing: var(--heading-letter-spacing);
  font-size: 0.625rem;
}

.text-xxs {
  font-size: 0.6875rem;
}

.text-xs {
  font-size: var(--text-xs);
}

.text-sm {
  font-size: var(--text-sm);
}

.text-base {
  font-size: var(--text-base);
}

.text-lg {
  font-size: var(--text-lg);
}

.text-xl {
  font-size: var(--text-xl);
}

.h1,
:where(.prose h1) {
  font-size: var(--text-h1);
  line-height: 1.5;
}

.h2,
:where(.prose h2) {
  font-size: var(--text-h2);
  line-height: 1.5;
}

.h3,
:where(.prose h3) {
  font-size: var(--text-h3);
  line-height: 1.6;
}

.h4,
:where(.prose h4) {
  font-size: var(--text-h4);
  line-height: 1.6;
}

.h5,
:where(.prose h5) {
  font-size: var(--text-h5);
  line-height: 1.7;
}

.h6,
:where(.prose h6) {
  font-size: var(--text-h6);
  line-height: 1.7;
}

.prose blockquote {
  line-height: 1.75;
}

@media screen and (min-width: 700px) {
  .sm\:text-xs {
    font-size: var(--text-xs);
  }

  .sm\:text-sm {
    font-size: var(--text-sm);
  }

  .sm\:text-base {
    font-size: var(--text-base);
  }

  .sm\:text-lg {
    font-size: var(--text-lg);
  }

  .sm\:h1 {
    font-size: var(--text-h1);
    line-height: 1.5;
  }

  .sm\:h2 {
    font-size: var(--text-h2);
    line-height: 1.5;
  }

  .sm\:h3 {
    font-size: var(--text-h3);
    line-height: 1.6;
  }

  .sm\:h4 {
    font-size: var(--text-h4);
    line-height: 1.6;
  }

  .sm\:h5 {
    font-size: var(--text-h5);
    line-height: 1.7;
  }

  .sm\:h6 {
    font-size: var(--text-h6);
    line-height: 1.7;
  }
}

@media screen and (min-width: 1150px) {
  .h1,
  :where(.prose h1) {
    line-height: 1.3;
  }

  .h2,
  :where(.prose h2) {
    line-height: 1.4;
  }

  .h3,
  :where(.prose h3) {
    line-height: 1.5;
  }
}

ol {
  margin-inline-start: 2ch;
}

ul {
  margin-inline-start: 1em;
}

:where(ol, ul):not(.unstyled-list) li {
  padding-inline-start: 0.25rem;
  margin-block-start: 0 !important;
}

:where(.text-center, .text-end) :is(ol, ul) {
  margin-inline: 0;
  list-style-position: inside;
}

:where(.text-center, .text-end) :is(ol, ul) li {
  padding-inline-start: 0;
}

.line-through {
  text-decoration: line-through;
}

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

.hyphenate {
  -webkit-hyphens: auto;
  hyphens: auto;
}

.truncate-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: var(--truncate-text-max-width, 100%);
  overflow: hidden;
}

.line-clamp {
  -webkit-line-clamp: var(--line-clamp-count, 2);
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@charset "UTF-8";
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
#shopify-product-reviews {
  margin: 18px 0 28px 0 !important;
  overflow: visible !important;
}
#shopify-product-reviews .spr-form-title,
#shopify-product-reviews .spr-header-title,
#shopify-product-reviews .spr-pagination,
#shopify-product-reviews .spr-review-reportreview,
#shopify-product-reviews .spr-summary-caption,
#shopify-product-reviews .spr-summary-starrating {
  display: none;
}
#shopify-product-reviews .spr-container {
  padding: 0;
  border: none;
}
#shopify-product-reviews .spr-container,
#shopify-product-reviews .spr-content {
  display: flex;
  flex-direction: column;
}
#shopify-product-reviews .spr-form,
#shopify-product-reviews .spr-header {
  order: 2;
}
#shopify-product-reviews .spr-content,
#shopify-product-reviews .spr-reviews {
  order: 1;
}
#shopify-product-reviews .spr-form {
  margin: -4px 0 0 0;
  padding: 0;
}
#shopify-product-reviews .spr-icon {
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 10px)
  );
}
#shopify-product-reviews .spr-form-input .spr-icon {
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 14px)
  );
}
#shopify-product-reviews .spr-icon + .spr-icon {
  margin-left: 3px;
}
#shopify-product-reviews .spr-icon-star-empty {
  opacity: 0.25;
}
#shopify-product-reviews .spr-icon-star-empty::before {
  content: "";
}
#shopify-product-reviews .spr-starrating.spr-form-input-error a {
  color: inherit;
}
#shopify-product-reviews .spr-reviews {
  margin: -6px 0 35px 0;
}
#shopify-product-reviews .spr-review {
  position: relative;
  padding: 0 0 30px 0;
  border: none;
  margin: 0;
}
#shopify-product-reviews .spr-review + .spr-review {
  margin-top: 26px;
}
#shopify-product-reviews .spr-review-header {
  position: static;
  margin-bottom: 12px;
}
#shopify-product-reviews .spr-review-header-starratings {
  margin-bottom: 0;
}
#shopify-product-reviews .spr-review-header-title {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 11px)
  );
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#shopify-product-reviews .spr-review-header-byline {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  font-style: normal;
  opacity: 1;
  color: var(--text-color-light);
}
#shopify-product-reviews .spr-review-header-byline strong {
  font-weight: 400;
}
#shopify-product-reviews .spr-review-content {
  margin-bottom: 0;
}
#shopify-product-reviews .spr-review-reply {
  margin: 18px 0 6px 0;
  padding: 0 0 0 14px;
  background: 0 0;
  border-left: 3px solid var(--border-color);
  font-style: italic;
}
#shopify-product-reviews .spr-summary-actions {
  display: block;
}
#shopify-product-reviews .spr-review-reply-shop {
  float: none;
}
#shopify-product-reviews .spr-button-primary:not(input),
#shopify-product-reviews .spr-summary-actions-newreview {
  width: 100%;
}
#shopify-product-reviews input.spr-button-primary {
  border-color: var(--button-background);
  background: var(--button-background);
  color: var(--button-text-color);
  width: 100%;
}
#shopify-product-reviews .spr-pagination-next,
#shopify-product-reviews .spr-pagination-prev {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
#shopify-product-reviews .spr-pagination-next > a,
#shopify-product-reviews .spr-pagination-prev > a {
  width: 100%;
}
#shopify-product-reviews .new-review-form {
  margin-top: 20px;
}
#shopify-product-reviews .spr-form-contact-email,
#shopify-product-reviews .spr-form-contact-location,
#shopify-product-reviews .spr-form-contact-name,
#shopify-product-reviews .spr-form-review-body,
#shopify-product-reviews .spr-form-review-rating,
#shopify-product-reviews .spr-form-review-title {
  margin-bottom: 15px;
}
@media screen and (min-width: 641px) {
  #shopify-product-reviews {
    margin: 8px 40px 28px 0 !important;
  }
  #shopify-product-reviews .spr-review-header-title {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 12px)
    );
  }
  #shopify-product-reviews .spr-review-content-body,
  #shopify-product-reviews .spr-review-header-byline {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 14px)
    );
  }
  #shopify-product-reviews .spr-header {
    align-self: flex-start;
    width: 100%;
  }
  #shopify-product-reviews .spr-button-primary:not(input),
  #shopify-product-reviews .spr-pagination-next > a,
  #shopify-product-reviews .spr-pagination-prev > a,
  #shopify-product-reviews .spr-summary-actions-newreview,
  #shopify-product-reviews input.spr-button-primary {
    width: auto;
    float: none;
  }
  #shopify-product-reviews .spr-form-contact-email,
  #shopify-product-reviews .spr-form-contact-location,
  #shopify-product-reviews .spr-form-contact-name,
  #shopify-product-reviews .spr-form-review-body,
  #shopify-product-reviews .spr-form-review-rating,
  #shopify-product-reviews .spr-form-review-title {
    margin-bottom: 25px;
  }
  #shopify-product-reviews .spr-summary-actions {
    display: flex;
  }
  #shopify-product-reviews .spr-pagination-next,
  #shopify-product-reviews .spr-pagination-prev {
    margin: 0 20px 0 0;
  }
  #shopify-product-reviews .spr-pagination-next > a,
  #shopify-product-reviews .spr-pagination-prev > a {
    display: block;
  }
}
@media screen and (min-width: 1008px) {
  #shopify-product-reviews {
    margin-bottom: 4px !important;
  }
}
@media screen and (min-width: 1140px) {
  #shopify-product-reviews {
    margin-right: 100px !important;
  }
}
.Search {
  display: block;
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-25px);
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out,
    visibility 0.15s ease-in-out;
  z-index: -1;
}
.Search[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.Search__Inner {
  padding: 14px 18px;
  max-height: calc(100vh - 60px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@supports (--css: variables) {
  .Search__Inner {
    max-height: calc(100vh - var(--header-height) - 88px);
  }
}
.Search__SearchBar {
  display: flex;
  align-items: center;
}
.Search__Form {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
}
.Search__Form .Icon--search {
  width: 18px;
  height: 17px;
}
.Search__Form .Icon--search-desktop {
  width: 21px;
  height: 21px;
}
.Search__InputIconWrapper {
  position: relative;
  top: -1px;
  margin-right: 12px;
  color: var(--text-color-light);
}
.Search__Input {
  background: 0 0;
  width: 100%;
  border: none;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 15px)
  );
  vertical-align: middle;
}
.Search__Input::-moz-placeholder {
  color: var(--text-color-light);
}
.Search__Input:-ms-input-placeholder {
  color: var(--text-color-light);
}
.Search__Input::placeholder {
  color: var(--text-color-light);
}
.Search__Input::-ms-clear {
  display: none;
}
.Search__Close {
  color: var(--text-color-light);
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 15px)
  );
  line-height: 1;
}
.Search__Results {
  display: none;
  margin-top: 30px;
  margin-bottom: 30px;
}
.Search__Results[aria-hidden="false"] {
  display: block;
}
@media screen and (max-width: 640px) {
  .Search__Results .ProductItem__Wrapper {
    display: flex;
    align-items: center;
  }
  .Search__Results .Grid__Cell + .Grid__Cell {
    margin-top: 25px;
  }
  .Search__Results .ProductItem__ImageWrapper {
    min-width: 70px;
  }
  .Search__Results .ProductItem__Info {
    margin-top: 0;
    text-align: left;
  }
}
@media screen and (min-width: 641px) {
  .Search__Inner {
    padding: 28px 50px;
  }
  .Search__Input {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 18px)
    );
  }
  .Search__InputIconWrapper {
    margin-right: 20px;
  }
  .Search__Close {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 16px)
    );
  }
  .Search__Close svg {
    stroke-width: 1.25px;
  }
  .Search__Results {
    margin-top: 70px;
    margin-bottom: 48px;
  }
}
@-webkit-keyframes shopTheLookDotKeyframe {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shopTheLookDotKeyframe {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.ShopTheLook {
  z-index: 2;
}
.ShopTheLook__Item {
  padding: 0 5px;
  width: calc(100% - 40px);
  transition: opacity 0.3s ease-in-out;
}
.ShopTheLook__Item.is-selected {
  z-index: 1;
}
.ShopTheLook__ImageWrapper {
  position: relative;
  max-width: 100%;
}
.ShopTheLook__Image {
  display: block;
  height: 100%;
  width: 100%;
}
.ShopTheLook__Dot {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  z-index: 1;
  transform: scale(1);
  transition: transform 0.25s ease-in-out;
}
.ShopTheLook__Dot::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  left: -12px;
  top: -12px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-animation: 1.4s shopTheLookDotKeyframe ease-in-out infinite;
  animation: 1.4s shopTheLookDotKeyframe ease-in-out infinite;
}
.ShopTheLook__Dot--dark {
  background: #000;
}
.ShopTheLook__Dot--dark::after {
  background: rgba(0, 0, 0, 0.4);
}
.ShopTheLook__Dot.is-active,
.supports-hover .ShopTheLook__Dot:hover {
  transform: scale(1.5);
}
.productItem {
  box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 30%);
}
.ShopTheLook__ProductItem .ProductItem__ImageWrapper {
  max-width: 150px;
  margin: 0 auto;
}
.ShopTheLook__DiscoverButtonWrapper {
  margin: 24px 24px 0 24px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .ShopTheLook__ViewButton {
    width: 100%;
  }
  .ShopTheLook__ProductItem--withHiddenInfo .ProductItem__Info {
    display: none;
  }
  .ShopTheLook__ProductItem {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1007px) {
  .ShopTheLook > .flickity-viewport {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  .ShopTheLook::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--background);
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease-in-out;
  }
  .ShopTheLook.is-zoomed::before {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }
  .ShopTheLook.is-zoomed .ShopTheLook__Item:not(.is-selected) {
    opacity: 0;
  }
  .ShopTheLook__ProductItem {
    padding: 30px 0 40px 0;
  }
}
@media screen and (min-width: 641px) {
  .ShopTheLook__DiscoverButtonWrapper {
    margin-top: 50px;
  }
  .ShopTheLook__Item {
    width: auto;
    padding: 0 15px;
  }
  .ShopTheLook__ProductItem .ProductItem__Wrapper {
    max-width: 250px;
    margin: 0 auto;
    box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 30%);
  }
}
@media screen and (min-width: 1008px) {
  .ShopTheLook {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 130px;
  }
  .ShopTheLook__Item {
    width: 100%;
    padding: 0;
  }
  .ShopTheLook__Inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 550px;
  }
  .ShopTheLook__ImageWrapper {
    flex: 0 1 auto;
  }
  .ShopTheLook__Image {
    max-height: 100%;
    width: auto;
  }
  .ShopTheLook__ProductList {
    flex: none;
    width: 270px;
    margin: 0 80px;
  }
  .ShopTheLook__ProductItem .ProductItem__Wrapper {
    max-width: none;
  }
  .ShopTheLook__ProductItem .ProductItem__ImageWrapper {
    max-width: 250px;
  }
  .ShopTheLook__ViewButton {
    margin-top: 25px;
  }
  .ShopTheLook .flickity-prev-next-button {
    top: calc(50% - (45px / 2));
  }
  .ShopTheLook .flickity-prev-next-button.next {
    right: 40px;
  }
  .ShopTheLook .flickity-prev-next-button.previous {
    left: 40px;
  }
}
.SidebarMenu {
  height: 100%;
  background: var(--navigation-background);
  color: var(--navigation-text-color);
}
.SidebarMenu .Heading,
.supports-hover .SidebarMenu .Link--primary:hover {
  color: var(--navigation-text-color);
}
.SidebarMenu .Text--subdued {
  color: var(--navigation-text-color-light);
}
.SidebarMenu .Collapsible,
.SidebarMenu .Linklist {
  border-color: var(--navigation-border-color);
}
.SidebarMenu__Nav .Collapsible:first-child {
  border-top: none;
}
.SidebarMenu .Drawer__Main::after {
  display: block;
  content: "";
  height: 35px;
}
.SidebarMenu__Nav--secondary {
  margin-top: 28px;
}
.SidebarMenu .Drawer__Footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  box-shadow: 0 1px var(--navigation-border-color) inset;
  color: var(--navigation-text-color-light);
}
.SidebarMenu__CurrencySelector,
.SidebarMenu__Social {
  flex: 1 0 auto;
  margin: 0;
  padding: 6px 0;
}
.SidebarMenu__CurrencySelector {
  width: 120px;
  flex: none;
  text-align: center;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 11px)
  );
}
.SidebarMenu__CurrencySelector .Select {
  display: inline-block;
}
@supports (display: grid) {
  .SidebarMenu__Social {
    display: grid;
    grid-template-columns: repeat(auto-fit, 34px);
    justify-content: space-evenly;
    text-align: center;
  }
}
.SidebarMenu__CurrencySelector + .SidebarMenu__Social {
  border-left: 1px solid var(--navigation-border-color);
}
.SidebarMenu .Drawer__Content::before,
.SidebarMenu .Drawer__Footer::before {
  position: absolute;
  content: "";
  width: 100%;
  pointer-events: none;
  z-index: 1;
}
.SidebarMenu .Drawer__Content::before {
  top: 0;
  height: 25px;
}
.SidebarMenu .Drawer__Footer::before {
  bottom: 100%;
  height: 30px;
  background-image: linear-gradient(
    rgba(var(--navigation-background-rgb), 0),
    rgba(var(--navigation-background-rgb), 0.6) 40%,
    var(--navigation-background)
  );
}
@media screen and (min-width: 1008px) {
  .SidebarMenu .Drawer__Content::before {
    height: 40px;
  }
  .SidebarMenu .Drawer__Main {
    padding-top: 26px;
  }
  .SidebarMenu .Drawer__Main::after {
    height: 60px;
  }
  .SidebarMenu .Drawer__Footer::before {
    height: 70px;
  }
}
.shopify-section--slideshow {
  position: relative;
}
.Slideshow--fullscreen {
  height: 100vh;
}
@supports (--css: variables) {
  .js .Slideshow--fullscreen {
    height: calc(var(--window-height) - (var(--header-height) * 0) - 0px);
    height: calc(
      var(--window-height) -
        (var(--header-height) * var(--header-is-not-transparent, 0)) -
        var(--announcement-bar-height, 0px)
    );
    max-height: 100vh;
  }
} /* Slideshow transition are handled in JavaScript, so while we use Flickity, we need to disable any transition */
.js .Slideshow__Carousel .Slideshow__Slide {
  transition: none;
}
.js .Slideshow__Carousel .Slideshow__Slide.is-selected {
  visibility: hidden;
}
.Slideshow__ImageContainer {
  height: 100%;
}
.Slideshow--fullscreen .Slideshow__Image {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.Slideshow__Image {
  z-index: 0;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .js .Slideshow__Image {
    opacity: 0;
  }
}
.Slideshow__Content {
  position: absolute;
  padding: 0 24px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.Slideshow__Content--bottomLeft,
.Slideshow__Content--middleLeft {
  text-align: left;
}
.Slideshow__Content--bottomLeft .ButtonGroup,
.Slideshow__Content--middleLeft .ButtonGroup {
  justify-content: flex-start;
}
.Slideshow__Content--bottomRight,
.Slideshow__Content--middleRight {
  text-align: right;
}
.Slideshow__Content--bottomRight .ButtonGroup,
.Slideshow__Content--middleRight .ButtonGroup {
  justify-content: flex-end;
}
.Slideshow__Content--bottomCenter,
.Slideshow__Content--bottomLeft,
.Slideshow__Content--bottomRight {
  top: auto;
  bottom: 70px;
  left: 0;
  transform: none;
}
.js .Slideshow__Content .SectionHeader {
  opacity: 0;
}
.Slideshow__ScrollButton {
  position: absolute;
  left: calc(50% - 25px);
  bottom: -25px;
}
.Slideshow__Carousel--withScrollButton {
  margin-bottom: 25px;
}
.Slideshow--fullscreen .Slideshow__ScrollButton {
  bottom: 10px;
}
.Slideshow--fullscreen .Slideshow__Carousel--withScrollButton {
  max-height: calc(100% - 35px);
  margin-bottom: 0;
}
@media screen and (min-width: 1008px) {
  .Slideshow__Content {
    padding: 0 70px;
  }
}
.store-availability-container {
  margin-top: 30px;
}
.store-availability-information {
  display: flex;
  align-items: baseline;
}
.Icon--store-availability-in-stock {
  position: relative;
  width: 13px;
  height: 9px;
}
.Icon--store-availability-out-of-stock {
  position: relative;
  width: 11px;
  height: 10px;
}
.store-availability-information-container {
  margin-left: 6px;
}
.store-availability-information__title {
  margin-bottom: 2px;
}
.store-availability-information__stock {
  margin-bottom: 5px;
}
.store-availability-information__link,
.store-availability-information__stock,
.store-availability-list__item-info {
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 13px)
  );
}
.store-availability-list__item:first-child {
  margin-top: 25px;
}
.store-availability-list__item {
  margin-top: 30px;
}
.store-availability-list__location,
.store-availability-list__stock {
  margin-bottom: 5px;
}
.store-availability-list__stock svg {
  margin-right: 3px;
}
.store-availability-list__contact {
  line-height: 1.45;
}
.store-availability-list__stock .Icon--store-availability-in-stock {
  top: -1px;
}
.store-availability-list__contact p {
  margin-bottom: 0;
}
.store-availabilities-modal__product-information {
  text-align: left;
}
@-webkit-keyframes testimonialOpening {
  from {
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes testimonialOpening {
  from {
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes testimonialClosing {
  from {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  to {
    visibility: visible;
    opacity: 0;
    transform: translateY(-15px);
  }
}
@keyframes testimonialClosing {
  from {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  to {
    visibility: visible;
    opacity: 0;
    transform: translateY(-15px);
  }
}
.Testimonial {
  text-align: center;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 18px)
  );
}
.Testimonial__Logo {
  margin-top: 54px;
}
.js .TestimonialList {
  opacity: 0;
  transition: opacity 0s linear 0.5s;
}
.js .TestimonialList.flickity-enabled {
  opacity: 1;
}
.js .TestimonialList .flickity-viewport {
  overflow: visible;
}
.js .TestimonialList .flickity-page-dots {
  position: relative;
  margin-top: 60px;
}
.js .TestimonialList .Testimonial {
  opacity: 0;
  visibility: hidden;
  -webkit-animation: testimonialClosing 0.4s
    cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards;
  animation: testimonialClosing 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19)
    forwards;
}
.js .TestimonialList .Testimonial.is-selected {
  opacity: 0;
  visibility: hidden;
  -webkit-animation: testimonialOpening 0.4s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
  animation: testimonialOpening 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s
    forwards;
}
@media screen and (max-width: 640px) {
  .Testimonial__Logo {
    max-width: 110px;
  }
}
@media screen and (min-width: 641px) {
  .Testimonial {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 20px)
    );
  }
  .Testimonial__Content {
    max-width: 550px;
    margin: 0 auto;
  }
  .TestimonialNav__Item,
  .Testimonial__Logo {
    max-width: 150px;
  }
}
@media screen and (min-width: 1008px) {
  .TestimonialList--withNav .flickity-page-dots {
    display: none;
  }
  .TestimonialNav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
  }
  .TestimonialNav__Item {
    margin: 0 25px;
    cursor: pointer;
    opacity: 0.25;
    transition: opacity 0.2s ease-in-out;
    will-change: opacity;
  }
  .TestimonialNav__Item.is-selected {
    opacity: 1;
  }
}
@media screen and (min-width: 1140px) {
  .TestimonialNav__Item {
    margin: 0 45px;
  }
}
.Timeline {
  box-shadow: 0 -2px 10px rgba(54, 54, 54, 0.2);
}
.Timeline__ListItem {
  position: relative;
  height: 540px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}
.Timeline__Item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(54, 54, 54, 0.2);
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
}
.Timeline__ImageWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.Timeline__Image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: translateX(-50px) scale(1.1);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.Timeline__Inner {
  position: relative;
  padding: 80px 14px 40px 14px;
  max-height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.Timeline__Header > * {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.Timeline__Header > .SectionHeader__Description {
  transform: translateY(50px);
}
.Timeline__Item.is-selected {
  opacity: 1;
  pointer-events: auto;
}
.Timeline__Item.is-selected .Timeline__Image {
  transform: translateX(0) scale(1.1);
}
.Timeline__Item.is-selected .Timeline__Header > * {
  opacity: 1;
  transition-delay: 0.5s;
  transform: translateY(0);
}
@media screen and (max-width: 640px) {
  .shopify-section--timeline {
    border-top: none !important;
  }
  .shopify-section--timeline .Section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .shopify-section--timeline .Container {
    padding-left: 0;
    padding-right: 0;
  }
  .Timeline__Header .Heading,
  .Timeline__Header .Rte a {
    color: inherit;
  }
  .Timeline__Header .SectionHeader__Description {
    margin: 34px 30px 0 30px;
  }
}
@media screen and (min-width: 641px) {
  .Timeline__ListItem {
    max-width: 1230px;
    margin: 0 auto;
    height: 400px;
    text-shadow: none;
  }
  .Timeline__Item {
    align-items: flex-end;
    background-color: var(--light-background);
  }
  .Timeline__ImageWrapper,
  .Timeline__Inner {
    flex: none;
    width: 50%;
  }
  .Timeline__ImageWrapper {
    position: relative;
    height: 100%;
  }
  .Timeline__ImageWrapper::after {
    display: none;
  }
  .Timeline__Image {
    transform: translateX(-60px) scale(1.1);
  }
  .Timeline__Inner {
    padding: 34px 40px;
    color: var(--text-color);
  }
  .Timeline__Header {
    text-align: left;
  }
}
@media screen and (min-width: 1008px) {
  .Timeline__ListItem {
    height: 515px;
  }
  .Timeline__Inner {
    padding: 54px 60px;
  }
}
.Timeline__Nav {
  position: relative;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 11px)
  );
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: 0.2em;
  color: var(--text-color-light);
  background: var(--light-background);
}
.Timeline__NavWrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.Timeline__NavWrapper--center {
  justify-content: center;
}
.Timeline__NavItem {
  position: relative;
  padding: 30px 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: inherit;
  vertical-align: text-bottom;
  transition: all 0.25s ease-in-out;
}
.Timeline__NavItem::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 20px;
  height: 3px;
  width: calc(100% - 40px - 0.2em);
  opacity: 0;
  background: var(--text-color);
  transform: scale(0, 1);
  transform-origin: left center;
  transition: opacity 0.3s, transform 0.3s;
}
.Timeline__NavItem.is-selected {
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 18px)
  );
  color: var(--text-color);
}
.Timeline__NavItem.is-selected::after {
  opacity: 1;
  transform: scale(1, 1);
}
.Timeline__NavLabel {
  display: block;
  line-height: 0;
}
@media screen and (min-width: 641px) {
  .Timeline {
    box-shadow: none;
  }
  .Timeline__Nav {
    margin-top: 40px;
    background: 0 0;
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 12px)
    );
  }
  .Timeline__NavWrapper {
    display: block;
    text-align: center;
  }
  .Timeline__NavItem {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1140px) {
  .Timeline__Nav {
    margin-top: 65px;
  }
}
---------------------- > .Header__MainNav ul li.HorizontalList__Item {
  margin-right: 14px;
  margin-left: 14px;
}
.Header__MainNav ul li a {
  text-transform: uppercase !important;
  font-size: 13px !important;
  letter-spacing: 0.7px;
}
.Header__Icon {
  color: #000;
}
.banner-section .desc h2 {
  text-align: center;
  font-size: 55px;
  line-height: initial;
  padding-top: 40px;
  padding-right: 20px;
  font-family: Lora-Regular;
}
.banner-section a {
  margin-top: 25px;
  font-family: NimbusSan-Bold;
  font-size: 15px;
}
.Header__MainNav ul li a .Icon--arrow-bottom {
  height: 10px;
  width: 10px;
  margin: -3px 5px 0 5px;
}
.custom-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.container {
  max-width: 1300px;
  margin: 0 auto;
}
.custom-grid .w-40 {
  width: 40%;
  padding: 0 10px 0 15px;
}
.custom-grid .w-60 {
  width: 60%;
  padding: 0 15px 0 0;
}
.right-image .mainimg {
  width: 100%;
}
.right-image {
  position: relative;
}
.right-image .oversubimg {
  position: absolute;
  left: 37%;
  bottom: 3px;
}
.banner-section-gap {
  padding: 35px 0 100px;
}
.bottom-overlayimg {
  position: absolute;
  left: 26.5%;
  bottom: 0;
  max-height: 280px;
}
.flex-col-25 {
  flex: 1 0 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.collection-boxes .collbox .textwrap {
  padding: 50px 40px;
}
.collection-boxes .textwrap h3 {
  font-family: NimbusSan-Bold;
  font-size: 26px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding-bottom: 25px;
}
.collection-boxes .textwrap p {
  font-size: 16px;
  margin: 0 auto;
  text-transform: capitalize;
  padding: 0 25px;
}
.flex-col-50 {
  flex: 1 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.color-text-block .color-block {
  padding: 85px 80px;
  width: 100%;
  position: relative;
}
.color-text-block .color-block h5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: NimbusSan-Bold;
  font-size: 17px;
  margin-bottom: 0;
  padding-bottom: 70px;
}
.color-text-block .color-block h2 {
  letter-spacing: 0;
  text-transform: none;
  font-family: Lora-Regular;
  font-size: 48px;
  line-height: 55px;
  position: relative;
  z-index: 2;
}
.color-text-block .color-block p {
  letter-spacing: 0;
  text-transform: none;
  font-size: 18px;
  padding: 15px 25px 50px;
  margin-bottom: 0;
}
.color-text-block .color-block a {
  font-family: NimbusSan-Bold;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0;
  height: 50px;
  line-height: 48px;
  padding: 0 20px;
  letter-spacing: 0.8px;
}
.Button--primary {
  letter-spacing: 0;
  padding: 13px 45px;
  font-family: NimbusSan-Bold;
}
.color-text-block .left-top-icon {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 160px;
}
.color-text-block .color-block h4 {
  letter-spacing: 0;
  text-transform: none;
  font-family: Lora-Regular;
  font-size: 28px;
  padding-bottom: 5px;
}
.color-text-block .Button {
  max-width: 280px;
  width: 100%;
  padding: 13px 20px;
}
.color-text-block .right-top-icon {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 190px;
}
.color-text-block .block-right {
  padding-top: 135px;
}
.real-deal {
  padding: 80px 0 70px;
  position: relative;
}
.real-deal h1 {
  letter-spacing: 0;
  text-transform: none;
  font-family: Lora-Regular;
  font-size: 48px;
  line-height: 55px;
  text-align: center;
  font-weight: 400;
}
.real-deal p {
  letter-spacing: 0;
  text-transform: none;
  font-size: 18px;
  padding: 15px 25px 60px;
  margin-bottom: 0;
  max-width: 630px;
  margin: 0 auto;
}
.real-deal .Button {
  max-width: 260px;
  width: 100%;
  padding: 13px 20px;
}
.real-wrap {
  max-width: 900px;
  margin: 0 auto;
}
.our-favourite-product {
  padding: 80px 0 60px;
  position: relative;
}
.our-favourite-product h2 {
  letter-spacing: 0;
  text-transform: none;
  font-family: Lora-Regular;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 50px;
}
.flex-col-20 {
  flex: 1 0 20%;
}
.flex-col-80 {
  flex: 1 0 80%;
}
.listicons {
  margin: 55px 0;
}
.listicons ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}
.listicons ul li {
  display: inline-block;
  width: 18%;
}
.listicons ul li .imgwrap {
  height: 55px;
  overflow: hidden;
  margin-bottom: 15px;
}
.listicons ul li img {
  max-height: 55px;
}
.listicons ul li h5 {
  font-size: 16px;
}
.listicons .lefticon h5 {
  font-size: 16px;
  max-width: 100px;
  margin: 0 auto;
}
.listicons .lefticon .iconwrp {
  height: 55px;
  overflow: hidden;
  margin-bottom: 15px;
}
.listicons .lefticon .iconwrp img {
  max-height: 55px;
}
.real-deal .listicons {
  align-items: center;
}
.real-deal .lefticon {
  position: relative;
}
.real-deal .lefticon:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: #0f2d26;
  right: 0;
  top: 0;
}
.real-deal .over-left-icon {
  position: absolute;
  left: 0;
  max-height: 300px;
  top: -120px;
}
.real-deal .over-right-icon {
  position: absolute;
  right: 0;
  max-height: 300px;
  bottom: -120px;
  z-index: 1;
}
.flex-col-100 {
  flex: 1 0 100%;
}
.block-1 {
  padding: 40px 15px;
  height: 100%;
  position: relative;
}
.block-2 {
  padding: 40px 15px;
  height: 100%;
}
.block-3 {
  padding: 240px 0 80px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .block-1 {
    padding: 40px 15px 0;
    height: 100%;
    position: relative;
  }
}
.masonry .w-43 {
  width: 50%;
  texta-align: left;
}
.masonry .w-57 {
  width: 50%;
}
.three-block .block__heading {
  letter-spacing: 0;
  text-transform: none;
  font-family: Lora-Regular;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 10px;
}
.three-block p {
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  font-family: NimbusSan-Light;
  text-align: center;
  padding: 0 30px;
}
.three-block .left-wrap {
  width: 95%;
  padding: 35px 0 50px;
}
.three-block h5 {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: NimbusSan-Bold;
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #e42134;
  padding-bottom: 15px;
  margin-top: 30px;
}
.three-block span {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: NimbusSan-Bold;
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #04513c;
  padding-bottom: 15px;
  margin-top: 30px;
}
@media only screen and (max-width: 1500px) {
  .three-block .block__heading {
    letter-spacing: 0;
    text-transform: none;
    font-family: Lora-Regular;
    font-size: 26px !important;
    line-height: 32px !important;
    text-align: center;
    margin-bottom: 10px;
  }
  .three-block p {
    letter-spacing: 0;
    text-transform: none;
    font-size: 16px;
    font-family: NimbusSan-Light;
    text-align: center;
    padding: 0 30px;
  }
  .three-block .left-wrap {
    width: 95%;
    padding: 35px 0 50px;
  }
  .three-block h5 {
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: NimbusSan-Bold;
    font-size: 16px !important;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #e42134;
    padding-bottom: 15px;
    margin-top: 30px;
  }
  .three-block span {
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: NimbusSan-Bold;
    font-size: 16px !important;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #04513c;
    padding-bottom: 15px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
  .three-block .block-1 img {
    position: absolute;
    bottom: 0;
    max-width: 45% !important;
  }
  .flex-col-50 {
    flex: 1 0 50%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden !important;
  }
  .thirdblock-rightimg {
    position: absolute;
    right: -100px !important;
    height: 85% !important;
    bottom: 0;
  }
  .block-1 {
    padding: 0 15px !important;
    height: 100%;
    position: relative;
  }
  .block-2 {
    padding: 40px 15px 0 !important;
    height: 100%;
  }
}
.Align_center {
  align-items: center;
}
.Align_end {
  justify-content: flex-end;
  display: flex;
}
.three-block .right-wrap {
  padding-left: 40px;
}
.right_image_block {
  position: relative;
  right: -1px;
}
.thirdblock-rightimg {
  position: absolute;
  right: 0;
  height: 75%;
  bottom: 0;
}
.block-3-width {
  width: 65%;
  text-align: center;
  padding: 0 80px;
}
.flex {
  height: 100%;
  align-items: center;
  justify-content: center;
}
.flex--vertical {
  flex-flow: column nowrap;
}
.flex--vertical .flex-child {
  flex: 0 0 50%;
  height: 10%;
  width: 70%;
  padding: 0 90px 0 70px;
}
.last-flex {
  padding: 115px 130px 0 80px !important;
}
.left-object {
  position: absolute;
  left: 0;
  max-height: 400px;
  top: 26%;
}
.super-power-section {
  padding: 80px 0;
  position: relative;
}
.super-power-section .power-wrap {
  max-width: 850px;
  margin: 0 auto;
  position: relative;
}
.super-power-section h3 {
  letter-spacing: 0;
  text-transform: none;
  font-family: Lora-Regular;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 400;
}
.super-power-section p {
  letter-spacing: 0;
  text-transform: none;
  font-size: 18px;
  text-align: center;
  padding: 0 30px;
}
.icon-grid {
  margin-top: 50px;
}
.gridicon-wrap h4 {
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-size: 22px;
  font-family: NimbusSan-Bold;
  margin-bottom: 12px;
}
.super-power-section p {
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
}
.gridicon-wrap .textwrp {
  padding-left: 140px;
  padding-right: 30px;
}
.gridicon-wrap img {
  max-height: 90px;
}
.first-icon img {
  position: absolute;
  left: 0;
}
.gridicon-wrap .grid__text {
  font-size: 16px;
  padding: 0;
  text-align: left;
}
.second-icon .textwrp {
  padding-top: 75px;
}
.second-icon img {
  position: absolute;
  right: 50px;
  max-height: 100px;
}
.third-icon img {
  position: absolute;
  right: -10px;
  top: -66px;
}
.fourth-icon img {
  position: absolute;
  right: -30px;
  max-height: 120px;
  top: -30px;
}
.fourth-icon .textwrp {
  margin-top: 80px;
}
.fourth-icon .textwrp {
  padding-left: 85px;
  padding-right: 78px;
}
.second-icon .textwrp {
  padding-left: 85px;
  padding-right: 78px;
}
.power-wrap .Button--primary {
  min-width: 260px;
  margin: 50px auto 0;
  display: block;
  width: 100%;
  max-width: 255px;
}
.left-wrp-icon {
  position: absolute;
  left: 0;
  bottom: 80px;
  max-height: 480px;
}
.review-slider .next {
  position: absolute;
  right: -10px;
  z-index: 5;
  top: 40%;
  cursor: pointer;
  background-size: 22px;
  transform: rotate(0);
  border-radius: 50%;
}
.review-slider .next:after {
  position: absolute;
  content: "";
  background: url(/cdn/shop/files/right-arrow.png?v=1625220505)
    no-repeat;
  background-position: center;
  background-size: 30px;
  width: 45px;
  height: 45px;
}
.review-slider .prev:after {
  position: absolute;
  content: "";
  left: 0;
  background: url(/cdn/shop/files/left-arrow.png?v=1625558058)
    no-repeat;
  background-position: center;
  background-size: 30px;
  width: 47px;
  height: 47px;
}
.review-slider .prev {
  position: absolute;
  left: -52px;
  z-index: 5;
  top: 40%;
  cursor: pointer;
  background-size: 22px;
  border-radius: 50%;
}
.review-section {
  padding: 80px 70px 60px;
  position: relative;
}
.review-section h3 {
  letter-spacing: 0;
  text-transform: none;
  font-family: Lora-Regular;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 40px;
}
.presswrap {
  padding: 15px;
}
.review-section h2 {
  letter-spacing: 0;
  text-transform: none;
  font-family: Lora-Medium;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin: 25px 0 20px;
  color: #000;
}
.review-section .short-text {
  letter-spacing: 0;
  text-transform: none;
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
  color: #000;
}
.review-section .name {
  letter-spacing: 0;
  text-transform: none;
  font-family: NimbusSan-Bold;
  font-size: 16px;
  text-align: center;
  color: #000;
  margin-bottom: 5px;
  line-height: 22px;
  margin-top: 20px;
}
.review-section .city {
  letter-spacing: 0;
  text-transform: none;
  font-size: 15px;
  text-align: center;
  color: #000;
  opacity: 0.49;
}
.review-text-wrp {
  padding: 0 12px;
}
.reviewimg-wrp {
  height: 265px;
  overflow: hidden;
  position: relative;
}
.review-slider .slick-slider .slick-dots li button::before {
  background-color: #000;
  opacity: 1;
}
.review-slider .slick-dots li.slick-active button:before {
  color: #000;
  background: #000;
  width: 10px;
  height: 10px;
  border: 15px;
  opacity: 1;
}
.review-slider .slick-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.review-slider .slick-dots {
  margin: 0 auto !important;
  left: 0;
  right: 0;
  bottom: 15px;
  padding: 35px 0 0;
  position: unset;
}
.slick-slider .slick-dots li {
  margin: 0 5px;
}
.slick-dots li button:before .review-slider img {
  width: 100%;
}
.slick-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #888;
}
.slick-slider .slick-dots li button::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
}
.slick-slider .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.review-icnwrp {
  position: absolute;
  left: 0;
  bottom: 50px;
  max-height: 150px;
}
.review-icnwrp-right {
  position: absolute;
  right: 25px;
  bottom: 50px;
  max-height: 40px;
}
.vidicon {
  position: absolute;
  left: 0;
  right: 0;
  top: 42%;
  max-height: 50px;
  margin: 0 auto;
  width: auto !important;
}
.instagram {
  padding: 80px 75px 60px;
}
.instagram h2 {
  letter-spacing: 0;
  text-transform: none;
  font-family: Lora-Regular;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
}
.instagram .gridwrp {
  padding: 10px 0 60px;
}
.buttonset {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.buttonset .Button {
  text-transform: capitalize;
  font-size: 16px;
  margin: 0 15px;
}
.buttonset .Icon {
  vertical-align: middle;
  margin-right: 8px;
  font-size: 17px;
  position: relative;
  top: -1px;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 4px;
}
.column {
  -ms-flex: 25%;
  flex: 25%;
  max-width: 25%;
  padding: 0 5px;
}
.column img {
  margin-top: 10px;
  vertical-align: middle;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}
.Logo-slider-section {
  padding: 80px 70px 70px;
}
.Logo-slider .next {
  position: absolute;
  right: -10px;
  z-index: 5;
  top: 40%;
  cursor: pointer;
  background-size: 22px;
  border-radius: 50%;
}
.Logo-slider .next:after {
  position: absolute;
  content: "";
  background: url(/cdn/shop/files/right-arrow.png?v=1625220505)
    no-repeat;
  background-position: center;
  background-size: 30px;
  width: 45px;
  height: 45px;
}
.Logo-slider .prev:after {
  position: absolute;
  content: "";
  left: 0;
  background: url(/cdn/shop/files/left-arrow.png?v=1625558058)
    no-repeat;
  background-position: center;
  background-size: 30px;
  width: 47px;
  height: 47px;
}
.Logo-slider .prev {
  position: absolute;
  left: -52px;
  z-index: 5;
  top: 40%;
  cursor: pointer;
  background-size: 22px;
  border-radius: 50%;
}
.reviewimg-wrp {
  height: 265px;
  overflow: hidden;
  position: relative;
}
.Logo-slider .slick-slider .slick-dots li button::before {
  background-color: #000;
  opacity: 1;
}
.Logo-slider .slick-dots li.slick-active button:before {
  color: #000;
  background: #000;
  width: 10px;
  height: 10px;
  border: 15px;
  opacity: 1;
}
.Logo-slider .slick-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.Logo-slider.slick-dots {
  margin: 0 auto !important;
  left: 0;
  right: 0;
  bottom: 15px;
  padding: 35px 0 0;
  position: unset;
}
.logowrap {
  padding: 0 25px;
  text-align: center;
}
.logimg-wrp {
  height: 55px;
  overflow: hidden;
  position: relative;
}
.logimg-wrp img {
  max-width: 125px;
  margin: 0 auto;
}
.Logo-slider {
  text-align: center;
}
.Logo-slider .starimg {
  margin: 0 auto;
  display: none;
}
.logo-text-wrp p {
  font-size: 16px;
  color: #000;
  margin: 0 0;
  padding: 0 40px;
}
.Logo-slider .slick-dots {
  position: relative;
}
.flex-col-30 {
  flex: 1 0 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-col-70 {
  flex: 1 0 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.app-icon-part {
  padding: 60px 0 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.founder-part {
  padding: 60px 70px 60px 50px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.app-icon-part ul {
  list-style: none;
  margin: 35px 0 400px;
  text-align: center;
}
.app-icon-part ul li {
  display: inline-block;
  margin: 0 5px;
}
.app-icon-part ul li img {
  max-height: 28px;
}
.app-icon-part h3 {
  letter-spacing: 0;
  text-transform: none;
  font-family: Lora-Regular;
  font-size: 33px;
  line-height: 42px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .app-icon-part ul {
    list-style: none;
    margin: 35px 0 50px !important;
    text-align: center;
  }
}
.founder-100-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.founder-60-flex {
  flex: 1 0 50%;
}
.founder-40-flex {
  flex: 1 0 50%;
}
.founder-part h3 {
  letter-spacing: 0;
  text-transform: none;
  font-family: Lora-Regular;
  font-size: 33px;
  line-height: 42px;
  text-align: left;
  margin-bottom: 30px;
  color: #214f3d;
}
.founder-part p {
  font-size: 17px;
}
.founder-text {
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
.founder-text strong {
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: NimbusSan-Bold;
  font-size: 20px;
  margin-bottom: 0;
}
.founder-text small {
  font-size: 15px;
  font-family: NimbusSan-Reg;
}
.mobicon {
  margin: 0 auto;
  text-align: center;
  display: block;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.founder-left-wrap-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  max-height: 280px;
}
.founder-right-wrap-icon {
  position: absolute;
  right: 0;
  top: 0;
  max-height: 330px;
}
.profile-1-wrap {
  position: absolute;
  width: 550px;
  z-index: 1;
  bottom: 0;
}
.profile-2-wrap {
  height: 240px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 170px;
  right: 15px;
  z-index: 2;
}
.Footer__Inner .Footer__Block--links {
  width: 15%;
}
.Footer__Inner h4 {
  letter-spacing: 0.7px;
  font-family: NimbusSan-Bold;
  font-size: 14px;
  text-transform: uppercase;
}
.Footer__Inner ul li a {
  font-size: 14px;
  color: #fff;
}
.Footer__Block--newsletter {
  text-align: center;
}
.Footer__Block--newsletter h2.Footer__Title {
  font-size: 35px;
  font-family: Lora-Regular;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.Footer__Block--newsletter .Footer__Content {
  font-size: 18px;
  margin-bottom: 40px;
}
.Footer__Block--newsletter .Form__Input {
  height: 52px;
  text-align: center;
  border: 1px solid #d4d4d4;
}
.Footer__Block--newsletter .Button--primary {
  width: 100%;
  height: 52px;
  margin-top: 15px;
  letter-spacing: 0.9px;
  font-size: 17px;
  border: 1px solid transparent !important;
}
ul.Footer__Social li a {
  font-size: 30px;
}
ul.Footer__Social li {
  margin-right: 5px !important;
  margin-left: 14px;
  margin-top: 0;
}
.mail {
  margin: 32px 0 20px;
  display: block;
  font-size: 16px;
}
.Footer__Content {
  font-size: 14px;
}
.time {
  font-size: 14px;
  margin-top: 15px;
}
.Footer__Block--newsletter .Form__Input:focus {
  border: 1px solid #fff;
}
.buttonset svg {
  position: relative;
  top: 2px;
  right: 3px;
}
.right-image {
  overflow: hidden;
}
.block-2 {
  position: relative;
}
#section-list-collections-template {
  margin-bottom: 50px;
}
#shopify-section-list-collections-template .collection-boxes {
  padding: 80px 60px;
}
#shopify-section-list-collections-template .collection-boxes h5 {
  letter-spacing: 0;
  text-transform: none;
  font-family: Lora-Regular;
  font-size: 60px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 30px;
  color: #204e3c;
}
#shopify-section-list-collections-template .collection-boxes small {
  letter-spacing: 0;
  text-transform: none;
  font-size: 17px;
  text-align: center;
  margin-bottom: 50px;
  color: #000;
  display: block;
}
.head-wraper {
  max-width: 600px;
  margin: 0 auto;
}
.collimg-wrp {
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.collimg-wrp img {
  height: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.coll-slider .next {
  position: absolute;
  right: -10px;
  z-index: 5;
  top: 45%;
  cursor: pointer;
  background-size: 22px;
  border-radius: 50%;
}
.coll-slider .next:after {
  position: absolute;
  content: "";
  background: url(/cdn/shop/files/right-arrow.png?v=1625220505)
    no-repeat;
  background-position: center;
  background-size: 30px;
  width: 45px;
  height: 45px;
}
.coll-slider .prev:after {
  position: absolute;
  content: "";
  left: 0;
  background: url(/cdn/shop/files/left-arrow.png?v=1625558058)
    no-repeat;
  background-position: center;
  background-size: 30px;
  width: 47px;
  height: 47px;
}
.coll-slider .prev {
  position: absolute;
  left: -52px;
  z-index: 5;
  top: 45%;
  cursor: pointer;
  background-size: 22px;
  border-radius: 50%;
}
#shopify-section-list-collections-template .PageHeader {
  margin: 30px 0 35px;
}
#shopify-section-list-collections-template .PageHeader h1 {
  margin: 30px 0;
  color: #204e3c;
  letter-spacing: 0;
  text-transform: none;
  font-family: Lora-Regular;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
}
#section-list-collections-template .CollectionItem h2 {
  letter-spacing: 0;
  text-transform: none;
  font-family: Lora-Regular;
  font-size: 43px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 10px;
}
#section-list-collections-template .SectionHeader__ButtonWrapper {
  text-align: center;
}
#section-list-collections-template .CollectionItem__Link {
  font-family: NimbusSan-Bold;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#section-list-collections-template h6 {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin-bottom: 0;
}
#section-list-collections-template .SectionHeader__ButtonWrapper {
  margin-top: 18px;
}
#shopify-section-collection-template .PageHeader h1 {
  letter-spacing: 0;
  text-transform: none;
  font-family: Lora-Regular;
  font-size: 60px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 20px;
  color: #204e3c;
}
#shopify-section-collection-template .PageHeader small {
  letter-spacing: 0;
  text-transform: none;
  font-size: 17px;
  text-align: center;
  margin-bottom: 50px;
  color: #000;
  display: block;
  max-width: 600px;
  margin: 0 auto;
}
#shopify-section-collection-template .PageHeader {
  margin: 80px 0 60px;
}
#section-list-collections-template .CollectionItem__Link::before {
  background-color: #204e3c !important;
}
#section-list-collections-template .CollectionItem__Link:hover {
  background-color: transparent !important;
  border-color: transparent;
}
.CollectionToolbar__Group .CollectionToolbar__Item {
  font-family: NimbusSan-Bold;
  font-size: 18px;
  color: #204e3c;
}
.CollectionToolbar__Item--filter .Icon--select-arrow {
  height: 9px;
  margin-left: 30px;
  pointer-events: none;
}
.visiblecart {
  visibility: visible;
  transform: translateX(0);
}
.op1 {
  opacity: 1;
}
.ProductItem__Wrapper .ProductItem__Info {
  text-align: center;
  padding: 10px 25px;
}
.ad_to_cart_coll {
  margin: 0 auto;
  width: 90%;
  padding: 12px 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ProductItem__Wrapper .ProductItem__Title {
  letter-spacing: 0;
  text-transform: none;
  font-family: Lora-Regular;
  font-size: 25px;
  line-height: initial;
  text-align: center;
  color: #000;
}
.ProductItem__Wrapper .ProductItem__PriceList {
  display: flex;
  width: 38%;
}
.ProductItem__Wrapper .ProductItem__Vendor {
  font-size: 16px;
  color: #000;
}
.addcart {
  letter-spacing: 0.96px;
  color: #204e3c;
  font-size: 12px;
  line-height: 1;
  display: flex;
  width: 62%;
  justify-content: flex-end;
  align-items: center;
}
.ProductItem__Wrapper .Text--subdued {
  color: #204e3c;
  font-size: 15px;
  letter-spacing: 0.32px;
  color: #204e3c;
  font-family: NimbusSan-Bold;
  margin-left: 7px;
}
.ProductItem__Wrapper .Button--primary {
  color: #204e3c;
  border: 1px solid #204e3c;
  background-color: transparent;
}
.ProductItem__Wrapper .Button--primary:not([disabled]):hover {
  background-color: #204e3c !important;
  color: #fff !important;
  border: 1px solid #204e3c !important;
}
.ProductItem__Wrapper .Button--primary::before {
  background-color: transparent;
}
.carta {
  fill: #204e3c;
}
.addcart svg {
  margin-left: 15px;
}
.ProductItem__Wrapper .Button--primary:not([disabled]):hover .carta {
  fill: #fff;
}
.ProductItem__Wrapper .Button--primary:not([disabled]):hover .Text--subdued {
  color: #fff;
}
.ProductItem__Wrapper .Button--primary:not([disabled]):hover .addcart {
  color: #fff;
}
.FeaturedProduct__Info .ProductForm__AddToCart .Text--subdued {
  color: #204e3c;
  font-size: 15px;
  letter-spacing: 0.32px;
  color: #204e3c;
  font-family: NimbusSan-Bold;
}
.FeaturedProduct__Info .ProductForm__AddToCart .Button--primary {
  color: #204e3c;
  border: 1px solid #204e3c;
  background-color: transparent;
}
.FeaturedProduct__Info .Button--primary:not([disabled]):hover {
  background-color: #204e3c !important;
  color: #fff !important;
  border: 1px solid #204e3c !important;
}
.FeaturedProduct__Info .ProductForm__AddToCart .Button--primary::before {
  background-color: transparent;
}
.FeaturedProduct__Info .Button--secondary::before {
  background-color: #204e3c;
  color: #fff;
  fill: #fff;
}
.FeaturedProduct__Info .Button--primary:not([disabled]):hover .prcwrp {
  color: #fff !important;
}
.FeaturedProduct__Info .Button--primary:not([disabled]):hover .txtwrp {
  color: #fff;
}
.FeaturedProduct__Info .Button--primary:hover .carta {
  fill: #fff;
}
.ajax-search .sold-out {
  position: unset;
}
.cart-back {
  fill: #204e3c;
}
#sidebar-cart .Drawer__Title {
  font-family: NimbusSan-Bold;
  text-transform: uppercase;
  color: #204e3c;
  font-size: 18px;
  position: relative;
}
#sidebar-cart .Drawer__Header {
  max-height: 65px;
  min-height: 65px;
}
.cartnote {
  background: #ffedc3;
  padding: 15px 50px 15px 20px;
  font-size: 14px;
  color: #000;
  line-height: initial;
  position: relative;
}
.cartnote .closenote {
  position: absolute;
  right: 11px;
  top: 15px;
  height: 25px;
  width: 20px;
  cursor: pointer;
}
.CartItem__Title {
  font-size: 15px;
  color: #000;
}
.CartItem__Price {
  color: #186937;
  font-size: 15px;
  font-family: NimbusSan-Bold;
}
.CartItem__Variant {
  color: #888;
  font-size: 15px;
  margin-left: 20px;
}
.QuantitySelector {
  border: 1px solid #2c4d3d;
}
.grid-50 {
  flex: 1 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cartflex-end {
  justify-content: flex-end;
}
.subttl {
  color: #000;
  font-family: NimbusSan-Bold;
  font-size: 18px;
}
.subttlnm {
  color: #186937;
  font-family: NimbusSan-Bold;
  font-size: 18px;
}
.Drawer__Footer .Button--primary::before {
  background-color: #0f2d26;
}
.Drawer__Footer .Button--primary:not([disabled]):hover {
  color: #fff;
  background-color: #000;
}
.purchase-protection {
  padding: 30px 0 0;
}
.purchase-protection h3 {
  color: #71772a;
  text-align: center;
  font-size: 14px;
}
.purchase-protection ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}
.purchase-protection ul li {
  display: inline-block;
}
.purchase-protection ul li img {
  max-height: 20px;
}
@media screen and (min-width: 641px) {
  #collection-filter-drawer .Drawer__Close svg {
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
.ProductMeta__Title {
  letter-spacing: 0;
  text-transform: none;
  font-family: Lora-Regular;
  font-size: 40px;
  line-height: initial;
  text-align: left;
  color: #204e3c;
}
.custom-grid .ProductForm__Option {
  flex: 1 0 52%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.custom-grid .ProductForm__QuantitySelector {
  flex: 1 0 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.seprate-width {
  flex: 1 0 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.ProductForm__QuantitySelector label {
  line-height: 14px;
  margin-bottom: 0;
  text-align: left;
  font-size: 14px;
  color: #000;
  opacity: 0.5;
}
.custom-grid .QuantitySelector {
  width: 100%;
  height: 50px;
  border: 1px solid #176837;
}
.Popover__Value.is-selected {
  color: #204e3c;
  font-family: NimbusSan-Bold;
  font-size: 17px;
}
.ProductForm__Option label {
  position: relative;
  top: -5px;
  font-size: 14px;
  color: #000;
}
.Product__Info .Button--primary {
  color: #fff;
  border: 1px solid #0f2d26;
  height: 60px;
  letter-spacing: 0.96px;
  font-size: 16px;
}
.Product__Info .Button--primary:not([disabled]):hover {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}
.Product__Info .Button--primary::before {
  background-color: #0f2d26;
}
.productcart {
  fill: white;
}
.ProductForm__AddToCart svg {
  margin-left: 12px;
  vertical-align: text-top;
}
.ship-badge {
  padding: 40px 0 0;
}
.ship-badge ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border-bottom: 1px solid #d4cdcd;
}
.ship-badge ul li {
  flex: 1 0 23.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  color: #000;
  justify-content: center;
  text-align: center;
  padding: 0 20px 20px;
  position: relative;
}
.ship-badge ul li:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: #d4cdcd;
  top: 0;
  right: 0;
}
.ship-badge ul li:before {
  display: none;
}
.ship-badge ul li:last-child:after {
  display: none;
}
.howdouse {
  padding: 50px 60px;
}
.global-head {
  letter-spacing: 0;
  color: #000;
  text-transform: none;
  font-family: "Lora";
  font-size: 32px;
  line-height: initial;
  text-align: center;
  margin-bottom: 70px;
}
.howdo-left {
  position: relative;
  height: 420px;
  overflow: hidden;
}
.howdo-left img {
  width: 100%;
}
.howdouse .step-text-part {
  flex: 1 0 60%;
}
.howdouse .step-icon-part {
  flex: 1 0 40%;
  display: flex;
  justify-content: flex-end;
}
.steps {
  width: 100%;
  padding-left: 90px;
}
.step-wrp {
  padding: 0 0 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
.steps strong {
  font-family: NimbusSan-Bold;
  font-size: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: initial;
}
.steps p {
  font-size: 14px;
  letter-spacing: 0;
  padding-top: 8px;
}
.steps img {
  max-height: 60px;
}
.icon-real-deal {
  padding: 80px 60px;
}
.pro-listicons {
  margin: 40px 0 0;
}
.pro-listicons ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  text-align: center;
  justify-content: center;
}
.pro-listicons ul li {
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  width: 11%;
  justify-content: center;
  margin-bottom: 30px;
}
.pro-listicons ul li .imgwrap {
  height: 50px;
  overflow: hidden;
  margin-bottom: 15px;
  width: 100%;
}
.pro-listicons ul li img {
  max-height: 50px;
}
.pro-listicons ul li p {
  font-size: 14px;
  display: flex;
  line-height: initial;
  font-family: Nimbus Sans L;
}
.icon-real-deal .Button {
  max-width: 260px;
  width: 100%;
  padding: 13px 20px;
  margin-top: 40px;
  display: block;
  margin: 50px auto 0;
  letter-spacing: 1px;
}
.asking {
  padding: 80px 60px;
}
.asking small {
  font-size: 17px;
  text-align: center;
  display: block;
  max-width: 600px;
  margin: 0 auto;
  font-family: NimbusSan-Light;
  letter-spacing: 1px;
}
.askwrap {
  margin: 20px;
  padding: 22px 22px 30px 22px;
}
.askimg-wrp {
  height: 100px;
  overflow: hidden;
}
.askimg-wrp img {
  max-height: 100px;
}
.askwrap h3 {
  font-size: 22px;
  font-family: NimbusSan-Bold;
  line-height: initial;
  margin-top: 20px;
  margin-bottom: 15px;
}
.ask-text-wrp {
  font-size: 15px;
}
.asking-curosel {
  margin-top: 20px;
}
.asking-curosel .next {
  position: absolute;
  right: -10px;
  z-index: 5;
  top: 43%;
  cursor: pointer;
  background-size: 22px;
  transform: rotate(0);
  border-radius: 50%;
}
.asking-curosel .next:after {
  position: absolute;
  content: "";
  background: url(/cdn/shop/files/right-arrow-white.png?v=1625745229)
    no-repeat;
  background-position: center;
  background-size: 30px;
  width: 45px;
  height: 45px;
}
.asking-curosel .prev:after {
  position: absolute;
  content: "";
  left: 0;
  background: url(/cdn/shop/files/left-arrow-white.png?v=1625745229)
    no-repeat;
  background-position: center;
  background-size: 30px;
  width: 47px;
  height: 47px;
}
.asking-curosel .prev {
  position: absolute;
  left: -52px;
  z-index: 5;
  top: 43%;
  cursor: pointer;
  background-size: 22px;
  border-radius: 50%;
}
.ingradients {
  padding: 80px 60px;
  position: relative;
}
.ingradients h4 {
  max-width: 500px;
  margin: 0 auto 33px;
}
.ingradients p {
  font-size: 16px;
}
.ingradients small {
  color: #98594b;
  font-size: 15px;
}
.ingradients small + p {
  color: #98594b;
}
.ingredient-icon {
  flex: 1 0 25%;
}
.ingredient-text {
  flex: 1 0 75%;
  padding-right: 0;
  margin-top: 0;
}
.ingredient-icon img {
  max-height: 65px;
}
.ingredient-text h3 {
  font-size: 22px;
  font-family: NimbusSan-Bold;
  line-height: 28px;
}
.ingradients .Grid__Cell {
  margin-bottom: 40px;
  width: 100%;
}
.ingradients .Button {
  max-width: 260px;
  width: 100%;
  padding: 13px 20px;
  margin-top: 40px;
  display: block;
  margin: 50px auto 0;
  letter-spacing: 1px;
  display: none;
}
.item {
  width: 33.33%;
  display: flex;
}
.image-icon-text .left_part {
  padding: 48px 0;
  width: 100%;
}
.image-icon-text .right_part {
  padding: 48px 0;
  width: 100%;
}
.right_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  justify-content: flex-end;
  height: 400px;
  overflow: hidden;
}
.left_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  justify-content: flex-start;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.left_img img {
  position: absolute;
  max-width: 550px;
  left: -40px;
}
.left_text-block {
  max-width: 370px;
  margin: 0 auto;
}
.left_text-block h3,
.right_text-block h3 {
  max-width: 400px;
  margin: 0 auto 30px;
}
.listicon {
  flex: 1 0 23%;
}
.listtext {
  flex: 1 0 77%;
}
.listicon img {
  max-width: 60px;
}
.listtext {
  font-size: 17px;
}
.listtext strong {
  font-family: NimbusSan-Bold;
}
.left_text-block .custom-grid {
  margin-bottom: 40px;
}
.text-seprate {
  border-top: 1px solid #000;
  padding-top: 40px;
}
.image-icon-text .Button {
  display: block;
  margin: 0 auto;
  letter-spacing: 1px;
  width: 100%;
  padding: 14px 20px;
}
.right_text-block {
  max-width: 550px;
  margin: 0 auto;
}
.right_text-block p {
  font-size: 17px;
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
}
.right-listicons {
  margin: 55px 0 0;
}
.right-listicons ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  text-align: center;
  justify-content: space-between;
  align-items: end;
}
.right-listicons ul li {
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 33.33%;
  justify-content: center;
  align-self: center;
}
.right-listicons ul li .imgwrap {
  height: 70px;
  overflow: hidden;
  margin-bottom: 20px;
  width: 80px;
}
.right-listicons ul li img {
  max-height: 70px;
}
.right-listicons ul li p {
  font-size: 15px;
  display: flex;
  line-height: initial;
}
.right_text-block .Button {
  margin-top: 48px;
  max-width: 370px;
}
.accprdion-text .left_grid_view {
  padding: 50px 20px 60px;
  width: 100%;
}
.accprdion-text .right_grid_view {
  padding: 50px 20px 60px;
  width: 100%;
}
.ask-why-wrap,
.more-info-wrap {
  max-width: 500px;
  margin: 0 auto;
}
.brbtm {
  border-bottom: 1px solid #000;
}
b,
strong {
  font-family: Lora ;
  font-size: 18px;
}
.ask-why-wrap .accordion-container1 {
  position: relative;
  width: 100%;
  outline: 0;
  cursor: pointer;
}
.ask-why-wrap .accordion-container1 .article-title1 {
  display: block;
  position: relative;
  margin: 0;
  padding: 14px 17px 14px 17px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  text-transform: capitalize;
  letter-spacing: 0;
  font-family: Nimbus Sans L;
}
.ask-why-wrap .accordion-container1 .article-title1:hover i:active,
.ask-why-wrap .accordion-container1 .article-title1:hover i:before,
.ask-why-wrap .accordion-container1 .content-entry1.open1 i {
  color: #000;
}
.ask-why-wrap .accordion-container1 .content-entry1 i {
  position: absolute;
  top: 20px;
  right: 5px;
  font-style: normal;
  font-size: 1.625em;
  color: #000;
}
.ask-why-wrap .accordion-container1 .content-entry1 i:before {
  content: "";
  background-image: url(/cdn/shop/files/plus.png?v=1625820550);
  background-size: contain;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  position: absolute;
  right: 10px;
}
.ask-why-wrap .accordion-container1 .content-entry1.open1 i:before {
  content: "";
  background-image: url("/cdn/shop/files/minus.png?v=1625820549");
  background-size: contain;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  position: absolute;
  right: 10px;
}
.ask-why-wrap .accordion-content1 {
  display: none;
  padding: 0 17px 20px 17px;
  font-size: 14px;
  color: #000;
  font-family: Nimbus Sans L;
}
.ask-why-wrap .accordion-content1 p {
  margin-bottom: 5px;
  padding-top: 0;
}
.ask-why-wrap .content-entry1 {
  border: 1px solid #dddacd;
  margin-bottom: 12px;
}
.got-quetions {
  text-align: center;
  margin: 40px 0;
  max-width: 352px;
  margin: 40px auto 0;
}
.got-quetions p {
  text-align: center;
  margin: 0 0 15px;
  color: #000;
  font-size: 17px;
}
.got-quetions .Button {
  width: 100%;
}
.accprdion-text .global-head {
  margin-bottom: 55px;
  font-size: 32px;
}
.accordion-single {
  margin-top: 10px;
  border-bottom: 1px solid #dfe3e8db;
}
.accordion-single-title {
  border-top: 1px solid #dfe3e8db;
  padding: 12px 0;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  text-transform: capitalize;
  letter-spacing: 0;
  font-family: NimbusSan-Bold;
}
.accordion-single-title::after {
  content: "";
  background-image: url(/cdn/shop/files/plus.png?v=1625820550);
  background-size: contain;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  position: absolute;
  right: 0;
  transition: transform 0.2s ease;
  top: 25px;
}
.accordion-single-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  transition: transform 0.2s ease;
}
.accordion-single-content p {
  padding: 0;
  color: #000;
  font-size: 16px;
  margin-bottom: 7px;
  font-family: Nimbus Sans L;
}
.accordion-single-item.is-open .accordion-single-content {
  max-height: 100%;
  margin-bottom: 20px;
}
.accordion-single-item.is-open .accordion-single-title::after {
  content: "";
  background-image: url(/cdn/shop/files/minus.png?v=1625820549);
  background-size: contain;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  position: absolute;
  right: 0;
}
.customer-hedaing .Form__Title {
  letter-spacing: 0;
  text-transform: none;
  font-family: Lora-Regular;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  color: #204e3c;
  margin-bottom: 20px;
}
.customer-hedaing .Form__Legend {
  font-size: 18px;
  color: #000;
}
.customer-hedaing .Form__Header {
  margin-bottom: 35px;
}
.customer-hedaing .Form__Item input {
  height: 60px;
  border: 1px solid #dddacd;
  padding: 12px 20px;
}
.customer-hedaing .Form__Item .Form__ItemHelp {
  color: #0f2d26;
  font-size: 15px;
  right: 20px;
}
.customer-hedaing .Button--primary {
  color: #fff;
  border: 1px solid #0f2d26;
  height: 60px;
  letter-spacing: 0.96px;
  font-size: 16px;
}
.customer-hedaing .Button--primary:not([disabled]):hover {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}
.customer-hedaing .Button--primary::before {
  background-color: #0f2d26;
}
.customer-hedaing .Form__Hint {
  margin: 30px 0 0 0;
}
.customer-hedaing .Form__Hint .Text--subdued {
  color: #000;
  font-size: 16px;
}
.customer-hedaing .Form__Hint .Link {
  color: #0f2d26;
  font-family: NimbusSan-Bold;
  font-size: 16px;
  text-decoration: underline;
  padding-left: 5px;
}
.productbox {
  position: relative;
  margin: 20px;
  box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 30%);
}
.feature-product-slider .ProductMeta {
  top: 0;
  text-align: center;
  left: 0;
  right: 0;
  padding: 30px 30px;
  z-index: 1;
}
.FeaturedProduct__Info .ProductForm__AddToCart {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 77%;
  padding: 12px 12px;
  line-height: 45px;
  height: 50px;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #204e3c;
  border: 1px solid #204e3c;
}
.FeaturedProduct__Info .ProductMeta h3 {
  line-height: initial;
  margin-bottom: 12px;
}
.our-favourite-product .ProductMeta__Title.Heading.u-h2 {
  text-align: center;
}
.FeaturedProduct__Info .ProductMeta a {
  letter-spacing: 0;
  text-transform: none;
  font-family: Lora-Regular;
  font-size: 28px;
  line-height: initial;
  text-align: center;
  color: #000;
}
.FeaturedProduct__Info .ProductForm {
  margin-top: 0;
}
.prcwrp {
  display: flex;
  width: 38%;
  letter-spacing: 0.32px;
  font-size: 15px;
}
.txtwrp {
  letter-spacing: 0.96px;
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 55%;
  justify-content: flex-end;
  font-family: NimbusSan-Bold;
}
.FeaturedProduct__Info .collections-user-custom-reviews {
  position: unset;
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
}
.FeaturedProduct__Info .ProductForm__AddToCart {
  position: unset;
  margin-bottom: 30px;
}
.feature-product-slider .next {
  position: absolute;
  right: -10px;
  z-index: 5;
  top: 43%;
  cursor: pointer;
  background-size: 22px;
  transform: rotate(0);
  border-radius: 50%;
}
@media only screen and (max-width: 1500px) {
  .feature-product-slider .next {
    position: absolute;
    right: 20px !important;
    z-index: 5;
    top: 43%;
    cursor: pointer;
    background-size: 22px;
    transform: rotate(0);
    border-radius: 50%;
  }
  .feature-product-slider .prev {
    position: absolute;
    left: -30px !important;
    z-index: 5;
    top: 43%;
    cursor: pointer;
    background-size: 22px;
    border-radius: 50%;
  }
}
.feature-product-slider .next:after {
  position: absolute;
  content: "";
  background: url(/cdn/shop/files/right-arrow.png?v=1625220505)
    no-repeat;
  background-position: center;
  background-size: 30px;
  width: 45px;
  height: 45px;
}
.feature-product-slider .prev:after {
  position: absolute;
  content: "";
  left: 0;
  background: url(/cdn/shop/files/left-arrow.png?v=1625558058)
    no-repeat;
  background-position: center;
  background-size: 30px;
  width: 47px;
  height: 47px;
}
.feature-product-slider .prev {
  position: absolute;
  left: -52px;
  z-index: 5;
  top: 43%;
  cursor: pointer;
  background-size: 22px;
  border-radius: 50%;
}
.viewall .Button {
  max-width: 260px;
  width: 100%;
  padding: 0 20px;
  margin-top: 20px;
  display: block;
  margin: 60px auto 0;
  letter-spacing: 1px;
  line-height: 48px;
  height: 50px;
  font-size: 16px;
}
.slick-dots li.slick-active button:before {
  color: #000;
  background: #000;
  width: 10px;
  height: 10px;
  border: 15px;
  opacity: 1;
}
.productbox .Button:not([disabled]):hover .carta {
  fill: white;
}
.ProductMeta__Vendor {
  font-size: 18px;
  color: #000;
  font-family: NimbusSan-Light;
}
.customer-heading {
  padding: 80px 0 60px;
}
.customer-heading h1 {
  letter-spacing: 0;
  text-transform: none;
  font-family: Lora-Regular;
  font-size: 60px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 30px;
  color: #204e3c;
}
.customer-heading small {
  letter-spacing: 0;
  text-transform: none;
  font-size: 17px;
  text-align: center;
  color: #000;
  display: block;
  max-width: 600px;
  margin: 0 auto 30px;
}
.head-bnr {
  width: 100%;
  margin-top: 20px;
}
.container-pading {
  padding: 0 35px;
}
.customer-rev .review-icnwrp {
  bottom: 120px;
}
.customer-rev .review-icnwrp-right {
  bottom: 140px;
}
.customer-grid {
  flex: 1 0 30%;
}
.customer-text-blocks {
  padding: 80px 0 80px;
}
.customer-text-blocks h1 {
  letter-spacing: 0;
  text-transform: none;
  font-family: Lora-Regular;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 55px;
}
.reviewblock {
  padding: 40px 26px 30px;
}
.customer-text-blocks .custom-grid {
  gap: 35px;
}
.customer-text-blocks .short-text {
  font-size: 17px;
  line-height: 27px;
  padding-top: 15px;
}
.customer-text-blocks .name {
  letter-spacing: 0;
  text-transform: none;
  font-family: NimbusSan-Bold;
  font-size: 24px;
  text-align: center;
  color: #000;
  margin-bottom: 0;
  line-height: 22px;
  margin-top: 20px;
  margin-top: 28px;
}
.customer-text-blocks .city {
  letter-spacing: 0;
  text-transform: none;
  font-size: 15px;
  text-align: center;
  opacity: 0.49;
  padding-top: 5px;
}
.customer-text-blocks .Button {
  max-width: 300px;
  width: 100%;
  padding: 13px 20px;
  margin-top: 20px;
  display: block;
  margin: 50px auto 0;
  letter-spacing: 1px;
}
.FeaturedProduct__Gallery img {
  object-fit: contain;
}
.container-gp {
  padding: 0 40px;
}
.Blog .SectionHeader__Heading {
  letter-spacing: 0;
  text-transform: none;
  font-family: Lora-Regular;
  font-size: 60px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 70px;
  color: #204e3c;
}
.Blog {
  margin-top: 80px;
}
.blog-50 {
  flex: 1 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-wrp {
  padding: 30px;
  width: 100%;
}
.blogcat {
  color: #186937;
  font-size: 15px;
  text-transform: uppercase;
  font-family: NimbusSan-Bold;
}
.ArticleItem__Title {
  color: #204e3c;
  font-family: Lora;
  font-size: 26px;
  line-height: initial;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bloglist {
  margin-top: 80px;
}
#author-bios {
  color: #000;
  font-size: 16px;
  margin: 8px 0;
}
.recent-post-grid {
  display: flex;
  flex: 1 0 54.7%;
  flex-wrap: wrap;
  padding-right: 60px;
}
.categories-grid {
  flex: 1 0 33%;
  position: relative;
  padding-left: 70px;
}
.blogw-100 {
  width: 100%;
  margin-top: 80px;
}
.recent-post-grid h2 {
  display: block;
  width: 100%;
  letter-spacing: 1.3px;
  color: #000;
  text-transform: uppercase;
  font-size: 25px;
  font-family: NimbusSan-Bold;
  margin-bottom: 30px;
  line-height: normal;
  line-height: 15px;
}
.article-content {
  display: flex;
  flex: 0 0 65%;
  flex-wrap: wrap;
  padding-right: 50px;
}
.article-img {
  display: flex;
  flex: 0 0 35%;
  flex-wrap: wrap;
}
.Article-head {
  font-size: 22px;
  text-transform: none;
  color: #000;
  width: 100%;
  margin-bottom: 45px;
}
.custom-grid .ArticleItem__Content {
  margin-top: 0 !important;
}
.w-100 {
  width: 100%;
}
.article-auther {
  opacity: 0.5;
}
.auth {
  margin-left: 20px;
}
.articleimg-wrp {
  height: 185px;
  overflow: hidden;
  width: 100%;
}
.articleimg-wrp img {
  object-fit: cover;
  width: 100%;
}
.articlegap {
  margin-bottom: 30px;
}
.viewrecent .Button {
  width: 100%;
  padding: 16px 20px;
  margin-top: 0;
  display: block;
  margin: 30px auto 0;
  letter-spacing: 1px;
}
.doubly-float {
  top: 10px;
  bottom: unset !important;
}
.mob-collection-price {
  display: none !important;
}
.Product__Slideshow .flickity-page-dots {
  display: none;
}
.desk-cart-remove {
  display: block;
}
.mob-cart-remove {
  display: none;
}
.template-account .Container {
  padding-bottom: 50px;
}
.template-addresses .Button--primary {
  color: #0f2d26;
  border-color: #2c4d3d;
}
.template-addresses .Button--primary::before {
  background-color: transparent;
}
.template-addresses h2.Segment__Title.Heading.u-h7 {
  font-size: 14px;
  color: #000;
  opacity: 50%;
  font-family: NimbusSan-Reg;
}
.template-addresses .Container {
  padding-bottom: 50px;
}
.AccountAddress span {
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  font-family: NimbusSan-Bold;
}
p.AccountAddress {
  font-size: 14px;
  color: #000;
  font-family: NimbusSan-Reg;
}
.template-addresses .Segment__ActionItem {
  color: #186937;
  font-family: NimbusSan-Bold;
  font-size: 14px;
}
.template-addresses .Link--underline::before {
  background: 0 0;
}
.template-addresses .custom-back-to-add {
  width: 100%;
  background-color: #f4eee6;
  padding: 20px;
  color: #186937;
  font-family: NimbusSan-Bold;
  font-size: 16px;
  margin-bottom: 0;
}
.template-addresses button.add-new-address {
  color: #fff;
}
.template-addresses button.add-new-address::before {
  background-color: #0f2d26;
}
.template-addresses button.edit-address {
  color: #fff;
}
.template-addresses button.edit-address::before {
  background-color: #0f2d26;
}
.template-addresses .Modal {
  z-index: 999999;
}
.template-addresses .Modal__Close--outside svg {
  height: 23px;
  width: 23px;
  stroke-width: 2px;
}
.template-addresses .Modal__Close--outside {
  color: #425329;
  opacity: 1;
}
.template-addresses .address-main-heading h3 {
  text-align: left;
  color: #000 !important;
  font-size: 18px !important;
  font-family: NimbusSan-Bold;
  margin-bottom: 0;
}
.template-addresses .address-main-heading p.Modal__Description {
  display: none;
}
.template-addresses .address-main-heading header.Modal__Header {
  margin-bottom: 19px;
  margin-top: 15px;
}
.Search.blog-search {
  position: unset;
  pointer-events: inherit;
  visibility: visible;
  opacity: 1;
  z-index: 7;
  top: 0;
  background-color: transparent;
  border: 1px solid #406255;
}
.Search.blog-search button.Search__Close.Link {
  display: none;
}
.Search.blog-search .Search__Inner {
  padding: 0;
  height: 50px;
  overflow: hidden;
}
.Search.blog-search .Search__InputIconWrapper {
  margin-right: 0;
}
.Search.blog-search .Search__Form .Icon--search-desktop {
  width: 25px;
  height: 25px;
  color: #1f6e3d;
}
.blog-sub-categories-list {
  display: inline-block;
  margin-top: 80px;
}
li.blog-sub-list {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #e2e1df;
  padding: 12px 24px;
}
li.blog-sub-list a {
  font-size: 14px;
  font-family: NimbusSan-Reg;
  color: #000;
}
.blog-sub-categories-list h2 {
  font-size: 26px;
  text-transform: uppercase;
  color: #000;
  font-family: NimbusSan-Bold;
  letter-spacing: 1px;
  margin-bottom: 13px;
}
.user-custom-reviews .jdgm-prev-badge__text {
  display: inline-block !important;
  margin-left: 10px;
}
.collections-user-custom-reviews .jdgm-prev-badge__text {
  text-align: center;
  color: #000;
  display: inline-block !important;
  margin-left: 10px;
  font-family: NimbusSan-Light;
}
.collections-user-custom-reviews {
  text-align: center;
}
.ad_to_cart_coll {
  color: #204e3c;
  border: 1px solid #204e3c;
}
.ad_to_cart_coll.Button--secondary::before {
  /* background-color: #204e3c; */
  background-color: transparent;
  color: #fff;
  fill: #fff;
}
.ad_to_cart_coll:hover span.ProductItem__Price.Price.Text--subdued {
  color: #fff;
}
.ad_to_cart_coll:hover span.addcart {
  color: #fff;
}
.ad_to_cart_coll:hover span.addcart svg .carta {
  fill: #fff;
}
.viewrecent .Button--primary {
  margin-bottom: 152px;
}
.Article__Wrapper {
  background: 0 0;
}
.Article__Body.Rte p {
  font-size: 18px;
  color: #000;
  font-family: NimbusSan-Reg;
}
.Article__Body.Rte h3 {
  font-size: 26px;
  color: #000;
  font-family: NimbusSan-Bold;
}
.ArticleToolbar.is-visible {
  display: none;
}
span.Article__MetaItem.article-tag {
  color: #186937;
  font-size: 18px;
  font-family: NimbusSan-Bold;
  letter-spacing: 1px;
}
h1.Article__Title.Heading.u-h1.article-sub-heading {
  font-size: 45px;
  color: #204e3c;
  font-family: Lora-Regular;
  margin-bottom: 0;
  line-height: normal;
}
.Article__Body.Rte {
  font-size: 18px;
  color: #000;
  font-family: NimbusSan-Reg;
}
.Article__ShareButtons .ShareButtons__Item svg path.a {
  fill: #000;
}
.Article__ShareButtons .ShareButtons__Item {
  background: 0 0 !important;
  border-color: transparent !important;
  outline: 0 !important;
  width: 40px;
  height: 40px;
  min-height: 40px;
}
.Article__ShareButtons {
  margin: 0 auto;
}
.Article__ShareButtons .ShareButtons__Item path {
  color: #000;
}
.ShareButtons__Item svg {
  height: 25px;
  width: 25px;
}
.categories-grid .serchbar {
  width: 100%;
}
.searchblog {
  width: 100%;
  position: relative;
}
.searchblog input {
  border: 1px solid #406255;
  width: 100%;
  position: relative;
  height: 50px;
  padding: 15px;
  background-color: transparent;
}
.searchblog button {
  position: absolute;
  right: 16px;
  top: 10px;
}
.searchblog button .Icon {
  height: 20px;
  width: 20px;
  color: #186937;
}
.searchblog input[type="text"]::-moz-placeholder {
  opacity: 0.5;
}
.searchblog input[type="text"]:-ms-input-placeholder {
  opacity: 0.5;
}
.searchblog input[type="text"]::placeholder {
  opacity: 0.5;
}
.Article__ImageWrapper {
  max-width: 700px;
  margin: 70px auto 0;
}
.article-date {
  margin-top: 5px;
  display: block;
}
#shopify-section-article-template .blogcat {
  margin-bottom: 5px;
}
#shopify-section-article-template .blog-sub-categories-list {
  display: block;
  margin-top: 30px;
  text-align: center;
}
.relatedArticles {
  max-width: 700px;
  margin: 0 auto;
}
.relatedArticles h2 {
  display: block;
  width: 100%;
  letter-spacing: 1.3px;
  color: #000;
  text-transform: capitalize;
  font-size: 25px;
  font-family: NimbusSan-Bold;
  margin-bottom: 30px;
  line-height: normal;
  line-height: 15px;
}
.relatedArticles .Button {
  width: 100%;
  padding: 16px 20px;
  margin-top: 30px;
  display: block;
  margin: 55px auto 0;
  letter-spacing: 1px;
  margin-bottom: 100px;
}
#shopify-section-article-template .Article__Wrapper {
  margin-bottom: 70px;
}
#shopify-section-article-template .articleimg-wrp {
  height: 165px;
}
#shopify-section-article-template .Article-head {
  margin-bottom: 70px;
}
.nopost {
  font-size: 17px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 50px;
}
.howdo-left span {
  position: absolute;
  left: 34%;
  right: 0;
  top: 50%;
  max-height: 50px;
  margin: 0 auto;
  width: auto !important;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-family: NimbusSan-Bold;
  line-height: 49px;
}
.howdo-left .vidicon {
  left: -50px;
}
.reg-error {
  color: red;
}
.founder .custom-grid {
  line-height: normal;
}
.wishlist_wrp {
  position: absolute;
  top: 15px;
  right: 25px;
}
.wishlist_wrp svg {
  fill: #204e3c;
}
#shopify-section-product-template .jdgm-preview-badge .jdgm-star.jdgm-star {
  color: #0f2d26 !important;
}
.feature-product-slider .jdgm-preview-badge .jdgm-star.jdgm-star {
  color: #000 !important;
}
#shopify-section-collection-template .jdgm-preview-badge .jdgm-star.jdgm-star {
  color: #000 !important;
}
#shopify-section-product-template .jdgm-prev-badge {
  margin-top: 10px !important;
}
.Product__Wrapper .RoundButton--small {
  width: 30px;
  height: 30px;
}
.Product__Wrapper .Product__ActionList {
  top: 50px;
  right: 40px;
}
#shopify-section-recently-viewed-products
  .jdgm-preview-badge
  .jdgm-star.jdgm-star {
  color: #0f2d26 !important;
}
.ingradients .custom-grid {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
}
.ingredients-slider .slick-dots {
  position: unset;
  bottom: 0;
  margin-top: 44px;
}
.asking-curosel .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.asking-curosel .slick-slide {
  height: inherit !important;
}
.collection-boxes .collbox {
  width: 100%;
  position: relative;
  height: 530px;
}
.imgblock {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.feature-product-slider .collections-user-custom-reviews {
  margin-bottom: 15px;
}
.banner-section .Button--primary {
  padding: 0 45px;
  height: 50px;
  line-height: 48px;
}
.Button {
  height: 50px;
  line-height: 48px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 15px;
}
.three-block .block-1 img {
  position: absolute;
  bottom: 0;
  max-width: 35%;
}
.three-block .block-2 img {
  position: absolute;
  bottom: 0;
  max-height: 375px;
}
.ingredients-slider .next {
  position: absolute;
  right: -10px;
  z-index: 5;
  top: 43%;
  cursor: pointer;
  background-size: 22px;
  transform: rotate(0);
  border-radius: 50%;
}
.ingredients-slider .next:after {
  position: absolute;
  content: "";
  background: url(/cdn/shop/files/right-arrow_5ebc2f28-a6d7-43f8-9f4b-2e645a60544a.png?v=1628924036)
    no-repeat;
  background-position: center;
  background-size: 30px;
  width: 45px;
  height: 45px;
}
.ingredients-slider .prev:after {
  position: absolute;
  content: "";
  left: 0;
  background: url(/cdn/shop/files/right-arrow_5ebc2f28-a6d7-43f8-9f4b-2e645a60544a.png?v=1628924036)
    no-repeat;
  background-position: center;
  background-size: 30px;
  width: 47px;
  height: 47px;
  transform: rotate(180deg);
}
.ingredients-slider .prev {
  position: absolute;
  left: -52px;
  z-index: 5;
  top: 43%;
  cursor: pointer;
  background-size: 22px;
  border-radius: 50%;
}
@media screen and (min-width: 1440px) {
  .big-wrp {
    right: 0;
  }
  .profile-2-wrap {
    position: relative;
  }
  .profile-1-wrap {
    left: auto;
    right: 0;
    bottom: 0;
  }
  .container {
    max-width: 1440px;
    margin: 0 auto;
  }
  .collection-boxes,
  .color-text-block,
  .founder,
  .three-block {
    max-width: 100% !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .Product__InfoWrapper {
    max-width: 500px;
  }
  .Product__Info .ProductMeta__Title {
    font-size: 35px;
  }
  .customer-hedaing .Button--primary {
    height: auto;
  }
  .right_image_block {
    top: -15px;
  }
}
@media screen and (max-width: 1024px) {
  .toggle-hide-pro {
    display: none;
  }
  .mobile-pad {
    margin-left: 0 !important;
  }
  .Header {
    border: 0;
  }
  .block-1 {
    position: relative;
  }
  .Collapsible__Button {
    padding: 10px 0;
  }
  .Blog .SectionHeader__Heading {
    font-size: 45px;
    line-height: 15px;
  }
  .recent-post-grid {
    padding-right: 40px;
  }
  .blogw-100 {
    margin-top: 50px;
  }
  .recent-post-grid h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .Article-head {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .blog-sub-categories-list {
    margin-top: 50px;
  }
  .blog-sub-categories-list h2 {
    font-size: 22px;
  }
  li.blog-sub-list {
    padding: 8px 16px;
  }
  .Article__ImageWrapper {
    max-width: 100%;
    margin: 00px auto 0;
  }
  .Article__Wrapper {
    max-width: 100%;
    padding: 30px 50px;
  }
  .relatedArticles {
    max-width: 100%;
    padding: 30px 50px;
  }
  .feature-product-slider .next {
    right: 15px;
  }
  .feature-product-slider .prev {
    left: -30px;
  }
  .three-block .block-2 img {
    position: absolute;
    max-width: 320px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1024px) {
  .banner-section .desc h2 {
    font-size: 38px;
  }
  .banner-section-gap {
    padding: 35px 15px 100px;
  }
  .collection-boxes .textwrap p {
    font-size: 15px;
    text-transform: capitalize;
    padding: 0 0;
    overflow: hidden;
  }
  .collection-boxes .collbox .textwrap {
    padding: 40px 30px;
  }
  .collection-boxes .textwrap h3 {
    font-size: 22px;
    padding-bottom: 15px;
  }
  .color-text-block .color-block {
    padding: 50px 50px;
  }
  .color-text-block .left-top-icon {
    max-height: 120px;
  }
  .color-text-block .color-block h5 {
    padding-bottom: 30px;
  }
  .color-text-block .color-block h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .color-text-block .right-top-icon {
    max-height: 170px;
  }
  .color-text-block .block-right {
    padding-top: 100px;
  }
  .three-block .block__heading {
    font-size: 25px;
    line-height: initial;
  }
  .block-1 .w-43 img {
    position: absolute;
    bottom: -1px;
    max-height: 280px;
  }
  .three-block .right-wrap {
    padding-left: 15px;
  }
  .left-object {
    max-height: 300px;
    top: 27%;
  }
  .block-2 .right-wrap h1 {
    padding-top: 12px;
  }
  .thirdblock-rightimg {
    right: 0;
    max-height: 600px;
    height: 55%;
  }
  .block-2 {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
  }
  .last-flex {
    padding: 80px 80px 0 80px !important;
  }
  .app-icon-part {
    padding: 30px 25px 0;
  }
  .profile-1-wrap {
    width: 125px;
    left: 20px;
  }
  .profile-2-wrap {
    top: 76px;
    width: 135px;
    right: -15px;
  }
  .founder-part {
    padding: 50px 50px 30px 40px;
  }
  .reviewimg-wrp {
    height: 190px;
  }
  .reviewimg-wrp img {
    height: 190px;
    width: 100%;
    object-fit: cover;
  }
  .vidicon {
    width: auto !important;
  }
  .Logo-slider .next,
  .Logo-slider .prev,
  .review-slider .next,
  .review-slider .prev {
    display: none !important;
  }
  .Footer__Block {
    flex: 1 1 11%;
    margin-top: 0;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .Footer {
    padding: 60px 0 40px 0;
  }
  .Footer__Block--newsletter h2.Footer__Title {
    font-size: 28px;
    margin-bottom: 5px;
  }
  .Footer__Inner ul li a {
    font-size: 13px;
  }
  .block-3 {
    padding: 80px 0 80px;
  }
  .Footer__Block.Footer__Block--newsletter-mobile {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .ajax-search button#ad_to_cart {
    display: none;
  }
  .collection-boxes .flex-col-25 {
    flex: 1 0 50%;
  }
  body,
  html {
    overflow-x: hidden;
  }
  .color-text-block .flex-col-50 {
    flex: 1 0 100%;
  }
  .real-deal .over-left-icon {
    max-height: 250px;
  }
  .real-deal .over-right-icon {
    max-height: 200px;
  }
  .real-deal h3 {
    font-size: 40px;
    line-height: initial;
  }
  .listicons ul li {
    width: 25%;
    margin-bottom: 20px;
  }
  .listicons {
    margin: 50px 0 0;
  }
  .three-block .flex-col-50 {
    flex: 1 0 100%;
    text-align: center;
  }
  .three-block .left-wrap {
    width: 100%;
    padding: 50px 42px 150px !important;
    max-width: 400px;
    margin: 0 auto;
  }
  .block-1 .custom-grid {
    flex-direction: column-reverse;
  }
  .block-1 .custom-grid .w-43 img {
    max-height: 500px;
    margin-bottom: -5px;
  }
  .masonry .w-43,
  .masonry .w-57 {
    overflow: hidden;
  }
  .three-block .block__heading {
    font-size: 38px;
    line-height: 50px;
  }
  .mobile-use {
    position: absolute;
    bottom: 70px;
    z-index: 1;
  }
  .three-block .right-wrap {
    padding-left: 0;
    width: 100%;
    padding: 50px 20px 30px;
    max-width: 400px;
    margin: 0 auto;
  }
  .last-flex {
    padding: 60px 30px 0 30px !important;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .flex--vertical .flex-child {
    flex: 0 0 50%;
    height: 50%;
    width: 100%;
    padding: 0 50px 0 50px;
    position: relative;
    z-index: 1;
  }
  .super-power-section h3 {
    font-size: 40px;
    line-height: initial;
  }
  .reviewimg-wrp {
    height: 190px;
  }
  .review-section .name {
    font-size: 18px;
  }
  .review-section h2 {
    font-size: 22px;
  }
  .reviewimg-wrp img {
    height: 190px;
    width: 100%;
    object-fit: cover;
  }
  .vidicon {
    width: auto !important;
  }
  .Logo-slider .next,
  .Logo-slider .prev,
  .review-slider .next,
  .review-slider .prev {
    display: none !important;
  }
  .Logo-slider-section {
    padding: 50px 0 50px;
  }
  .logowrap {
    padding: 0 10px;
  }
  .instagram {
    padding: 50px 30px 50px;
  }
  .founder-part {
    padding: 40px 30px 40px 30px;
  }
  .profile-2-wrap {
    top: 15%;
    width: 125px;
    right: 40px;
  }
  .profile-1-wrap {
    top: 38%;
    width: 125px;
  }
  .founder-part h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .founder-text {
    padding-top: 15px;
  }
  .founder-text strong {
    font-size: 18px;
  }
  .Footer__Inner {
    margin-left: -20px;
    margin-right: -20px;
    justify-content: start;
  }
  .Footer__Inner .Footer__Block--links {
    width: 33.33%;
  }
  .Footer__Block--newsletter {
    padding: 0 30px 0 0;
    text-align: left;
    width: 50%;
  }
  .Footer__Block--newsletter h2.Footer__Title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .Footer__Block--text {
    padding: 0 30px 0 0;
    text-align: left;
    width: 50%;
  }
  .Footer {
    padding: 10px 0 30px;
  }
  header {
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
  }
  .Blog .SectionHeader__Heading {
    font-size: 30px;
    line-height: 0;
    margin-bottom: 20px;
  }
  #shopify-section-blog-template .container-gp {
    padding: 0 30px;
  }
  .blog-wrp {
    padding: 15px;
  }
  .ArticleItem__Title {
    font-size: 20px;
  }
  .blogcat {
    font-size: 12px;
  }
  .recent-post-grid {
    padding-right: 20px;
  }
  .categories-grid {
    padding-left: 20px;
  }
  .Blog {
    margin-top: 50px;
  }
  .recent-post-grid h2 {
    font-size: 20px;
  }
  .Article-head {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .article-content {
    padding-right: 30px;
  }
  .articleimg-wrp {
    height: 100px;
  }
  .blog-sub-categories-list {
    margin-top: 30px;
  }
  .blog-sub-categories-list h2 {
    font-size: 20px;
  }
  li.blog-sub-list {
    padding: 5px 14px;
  }
  #shopify-section-blog-template .viewrecent .Button--primary {
    margin-bottom: 50px;
  }
  .relatedArticles {
    max-width: 100%;
    padding: 30px 25px;
  }
  #shopify-section-article-template .articleimg-wrp {
    height: 140px;
  }
  .banner-section .Button--primary {
    line-height: 50px;
  }
  .container-gp {
    padding: 0 20px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .block-1 .custom-grid .w-43 img {
    max-height: 100% !important;
    margin-bottom: 0 !important;
    height: 400px !important;
    max-width: 100% !important;
  }
  .three-block .block-2 img {
    position: absolute;
    max-width: 100% !important;
    bottom: 0;
    max-height: 100% !important;
  }
  .block-1 .custom-grid {
    flex-direction: inherit !important;
  }
  .block-3 {
    padding: 120px 0 80px !important;
    width: 100%;
    position: relative;
  }
  .block-3 .flex.flex--vertical {
    z-index: 1;
    position: relative;
    width: 60%;
  }
  .last-flex {
    padding: 80px 30px 0 !important;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .flex--vertical .flex-child {
    flex: 0 0 50%;
    height: 10%;
    width: 100%;
  }
  .thirdblock-rightimg {
    position: absolute;
    right: 0 !important;
    height: 85% !important;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner-section .desc h2 {
    font-size: 25px;
  }
  .banner-section-gap {
    padding: 20px 0 80px;
  }
  .bottom-overlayimg {
    max-height: 205px;
  }
  .right-image .oversubimg {
    position: absolute;
    left: 37%;
    bottom: 1px;
    max-width: 130px;
  }
  .collection-boxes .textwrap p {
    font-size: 15px;
    text-transform: capitalize;
    padding: 0 0;
    overflow: hidden;
  }
  .collection-boxes .collbox .textwrap {
    padding: 40px 30px;
  }
  .collection-boxes .textwrap h3 {
    font-size: 22px;
    padding-bottom: 15px;
  }
  .color-text-block .flex-col-50 {
    flex: 1 0 100%;
  }
  .color-text-block .color-block {
    padding: 50px 50px;
  }
  .color-text-block .left-top-icon {
    max-height: 120px;
  }
  .color-text-block .color-block h5 {
    padding-bottom: 30px;
  }
  .color-text-block .color-block h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .color-text-block .right-top-icon {
    max-height: 170px;
  }
  .color-text-block .block-right {
    padding: 50px 70px;
  }
  .gridicon-wrap h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .gridicon-wrap .grid__text {
    font-size: 15px;
  }
  .super-power-section {
    padding: 80px 30px;
  }
  .second-icon img {
    max-height: 80px;
  }
  .gridicon-wrap img {
    max-height: 75px;
  }
  .fourth-icon img {
    right: 10px;
    max-height: 95px;
    top: -10px;
  }
  .gridicon-wrap .textwrp {
    padding-left: 120px;
  }
  .left-wrp-icon {
    bottom: 70px;
    max-height: 400px;
  }
  .fourth-icon .textwrp,
  .second-icon .textwrp {
    padding-left: 80px;
  }
  .CollectionMain .ProductItem__Wrapper .ProductItem__PriceList,
  .template-search .ProductItem__Wrapper .ProductItem__PriceList {
    text-align: left;
  }
  .CollectionMain .ad_to_cart_coll,
  .template-search .ad_to_cart_coll {
    position: relative;
    bottom: 0;
  }
  #shopify-section-collection-template .PageHeader h5 {
    font-size: 40px;
    line-height: 40px;
  }
  #shopify-section-collection-template .PageHeader {
    margin: 50px 0 35px;
  }
  .CollectionMain .CollectionToolbar__Group .CollectionToolbar__Item {
    font-size: 17px;
  }
  .CollectionMain .sold-out {
    position: relative;
    bottom: 0;
  }
  .Product__SlideshowNavArrow--previous {
    left: 0;
    top: 25%;
  }
  .Product__Wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .Product__Gallery {
    flex: 0 0 50%;
  }
  .Product__InfoWrapper {
    flex: 0 0 45%;
  }
  .Product__Info .ProductMeta__Title {
    font-size: 25px;
  }
  .howdouse {
    padding: 40px 40px;
  }
  .steps {
    padding-left: 40px;
  }
  .Product__SlideshowNavArrow--next {
    top: 25%;
  }
  .Product__InfoWrapper .ProductForm__AddToCart svg {
    vertical-align: top;
  }
  .steps img {
    max-height: 70px;
  }
  .howdouse .global-head {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .pro-listicons ul li {
    flex: 1 0 20%;
    margin-bottom: 40px;
  }
  .icon-real-deal .Button {
    margin: 0 auto 0;
  }
  .asking {
    padding: 60px 60px;
  }
  .asking-curosel {
    margin-top: 30px;
  }
  .asking .global-head {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .asking small {
    font-size: 16px;
  }
  .askwrap {
    margin: 15px;
    padding: 30px 20px 30px 20px;
  }
  .ingradients h4 {
    max-width: 500px;
    font-size: 30px;
    margin: 0 auto 40px;
  }
  .ingradients .lightgallery .item {
    width: 100%;
  }
  .ingredient-icon img {
    max-height: 80px;
  }
  .ingredient-text {
    padding-right: 0;
  }
  .ingredient-text h3 {
    font-size: 20px;
  }
  .ingradients p {
    font-size: 15px;
  }
  .ingradients .Button {
    margin: 0 auto 0;
  }
  .ingradients {
    padding: 60px 60px 40px;
  }
  .left_img {
    margin-top: 60px;
    height: 340px;
  }
  .left_img img {
    max-width: 400px;
    top: 30px;
  }
  .left_part .left_text-block h3 {
    font-size: 30px;
  }
  .listtext {
    font-size: 16px;
    font-family: NimbusSan-Reg;
  }
  .listtext .left_text-block .text-seprate {
    padding-top: 20px;
  }
  .right_img {
    margin-left: 0;
    height: 400px;
  }
  .right_part .right_text-block h3 {
    font-size: 30px;
  }
  .right_part .right_text-block p {
    font-size: 16px;
  }
  .accprdion-text .left_grid_view {
    padding: 20px 20px 20px;
  }
  .accprdion-text .global-head {
    margin-bottom: 40px;
  }
  .accprdion-text .right_grid_view {
    padding: 20px 20px 25px;
    font-size: 30px;
  }
  .sticky_topbar {
    position: fixed !important;
  }
  .template-login .PageContent {
    margin-top: 0;
    margin-bottom: 0;
  }
  .template-account .PageLayout__Section--secondary {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .customer-hedaing .Button--primary {
    height: auto;
  }
  .customer-text-blocks .name {
    font-size: 20px;
  }
  .customer-heading h1 {
    font-size: 45px;
  }
  .customer-heading {
    padding: 60px 0 60px;
  }
  .customer-text-blocks {
    padding: 60px 0 70px;
  }
  .Article__Wrapper {
    max-width: 100%;
    padding: 20px 25px;
  }
  .Article__Body.Rte {
    font-size: 16px;
  }
  .Article__Body b,
  .Article__Body h1,
  .Article__Body h2,
  .Article__Body h3,
  .Article__Body h4,
  .Article__Body h5,
  .Article__Body h6,
  .Article__Body strong {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #shopify-section-article-template .blogcat {
    font-size: 14px;
  }
  h1.Article__Title.Heading.u-h1.article-sub-heading {
    font-size: 45px;
    color: #000;
    margin-bottom: 0;
    line-height: 50px;
    font-family: Lora-SemiBold;
    margin: 15px 0;
  }
  .feature-product-slider.slick-slider .slick-list {
    padding: 0 55px 0 0 !important;
  }
  .feature-product-slider .slick-list {
    margin: 0 -10px;
  }
  .feature-product-slider .slick-slide {
    margin: 10px 3px;
  }
  .FeaturedProduct__Info .ProductMeta a {
    font-size: 25px;
  }
  .feature-product-slider .slick-dots {
    position: unset;
    bottom: 0;
    margin-top: 15px;
  }
  .viewall .Button {
    margin: 40px auto 0;
  }
  .three-block .block-1 img {
    max-width: 100%;
    position: unset;
  }
}
@media screen and (max-width: 767px) {
  button.CollectionToolbar__Item {
    line-height: 18px !important;
    padding: 15px 2px !important;
  }
  .our_nerds_inner {
    padding: 40px 25px 0 !important;
  }
  .our_nerds_content {
    padding: 0 !important;
  }
  .template-page h1.SectionHeader__Heading.Heading.u-h1 {
    font-size: 34px;
  }
  .desk-collection-price {
    display: block !important;
  }
  .cofounder_section {
    display: flex;
    align-items: center;
    text-align: left;
  }
  .template-product .jdgm-widget.jdgm-widget {
    margin: 20px 0 30px;
  }
  .cofounder_section > div {
    margin-left: 10px;
  }
  .cofounder_section h5 {
    font-size: 18px !important;
  }
  .cofounder_section p {
    font-size: 14px !important;
  }
  img.our-illustrator-image {
    top: 2% !important;
    width: 35% !important;
  }
  .custom-grid .w-40,
  .custom-grid .w-60 {
    width: 100%;
  }
  .banner-section-gap {
    padding: 15px 0 100px;
  }
  .banner-section .desc h2 {
    font-size: 34px;
    padding-right: 0;
    padding: 0 30px;
  }
  .Header {
    box-shadow: none;
  }
  .right-image {
    margin-top: 20px;
  }
  .banner-section-gap {
    padding: 15px 0 30px;
  }
  .custom-grid .w-60 {
    padding: 0 22px 0 22px;
  }
  .bottom-overlayimg {
    position: absolute;
    left: -32px;
    bottom: 0;
    max-height: 95px;
  }
  .right-image .oversubimg {
    position: absolute;
    left: 36%;
    bottom: 1px;
    max-width: 90px;
  }
  .Header__Wrapper {
    padding: 15px 22px;
  }
  .collection-boxes .flex-col-25 {
    flex: 1 0 50%;
    width: 50%;
  }
  .collection-boxes .collbox .textwrap {
    padding: 30px 20px;
    z-index: 11;
  }
  .collection-boxes .textwrap h3 {
    font-size: 15px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
  .collection-boxes .textwrap p {
    font-size: 10.5px;
    text-transform: capitalize;
    padding: 0 0;
  }
  .color-text-block .left-top-icon {
    max-height: 70px;
  }
  .color-text-block .color-block {
    padding: 40px 30px;
  }
  .color-text-block .color-block h5 {
    font-size: 13px;
    padding-bottom: 25px;
  }
  .color-text-block .color-block h2 {
    font-size: 26px;
    line-height: initial;
    position: relative;
    z-index: 1;
  }
  .color-text-block .color-block p {
    letter-spacing: 0;
    text-transform: none;
    font-size: 15px;
    padding: 5px 0 30px;
    margin-bottom: 0;
  }
  .color-text-block .right-top-icon {
    max-height: 150px;
  }
  .color-text-block .block-right {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .color-text-block .Button {
    width: auto;
    padding: 13px 40px;
    max-width: unset;
  }
  .color-text-block .color-block h4 {
    font-size: 18px;
  }
  .Button--primary,
  .color-text-block .color-block a {
    font-size: 13px;
    letter-spacing: 1px;
  }
  .real-deal h3 {
    font-size: 26px;
    line-height: initial;
    position: relative;
    z-index: 1;
  }
  .real-deal {
    padding: 50px 0 50px;
  }
  .real-deal .over-left-icon {
    max-height: 175px;
  }
  .listicons ul li .imgwrap {
    height: 40px;
    overflow: hidden;
    margin-bottom: 15px;
    width: 50%;
    margin: 0 auto 5px;
  }
  .listicons ul li img {
    max-height: 38px;
  }
  .listicons ul li {
    width: 30%;
    margin-bottom: 20px;
    vertical-align: top;
  }
  .listicons ul li h5 {
    font-size: 15px;
    padding: 5px 20px;
    line-height: initial;
  }
  .real-deal p {
    font-size: 13px;
    padding: 0 25px 25px;
    position: relative;
    z-index: 1;
  }
  .real-deal .Button--primary::before {
    background-color: transparent !important;
  }
  .real-deal .over-right-icon {
    max-height: 150px;
  }
  .real-deal .over-left-icon {
    max-height: 150px;
  }
  .real-deal .Button {
    max-width: unset;
    width: auto;
    padding: 10px 60px 10px;
  }
  .mobile-use {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
  }
  .three-block .block__heading {
    font-size: 26px;
    line-height: initial;
  }
  .three-block .left-wrap {
    width: 100%;
    padding: 50px 42px 20px !important;
  }
  .block-1 .custom-grid .w-43 img {
    max-height: 350px;
    margin-bottom: -5px;
    height: auto;
    max-width: 100% !important;
  }
  .mobile-use {
    bottom: 40px;
  }
  .three-block h5 {
    font-size: 15px;
    margin-bottom: 8px;
    padding-bottom: 10px;
  }
  .three-block p {
    font-size: 13px;
    padding: 0 0;
  }
  .masonry .w-43,
  .masonry .w-57 {
    width: 100%;
  }
  .three-block .right-wrap {
    padding-left: 0;
    width: 100%;
    padding: 40px 45px 0;
    margin: 0 auto;
  }
  .block-2 {
    position: relative;
  }
  .mobile-gap {
    padding-bottom: 100px;
  }
  .block-3 {
    padding: 0 0;
    padding-top: 50px;
  }
  .flex--vertical .flex-child {
    flex: 0 0 100%;
    height: 50%;
    width: 100%;
    padding: 0 80px 0 100px;
    position: relative;
    z-index: 1;
    max-width: 310px;
  }
  .left-object {
    position: absolute;
    left: -22px;
    max-height: 290px;
    top: 25%;
  }
  .thirdblock-rightimg {
    position: absolute;
    right: -10px;
    height: 100%;
    top: 25%;
    max-height: 340px;
  }
  .third-m-adjust {
    max-width: 145px;
    padding-left: 15px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .super-power-section h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .super-power-section {
    padding: 50px 22px;
  }
  .super-power-section p {
    font-size: 14px;
    padding: 0;
  }
  .review-section {
    padding: 30px 25px 40px;
  }
  .review-section h3 {
    font-size: 26px;
    margin-bottom: 15px;
    line-height: initial;
  }
  .vidicon {
    max-height: 25px;
  }
  .review-section h2 {
    font-size: 18px;
    line-height: initial;
    margin: 15px 0 10px;
  }
  .review-section .short-text {
    font-size: 14px;
  }
  .review-section .city {
    font-size: 13px;
  }
  .review-slider .slick-dots {
    padding: 15px 0 0;
  }
  .presswrap {
    padding: 15px 0;
  }
  .slick-slider .slick-dots li button {
    width: 7px !important;
    height: 7px !important;
    border-radius: 50%;
    background: #888;
  }
  .slick-slider .slick-dots li button::before {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50%;
    content: "";
    top: 2px;
    left: 2px;
  }
  .slick-slider .slick-dots li {
    width: 8px !important;
    height: 7px !important;
    border-radius: 50%;
  }
  .review-slider .slick-dots li.slick-active button:before {
    width: 7px !important;
    height: 7px !important;
  }
  .slick-dots li button {
    padding: 0;
  }
  .review-icnwrp {
    bottom: 15px;
    max-height: 180px;
  }
  .review-icnwrp-right {
    right: 15px;
    bottom: 55px;
    max-height: 25px;
  }
  .Logo-slider .starimg {
    max-width: 95px;
  }
  .logimg-wrp {
    height: 60px;
  }
  .logo-text-wrp p {
    font-size: 18px;
    padding: 0 40px;
    margin: 15px 0 4px;
  }
  .Logo-slider .slick-dots {
    bottom: 0;
  }
  .Logo-slider .slick-dots li.slick-active button:before {
    width: 7px !important;
    height: 7px !important;
  }
  .instagram h2 {
    font-size: 34px;
    line-height: initial;
    margin-bottom: 10px;
  }
  .column {
    padding: 0 4px;
  }
  .column img {
    margin-top: 8px;
  }
  .instagram {
    padding: 50px 15px 40px;
  }
  .instagram .gridwrp {
    padding: 10px 0 25px;
  }
  .buttonset {
    display: flex;
    text-align: center;
    padding: 0 8px;
  }
  .buttonset .Button {
    margin: 0;
    width: 48%;
    font-size: 12px;
    display: inline-block;
    padding: 10px;
  }
  .buttonset svg {
    position: relative;
    top: 2px;
    right: 3px;
    height: 12px;
    width: 12px;
    display: inline-block;
  }
  .mr-12 {
    margin-right: 12px !important;
  }
  .ml-12 {
    margin-left: 12px !important;
  }
  .app-icon-part h3 {
    font-size: 26px;
    line-height: initial;
  }
  .app-icon-part ul li img {
    max-height: 25px;
  }
  .founder-40-flex,
  .founder-60-flex {
    flex: 1 0 100%;
    position: relative;
    z-index: 4;
  }
  .founder-right-wrap-icon {
    max-height: 200px;
  }
  .founder-part h3 {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: initial;
  }
  .founder-part p {
    font-size: 14px;
  }
  .founder-text strong {
    font-size: 15px;
    letter-spacing: 0;
    font-family: NimbusSan-Reg;
    text-transform: capitalize;
  }
  .founder-text {
    padding-top: 8px;
  }
  .founder-text small {
    font-size: 13px;
  }
  .m_flex {
    display: flex;
  }
  .profile-1-wrap {
    position: unset;
    width: 100%;
    margin-top: 70px;
  }
  .profile-2-wrap {
    position: relative;
    width: 50%;
    right: 0;
    top: 30px;
    height: 195px;
  }
  .founder-part {
    padding: 40px 30px 0 30px;
  }
  .founder-left-wrap-icon {
    z-index: 2;
  }
  .profile-1-wrap img,
  .profile-2-wrap img {
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
  .Footer__Block {
    margin-top: 0;
  }
  .Footer__Block--newsletter h2.Footer__Title {
    font-size: 32px;
    margin-bottom: 5px;
  }
  .Footer__Block--newsletter .Footer__Content {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .accordion_body {
    display: none;
  }
  .plusminus {
    float: right;
    font-size: 24px;
    position: relative;
    top: -10px;
    font-family: NimbusSan-Reg;
  }
  .Footer__Block--links h2 {
    border-top: 1px solid #e6a3a3;
    margin-bottom: 0;
    padding: 10px 0;
  }
  .Footer__Block--links {
    margin-top: 0;
  }
  .Footer__Block--newsletter-mobile {
    margin-bottom: 40px;
  }
  .Footer__Block--text {
    border-top: 1px solid #e6a3a3;
    margin-top: 0;
    padding-top: 40px !important;
  }
  .Footer__Block--newsletter {
    text-align: center;
  }
  .Footer__Inner .Linklist {
    padding-bottom: 20px;
  }
  .Footer__Inner .Linklist .Linklist__Item {
    margin-bottom: 5px;
  }
  .Footer {
    padding: 40px 0 10px;
  }
  .mail {
    margin: 22px 0 20px;
    display: block;
    font-size: 15px;
  }
  .Footer__Block--newsletter .Button--primary {
    font-size: 15px;
  }
  .mail a {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  #shopify-section-collection-template .PageHeader h5 {
    font-size: 34px;
    line-height: 34px;
  }
  #shopify-section-collection-template .PageHeader {
    margin: 20px 20px 30px;
  }
  /* .sticky_topbar {
    position: fixed !important;
    top: 0;
  } */
  .CollectionToolbar__Group .CollectionToolbar__Item {
    background-color: #fffdf4;
    font-size: 18px;
  }
  .CollectionMain .ProductItem__Wrapper .ProductItem__Title {
    font-size: 17px;
    min-height: 70px;
  }
  .ajax-search .ad_to_cart_coll .CollectionMain .ad_to_cart_coll,
  .template-search .ad_to_cart_coll {
    position: relative;
    bottom: 0;
    letter-spacing: normal;
    padding: 10px 10px;
    width: 80%;
  }
  .CollectionMain .ProductItem__Wrapper .ProductItem__PriceList,
  .ajax-search .ProductItem__Wrapper .ProductItem__PriceList,
  .template-search .ProductItem__Wrapper .ProductItem__PriceList {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .CollectionMain .addcart,
  .ProductRecommendations .addcart,
  .ajax-search .addcart,
  .template-search .addcart {
    width: 100%;
    justify-content: center;
    font-size: 14px;
    align-items: center;
  }
  .desk-collection-price {
    display: none !important;
  }
  .mob-collection-price {
    display: inline-block !important;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .CollectionMain .sold-out {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 10px 10px;
  }
  .Product__SlideshowNavArrow--previous {
    display: none;
  }
  .Product__SlideshowNavArrow--next {
    display: none;
  }
  .Product__Slideshow .flickity-page-dots {
    display: block;
  }
  .Product__Slideshow .flickity-page-dots .dot.is-selected {
    background: #000;
    opacity: 1;
  }
  .Product__Slideshow .flickity-page-dots .dot {
    background: #000;
    border: 0;
    opacity: 0.2;
    width: 7px;
    height: 7px;
    margin: 0 5px;
  }
  .Product__InfoWrapper .ProductMeta__Title {
    font-size: 34px;
    text-align: center;
  }
  .Cart.Drawer__Content .Drawer--fromRight .Drawer__Container {
    padding-left: 5px;
    padding-right: 15px;
  }
  .Cart.Drawer__Content .CartItem__Title {
    font-size: 16px;
  }
  .Cart.Drawer__Content .CartItem__Info {
    padding-left: 15px;
  }
  img.remove-cart-icon {
    max-width: 23px;
  }
  .desk-cart-remove {
    display: none;
  }
  .mob-cart-remove {
    display: block;
  }
  .mob-cart-remove .CartItem__Remove::before {
    background: 0 0;
    bottom: 0;
  }
  .custom-grid .subttl {
    font-size: 16px;
  }
  .custom-grid .subttlnm {
    font-size: 16px;
  }
  .CartItem__Variant {
    font-size: 13px;
  }
  .ProductForm__Variants .ProductForm__Item {
    padding: 10px 18px 8px 18px;
  }
  .ProductForm__QuantitySelector .QuantitySelector--large svg {
    margin-left: -2px;
  }
  .Product__InfoWrapper .ProductMeta__Price.Price--compareAt {
    margin-left: 20px;
  }
  .ProductForm__AddToCart svg {
    vertical-align: initial;
    position: relative;
    top: 2px;
  }
  .Product__InfoWrapper .Product__Info .Button--primary {
    height: 60px;
    padding: 0;
  }
  .ship-badge ul li:nth-child(-n + 2) {
    border-bottom: 1px solid #d4cdcd;
  }
  .ship-badge ul li:nth-last-child(-n + 2) {
    padding-top: 16px;
  }
  .ship-badge ul li {
    padding: 0 5px 15px;
    font-size: 14px;
    flex: 1 0 50%;
  }
  .howdouse {
    padding: 48px 20px;
  }
  .howdouse .flex-col-50 {
    flex: 1 0 100%;
  }
  .howdouse .flex-col-50:first-child {
    overflow: hidden;
  }
  .howdouse .steps {
    padding-left: 0;
    padding-top: 15px;
  }
  .howdo-left {
    height: auto;
    margin-bottom: 30px;
  }
  .howdouse .steps img {
    max-height: 60px;
  }
  .ship-badge ul li:after {
    background-color: transparent;
  }
  .ship-badge ul li:first-child,
  .ship-badge ul li:nth-child(3) {
    border-right: 1px solid #d4cdcd;
  }
  .ship-badge ul {
    border-bottom: 0;
  }
  .ship-badge ul li:last-child {
    padding-top: 20px;
  }
  div#shopify-section-product-template .Product {
    margin: 0 auto 30px auto;
  }
  .howdouse .global-head {
    margin-bottom: 24px;
    font-size: 32px;
  }
  .step-wrp {
    flex-direction: row-reverse;
    padding: 0 0 25px;
    margin-bottom: 25px;
  }
  .howdouse .step-text-part {
    flex: 1 0 70%;
    padding-left: 7px;
  }
  .howdouse .step-icon-part {
    flex: 1 0 28%;
    justify-content: flex-start;
  }
  .step-wrp:last-child {
    padding-bottom: 10px;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .icon-real-deal h1.global-head {
    font-size: 32px;
    margin-bottom: 25px;
    padding: 0 20px;
  }
  .icon-real-deal {
    padding: 48px 10px;
  }
  .icon-real-deal h2 {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .pro-listicons ul li {
    margin-bottom: 35px;
  }
  .icon-real-deal .Button {
    padding: 10px 20px 10px;
    margin-top: 0;
    margin: 0 auto;
    width: 100%;
    display: block;
    max-width: 94%;
    font-size: 12px;
  }
  .direction_new_template {
    padding: 48px 25px !important;
  }
  .askingmgap {
    padding: 0 25px 0 0;
  }
  .ingredients-slider .slick-dots {
    margin-top: 15px;
  }
  .asking-curosel .prev {
    display: none !important;
  }
  .asking-curosel .next {
    display: none !important;
  }
  .askwrap {
    margin: 20px 0;
  }
  .asking-curosel .slick-dots li.slick-active button:before {
    color: #fff;
    background: #fff;
  }
  .asking-curosel.slick-slider .slick-dots li button {
    background: #fff;
    opacity: 0.5;
    width: 6px !important;
    height: 6px !important;
  }
  .asking-curosel .slick-dots li.slick-active button {
    opacity: 1;
  }
  .asking small {
    font-size: 15px;
    font-family: NimbusSan-Light;
  }
  .asking-curosel {
    margin-top: 32px;
  }
  .ingradients h4 {
    font-size: 32px;
    margin: 0 auto 40px;
    text-align: center;
  }
  .ingradients {
    padding: 48px 0 48px 25px;
  }
  .ingradients .lightgallery .item {
    width: 100%;
  }
  .ingredient-text h3 {
    margin-bottom: 8px;
  }
  .ingredient-icon {
    flex: 1 0 19%;
    margin-right: 10px;
  }
  .ingredient-text {
    flex: 1 0 77%;
    padding-right: 0;
  }
  .ingredient-text h3 {
    font-size: 18px;
    line-height: 25px;
  }
  .ingradients p {
    font-size: 14px;
    font-family: NimbusSan-Reg;
  }
  .ingradients small {
    font-size: 14px;
  }
  .ingradients .Button {
    margin-top: 0;
    margin: 0 auto 0;
    width: 100%;
    max-width: 100%;
  }
  .template-product .image-icon-text .flex-col-50 {
    flex: 1 0 100%;
  }
  .left_img {
    height: 290px;
    margin-top: 50px;
    margin-right: 0;
  }
  .left_img img {
    max-width: 350px;
    left: 0;
  }
  .left_part .left_text-block {
    max-width: 350px;
  }
  .left_part .left_text-block h3.global-head {
    font-size: 30px;
    margin-bottom: 24px;
    width: 360px;
  }
  .listtext {
    font-size: 18px;
  }
  .left_text-block .custom-grid {
    margin-bottom: 27px;
    text-align: left;
  }
  .list-text.text-seprate {
    padding-top: 31px;
  }
  .right_part .right_img {
    margin-left: 0;
    height: 350px;
  }
  .right_part .right_img img {
    max-width: 350px;
  }
  .right_part .right_text-block p {
    font-size: 14px;
    max-width: 340px;
    font-family: NimbusSan-Light;
  }
  .right_part .right_text-block h3.global-head {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .right-listicons ul li {
    flex: 1 0 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 20px;
  }
  .right-listicons ul li .imgwrap {
    margin-right: 30px;
    margin-bottom: 0;
    width: 70px;
  }
  .right-listicons ul li p {
    text-align: left;
    align-items: center;
    font-size: 18px;
    max-width: 200px;
    font-family: NimbusSan-Light;
  }
  .right-listicons ul li img {
    max-height: 66px;
  }
  .right_text-block .Button {
    margin-top: 0;
    max-width: 100%;
  }
  .image-icon-text .Button {
    padding: 10px 20px;
  }
  .image-icon-text .right_part {
    padding: 48px 0 48px;
  }
  .accprdion-text .left_grid_view:first-child {
    padding: 48px 20px 48px;
  }
  .accordion-single-title {
    font-size: 18px;
    padding: 17px 0 15px;
  }
  .accordion-single-content p {
    font-size: 14px;
  }
  .accprdion-text .global-head {
    margin-bottom: 24px;
    font-size: 32px;
    text-align: left;
  }
  .accprdion-text .right_grid_view {
    padding: 48px 20px 48px;
  }
  .ask-why-wrap .accordion-container1 .article-title1 {
    padding: 14px 22px 13px 17px;
  }
  .ask-why-wrap .accordion-content1 p {
    font-size: 14px;
    font-family: NimbusSan-Reg;
  }
  .ask-why-wrap .accordion-container1 .content-entry1 i:before {
    height: 10px;
    width: 10px;
  }
  .got-quetions p {
    font-size: 16px;
    font-family: NimbusSan-Reg;
  }
  #shopify-section-ask-us-why-section .global-head {
    text-align: center;
  }
  .PageOverlay {
    z-index: 9;
  }
  .customer-hedaing .Form__Title {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 14px;
  }
  .customer-hedaing .Form__Legend {
    font-size: 16px;
  }
  .customer-hedaing .Form__Header {
    margin-bottom: 38px;
  }
  .customer-hedaing .Form__Hint {
    margin: 39px 0 0 0;
  }
  .customer-hedaing .Button--primary {
    font-size: 16px;
    height: auto;
  }
  .customer-heading h1 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 16px;
  }
  .customer-heading {
    padding: 32px 0 32px;
  }
  .customer-heading small {
    font-size: 16px;
  }
  .head-bnr {
    margin-top: 0;
  }
  .our-favourite-product .feature-product-slider .next {
    right: 5px;
  }
  .our-favourite-product .feature-product-slider .prev {
    left: -45px;
  }
  .customer-text-blocks h1 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 24px;
  }
  .customer-text-blocks {
    padding: 47px 0 60px;
  }
  .customer-text-blocks .customer-grid {
    flex: 1 0 100%;
  }
  .customer-text-blocks .short-text {
    font-size: 16px;
    line-height: 24px;
    padding-top: 28px;
  }
  .customer-text-blocks .name {
    font-size: 22px;
    line-height: 34px;
    margin-top: 24px;
  }
  .customer-text-blocks .city {
    font-size: 13px;
    padding-top: 0;
  }
  .customer-text-blocks .custom-grid {
    gap: 10px;
  }
  .customer-text-blocks .container-pading {
    padding: 0 25px;
  }
  .customer-text-blocks .Button {
    margin: 16px auto 0;
  }
  .Search.blog-search .Search__Inner {
    padding: 15px 10px;
  }
  .viewrecent .Button--primary {
    margin-bottom: 55px;
  }
  .blog-sub-categories-list {
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  li.blog-sub-list {
    margin-bottom: 10px;
    padding: 10px 20px;
    margin-right: 5px;
  }
  .Search.blog-search {
    width: 90%;
  }
  .blog-sub-categories-list h2 {
    font-size: 20px;
  }
  .blogw-100 {
    margin-top: 25px;
  }
  .searchblog {
    margin-bottom: 50px;
  }
  .searchblog button .Icon {
    stroke-width: 2px;
  }
  .recent-post-grid h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .mobile-col-revres {
    flex-direction: row-reverse;
  }
  .article-img {
    flex: 0 0 25%;
  }
  .article-content {
    flex: 0 0 75%;
    padding-right: 0;
    padding-left: 26px;
  }
  .Article-head {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 22px;
  }
  .article-auther .Article__MetaItem {
    font-size: 14px;
  }
  .auth {
    font-size: 14px;
  }
  .ArticleItem__ImageWrapper {
    margin-bottom: 0;
  }
  .articlegap {
    margin-bottom: 20px;
  }
  .recent-post-grid .viewrecent .Button {
    margin: 20px auto 0;
    padding: 13px 20px;
  }
  #shopify-section-blog-template .viewrecent .Button--primary {
    margin-bottom: 0;
  }
  .blog-sub-categories-list h2 {
    font-size: 18px;
  }
  li.blog-sub-list {
    margin-bottom: 10px;
    padding: 8px 15px;
    margin-right: 6px;
  }
  .Article__Wrapper {
    padding: 20px 20px;
  }
  h1.Article__Title.Heading.u-h1.article-sub-heading {
    font-size: 32px;
    color: #000;
    margin-bottom: 0;
    line-height: 38px;
    font-family: Lora-SemiBold;
    margin: 12px 0;
  }
  .Article__Body.Rte {
    font-size: 16px;
  }
  .Article__Body b,
  .Article__Body h1,
  .Article__Body h2,
  .Article__Body h3,
  .Article__Body h4,
  .Article__Body h5,
  .Article__Body h6,
  .Article__Body strong {
    font-size: 22px !important;
    margin-bottom: 18px;
    margin-top: 20px;
  }
  .Article__ShareButtons {
    text-align: center;
  }
  .Article__ShareButtons .ShareButtons__Item {
    display: inline-block;
    margin: 0 5px;
  }
  #shopify-section-article-template .blog-sub-categories-list {
    display: block;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 15px;
  }
  #shopify-section-article-template .articleimg-wrp {
    height: 85px;
  }
  .relatedArticles {
    max-width: 100%;
    padding: 00px 20px;
  }
  #shopify-section-article-template .Article-head {
    margin-bottom: 20px;
  }
  .relatedArticles .Button--primary {
    margin: 30px auto 50px;
    padding: 13px 20px;
  }
  #shopify-section-article-template .Article__Wrapper {
    margin-bottom: 20px;
  }
  .relatedArticles h2 {
    letter-spacing: 0;
    font-size: 22px;
  }
  .Drawer--fromRight .Drawer__Close {
    right: 20px;
    left: 15px;
  }
  .Drawer__Close svg {
    width: 15px;
    height: 15px;
  }
  .CollectionToolbar__Item {
    padding: 15px 0 8px !important;
  }
  .CollectionToolbar__Group .CollectionToolbar__Item {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    line-height: 36px;
  }
  .CollectionToolbar__Item--filter .Icon--select-arrow {
    height: 10px;
    margin-top: -5px;
  }
  .CollectionToolbar__Item--sort .Icon--select-arrow {
    height: 10px;
    margin-top: -5px;
  }
  .CollectionMain .addcart,
  .ProductRecommendations .addcart {
    padding: 3px 0 0;
    line-height: 25px;
    font-family: NimbusSan-Bold;
  }
  .CollectionMain .addcart svg {
    margin-top: -3px;
  }
  #shopify-section-list-collections-template .collection-boxes h5 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 16px;
  }
  #shopify-section-list-collections-template .collection-boxes {
    padding: 15px 25px;
  }
  #shopify-section-list-collections-template .collection-boxes small {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
  }
  .coll-slider .prev {
    left: -25px;
  }
  .coll-slider .next {
    right: 22px;
  }
  #shopify-section-list-collections-template .PageHeader {
    margin: 46px 0 0;
  }
  #shopify-section-list-collections-template .PageHeader h1 {
    margin: 30px 0 14px;
    color: #040404;
    line-height: 42px;
    font-size: 34px;
  }
  .collimg-wrp {
    height: 100%;
  }
  .SidebarMenu__Nav .Collapsible__Plus::after {
    width: 15px;
    height: 15px;
    background-image: url("/cdn/shop/files/right-arrow-angle.png?v=1628320368");
    background-size: cover;
    right: 0;
    left: unset;
    top: 0;
    background-color: transparent !important;
    transform: unset;
  }
  .Collapsible__Plus::before,
  .SidebarMenu__Nav .Collapsible__Plus::after {
    position: absolute;
    content: "";
    background-color: currentColor;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  }
  .SidebarMenu__Nav .Collapsible__Plus::before {
    background-color: transparent !important;
  }
  .SidebarMenu .Heading,
  .supports-hover .SidebarMenu .Link--primary:hover {
    color: #0f2d26;
  }
  .feature-product-slider .slick-list.draggable {
    padding: 0 20px !important;
  }
  .container-gp {
    padding: 0 0;
  }
  .productbox {
    margin: 0;
    margin-right: 20px;
  }
  .banner-section a {
    line-height: 30px;
    padding-bottom: 9px;
    padding-top: 12px;
  }
  .viewall .Button {
    padding: 12px 0 10px;
    font-size: 15px;
    margin: 50px auto 0;
  }
  .Product__Gallery {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  .Product__Gallery .flickity-slider {
    width: 100%;
    height: auto;
  }
  .Product__Gallery .Carousel__Cell {
    width: 92%;
  }
  .Product__Gallery .Carousel__Cell:first-child {
    left: 2% !important;
  }
  .Product__Gallery .AspectRatio > img,
  .Product__Gallery .no-js .AspectRatio > noscript img {
    width: 95%;
  }
  .Product__Gallery .flickity-page-dots {
    margin: 10px 0 0 0;
  }
  .wishlist_wrp {
    position: absolute;
    top: 15px;
    right: 42px;
  }
  .QuantitySelector--large .QuantitySelector__Button {
    line-height: 55px;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .custom-grid .ProductForm__Option {
    flex: 1 0 30%;
  }
  .seprate-width {
    flex: 1 0 5%;
  }
  .QuantitySelector--large .QuantitySelector__CurrentQuantity {
    width: 35%;
  }
  .ProductForm__AddToCart span {
    width: 100%;
    vertical-align: middle;
    line-height: 62px;
  }
  .Drawer {
    width: calc(100vw - 50px);
  }
  #sidebar-cart .Drawer__Title {
    font-size: 16px;
    padding-left: 18px;
  }
  .cartnote {
    padding: 15px 45px 15px 15px;
    font-size: 11px;
  }
  .cartnote .closenote {
    right: 10px;
    top: 18px;
    height: 15px;
    width: 15px;
  }
  .Drawer--fromRight .Drawer__Container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .CartItem__ImageWrapper {
    width: 70px;
    min-width: 70px;
  }
  .Cart.Drawer__Content .CartItem__Title {
    font-size: 14px;
  }
  .CartItem__ImageWrapper,
  .CartItem__Info {
    vertical-align: top;
  }
  .CartItem__Price {
    font-size: 13px;
  }
  .Cart__ItemList .QuantitySelector__Button {
    width: 35px;
    height: 30px;
    vertical-align: revert;
    line-height: 30px;
    padding: 0;
  }
  .Cart__ItemList .QuantitySelector__CurrentQuantity {
    width: 30px;
  }
  .Cart__ItemList .CartItem__Actions {
    margin-top: 5px;
  }
  .Cart__ItemList .CartItem__Remove:before {
    display: none;
  }
  .Cart .Drawer__Footer,
  .Cart__OffscreenNoteContainer {
    padding: 14px 15px 24px 15px;
  }
  .Cart .Drawer__Footer .Cart__Checkout {
    line-height: inherit;
    padding-bottom: 0;
    margin-top: 15px;
    padding: 0;
  }
  .purchase-protection {
    padding: 15px 0 10px;
  }
  .purchase-protection ul li img {
    max-height: 18px;
  }
  .mob-cart-remove svg {
    height: 16px;
    width: 16px;
    fill: #204e3c;
  }
  .Cart .Drawer__Footer .Cart__Checkout span {
    text-align: center;
    width: 100%;
  }
  .howdo-left img {
    height: 250px;
    width: 100%;
    object-fit: cover;
  }
  .howdo-left {
    width: 100%;
    height: 150%;
  }
  .vidicon {
    bottom: 20px;
  }
  .howdo-left .vidicon {
    left: 0;
  }
  .howdo-left span {
    left: 0;
    position: unset;
    margin: 0;
    margin-left: 15px;
    font-size: 16px;
    position: unset;
  }
  .howdo-left .vidicon {
    left: 0;
    position: absolute;
    display: flex;
    align-items: center;
    top: 50%;
    justify-content: center;
  }
  .howdo-left .vidicon img {
    top: 0;
    padding: 0;
    margin: 0;
    position: unset;
  }
  .pro-listicons ul {
    margin-bottom: 0;
  }
  .pro-listicons ul li {
    padding: 0 0;
    display: inline-block;
    width: 33%;
    text-align: center;
    flex: none;
  }
  .pro-listicons ul li p {
    display: inline-block;
    font-size: 13px;
  }
  .pro-listicons ul li img {
    max-height: 40px;
  }
  .pro-listicons ul li .imgwrap {
    height: 40px;
  }
  .asking-curosel.slick-slider .slick-list {
    padding: 0 55px 0 0 !important;
  }
  .asking-curosel .slick-list {
    margin: 0 -10px;
  }
  .asking-curosel .slick-slide {
    margin: 10px 3px;
  }
  .ask-text-wrp {
    font-size: 14px;
  }
  .askwrap h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #shopify-section-image-icon-text .left_part .left_text-block {
    max-width: 100%;
    padding: 0 25px;
  }
  .listicon {
    flex: 1 0 20%;
  }
  .listtext {
    font-size: 15px;
    line-height: 22px;
  }
  .listicon img {
    max-width: 52px;
  }
  #shopify-section-image-icon-text .right_text-block {
    padding: 0 20px;
  }
  .right-listicons {
    margin: 30px 0 0;
  }
  .right-listicons ul li {
    padding: 0 0;
  }
  .big-wrp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #shopify-section-collection-template .PageHeader small {
    font-size: 16px;
  }
  .our-favourite-product {
    padding: 50px 0 50px;
  }
  .our-favourite-product h2 {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .feature-product-slider.slick-slider .slick-list {
    padding: 0 40px 0 0 !important;
  }
  .feature-product-slider .slick-list {
    margin: 0 -10px;
  }
  .feature-product-slider .slick-slide {
    margin: 10px 6px;
  }
  .FeaturedProduct__Info .ProductMeta a {
    font-size: 26px;
  }
  .ProductMeta__Vendor {
    font-size: 16px;
  }
  .container-gp {
    padding: 0 0 0 25px;
  }
  .feature-product-slider .ProductMeta {
    padding: 30px 30px 0;
  }
  .feature-product-slider .ProductForm__AddToCart span {
    line-height: 48px;
  }
  .feature-product-slider .prcwrp {
    width: 38%;
    text-align: left;
  }
  .feature-product-slider .txtwrp {
    width: 62%;
  }
  .FeaturedProduct__Info .ProductForm__AddToCart {
    padding: 0 12px !important;
    height: 50px !important;
  }
  .feature-product-slider .collections-user-custom-reviews {
    margin-bottom: 10px;
  }
  .FeaturedProduct__Info .ProductForm__AddToCart,
  .color-text-block .color-block a,
  .real-deal .Button,
  .viewall .Button {
    line-height: 43px;
    height: 44px;
    padding: 0 30px;
    font-size: 14px;
  }
  .real-deal .Button {
    padding: 0 50px;
  }
  .three-block .block-1 img {
    max-width: 100%;
    position: unset;
  }
  .three-block .block-2 img {
    position: unset;
    max-width: 320px;
    margin: 0 auto;
  }
  .collection-boxes .collbox {
    height: 280px;
  }
  button.ProductForm__AddToCart.Button.Button--secondary.Button--full {
    width: 90% !important;
    padding: 0 10px !important;
  }
  span.txtwrp {
    font-size: 11px !important;
    width: 100% !important;
    text-align: center;
    justify-content: center !important;
  }
}
@media screen and (max-width: 640px) {
  .m_style {
    position: absolute;
    bottom: 70px;
    z-index: 1;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .m-30 {
    flex: 0 0 28%;
  }
  .m-70 {
    flex: 0 0 72%;
  }
  .gridicon-wrap .textwrp {
    padding-left: 0;
    padding-right: 0;
  }
  .gridicon-wrap h4 {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .gridicon-wrap .grid__text {
    font-size: 13px;
  }
  .first-icon img {
    position: unset;
    max-height: 55px;
  }
  .second-icon img {
    position: unset;
    max-height: 60px;
  }
  .third-icon img {
    position: unset;
    max-height: 60px;
  }
  .fourth-icon img {
    position: unset;
    max-height: 60px;
  }
  .t_align_left {
    text-align: left;
  }
  .t_align_right {
    text-align: right;
    padding-right: 20px;
  }
  .icon-grid .custom-grid {
    margin-bottom: 35px;
  }
  .icon-grid .custom-grid:last-child {
    margin-bottom: 0;
  }
  .Footer__Inner {
    margin-left: 0;
    margin-right: 0;
  }
  .Footer__Inner .Footer__Block--links {
    width: 100%;
  }
  .Footer__Block--newsletter,
  .Footer__Block--text {
    width: 100%;
    padding: 0;
  }
  .Blog .SectionHeader__Heading {
    margin-bottom: 50px;
  }
  .blog-50 {
    flex: 1 0 100%;
  }
  #shopify-section-blog-template .container-gp {
    padding: 0 0;
  }
  .categories-grid,
  .recent-post-grid {
    flex: 1 0 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .Blog .SectionHeader__Heading {
    color: #0f2d26;
  }
  .ArticleItem__Title {
    font-size: 18px;
  }
  .blogcat {
    font-size: 13px;
  }
  .Drawer {
    z-index: 9999999 !important;
  }
}
@media screen and (max-width: 350px) {
  .banner-section .desc {
    font-size: 30px;
    padding-right: 0;
    padding: 0 20px;
  }
  .collection-boxes .textwrap p {
    font-size: 10.5px;
    overflow: hidden;
  }
  .Button--primary,
  .color-text-block .color-block a {
    font-size: 13px;
    letter-spacing: 1px;
  }
  .color-text-block .color-block h2 {
    font-size: 20px;
  }
  .color-text-block .color-block p {
    font-size: 14px;
    padding: 5px 0 25px;
  }
  .first-icon img {
    position: unset;
    max-height: 50px;
  }
  .second-icon img {
    position: unset;
    max-height: 50px;
  }
  .third-icon img {
    position: unset;
    max-height: 50px;
  }
  .fourth-icon img {
    position: unset;
    max-height: 50px;
  }
  .ingradients h4 {
    font-size: 26px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  .sticky_topbar {
    top: 70px;
  }
}
@media screen and (device-width: 393px) and (device-height: 851px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  .sticky_topbar {
    top: 70px;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .FeaturedProduct__Info .ProductForm__AddToCart,
  .banner-section .Button--primary,
  .color-text-block .color-block a,
  .viewall .Button {
    line-height: 52px;
  }
  .ProductForm__AddToCart svg {
    vertical-align: sub;
  }
  .Button {
    height: 50px;
    line-height: 52px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .Footer__Block--newsletter .Button--primary {
    line-height: 57px;
  }
  @media screen and (max-width: 767px) {
    .banner-section .Button--primary {
      line-height: 52px;
    }
    .color-text-block .color-block a,
    .viewall .Button {
      line-height: 46px;
      height: 44px;
    }
    .feature-product-slider .ProductForm__AddToCart span {
      line-height: 52px;
    }
    .ProductForm__AddToCart svg {
      vertical-align: unset;
    }
  }
}
#shopify-section-collection-template .AspectRatio::before,
.ajax-search .AspectRatio::before,
.template-search .AspectRatio::before {
  padding-bottom: 0 !important;
}
#shopify-section-collection-template .AspectRatio--withFallback > img,
.ajax-search .AspectRatio--withFallback > img,
.template-search .AspectRatio--withFallback > img {
  position: unset !important;
  top: unset !important;
  left: unset !important;
  height: 100%;
  width: 100%;
}
#shopify-section-collection-template .collections-user-custom-reviews,
.ProductRecommendations .collections-user-custom-reviews,
.ajax-search .collections-user-custom-reviews,
.template-search .collections-user-custom-reviews {
  position: unset !important;
}
.template-product .ProductMeta__PriceList span {
  font-size: 30px;
}
.sezzle-checkout-button-wrapper .sezzle-button-text .sezzle-payment-amount {
  font-weight: 900;
  font-size: 16px !important;
}
.sezzle-checkout-button-wrapper {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 !important;
  font-size: 15px;
}
#shopify-section-collection-template .ProductItem__Wrapper .ProductItem__Info,
.ajax-search .ProductItem__Wrapper .ProductItem__Info,
.template-search .ProductItem__Wrapper .ProductItem__Info {
  padding: 0 30px !important;
  margin-top: 0;
}
#shopify-section-collection-template .ProductItem__Wrapper,
.ProductRecommendations .ProductItem__Wrapper,
.ajax-search .ProductItem__Wrapper,
.template-search .ProductItem__Wrapper {
  background: #d4e6e5;
  padding: 30px 0;
}
#shopify-section-collection-template .collections-user-custom-reviews,
.ajax-search .collections-user-custom-reviews,
.template-search .collections-user-custom-reviews {
  margin: 20px;
  min-height: 16px;
}
#shopify-section-collection-template button#ad_to_cart,
.ajax-search button#ad_to_cart {
  line-height: initial !important;
}
.super-power-section .gridicon-wrap img {
  max-height: 120px !important;
}
ProductItem__Title.Heading {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 64px;
}
.ajax-search h2.ProductItem__Title.Heading {
  -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
  #shopify-section-collection-template .ProductItem__Wrapper .ProductItem__Info,
  .ajax-search .ProductItem__Wrapper .ProductItem__Info,
  .template-search .ProductItem__Wrapper .ProductItem__Info {
    padding: 0 10px !important;
  }
  #shopify-section-collection-template .ProductItem__Wrapper {
    min-height: 539px;
  }
}
@media (max-width: 520px) {
  #shopify-section-collection-template button#ad_to_cart,
  .ajax-search button#ad_to_cart,
  .template-search button#ad_to_cart {
    padding: 0;
  }
  .CollectionMain .addcart,
  .ProductRecommendations .addcart,
  .ajax-search .addcart,
  .template-search .addcart {
    font-size: 12px !important;
  }
}
@media (max-width: 767px) {
  .cofounder_quote_inner,
  .our_intro_content,
  .our_we_do_content {
    text-align: left !important;
  }
  .cofounder_quote_inner > h2,
  .our_intro_content > h2,
  .our_we_do_content > h2,
  .our_why_inner > h2 {
    font-size: 34px !important;
    text-align: left;
    margin-top: 20px;
  }
}
@media (max-width: 1139px) {
  .our_intro_inner {
    flex-direction: column-reverse;
  }
  .cofounder_quote_inner {
    width: 100% !important;
  }
  .cofounder_quote_lines {
    padding: 20px 0 !important;
  }
  .cofounder_last_desc {
    padding: 0 !important;
  }
  .our_we_do_inner {
    flex-direction: column-reverse !important;
    width: 100% !important;
  }
  .our_we_do_image {
    margin-bottom: 30px !important;
  }
  .our_we_do {
    padding: 50px 30px !important;
  }
  .exp_inner > .small_border {
    font-size: 22px;
  }
  .our_why_inner {
    width: 100% !important;
    padding: 40px 15px !important;
  }
  .our_why_inner > h2 {
    font-size: 28px !important;
  }
  .our_why_explanation {
    margin-top: 40px !important;
  }
  .exp_inner.image_text {
    margin-top: 30px !important;
  }
  h3.exp_head {
    position: relative !important;
    margin: 0 0 -30px;
    font-size: 25px !important;
  }
  .our_nerds_inner {
    flex-direction: column;
  }
  .cofounder_quote_inner > h2,
  .our_why_inner > h2 {
    line-height: 1.2;
  }
  .our_nerds_content {
    width: 100% !important;
  }
  .our_nerds_image {
    text-align: center !important;
  }
  .our_nerds_image > img {
    width: 100% !important;
  }
  .our_story_page h1.SectionHeader__Heading.Heading.u-h1 {
    font-size: 40px !important;
  }
}
div#zoko_whatsapp > a {
  z-index: 1 !important;
}
@media (max-width: 540px) {
  .cofounder_last_desc > p,
  .cofounder_quote_desc > p,
  .exp_inner_with_image p,
  .our_intro_content > p,
  .our_nerds_content > p,
  .our_we_do_content > p {
    font-size: 16px !important;
  }
}
.ingradients {
  position: relative;
}
.ing-top-left-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 257px;
  height: 257px;
}
.ing-bottom-right-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 448px;
  height: 425px;
}
.ingredients-slider .slick-track {
  display: flex !important;
}
.ingredients-slider .slick-slide {
  height: inherit !important;
  margin: 0 24px;
  background: #fdddd3;
  padding: 48px 32px;
}
.ingredients-slider .slick-list {
  margin: 0 -24px;
}
.ingredients-slider.slick-slider .slick-dots li button {
  background: #cbc9c2;
}
@media (max-width: 600px) {
  .ing-top-left-img {
    width: 101px;
    height: 92px;
  }
  .ing-bottom-right-img {
    width: 300px;
    height: 270px;
  }
  .ingredients-slider .slick-arrow {
    display: none !important;
  }
  .ingredients-slider .slick-slide {
    margin: 0 4px;
  }
  .ingredients-slider .slick-list {
    margin: 0 -4px;
  }
}
.container.main_container {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.shopify-section .why-jc {
  margin: 0;
  padding: 64px 100px 68px 107px;
}
.why-jc-inner {
  text-align: center;
}
.why-jc-img-top {
  width: 100%;
  height: 100%;
}
.why-jc-img {
  width: 100%;
  height: 100%;
}
.jc-header h1 {
  font-size: 60px;
  font-weight: 400;
  color: #204e3c;
  padding-bottom: 64px;
  font-family: Lora-Regular;
}
.jc-head-banner {
  position: relative;
}
.jc-head-banner img {
  position: relative;
}
.jc-head-banner h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  font-size: 34px;
  font-weight: 400;
  color: #fff;
  font-family: Lora-Regular;
  transform: translate(-50%, -50%);
  width: 70%;
}
.jc-text-content {
  text-align: left;
  width: 65%;
  margin: 96px auto;
}
.jc-text-content p {
  font-size: 20px;
  font-weight: 400;
  font-family: "Nimbus";
  color: #1d3e2e;
  line-height: 26px;
}
.jc-text-content h2 {
  font-size: 20px;
  font-weight: 400;
  font-family: Nimbus;
  color: #1d3e2e;
  line-height: 44px;
}
.jc-body-banner {
  position: relative;
}
.jc-body-banner-inner {
  position: relative;
  margin-bottom: 32px;
}
.jc-body-banner .jc-body-banner-inner .relative-body {
  position: absolute;
}
.jc-body-banner-inner:nth-child(1) .relative-body {
  top: 0;
  right: 0;
}
.jc-body-banner-inner:nth-child(2) .relative-body {
  top: 30%;
  left: 0;
}
.jc-body-banner-inner:nth-child(3) .relative-body {
  top: 5%;
  right: 0;
}
.jc-body-banner-inner:nth-child(4) .relative-body {
  top: 5%;
  left: 0;
}
.jc-body-banner-inner:nth-child(5) .relative-body {
  top: 5%;
  right: 0;
}
.jc-body-banner-inner:nth-child(6) .relative-body {
  top: 4%;
  left: 0;
}
.jc-body-banner-inner:nth-child(7) .relative-body {
  top: 0;
  right: 0;
}
.jc-body-banner-inner:nth-child(8) .relative-body {
  top: 0;
  right: 0;
}
.why-jc-img {
  width: 100%;
}
.relative-body-mobile {
  display: none;
}
.jc-body-banner .relative-body img {
  margin: 0;
  padding: 0;
}
.jc-body-banner .absolute-body {
  text-align: left;
  width: 65%;
  margin: 0 auto;
  padding: 130px 0;
  padding-right: 30px;
  position: relative;
}
.absolute-body h2 {
  font-size: 34px;
  font-weight: 400;
  font-family: Lora-Regular;
  color: #0f2d26;
  margin-top: 20px;
  margin-bottom: 10px;
}
.absolute-body p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Nimbus Sans";
  color: #0f2d26;
  line-height: 26px;
}
.why-jc-img-top-mobile {
  display: none;
}
.why-jc-img-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .jc-head-banner {
    margin-right: 50px;
    margin-left: 50px;
  }
  .jc-body-banner .absolute-body {
    padding: 100px 0;
  }
  .why-jc-img {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .ajax-search button#ad_to_cart {
    display: none;
  }
  .jc-header h1 {
    font-size: 60px;
  }
  .shopify-section .why-jc {
    margin: 0;
    padding: 0;
  }
  .jc-head-banner h1 {
    font-size: 35px;
    width: 80%;
  }
  .jc-text-content {
    width: 80%;
    margin: 50px auto;
  }
  .jc-body-banner .absolute-body {
    padding: 50px 10px 50px 0;
    min-height: 100%;
    text-align: left;
    width: 80%;
  }
  .jc-body-banner .absolute-body p {
    text-align: left;
    padding: 20px 0;
  }
  .jc-body-banner-inner {
    margin-bottom: 0;
  }
  .why-jc-img {
    display: none;
  }
  .why-jc-img-top {
    display: none;
  }
  .why-jc-img-top-mobile {
    display: block;
  }
  .why-jc-img-mobile {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
  }
  .relative-body-mobile {
    display: block;
  }
  .relative-body {
    display: none;
  }
}
@media only screen and (max-width: 540px) {
  .jc-header h1 {
    font-size: 34px;
    padding: 32px 0;
  }
  .jc-head-banner h1 {
    font-size: 25px;
    line-height: 30px;
    width: 90%;
  }
  .jc-text-content {
    width: 90%;
    margin: 50px auto;
    padding: 0 20px;
  }
  .jc-head-banner,
  .jc-header {
    margin-right: 25px;
    margin-left: 25px;
  }
  .jc-body-banner .absolute-body {
    padding: 50px 25px;
    min-height: 100%;
    text-align: left;
    width: 90%;
  }
  .absolute-body h2 {
    font-size: 28px;
  }
  .jc-body-banner .absolute-body p {
    text-align: left;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 425px) {
  .jc-head-banner h1 {
    width: 90%;
  }
  .why-jc-img-mobile {
    width: 30%;
  }
}
.certifications {
  margin: 0;
  padding: 0;
}
.certifications-inner {
  text-align: center;
}
.certifications-section-1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}
.certifications-section-1-left {
  width: 50%;
  padding: 0 97px;
}
.certifications-section-1-right {
  width: 50%;
}
.certifications-section-2 {
  background: #dededa;
}
.certifications-section-3 {
  background: #cf5950;
}
.certifications-section-4 {
  background: #f5f5dc;
}
.certifications-section-5 {
  background: #e4e4e5;
}
.certifications-section-2 .certifications-section-2-inner {
  text-align: left;
  max-width: 694px;
  margin: 0 auto;
  padding: 100px 0;
}
.certifications-section-2 .certifications-section-2-inner > h2 {
  font-size: 40px;
  font-weight: medium;
  color: #000;
  font-family: Lora-Regular;
  padding: 30px 0 0;
  line-height: 42px;
}
.certifications-section-2 .certifications-section-2-inner p {
  font-size: 18px;
  font-weight: medium;
  font-family: "Nimbus Sans";
  color: #000;
  line-height: 28px;
}
.certifications-section-2-inner h3 {
  font-size: 28px;
  color: #000;
  font-family: Lora-Regular;
  line-height: 38px;
}
.certifications-section-3 .certifications-section-3-inner {
  position: relative;
  text-align: left;
  padding: 130px 340px;
  color: #fff;
  line-height: 28px;
}
.certifications-section-3-inner .certifications-section-3-inner-1 h2 {
  font-size: 40px;
  font-weight: medium;
  font-family: Lora-Regular;
  color: #fff;
  padding: 0 200px 0 0;
  line-height: 50px;
}
.certifications-section-3-inner-1,
.certifications-section-3-inner-2,
.certifications-section-3-inner-3 {
  font-size: 18px;
}
.certifications-section-3-inner-4 {
  position: absolute;
  top: 10%;
  right: 0;
}
.certifications-section-4 {
  padding: 0;
  text-align: left;
  position: relative;
}
.certifications-section-4 .certifications-section-4-inner {
  position: relative;
}
.certifications-section-4
  .certifications-section-4-inner
  .certifications-section-4-inner-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.certifications-section-4
  .certifications-section-4-inner
  .certifications-section-4-inner-2 {
  max-width: 694px;
  text-align: left;
  padding: 150px 0;
  margin: 0 auto;
}
.certifications-section-4
  .certifications-section-4-inner
  .certifications-section-4-inner-3 {
  position: absolute;
  top: 0;
  right: 0;
}
.certifications-section-4
  .certifications-section-4-inner
  .certifications-section-4-inner-2
  p,
.certifications-section-5
  .certifications-section-5-inner
  .certifications-section-5-inner1
  p {
  font-size: 18px;
  font-weight: medium;
  font-family: Nimbus Sans L;
  color: #000;
  line-height: 28px;
  padding: 0;
}
.certifications-section-5 .certifications-section-5-inner {
  text-align: left;
  max-width: 694px;
  margin: 0 auto;
}
.certifications-section-5
  .certifications-section-5-inner
  .certifications-section-5-inner1
  h2 {
  font-size: 40px;
  font-weight: medium;
  font-family: Lora-Regular;
  color: #000;
  padding-top: 103px;
  padding-bottom: 0;
  line-height: 44px;
}
.certifications-section-5-inner2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: top;
}
.certifications-section-5-inner2-a,
.certifications-section-5-inner2-b,
.certifications-section-5-inner2-c {
  width: 33.33%;
  text-align: center;
  padding: 60px 0;
}
.certifications-section-5
  .certifications-section-5-inner
  .certifications-section-5-inner1
  p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Nimbus Sans";
  padding: 0 0;
}
.certifications-section-5
  .certifications-section-5-inner
  .certifications-section-5-inner2
  p {
  font-size: 18px;
  font-weight: 700;
  font-family: "Nimbus Sans";
  padding: 19px 0;
  text-align: left;
  color: #1d3e2e;
  text-align: center;
}
.mm-timeline-container {
  position: relative;
}
.mm-timeline-container-inner {
  position: relative;
}
.mm-timeline-container ul.timeline {
  list-style-type: none;
  position: relative;
}
.mm-timeline-container ul.timeline:before {
  content: " ";
  background: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 2px;
  height: 100%;
  z-index: 0;
}
.mm-timeline-container ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}
.mm-timeline-container ul.timeline > li:before {
  content: " ";
  background: #cf5950;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #fff;
  left: -4px;
  width: 10px;
  height: 10px;
  z-index: 1;
  margin-top: 9px;
}
.certificate-img {
  width: 100%;
  height: 100%;
  display: block;
}
.certificate-img-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .certifications-section-1-left {
    width: 50%;
    padding: 12px 50px;
  }
  .certifications-section-1-left h2 {
    font-size: 28px;
    padding-bottom: 0;
  }
  .certifications-section-3 .certifications-section-3-inner {
    padding: 50px 200px;
  }
  .certificate-special-image {
    width: 150px;
  }
  .certificate-special-image-1 {
    width: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .certifications-section-1 {
    display: flex;
    flex-direction: column-reverse;
  }
  .certifications-section-1-left {
    width: 100%;
    padding: 50px 80px;
    text-align: left;
  }
  .certifications-section-1-right {
    width: 100%;
  }
  .certifications-section-2 .certifications-section-2-inner {
    text-align: left;
    padding: 50px 80px;
  }
  .certifications-section-3 .certifications-section-3-inner {
    padding: 50px 80px;
  }
  .certifications-section-4
    .certifications-section-4-inner
    .certifications-section-4-inner-2 {
    padding: 350px 25px 50px 25px;
  }
  .certifications-section-5 .certifications-section-5-inner {
    padding: 0 80px;
  }
  .certifications-section-3-inner-4 {
    top: 0;
  }
}
@media only screen and (max-width: 540px) {
  .certifications .certifications-inner .certifications-header h1 {
    font-size: 34px;
    padding: 32px 0;
  }
  .certifications-section-1 {
    padding: 0 25px;
  }
  .certifications-section-1-left {
    width: 100%;
    padding: 47px 0;
  }
  .certifications-section-2 .certifications-section-2-inner {
    text-align: left;
    padding: 58px 25px 23px;
  }
  .certifications-section-1-left p {
    font-size: 16px;
  }
  .certifications-section-2 .certifications-section-2-inner > h2 {
    font-size: 34px;
  }
  .certifications-section-2 .certifications-section-2-inner p {
    font-size: 16px;
  }
  .certifications-section-2-inner h3 {
    font-size: 24px;
  }
  .certifications-section-3-inner .certifications-section-3-inner-1 h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  .certifications-section-3-inner-1,
  .certifications-section-3-inner-2,
  .certifications-section-3-inner-3 {
    font-size: 16px;
  }
  .certifications-section-4
    .certifications-section-4-inner
    .certifications-section-4-inner-2
    h2 {
    font-size: 34px;
  }
  .certifications-section-4
    .certifications-section-4-inner
    .certifications-section-4-inner-2
    p,
  .certifications-section-5
    .certifications-section-5-inner
    .certifications-section-5-inner1
    p {
    font-size: 16px;
  }
  .certifications-section-4
    .certifications-section-4-inner
    .certifications-section-4-inner-2 {
    padding: 250px 25px 50px 25px;
  }
  .certifications-section-5
    .certifications-section-5-inner
    .certifications-section-5-inner1
    h2 {
    font-size: 34px;
  }
  .certifications-section-5
    .certifications-section-5-inner
    .certifications-section-5-inner1
    p {
    font-size: 16px;
    font-weight: 400;
  }
  .certificate-flower-1 {
    width: 50%;
    height: 50%;
  }
  .certifications-section-3-inner-4 {
    top: 2%;
    right: -26%;
  }
  .certifications-section-3 .certifications-section-3-inner {
    padding: 45px 25px;
  }
  .certifications-section-3-inner .certifications-section-3-inner-1 h2 {
    padding: 0 120px 0 0;
    font-size: 34px;
  }
  .certifications-section-5 .certifications-section-5-inner {
    padding: 48px 25px 55px 25px;
  }
  .certifications-section-5-inner2 {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: top;
  }
  .certifications-section-5-inner2-a,
  .certifications-section-5-inner2-b,
  .certifications-section-5-inner2-c {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .certifications-section-5-inner2-a img,
  .certifications-section-5-inner2-b img,
  .certifications-section-5-inner2-c img {
    padding: 0 20px 0 0;
  }
  .certifications-section-5-inner2-a,
  .certifications-section-5-inner2-b,
  .certifications-section-5-inner2-c {
    padding: 24px 0;
  }
  .certifications-section-5
    .certifications-section-5-inner
    .certifications-section-5-inner1
    h2 {
    padding-top: 0;
  }
  .certificate-special-image {
    width: 80px;
  }
  .certificate-special-image-1 {
    width: 150px;
  }
  .certificate-img {
    display: none;
  }
  .certificate-img-mobile {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 425px) {
  .certifications-section-3-inner-4 {
    top: 0;
    right: -34%;
  }
  .collection-boxes .textwrap p {
    line-height: 1.4;
  }
}
@media only screen and (max-width: 380px) {
  .certifications-section-3-inner-4 {
    top: 0;
    right: -40%;
  }
}
.star-wrapper .a {
  fill: inherit;
}
.template-product .ProductMeta__PriceList span.pdp-tax-note {
  display: block;
  font-size: 13px !important;
  color: #000;
  font-weight: 400 !important;
  font-family: NimbusSan-Reg;
}
.ProductMeta__PriceList.Heading {
  padding: 5px 14px;
  background: #f4eee6;
}
.ProductMeta__PriceList.Heading.u-t4 {
  padding: 5px 14px;
  background: #f4eee6;
  display: flex;
}
.ProductMeta__PriceList.Heading.u-t4 .lefticon:after {
  position: absolute;
  content: "";
  height: 70%;
  width: 2px;
  background-color: #b5b1aa;
  right: 0;
  top: 10px;
}
@media only screen and (max-width: 700px) {
  .ProductMeta__PriceList.Heading.u-t4 {
    padding: 8px;
    background: #f4eee6;
    display: block;
  }
  .Elex-col-50 {
    flex: 1 0 50%;
    position: relative;
    margin-bottom: 8px !important;
    padding-bottom: 8px !important;
    border-bottom: solid 1px #adadad;
  }
  .ProductMeta__PriceList.Heading.u-t4 .lefticon:after {
    display: none;
  }
}
.Elex-col-50 {
  flex: 1 0;
  position: relative;
  margin: 5px 10px 5px 10px;
}
.sezzle-shopify-info-button {
  margin: auto !important;
  overflow: hidden !important;
  padding: 0 !important;
}
.j-main-wrapper {
  font-family: Lora-Regular, serif;
  background-color: #fffdf4;
  font-weight: 400;
  color: #000;
}
.j-page-header h1 {
  font-family: Lora-Regular, serif;
  font-size: 60px;
  color: #204e3c;
}
.j-page-header {
  padding: 64px 0;
}
.j-blog-wrap {
  padding: 90px 0;
}
.j-black {
  color: #000;
}
.j-blog-content {
  padding-top: 25px;
}
.j-blog-sub {
  font-family: NimbusSan-Reg;
  font-weight: 400;
  padding-bottom: 10px;
}
.j-blog-date {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.j-blog-type {
  font-size: 14px;
  font-weight: 700;
  color: #186937;
}
.j-blog-single h3 {
  font-family: Lora-Regular, serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 36px;
  padding-bottom: 15px;
}
.j-blog-single p {
  font-size: 16px;
  font-family: NimbusSan-Reg;
  line-height: 24px;
  font-weight: 400;
}
.j-award-content {
  padding-top: 25px;
}
.j-award-content h5 {
  font-family: Lora-Regular, serif;
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 10px;
}
.j-award-content p {
  font-size: 16px;
  font-family: NimbusSan-Reg;
}
.j-gal-wrap {
  padding: 90px 0;
}
.j-section-title {
  font-size: 34px;
  font-family: Lora-Regular, serif;
  padding-bottom: 60px;
}
.gal-single {
  padding-bottom: 30px;
}
.j-slider-sec {
  background: #f4eee6;
  padding: 110px 0;
}
.j-slider-container {
  max-width: 1000px;
  margin: 0 auto;
}
.star-section {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
.j-slider-container img {
  display: inline-block;
}
.star-section img {
  margin-right: 5px;
  max-width: 24px;
}
.j-slider-logo img {
  max-width: 115px;
}
.j-slider-sec .slick-dots {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
}
.j-slider-sec .slick-dots li {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-right: 5px;
}
.j-slider-sec .slick-dots li button {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  text-indent: -9999px;
  padding: 0;
  border: none;
  outline: 0 !important;
}
.j-slider-sec .slick-dots li.slick-active button {
  background: #000;
}
.j-slider-sec .slick-arrow {
  position: absolute;
  margin-top: -16px;
  left: -100px;
  text-indent: -99999px;
  top: 50%;
  border: none;
  cursor: pointer;
  background: url(next.png);
  width: 23px;
  height: 24px;
  background-size: contain;
}
.j-slider-sec .slick-next {
  left: auto;
  right: -100px;
}
.j-slider-sec .slick-prev {
  transform: rotate(-180deg);
}
.j-slider-sec .slick-dots li:last-child {
  margin-right: 0;
}
.j-slider-single p {
  max-width: 295px;
  margin: 0 auto;
  font-size: 18px;
  font-family: Lora-Regular serif;
  line-height: 24px;
}
@media only screen and (max-width: 1200px) {
  .j-main-wrapper .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .j-award-content {
    padding-top: 10px;
  }
  .j-award-single {
    padding-bottom: 15px;
  }
  .gal-single {
    padding-bottom: 0;
  }
  .j-page-header {
    padding: 20px 0;
  }
  .j-blog-wrap,
  .j-gal-wrap {
    padding: 30px 0;
  }
  .j-page-header h1 {
    font-size: 30px;
  }
  .j-slider-sec .slick-arrow {
    display: none !important;
  }
  .j-slider-sec {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .j-slider-logo {
    padding-bottom: 0;
  }
  .j-slider-sec .slick-dots {
    bottom: -50px;
  }
}
.hide_mob {
  display: none;
}
.Drawer__Main a.QuantitySelector__Button svg {
  position: relative;
  top: 3px;
}
@media (max-width: 500px) {
  .template-addresses button.Button.Button--primary {
    width: 100%;
  }
  .founder-60-flex p {
    font-size: 14px;
    line-height: 1.65;
  }
  #shopify-section-collection-template .ProductItem__Wrapper {
    padding: 10px 0;
    min-height: 350px;
  }
  .template-search .ProductItem__Wrapper {
    padding: 20px 0;
  }
  #shopify-section-collection-template .collections-user-custom-reviews,
  .template-search .collections-user-custom-reviews {
    margin: 5px 5px 16px;
  }
  .ProductItem__Wrapper .jdgm-star.jdgm--on:before {
    content: "\e000";
    font-size: 12px;
  }
  .ProductItem__Wrapper .jdgm-star.jdgm--half:before {
    content: "\e002";
    font-size: 12px;
  }
  .collections-user-custom-reviews .jdgm-prev-badge__text {
    margin-left: 2px;
    font-size: 12px;
  }
  .CollectionMain .addcart,
  .ProductRecommendations .addcart,
  .template-search .addcart {
    padding: 6px 0 0;
    line-height: 7px;
    font-size: 10px !important;
    font-family: NimbusSan-Bold;
  }
  .addcart svg {
    margin-left: 5px;
  }
  .ProductItem__Wrapper .Button {
    height: 40px;
  }
  .CollectionMain .ProductItem__Wrapper .ProductItem__Title,
  .template-search .ProductItem__Title.Heading {
    font-size: 12px;
    min-height: 28px;
  }
  .ProductItem__Wrapper .ProductItem__Vendor {
    font-size: 10px;
  }
  .cofounder_last_desc > p,
  .cofounder_quote_desc > p,
  .exp_inner_with_image p,
  .our_intro_content > p,
  .our_nerds_content > p,
  .our_we_do_content > p {
    text-align: left;
  }
  .our_intro_content > p {
    text-align: left;
  }
  .cofounder_quote_lines > h3 {
    color: #0f2d26;
    text-align: left;
    font-size: 20px !important;
    font-family: Lora-Regular;
    position: relative;
    line-height: 1.4;
  }
  .mobicon {
    display: block;
    max-height: unset;
    height: unset;
    position: unset;
  }
  .app-icon-part h3 {
    font-size: 26px;
  }
  .m_style {
    position: unset;
  }
  .block-2 {
    padding: 35px 0 0;
  }
  .block-3 .flex--vertical .flex-child {
    flex: 0 0 100%;
    height: 50%;
    width: 100%;
    padding: 0 42px 0 42px;
    position: relative;
    z-index: 1;
    max-width: unset;
  }
  .first-icon img {
    width: 100%;
    height: auto !important;
    max-height: unset;
    position: relative;
    left: -20px;
  }
  .second-icon img {
    width: 100%;
    height: auto;
    max-height: unset;
  }
  .third-icon img {
    position: unset;
    max-height: unset;
    width: 80%;
  }
  .fourth-icon img {
    position: relative;
    max-height: unset;
    left: 13px;
    top: 0;
  }
  .hide_mob {
    display: block;
  }
  .flex-child.last-flex {
    padding-top: 0 !important;
    padding-bottom: 50px !important;
  }
  .thirdblock-rightimg {
    position: relative;
    right: -70px;
  }
  .third-m-adjust {
    max-width: 100%;
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .hide_desk {
    display: none;
  }
  .FeaturedProduct__Info .ProductMeta a {
    font-size: 22px !important;
  }
  .color-text-block .right-top-icon {
    max-height: 65px;
  }
  .real-deal .over-left-icon {
    max-height: 140px;
    top: -80px !important;
  }
  .founder-right-wrap-icon {
    max-height: 100px;
  }
  .custom-grid .w-40 {
    width: 100%;
    padding: 0 10px 0 15px;
  }
  .custom-grid .w-60 {
    width: 100%;
  }
  .banner-section .desc h2 {
    font-size: 26px;
  }
  .banner-section .Button--primary {
    line-height: 54px;
  }
  .feature-product-slider .ProductMeta {
    padding: 15px 30px 0;
  }
  .FeaturedProduct__Gallery {
    margin-bottom: 5px;
  }
  .real-deal .over-right-icon {
    max-height: 140px;
    bottom: -80px !important;
  }
  .real-deal .Button {
    line-height: 46px;
  }
  button.ProductForm__AddToCart.Button.Button--secondary.Button--full {
    margin-bottom: -15px;
  }
  .feature-product-slider.slick-initialized
    button.ProductForm__AddToCart.Button.Button--secondary.Button--full {
    margin-bottom: 15px;
  }
  .jdgm-prev-badge {
    margin-bottom: -25px !important;
  }
  .feature-product-slider .jdgm-prev-badge {
    margin-bottom: unset !important;
  }
  .FeaturedProduct__Info .ProductForm__AddToCart {
    height: 48px !important;
  }
  button.ProductForm__AddToCart.Button.Button--secondary.Button--full
    .txtwrp
    svg {
    position: relative;
    top: 5px !important;
  }
  .mobile-use {
    position: unset;
  }
  .hide-desk {
    display: none !important;
  }
  .hide-mob {
    display: block;
  }
}
.ajax-search .Grid__Cell:nth-child(4) {
  display: none;
}
.ProductMeta__Vendor {
  font-size: 16px;
}
.author_details {
  display: block !important;
}
.author_details > div {
  margin: 20px 0 !important;
}
.exp_inner > .small_border {
  font-size: 28px;
  width: 40%;
}
button.Button__checkout {
  border: 1px solid #204e3c;
  line-height: 3.5;
  background: 0 0;
  background: linear-gradient(to left, transparent 50%, #000 50%) right;
  background-size: 200%;
  transition: 0.5s ease-out;
}
button.Button__checkout:hover {
  color: #fff;
  background-position: left;
}
@media only screen and (max-width: 768px) {
  .Product__FeatureImage {
    height: 435px !important;
    background-size: cover;
    background-position: center;
  }
  .customer-heading img.head-bnr {
    display: none;
  }
  .jdgm-prev-badge {
    display: block !important;
    padding-bottom: 6px;
  }
  .Drawer__Close {
    position: absolute;
    margin-left: 0;
    right: 23px !important;
    left: unset;
    top: 21px;
  }
  .accprdion-text .custom-grid {
    display: block;
  }
  .Product__SlideItem .AspectRatio.AspectRatio--withFallback {
    width: 102%;
    height: 340px;
  }
  .Product__SlideItem:first-child .AspectRatio.AspectRatio--withFallback {
    width: 100%;
  }
  .right_part .right_img img {
    max-width: 373px;
    height: 305px;
  }
  .ProductList--grid > .Grid__Cell {
    padding-left: 8px;
    margin-bottom: 8px;
  }
  .exp_inner > .small_border {
    width: 100%;
    font-size: 33px !important;
    line-height: 1.4;
  }
  .ajax-search {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin: 0;
  }
  .ajax-search .Grid__Cell {
    width: 100%;
    padding: 0;
    margin: 0 !important;
  }
  .ajax-search .ProductItem__Wrapper {
    display: block;
  }
  .ajax-search h2.ProductItem__Title.Heading {
    font-size: 16px;
    line-height: 21px;
  }
  .ajax-search .Grid__Cell:nth-child(4) {
    display: block;
  }
  #shopify-section-collection-template .ProductItem button.sold-out {
    margin-bottom: unset;
  }
}
.jdgm-preview-badge .jdgm-star.jdgm-star {
  color: #000 !important;
}
#shopify-section-collection-template .ProductItem button.sold-out {
  position: unset;
}
#sidebar-cart .Drawer__Header .Icon-Wrapper--clickable::before {
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
@media only screen and (max-width: 640px) {
  #sidebar-cart .Drawer__Close {
    position: unset;
  }
  .jc-text-content h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
.flex.third-m-adjust h5 {
  border-color: #fffcf3 !important;
}
.template-addresses h1.SectionHeader__Heading.Heading.u-h1 {
  font-family: Lora-Regular;
  color: #000;
  font-size: 34px;
}
div#shopify-section-cart-template .Panel__Title {
  background: #fffdf4;
}
.template-collection .sold-out,
.template-search .sold-out {
  position: unset !important;
  bottom: unset !important;
}
.template-order span,
.template-order td {
  color: #000 !important;
  font-size: 16px;
}
@media (max-width: 359px) {
  .jdgm-prev-badge {
    display: flex !important;
    flex-direction: column;
  }
}
.ProductRecommendations .addcart,
.ajax-search button#ad_to_cart span.addcart {
  width: auto !important;
  font-size: 12px !important;
  justify-content: center !important;
}
@media (max-width: 1200px) {
  .ajax-search button#ad_to_cart {
    display: block !important;
  }
}
.ajax-search .ProductItem__Wrapper .ProductItem__PriceList {
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 1020px) and (max-width: 1100px) {
  .ProductRecommendations .addcart,
  .ajax-search button#ad_to_cart span.addcart {
    font-size: 11px !important;
  }
}
h2.SectionHeader__Heading.Heading.u-h1 {
  font-size: 28px !important;
  margin: 0 !important;
}
#section-list-collections-template .SectionHeader__ButtonWrapper {
  margin: 10px 0 0 !important;
}
@media (min-width: 375px) and (max-width: 425px) {
  .thirdblock-rightimg {
    right: 0 !important;
  }
}
@media (min-width: 426px) and (max-width: 500px) {
  .thirdblock-rightimg {
    right: 0;
  }
}
.banner-section .desc_2 {
  position: relative;
  font-size: 20px;
  width: 85%;
  margin: 30px auto 0;
  padding-top: 30px;
  font-family: NimbusSan-Bold;
}
.banner-section .desc_2:before {
  position: absolute;
  content: "";
  border: 0.5px solid #204e3c;
  width: 100%;
  left: 0;
  top: 0;
}
#sidebar-cart .cartnote {
  display: none;
}
.features--show-image-zooming
  .CollectionList
  .CollectionItem:hover
  .CollectionItem__ImageWrapper {
  transform: unset !important;
}
@media (min-width: 1140px) {
  .ProductRecommendations .ProductList--carousel .Carousel__Cell {
    width: 33.3% !important;
  }
  .sticky_topbar .Header__LogoLink img {
    width: 70%;
  }
  .sticky_topbar .Header--center .Header__FlexItem {
    margin-bottom: 55px !important;
  }
  .collection-boxes .custom-grid {
    overflow: hidden;
  }
}
.flex-col-25.Text--alignCenter:first-child .imgblock {
  text-align: right !important;
}
ul.Linklist.Linklist--spacingLoose {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.Linklist.Linklist--spacingLoose > li {
  margin: 0 5px 12px 0 !important;
  flex: 0 46%;
  text-align: center;
  border: 1px solid;
  padding: 8px;
}
ul.Linklist.Linklist--spacingLoose > li a {
  color: #000 !important;
}
.regimen_builder_inner {
  background: #e4e5e1;
  padding: 20px 10px;
  position: relative;
}
.regimen_image {
  position: absolute;
  top: 0;
  left: 0;
}
.regimen_text {
  text-align: center;
  color: #000;
  z-index: 39;
  position: relative;
}
.regimen_text > h3 {
  font-size: 22px;
  margin: 0;
  font-family: Lora-Regular;
}
.regimen_text > p {
  font-size: 14px;
}
@media (max-width: 425px) {
  ul.Linklist.Linklist--spacingLoose > li a {
    font-size: 10px !important;
    text-transform: uppercase;
  }
  .collection-boxes .textwrap h3 {
    font-size: 12px !important;
    letter-spacing: unset !important;
  }
}
@media (min-width: 1177px) and (max-width: 1439px) {
  .FeaturedProduct__Info .ProductForm__AddToCart .Text--subdued {
    font-size: 12px;
  }
  .FeaturedProduct__Info .txtwrp {
    font-size: 13px;
  }
  .FeaturedProduct__Info .Price--compareAt {
    margin-left: 3px;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .FeaturedProduct__Info .ProductForm__AddToCart .Text--subdued {
    font-size: 11.5px !important;
  }
  .FeaturedProduct__Info .txtwrp {
    font-size: 13px !important;
  }
}
.clipoffer {
  background: #204e3c;
  color: #fff;
  display: inline-block;
  padding: 10px;
  left: 44%;
  position: fixed;
  bottom: 10px;
  border-radius: 10px;
  display: none;
  z-index: 999;
}
.j-offer-category {
  padding-bottom: 80px;
  font-family: "Nimbus Sans";
  font-weight: 400;
}
.j-main-wrapper .column {
  -ms-flex: fit-content;
  flex: fit-content;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  max-width: none;
}
.view-offer-link {
  font-size: 14px;
  color: #8e9896 !important;
  display: inline-block;
  text-decoration: underline;
  font-family: "Nimbus Sans";
  font-weight: 400;
}
.j-offer-img {
  position: relative;
}
.j-offer-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 13px;
  background-color: #cf5950;
  color: #fff;
  padding: 5px 10px 4px;
}
.j-coupon-code-wrap {
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.j-coupon-code {
  padding: 9px 12px 7px;
  border: 1px dashed #788880;
  color: #0f2d26;
}
.j-coupon-text {
  font-size: 16px;
  color: #0f2d26;
  font-family: "Nimbus Sans";
  font-weight: 700;
}
.j-shop-now-btn {
  border: 1px solid #2c4d3d;
  font-family: "Nimbus Sans";
  font-weight: 700;
  color: #204e3c;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 15px;
}
.j-shop-now-btn:focus,
.j-shop-now-btn:hover {
  background-color: #2c4d3d;
  color: #fff !important;
}
.copied {
  position: absolute;
  background: #fffdf4;
  display: none;
}
.offerbtn {
  cursor: pointer;
}
.copied-vh {
  visibility: hidden;
}
.copy-btn {
  margin-left: 20px;
  cursor: pointer;
  max-width: 15px;
  margin-top: 0 !important;
}
.modal-content-wrap {
  background-color: #fff;
  padding: 20px 30px;
  text-align: center;
}
.modal-content-wrap h3 {
  font-size: 22px;
  font-family: Lora, serif;
  font-weight: 700;
}
.zind {
  z-index: 10000 !important;
}
@media only screen and (min-width: 768px) {
  .j-offer-single {
    height: 100%;
    position: relative;
    padding-bottom: 60px;
  }
  .j-coupon-code-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .j-shop-now-btn {
    padding: 11px 10px 9px;
  }
}
@media only screen and (max-width: 374px) {
  .copy-btn {
    margin-left: 5px;
    vertical-align: -2px;
  }
  .j-coupon-code {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .j-coupon-text {
    font-size: 13px;
  }
}
.Article__Body.Rte ul {
  list-style: disc;
}
.slideshow_btn {
  background: 0 0 !important;
}
.banner-section .Button--primary:not([disabled]):hover {
  background-color: #204e3c !important;
  color: #fff !important;
}
.banner-section .Button--primary::before {
  background-color: transparent;
}
.HeadingCustom2 {
  font-size: 94px !important;
  color: #ffefd1 !important;
  font-family: Lora-Regular;
  margin: 0 0 -40px 0 !important;
}
.subcustom {
  font-size: 48px !important;
  font-family: Lora-Regular !important;
  color: #ffefd1 !important;
}
.subcustom2 {
  font-size: 24px !important;
  font-family: "Nimbus Sans";
  color: #ffefd1 !important;
  font-weight: 200;
  max-width: 500px;
  margin: auto;
}
.featured {
  position: relative !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  height: 80vh;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  overflow: hidden;
}
.featured h3 {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  font-size: 36px;
  font-size: 2.25rem;
}
.featured .price_box {
  display: inline-block;
  margin-right: 15px;
  float: left;
}
.featured .price_box .new_price {
  font-size: 2rem;
  color: #fff;
}
.featured .price_box .old_price {
  color: #999;
  text-decoration: line-through;
  display: inline-block;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  margin-left: 5px;
  font-size: 1.125rem;
}
.opacity-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.margin_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.column-one {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .featured {
    font-size: 16px;
  }
  .featured h3 {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    font-size: 28px;
  }
  .featured .price_box .new_price {
    font-size: 20px;
    color: #fff;
  }
  .margin_60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column-one {
    -ms-flex: 0 0 50%;
    flex: 0 0 90%;
    max-width: 100%;
  }
}
.shipway_div h3 {
  font-size: 25px !important;
  font-weight: 700;
}
.shipway_div input {
  width: 90% !important;
  height: 40px;
  margin-bottom: 10px !important;
  border-radius: 10px;
}
.shipway_div input[type="text"] {
  margin-bottom: 10px;
}
.shipway_div input[type="submit"] {
  font-size: 21px;
  color: #fff;
  margin-bottom: 50px;
  font-weight: 700;
}
.shipway_div label {
  font-size: 17px;
}
@media (max-width: 480px) and (min-width: 320px) {
  .shipway_div {
    width: 90% !important;
  }
}
#announcement-bar-with-slider {
  background: #a26666 !important;
  position: absolute !important;
}
.Header__Icon .Icon--account {
  position: unset;
}
a.Header__Icon.Icon-Wrapper.Icon-Wrapper--clickable.cart_dr {
  margin-left: 20px;
}
.header-account-icon {
  bottom: 2px;
}
@media screen and (max-width: 1139px) {
  .three-block .custom-grid .hidden-desk {
    display: none;
  }
  .block-2.masonry .Align_end.mobile-gap {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1140px) {
  .three-block .custom-grid .hidden-desk {
    display: block;
  }
  .three-block .custom-grid .hidden-phone .block-3.masonry {
    height: 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  a.header-cart-icon {
    margin-left: 0 !important;
  }
  .three-block .custom-grid .block-2.masonry {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 641px) {
  .three-block .custom-grid .hidden-desk {
    display: block;
  }
  .three-block .custom-grid .hidden-phone {
    display: none;
  }
}
.banner-wrap {
  display: flex;
  flex-wrap: wrap;
}
.equal-col1 {
  flex: 1 0 40%;
  display: flex;
  flex-wrap: wrap;
}
.equal-col2 {
  flex: 1 0 60%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .equal-col1 {
    flex: 1 0 50% !important;
    display: flex;
    flex-wrap: wrap;
  }
  .equal-col2 {
    flex: 1 0 50% !important;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .banner-wrap {
    display: contents;
    flex-wrap: wrap;
  }
  .equal-col1 {
    flex: 1 0 50%;
    display: flex;
    flex-wrap: wrap;
  }
  .equal-col2 {
    flex: 1 0 50%;
    display: flex;
    flex-wrap: wrap;
  }
  .banner-space-btn {
    text-align: center;
    padding-bottom: 60px;
  }
}
.banner-deal {
  padding: 120px 0;
}
.banner-align {
  width: 100%;
  margin: auto;
}
.banner-space-btn {
  padding-top: 40px;
}
.real-people-htext {
  letter-spacing: 0;
  text-transform: none;
  font-family: Lora-Regular;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 30px;
}
.real-people-ptext {
  text-align: center;
  padding: 0 30px;
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  width: 850px;
  margin: auto;
  padding-bottom: 40px;
}
.realpeople {
  margin: 0 auto;
  padding: 80px 0;
  width: 1100px;
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .real-people-htext {
    letter-spacing: 0;
    text-transform: none;
    font-family: Lora-Regular;
    font-size: 40px !important;
    line-height: 40px !important;
    text-align: center;
    margin-bottom: 30px;
  }
  .real-people-ptext {
    text-align: center;
    padding: 0 30px;
    letter-spacing: 0;
    text-transform: none;
    font-size: 16px !important;
    width: 100% !important;
    margin: auto;
    padding-bottom: 40px;
  }
  .realpeople {
    margin: 0 auto;
    padding: 80px 0;
    width: 90% !important;
  }
}
@media only screen and (max-width: 768px) {
  .banner-align {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .equal-col2 {
    padding-top: 80px !important;
  }
  .realpeople {
    margin: 0 auto;
    padding: 80px 0;
    width: 100%;
  }
  .ImageHero--large {
    min-height: 220px !important;
  }
  .real-people-htext {
    letter-spacing: 0;
    text-transform: none;
    font-family: Lora-Regular;
    font-size: 26px !important;
    line-height: inherit !important;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
  }
  .real-people-ptext {
    text-align: center;
    padding: 0 30px;
    letter-spacing: 0;
    text-transform: none;
    font-size: 13px;
    width: 100%;
    margin: auto;
    padding-bottom: 40px;
  }
}
.finder-wrap {
  display: flex;
  flex-wrap: inherit;
}
.finder-col1 {
  width: 40%;
  display: flex;
  flex-wrap: nowrap;
}
.finder-col2 {
  width: 60%;
  display: flex;
  flex-wrap: nowrap;
}
.finder-align {
  margin: auto;
}
.finder-htext {
  letter-spacing: 0;
  text-transform: none;
  font-family: Lora-Regular;
  font-size: 70px;
  line-height: 65px;
  text-align: left;
  margin-bottom: 30px;
}
.finder-ptext {
  text-align: left;
  padding: 0;
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  width: 850px;
  margin: auto;
  padding-bottom: 20px;
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .finder-htext {
    letter-spacing: 0;
    text-transform: none;
    font-family: Lora-Regular;
    font-size: 40px !important;
    line-height: 40px !important;
    text-align: left;
    margin-bottom: 30px;
  }
  .finder-ptext {
    text-align: left;
    padding: 0;
    letter-spacing: 0;
    text-transform: none;
    font-size: 14px !important;
    width: 850px;
    margin: auto;
    padding-bottom: 8px !important;
  }
}
@media only screen and (max-width: 768px) {
  .finder-wrap {
    display: contents;
    flex-wrap: inherit;
  }
  .finder-col1 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }
  .finder-col2 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }
  .finder-ptext {
    text-align: center;
    padding: 0;
    letter-spacing: 0;
    text-transform: none;
    font-size: 13px !important;
    width: 100%;
    margin: auto;
    padding-bottom: 20px !important;
    padding-top: 60px;
  }
  .finder-htext {
    letter-spacing: 0;
    text-transform: none;
    font-family: Lora-Regular;
    font-size: 48px !important;
    line-height: 48px !important;
    text-align: center;
    margin-bottom: 0 !important;
  }
}
.iconanimate-htext {
  letter-spacing: 0;
  text-transform: none;
  font-family: Lora-Regular;
  font-size: 52px;
  line-height: 1;
  text-align: left;
  margin-bottom: 30px;
  font-weight: 400;
}
.iconanimate-ptext {
  text-align: left;
  padding: 0;
  letter-spacing: 0;
  text-transform: none;
  font-size: 22px;
  width: 440px;
  padding-bottom: 20px;
}
.animate-align {
  width: 100%;
  margin: auto;
}
.animate-col {
  flex: 1 0 50%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .iconanimate-htext {
    letter-spacing: 0;
    text-transform: none;
    font-family: Lora-Regular;
    font-size: 40px !important;
    line-height: 40px !important;
    text-align: center !important;
    margin-bottom: 30px;
  }
  .iconanimate-ptext {
    text-align: center;
    padding: 0;
    letter-spacing: 0;
    text-transform: none;
    font-size: 16px;
    width: 500px !important;
    padding-bottom: 20px;
    margin: auto;
  }
  .animate-align {
    width: 100%;
    margin: auto;
    text-align: center !important;
  }
  .animate-col {
    flex: 1 0 100%;
    display: block;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .iconanimate-htext {
    letter-spacing: 0;
    text-transform: none;
    font-family: Lora-Regular;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 30px;
  }
  .iconanimate-ptext {
    text-align: center;
    padding: 0;
    letter-spacing: 0;
    text-transform: none;
    font-size: 13px;
    width: 90%;
    margin: auto;
    padding-bottom: 20px;
  }
  .flex-col-30 {
    flex: 1 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex-col-70 {
    flex: 1 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .flex-col-30 {
    flex: 1 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex-col-70 {
    flex: 1 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .profile-1-wrap {
    position: relative !important;
    width: 100% !important;
    z-index: 1;
    bottom: -60px !important;
    top: auto !important;
  }
  .founder-100-flex {
    display: block !important;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
  }
  .super-power-section .gridicon-wrap img {
    max-height: 100px !important;
  }
  .fourth-icon img {
    right: -12px !important;
    top: -10px;
  }
}
.position-relative1 {
  position: relative;
}

.Button {
  height: 50px;
  line-height: 48px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 15px;
}
p.scrolling-content__text {
  display: flex;
  align-items: center;
  gap: 3rem;
}
li.header__primary-nav-item a,
li.header__primary-nav-item summary.h6 {
  font-size: 14px;
  line-height: 17px;
  color: #000;
  font-weight: 500;
}
li.header__primary-nav-item a,
li.header__primary-nav-item summary.h6 {
  font-size: 16px;
  line-height: 17px;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: normal;
}
.header {
  column-gap: 2.5rem;
  row-gap: 0;
  padding: 0;
}
nav.header__primary-nav.header__primary-nav--center {
  padding: 1.5rem 40px;
  background: #fff5f1;
}
.header {
  column-gap: 2.5rem;
  row-gap: 0;
  padding: 0;
  padding-top: 8px;
}
h1.header__logo {
  padding-bottom: 8px;
}
nav.header__primary-nav.header__primary-nav--center {
  padding: 1.5rem 40px;
  background: #fff5f1;
}
nav.header__secondary-nav {
  padding-right: 48px;
}
carousel-navigation.page-dots.page-dots--autoplay {
  margin: auto;
  width: 90%;
}
.content-over-media:before {
  background: transparent;
}
p.scrolling-content__text {
  font-family: Lora, serif;
  font-size: 19px;
  color: black;
  font-weight: normal;
}
.product-card__info .v-stack.justify-items-center {
  width: 100%;
}

.product-card__info .v-stack.justify-items-center a.product-title {
  color: #000;
  font-family: var(--heading-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%; /* 20.7px */
}
.product-card__info .v-stack.justify-items-center .rating-badge__stars svg {
  width: 20px;
}
.product-card__info .v-stack.justify-items-center sale-price.text-subdued {
  font-size: 20px;
  font-family: var(--heading-font-family);
  color: black;
  font-weight: bold;
}
.product-card__info .v-stack.justify-items-center {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
input.addtocarthidehomepagequanityt {
  display: none;
}
form.bs {
  width: 100%;
}

p.product_tags_homepage_bs {
  color: #000;
  font-family: Nimbus Sans L;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 132.4%; /* 18.536px */
}
form.bs input.btn {
    width: 100%;
    padding: 0.7rem;
    border: 1px solid #434341;
    margin-top: 10px;
    transition: 0.4s;
    color: #fff;
    font-family: Nimbus Sans L;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    background: #434341;
}
form.bs input.btn:hover {
  background: #434341;
  color: white;
  transition: 0.4s;
}

span.smallcaps.text-xxs.text-subdued {
  color: #333;
  text-align: center;
  font-family: Nimbus Sans L;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: normal;
}

.justify-self-center.change_bs a {
  font-size: 15px;
  font-family: "NimbusSan-Light";
  text-transform: capitalize;
}
.prose h2.h2 {
  font-size: 38px;
  letter-spacing: initial;
  text-transform: none !important;
}

.text-with-icons__item .prose p {
  color: #000;
  text-align: center;
  font-family: Nimbus Sans L;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
}
.prose.text-center .h1 {
  font-family: Lora, serif;
  font-size: 32px;
  letter-spacing: initial;
  text-transform: none !important;
}
product-list.floating-controls-container scroll-carousel {
  gap: 1.5rem !important;
}
.justify-self-center.change_bs a {
  font-family: NimbusSan-Light;
  text-transform: capitalize;
  color: white;
  font-size: 19px;
  font-weight: 700;
  word-wrap: break-word;
  padding: 1rem 3rem;
  background: #c52a3d;
}
a.schedulecallbutton {
  width: max-content;
  display: flex;
  gap: 1rem;
  text-decoration: none;
  background: #919347 !important;
  border-radius: 6px;
  letter-spacing: 0.64px;
  font-family: NimbusSan-Light;
  text-transform: capitalize;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  word-wrap: break-word;
  padding: 1rem 3rem;
  margin: auto;
}
image-with-text-overlay.content-over-media.content-over-media--auto .prose p {
  font-size: 18px;
  font-family: NimbusSan-Light;
}

image-with-text-overlay.content-over-media.content-over-media--auto
  .prose
  p.h1 {
  font-family: Lora, serif;
  font-size: 58px;
  letter-spacing: initial;
  text-transform: none !important;
  font-weight: 700;
}

image-with-text-overlay.content-over-media.content-over-media--auto p.h3 {
  color: rgba(0, 0, 0, 0.75);
  font-size: 28px;
  font-family: "NimbusSan-Bold";
  font-weight: 700;
  word-wrap: break-word;
  letter-spacing: inherit;
  text-transform: none;
}
.custom_header_app_icons.custom_Header__FlexItem.hidden-phone {
  display: flex;
  gap: 1.5rem;
  padding-left: 65px;
  align-items: center;
}
button.localization-toggle.heading.text-xxs.link-faded span {
  color: rgba(29, 29, 29, 0.85);
  font-size: 16px;
  font-family: "NimbusSan-Bold";
}
.localization-selectors img.country-flag {
  display: none;
}
.localization-selectors svg.icon.icon-chevron-down {
  width: 16px;
  color: black;
}
.Header__Icon.desktop-currencies-switcher {
  border-radius: 6px;
  border: 1px rgba(0, 0, 0, 0.65) solid;
  padding: 3px 12px;
}
.custom_header_app_icons.custom_Header__FlexItem.hidden-phone img {
  max-width: 90%;
}
{% comment %} 
button.prev-next-button.prev-next-button--prev {
  position: absolute !important;
  opacity: 1;
  top: -13% !important;
  background: #c52a3d;
  left: 90% !important;
  visibility: visible;
}

button.prev-next-button.prev-next-button--next {
  position: absolute !important;
  opacity: 1;
  top: -13% !important;
  background: #c52a3d;
  left: 95%;
  visibility: visible;
}
{% endcomment %} 
.floating-controls-container--on-hover > .prev-next-button {
  transform: none !important;
}
svg.icon.icon-arrow-left.icon--direction-aware,
svg.icon.icon-arrow-right.icon--direction-aware {
  color: white;
  font-weight: bold;
  width: 16px;
}
/* a.button:hover {
  color: white !important;
} */
img.after_imagw_sideb {
  max-width: 11%;
  position: absolute;
  bottom: 15%;
}
/* .slick-slider .slick-dots li button {
    width: 50px;
    height: 5px;
    border-radius: 0;
    background: #888;
}
.slick-dots li.slick-active button:before {
    color: #000;
    background: #000;
    width: 50px;
    height: 5px;
    border: 0;
    opacity: 1;
}
.slick-slider .slick-dots li button:before {
  
    border-radius: 0;
    content: "";
}
.slick-slider .slick-dots li {
    width: 50px;
    height: 5px;
    
} */
.slick-dots li button {
  padding: 0px !important;
}

section.shopify-section.shopify-section--image-with-text-overlay .prose div p {
  border-bottom: 1px solid;
  padding-bottom: 1rem;
  width: 60%;
  margin: auto;
}
section.shopify-section.shopify-section--image-with-text-overlay
  .prose
  div
  strong {
  position: relative;
}
section.shopify-section.shopify-section--image-with-text-overlay
  .prose
  div
  strong:after {
  width: 8px;
  margin: auto;
  content: "";
  position: absolute;
  left: -24px;
  height: 8px;
  background: black;
  top: 30%;
  border-radius: 50px;
}

.footer__inner p {
  letter-spacing: 0.7px;
  font-family: NimbusSan-Bold;
  font-size: 15px;
  text-transform: uppercase;
  color: white;
}
.footer__inner a.link-faded {
  font-size: 18px !important;
  line-height: 17px;
  color: #000 !important;
  font-weight: 500 !important;
  font-family: NimbusSan-Light;
}
.social-media--list .social-media__item {
  opacity: 1;
  transition: opacity 0.2s, color 0.2s;
}
.social-media--list .social-media__item a.tap-area {
  font-size: 30px;
}
ul.social-media.social-media--list.unstyled-list {
  gap: 8px;
}
ul.social-media.social-media--list.unstyled-list svg {
  display: inline-block;
  height: 2em !important;
  width: 38px !important;
  fill: currentColor;
  vertical-align: middle;
  pointer-events: none;
  color: #fff;
  opacity: 1;
  /* fill: #fff; */
  /* stroke: #fff; */
}
.v-stack.gap-4 .mail {
  margin: 12px 0 20px;
  display: block;
  font-size: 16px !important;
  color: white;
}
.Footer__Content.Rte {
  color: white;
  font-size: 17px !important;
  line-height: 20px;
  font-weight: 500 !important;
  font-family: NimbusSan-Light;
}
.Footer__Content.Rte,
.time {
  color: white;
  font-size: 16px !important;
  line-height: 20px;
  font-weight: 500 !important;
  font-family: NimbusSan-Light;
}

section.shopify-section.shopify-section--featured-collections
  .v-stack.justify-self-center.gap-4.text-center
  p
  em {
  text-decoration: none;
  font-style: normal;
}
section.shopify-section.shopify-section--featured-collections
  .v-stack.justify-self-center.gap-4.text-center
  p
  em {
  text-decoration: none;
  font-style: normal;
  display: none;
}
.container.Shop.By.Concern,
.container.Ongoing.Offers {
  padding-right: 0;
  margin-right: 0;
  max-width: 95%;
}

section.shopify-section.shopify-section--featured-collections .container {
  margin-right: 0;
  padding-right: 0;
  max-width: 100%;
}
img.custom_slider_class_bs {
  width: 100%;
}
.collection-description {
  font-family: NimbusSan-Reg;
  font-size: 18px;
  color: #000;
  max-width: 60%;
  margin: auto;
}
span.accordion__toggle {
  padding: 0;
}
p.filter_by_bs {
  color: black;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.56px;
  font-family: NimbusSan-Reg;
}
height-observer.collection-toolbar.full-bleed {
  border: none;
  outline: none;
  box-shadow: none;
}
.collection-toolbar__button-container {
  box-shadow: none;
  border: none;
}
details.accordion.group {
  border: none;
}
span.accordion__toggle span.text-with-icon.gap-4 {
  font-family: "NimbusSan-Reg";
  font-size: 14px;
  color: #000;
  text-transform: capitalize;
  font-weight: bold;
}
details.accordion.group {
  border: none;
  background: white;
  padding: 5px 16px;
}
height-observer.collection-toolbar.full-bleed {
  border: none;
  outline: none;
  box-shadow: none;
  margin: 0;
}
/* p.filter_by_bs {
    padding-top: 5px;
}
button.collection-toolbar__button.heading.text-xxs.w-full {
    padding-top: 5px;
} */
.collection-toolbar__button-list span.text-with-icon.justify-center {
  font-family: NimbusSan-Reg;
  font-size: 14px;
  color: #000;
  text-transform: capitalize;
  font-weight: 700;
}
price-list.price-list {
  text-align: left;
  color: #000;
  font-family: var(--heading-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 29.7px;
}
compare-at-price .money {
  font-size: 14px;
}
fieldset.h-stack.wrap.justify-center.gap-1 {
  /* display: none; */
}
p.collection-toolbar__products-count_bs {
  font-family: NimbusSan-Reg;
  font-size: 18px;
  color: #000;
  text-align: center;
}
h1.product-title.h3 {
  font-size: 28px;
  letter-spacing: initial;
  text-transform: none !important;
  font-weight: 700;
}
.product-info__block-item a.fys:empty {
    display: none;
}
.product-info__block-item a.fys {
  /* font-family: NimbusSan-Light; */
  color: black;
  opacity: 1;
  font-size: 16px;
  font-family: Switzer;
  padding: 13px 25px;
  border: 1px solid #00000047;
  min-width: fit-content;
  display: none;
}
.image-icon-text p {
  font-family: Nimbus Sans L;
}
{%- comment -%}
.image-icon-text .right_text-block .Button--primary {
  color: #c52a3d !important;
  border: none !important;
  background: white !important;
  max-width: max-content;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0.3px;
  font-family: Nimbus Sans L;
  font-weight: 600;
  padding: 20px 42px;
  letter-spacing: 0.3px;
  padding: 20px 42px;
}
{%- endcomment -%}
.icon-real-deal .Button--primary {
  /* color: #C52A3D !important;
    border: none !important;
    background: white !important;
    max-width: 12% !important;
    text-align: center;
    font-family: Nimbus Sans L;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize; */
}
.flex-col-50 {
  background: #F5F4F4;
}
.flex-col-50.bs {
  background: #F5F2EF;
}
.ingredient-text p {
  font-family: "NimbusSan-Reg";
}
.ingredient-text h3 {
  margin-bottom: 1.5rem;
}
.global-head {
  font-weight: inherit;
}
.ingradients small {
  font-family: "NimbusSan-Reg";
}
span.accordion__toggle.h6 {
  color: black;
  font-size: 18px;
  font-family: var(--heading-font-family);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 21.6px;
  word-wrap: break-word;
}
details.accordion.group {
  border: none;
  padding: 12px 16px;
}
details.accordion.group {
  border: none;
  padding: 12px 16px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-bottom: 0.5px rgba(0, 0, 0, 0.5) solid;
  margin-top: 0;
}
.accordion__content.prose {
  font-family: NimbusSan-Reg;
  color: #000;
  opacity: 1;
  font-size: 17px;
  margin-top: 5px;
}
.icons_contenent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icons_with_text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.content_bs p {
  word-wrap: break-word;
  color: #353a3e;
  text-align: center;
  font-family: Nimbus Sans L;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.icons_bs {
  width: 88px;
  height: 88px;
}
.icons_bs img {
  width: 100%;
}
.icons_with_text {
  max-width: 200px;
}
.variant-picker__option-values input {
  /* position: inherit !important; */
  display: block;
  height: auto;
  width: auto;
}
label.block-swatch {
  border: none;
}
.jdgm-widget.jdgm-all-reviews-text.jdgm-all-reviews-text--style-text a {
  color: #393939;
  font-size: 16px;
  font-family: "NimbusSan-Reg";
  font-weight: 400;
  text-decoration: underline;
  word-wrap: break-word;
}

.ct_main_product price-list.price-list.price-list--product span {
  font-family: var(--heading-font-family);
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 29.7px;
}
compare-at-price.h5.text-subdued.line-through {
  text-decoration: none;
}

.ct_main_product compare-at-price.h5.text-subdued.line-through span {
  font-family: var(--heading-font-family);
  text-decoration: line-through;
  color: #393939;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}

.ct_main_product .price_rule_bs {
  color: #393939;
  font-size: 14px;
  font-family: var(--heading-font-family);
  font-weight: 400;
  letter-spacing: 1px;
  word-wrap: break-word;
}
.quintity_selector_button_bs form {
  width: 78%;
}
.quintity_selector_button_bs {
  display: flex;
  justify-content: space-between;
}
button.quantity-selector__button {
  background: rgba(0, 0, 0, 0.08);
}
quantity-selector.quantity-selector {
  border: 1px rgba(0, 0, 0, 0.5) solid;
}
input.quantity-selector__input {
  font-family: NimbusSan-Reg;
}
.product-info__block-item input.quantity-selector__input {
    height: 60px;
}
button.quantity-selector__button {
  height: 60px;
}
.quintity_selector_button_bs button.button.w-full {
  padding-top: 14px;
  padding-bottom: 14px;
  color: #fff;
  font-family: Nimbus Sans L;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.4px;
  background-color: #434341;
}
.quintity_selector_button_bs form {
  width: 78%;
  display: block !important;
}
.product-info__block-item button.button.button--outline.w-full {
  display: none;
}
.quintity_selector_button_bs button.button.button--outline.w-full {
  display: block !important;
}

button.shopify-payment-button__button {
  padding-top: 14px;
  padding-bottom: 14px;
  color: #fff;
  font-family: Nimbus Sans L;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.4px;
}

.ship-badge-custom ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.ship-badge-custom ul li {
  flex: 1 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  color: #000;
  justify-content: flex-start;
  text-align: center;
  padding: 0 20px 20px;
  position: relative;
  color: black;
  font-size: 16px;
  font-weight: 400;
  word-wrap: break-word;
  font-family: NimbusSan-reg;
}
.ship-badge-custom ul li {
  position: relative;
  color: #000;
  font-family: Nimbus Sans L;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.ship-badge-custom ul li:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: black;
  top: 24%;
  left: 0%;
}
.certifications-section-1-left h2 {
  font-size: 36px;

  font-family: Lora, serif !important;
  margin-bottom: 1rem;
}
.certifications-section-2 .certifications-section-2-inner > h2,
.certifications-section-2-inner h3,
.certifications-section-3-inner .certifications-section-3-inner-1 h2,
.certifications-section-4
  .certifications-section-4-inner
  .certifications-section-4-inner-2
  h2 {
  font-family: Lora, serif !important;
  margin-bottom: 1rem;
}
.certifications-section-3-inner p {
  font-family: "NimbusSan-Reg" !important;
  line-height: 1.5;
}
nav.breadcrumbs {
  max-width: 80%;
  margin: auto;
}
ol.breadcrumbs__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 0.01em;
  padding-top: 7px;
  padding-bottom: 20px;
}
a.breadcrumbs__link {
  font-size: 16px;
  font-weight: medium;
  font-family: Nimbus Sans, sans-serif;
  color: #1d3e2e;
  line-height: 28px;
}
.breadcrumbs__item:not(:last-child):after {
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 8px;
  position: relative;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 8px;
  color: black;
  border-color: black;
}
ol.breadcrumbs__list {
  list-style-type: none;
  margin: 0;
  padding: 20px 0 20px;
  height: 0.01em;
}
.cc_real_deal h3 {
  font-weight: normal;
}
.cc_real_deal .real-wrap {
  max-width: 100%;
}
.cc_real_deal p {
  font-size: 24px;
  padding: 0 45px 27px;
}

.our-favourite-product product-card {
  padding: 0 1rem;
}
.our-favourite-product ul.slick-dots {
  display: none;
}
.blogcat {
  margin: 1rem 0;
}
h4.ArticleItem__Title {
  font-weight: inherit;
}
span.Article__MetaItem {
  font-size: 15px;
  font-family: "NimbusSan-Reg";
  color: #5c5c5c;
}
.Blog .SectionHeader__Heading {
  font-weight: inherit;
}
h6.Article-head {
  font-weight: inherit;
  font-family: NimbusSan-Reg;
}
span.auth {
  font-size: 16px;
  font-family: NimbusSan-Reg;
  font-weight: inherit;
}

a#loadMore {
  text-align: center;
  height: 50px;
  line-height: 48px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 18px;
  color: #0f221c;
  border: 1px solid #0f221c;
  font-family: "NimbusSan-Bold";
  text-transform: uppercase;
  background-color: #fffdf4;
}

#author-bios h3 {
  color: #000;
  font-size: 16px;
  margin: 8px 0;
  font-family: "NimbusSan-Reg";
  font-weight: inherit;
}

.ingredient_header {
  padding: 50px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  text-align: center;
}

.ingredient_header .head_content {
  width: 420px;
}
.ingredient_header .head_content {
  margin: 0 auto;
  max-width: 100%;
}

.ingredient_heading h1 {
  text-align: center;
  font: normal normal normal 54px/54px Lora;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  padding: 130px 10px;
  background-repeat: no-repeat !important;
}
.ingredient_header .head_content p {
  font-family: "NimbusSan-Bold";
  color: white;
}
.ingredient_header {
  margin-top: 2rem;
}
.ingrediants_bs .Container {
  padding: 0 80px;
}

.ingrediants_bs .tabs {
  text-align: center;
  width: 555px;
  margin: 60px auto 40px;
}
.ingrediants_bs .tab.active {
  color: #b75c17;
  border-bottom: 2px solid;
}
.ingrediants_bs .tab {
  display: inline-block;
  font: normal normal 600 18px/40px Lora;
  letter-spacing: 0px;
  color: #95745b;
  opacity: 1;
  padding: 10px 20px;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.ingrediants_bs .alpha-order {
  text-align: center;
  margin-bottom: 40px;
}
.ingrediants_bs ol,
ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.ingrediants_bs .alpha-order li {
  list-style: none;
  display: inline-block;
  padding: 0 12px;
  font-size: 16px;
  letter-spacing: 0px;
  color: #95745b;
  cursor: pointer;
  font-family: "NimbusSan-Reg";
}
.ingrediants_bs .ing_card {
  width: 24.6%;
  display: inline-block;
  padding: 10px;
  margin-bottom: 40px;
  position: relative;
  cursor: pointer;
}
.ingrediants_bs .ing_details {
  border: 1px solid #cbc3a4;
  text-align: center;
  padding: 6px;
}
.ingrediants_bs h4.ing_title {
  margin-top: 34px;
  font: normal normal normal 20px/40px Lora;
  letter-spacing: 0px;
  color: #34250f;
  text-transform: capitalize;
  margin-bottom: 0;
}
.Container.ingrediants_bs {
  padding: 0 80px;
}
.ingrediants_bs p.ing_location {
  font: normal normal normal 16px/40px Switzer;
  letter-spacing: 0px;
  color: #95745b;
  text-transform: capitalize;
  line-height: 25px;
  margin-bottom: 20px;
}
.ingrediants_bs p.ing_location img {
  display: inline-block;
  padding-bottom: 5px;
  margin-right: 5px;
}

.ingrediants_bs .ing_details > img {
  width: 100%;
  background: #d4e0eb;
  padding: 20px;
}

.ingrediants_bs .ing_card:hover > .hover_details {
  display: block !important;
}
.ingrediants_bs .hover_details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 10px;
  background: #f7f3e1 0% 0% no-repeat padding-box;
  border: 1px solid #b75c17;
  padding: 0 30px;
}

.ingrediants_bs h4.ing_title {
  margin-top: 34px;
  font: normal normal normal 20px/40px Lora;
  letter-spacing: 0px;
  color: #34250f;
  text-transform: capitalize;
  margin-bottom: 0;
}

.ingrediants_bs p.ing_location {
  font: normal normal normal 16px/40px Switzer;
  letter-spacing: 0px;
  color: #95745b;
  text-transform: capitalize;
  line-height: 25px;
  margin-bottom: 20px;
}

.ingrediants_bs p.ing_short_desc {
  font-size: 13px;
  letter-spacing: 0px;
  color: #000000;
  font-family: "NimbusSan-Reg";
  margin-bottom: 1rem;
}

.ingrediants_bs a.ing_link {
  text-decoration: underline;
  font-size: 13px;
  letter-spacing: 0px;
  color: #b75c17;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "NimbusSan-Reg";
}
.ingrediants_bs .tabs::after {
  content: "";
  border: 0.5px solid #707070;
  width: 100%;
  display: block;
  opacity: 0.3;
  margin-top: -1.5px;
}

.ingrediants_bs .countries {
  font: normal normal normal 24px/40px Lora;
  letter-spacing: 0px;
  color: #34250f;
  text-transform: capitalize;
  margin-bottom: 60px;
  margin-top: 70px;
}

.ingrediants_bs .countries ul {
  margin: 0 auto;
  width: 555px;
  max-width: 100%;
}

.ingrediants_bs .countries li {
  list-style: none;
  margin-bottom: 15px;
}

.ingrediants_bs .countries li a {
  border: 1px solid #cbc3a4;
  width: 100%;
  display: inline-block;
  padding: 30px;
}

.j-blog-wrap .columns.is-variable.is-4.is-multiline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.j-blog-wrap .column {
  flex: 0 30% !important;
  max-width: 30%;
  padding: 12px 16px;
}

.j-blog-sub.is-flex.is-justify-content-space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.j-blog-wrap a.j-black {
  font-family: "NimbusSan-Reg";
  font-size: 16px;
}
.j-blog-wrap {
  background: #fffdf4;
}
.j-blog-wrap .columns.is-variable.is-4.is-multiline {
  justify-content: space-around;
}

.j-award-category {
  background: #fffdf4;
}
.j-award-category .column {
  width: 30%;
  max-width: 100%;
  flex: none;
  width: 33.33333%;
  padding: 12px 16px;
}

.j-award-category .columns.is-variable.is-4.is-multiline {
  display: flex;
  flex-wrap: wrap;
}

#section-header {
  z-index: 9;
}

#shopify-section-plastic-screen {
  z-index: 4;
  position: relative;
}
#shopify-section-plastic-about {
  z-index: 3;
  position: relative;
}

#shopify-section-plastic-what {
  z-index: 2;
  position: relative;
}

#shopify-section-plastic-faqs {
  z-index: 1;
  position: relative;
}

header {
  z-index: 9991;
}

.PageContent--narrow {
  max-width: 680px;
}
.PageContent {
  margin-bottom: 80px;
  margin-top: 80px;
}
.PageContent {
  margin: 35px auto;
}
h1.SectionHeader__Heading.Heading.u-h1 {
  text-align: center;
  margin-top: 2rem;
  font-weight: inherit;
}
.certifications-section-1 .certifications-section-1-inner-2 {
  width: 172px !important;
}

.certifications-section-2-inner-2 {
  top: -20% !important;

  width: 250px !important;
}

@media screen and (max-width: 768px) {
  .certifications-section-2-inner-2 {
    top: -6% !important;
    width: 117px !important;
  }

  .j-award-category .column {
    width: 30%;
    max-width: 100%;
    flex: none;
    width: 100%;
    padding: 12px 16px;
  }

  .Container.ingrediants_bs {
    padding: 0 24px;
  }

  .ingrediants_bs .tabs {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .ingrediants_bs .tab {
    font-size: 16px;
    margin: 0;
    padding: 0;
    width: 32%;
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .ingrediants_bs .tab_details.tab_ingredients {
    margin-bottom: 40px;
  }

  .ingrediants_bs .alpha-order {
    text-align: center;
    margin-bottom: 40px;
  }
  .ingrediants_bs .alpha-order ul {
    overflow: scroll;
    white-space: nowrap;
    display: block;
    width: 100%;
    min-width: 1px;
    padding-bottom: 10px;
  }

  .ingrediants_bs .alpha-order li {
    list-style: none;
    display: inline-block;
    padding: 0 12px;
    font-size: 16px;
    letter-spacing: 0px;
    color: #95745b;
    cursor: pointer;
  }

  .ingrediants_bs .ing_card {
    width: 100% !important;
    margin-bottom: 3px;
    padding: 5px;
  }

  .ingrediants_bs .ing_details {
    padding: 4px;
  }
  .ingrediants_bs .ing_details > img {
    width: 65px;
    padding: 5px;
    float: left;
    margin-right: 20px;
  }

  .ingrediants_bs .ing_name {
    text-align: left;
    height: 65px;
    padding-top: 6px;
  }
  .ingrediants_bs h4.ing_title {
    font-size: 16px;
    line-height: 28px;
  }
  .ingrediants_bs h4.ing_title {
    margin-top: 0 !important;
  }

  .ingrediants_bs p.ing_location {
    font-size: 12px;
    line-height: 19px;
  }

  .ingrediants_bs p.ing_location {
    margin-bottom: 4px;
  }
  .ingrediants_bs p.ing_location img {
    width: 12px;
  }
  .ingredient_header h1 {
    font-size: 30px !important;
  }
  .real-deal.cc_real_deal.bg-img {
    padding-top: 0;
  }
  .ing_details > img {
    width: 65px;
    padding: 5px;
    float: left;
    margin-right: 20px;
  }
  .cc_real_deal h3 {
    font-family: Lora-Regular;
    font-size: 34px;
    line-height: 74px;
    max-width: 744px;
    margin: 0 auto 27px;
    line-height: 1.5;
    text-align: center;
  }
  p.scrolling-content__text {
    font-family: Lora, serif;
    font-size: 19px;
    color: #000;
    font-weight: 700;
    margin-left: 2rem;
  }

  section.shopify-section.shopify-section--featured-collections
    .v-stack.justify-self-center.gap-4.text-center
    p
    em {
    text-decoration: none;
    font-style: normal;
    display: block;
  }
  .AnnouncementBar.CC_AnnouncementBar {
    display: flex;
    flex-direction: column;
  }
  .CC_AnnouncementBar .AnnouncementBar__Wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
  }
  .AnnouncementBar.CC_AnnouncementBar {
    flex-direction: column;
    padding: 0 !important;
    width: 100%;
    max-width: 100%;
    gap: 12px;
  }

  .CC_AnnouncementBar a.active {
    width: 50%;
  }
  p.AnnouncementBar__Content.Heading {
    justify-content: space-between;
  }

  p.AnnouncementBar__Content.Heading {
    justify-content: space-between;
    display: flex;
    align-items: center;
  }
  .AnnouncementBar.CC_AnnouncementBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .AnnouncementBar.CC_AnnouncementBar {
    padding: 0 !important;
  }
  p.AnnouncementBar__Content.Heading a {
    text-align: center !important;
    width: 50% !important;
  }
  .container.bs_counter_sellign {
    display: flex;
    width: max-content;
    margin-right: auto !important;
    padding-top: 12px !important;
  }
  .AnnouncementBar.CC_AnnouncementBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .custom_header_app_icons.custom_Header__FlexItem.hidden-phone {
    display: none;
  }
  .Header__Icon.desktop-currencies-switcher {
    display: none;
  }
  .header {
    padding: 0;
  }
  .header__secondary-nav {
    grid-area: secondary-nav;

    flex-wrap: nowrap;
  }
  nav.header__secondary-nav {
    padding-right: 22px;
  }

  nav.header__primary-nav.header__primary-nav--center {
    padding: 1.5rem 22px;
    background: white;
  }
  section.shopify-section.shopify-section--featured-collections
    p.h6.text-center {
    text-align: left;
  }
  button.prev-next-button.prev-next-button--prev,
  button.prev-next-button.prev-next-button--next {
    top: -21%;
  }
  button.prev-next-button.prev-next-button--prev {
    left: 74%;
  }
  button.prev-next-button.prev-next-button--next {
    left: 90%;
  }
  .container.Shop.By.Concern .custom_courousel_container_bs {
    display: flex;
    flex-wrap: wrap !important;

    justify-content: space-between;
  }
  .container.Shop.By.Concern
    .custom_courousel_container_bs
    img.custom_slider_class_bs {
    width: 48%;
  }
  .container.Shop.By.Concern
    scroll-carousel.custom_courousel_container_bs.product-list.product-list--carousel.scroll-area {
    gap: 0 !important;
    row-gap: 1rem !important;
  }
  .banner-animate {
    z-index: 2;
    position: relative;
  }
  img.imageleftbg {
    top: -16% !important;
  }
{% comment %}   
  img.imagerightbg {
    bottom: 0 !important;
    z-index: 3 !important;
    max-width: 30% !important;
  }
{% endcomment %} 
  /* .slick-slider .slick-dots li button {
    width: 20px !important;
    height: 5px !important;
    border-radius: 0 !important;
   
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    
}
.slick-slider .slick-dots li button::before {
    width: 20px!important;
    height: 5px!important;
    border-radius: 0 !important;
    content: "";
    top: 0px;
    left: 0px;
}
.slick-slider .slick-dots li {
    width: 20px!important;
    height: 5px!important;
  
} */
  section.shopify-section.shopify-section--featured-collections
    p.h6.text-center {
    font-size: 28px;
  }
  .section-spacing.color-scheme.color-scheme--scheme-1.bordered-section
    .section-stack {
    gap: 0;
  }
  section.shopify-section.shopify-section--featured-collections
    .v-stack.justify-self-center.gap-4.text-center
    p {
    font-size: 18px;
  }

  section.shopify-section.shopify-section--featured-collections
    .v-stack.justify-self-center.gap-4.text-center
    p
    em {
    text-decoration: none;
    font-style: normal;
  }
  section.shopify-section.shopify-section--featured-collections
    .v-stack.justify-self-center.gap-4.text-center
    p:nth-child(4) {
    display: none;
  }
  .prose.text-center .h1 {
    font-family: Lora, serif;
    font-size: 28px;
    letter-spacing: initial;
    text-transform: none !important;
    font-weight: 700;
  }
  image-with-text.image-with-text .prose.text-center p strong {
    position: relative;
  }
  image-with-text.image-with-text .prose.text-center p strong:after {
    width: 6px;
    margin: auto;
    content: "";
    position: absolute;
    left: -16px;
    height: 6px;
    background: black;
    top: 30%;
    border-radius: 50px;
  }
  .section-spacing.color-scheme.color-scheme--scheme-1.color-scheme--bg-54922f2e920ba8346f6dc0fba343d673
    button.prev-next-button {
    display: none;
  }
  .text-with-icons.text-with-icons--stacked {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  img.after_imagw_sideb {
    max-width: 22%;
    position: absolute;
    bottom: 95%;
  }
  .collection-description {
    font-family: NimbusSan-Reg;
    font-size: 14px;
    color: #000;
    max-width: 100%;
    margin: auto;
  }
  safe-sticky.facets-sidebar .accordion-list {
    display: flex;
    align-items: center;
  }
  .flex-col-50 {
    flex: 1 0 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden !important;
  }
  .icon-real-deal .Button--primary {
    max-width: 50% !important;
  }

  .certifications-section-2-inner h3 {
    font-size: 18px;
  }
  .certifications-section-2 .certifications-section-2-inner {
    text-align: left;
    padding: 20px 25px 23px;
  }

  .certifications-section-3-inner .certifications-section-3-inner-1 h2 {
    padding: 0 77px 0 0;
    font-size: 31px;
  }
  .certifications-section-4
    .certifications-section-4-inner
    .certifications-section-4-inner-2 {
    padding: 50px 25px 50px;
  }
  .cc_real_deal h3 {
    font-family: Lora-Regular;
    font-size: 38px;
    line-height: 74px;
    max-width: 744px;
    margin: 0 auto 27px;
    line-height: 1.45;
    text-align: center;
  }
  .cc_real_deal .custom-grid.listicons {
    border-top: 1px solid rgba(85, 48, 26, 0.28);
    padding-top: 42px;
    margin-top: 39px !important;
  }
  .flex-col-20.lefticon.hidden-phone.hidden-tablet {
    display: none;
  }
  .listicons ul {
    list-style: none;
    padding-left: 0;
    text-align: center;
    margin: 0;
  }

  .listicons ul li h5 {
    font-size: 15px;
    padding: 5px 0px;
    line-height: initial;
  }
  .listicons ul li h5 {
    font-size: 13px;
    padding: 5px 0px;
    line-height: initial;
  }
  .certifications-section-2-inner h2 {
    font-weight: normal;
    margin-top: 2rem;
  }
  .cc_real_deal h3 {
    font-size: 34px;
  }
  h1,
  h2 {
    font-weight: inherit !important;
  }
  .certifications-section-1-left {
    width: 100%;
    padding: 47px 0;
  }
  .certifications-section-1-left p {
    font-size: 16px;
    text-align: left;
  }
  body .over-left-icon-fav {
    max-height: 130px !important;
    top: -50px !important;
  }
  .certifications-section-1 .certifications-section-1-inner-2 {
    position: absolute;
    right: 0 !important;
    top: 95% !important;
    z-index: 0 !important;
    max-width: 100% !important;
    width: 100px !important;
    bottom: 0 !important;
  }
  .certifications-section-1-left {
    padding: 0 !important;
    margin-top: 2rem !important;
  }
  .certifications-section-1-left p {
    font-size: 16px !important;
  }
  .certifications .certifications-section-2 .certifications-section-2-inner p {
    font-size: 18px;
    font-family: Nimbus Sans L;
    color: #000;
    line-height: 28px;
    text-align: left !important;
  }

  .certifications-inner .certifications-section-3-inner p,
  .certifications-section-4
    .certifications-section-4-inner
    .certifications-section-4-inner-2
    p,
  .certifications-section-5
    .certifications-section-5-inner
    .certifications-section-5-inner1
    p {
    text-align: left !important;
  }
  .cc_real_deal h3 {
    font-weight: inherit !important;
    margin-top: 2rem !important;
  }
}
.product-info__block-list variant-picker.variant-type .variant-picker__option-values .media-swatch {
    width: 100%;
    height: auto;
}
.product-info__block-list variant-picker.variant-type .variant-picker__option-values .media-swatch .sr-only {
    width: auto;
    height: auto;
    position: relative;
    margin-top: 10px;
    white-space: unset;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    font-family: Switzer;
    display: block;
}
.product-info__block-list variant-picker.variant-type .variant-picker__option-values label.media-swatch{
    border-radius: 50%;
    border: none;
    display: flex;
    flex-direction: column-reverse;
}
.product-info__block-list variant-picker.variant-type .variant-picker__option-values{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.product-info__block-list variant-picker.variant-type .variant-picker__option-values .media-swatch{
  width: 100%;
  height: auto;
} 
:checked + .media-swatch img, .media-swatch.is-selected {
    border-color: #000 !important;
}
.product-info variant-picker .variant-picker__option-values .media-swatch img {
    border-radius: 100%;
    padding: 4px;
    width: 80px;
    margin-inline: auto;
    border: 1px solid #ddd;
}
product-card .product-card__info fieldset .color-swatch span.vr-img, .CC_PDP_design .product-info variant-picker .color-swatch span.vr-img, .CC_PDP_NORMAL .product-info variant-picker .color-swatch span.vr-img  {
  display: none;
}
product-card.soap_bundles-type .product-card__info fieldset .color-swatch span.vr-img {
    display: block;
}
@media screen and (min-width: 1140px) {
  .hidden-desk {
    display: none !important;
  }
}
@media screen and (max-width: 990px) {
  .product-info__block-list variant-picker.variant-type .variant-picker__option-values {
    display: grid;
      grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .product-info__block-list variant-picker.variant-type .variant-picker__option-values .media-swatch .sr-only{
    font-size: 12px;
    line-height: 16px;
  }
}

