/** Shopify CDN: Minification failed

Line 3527:17 Unexpected "%"

**/
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
::before,
::after {
  --tw-content: "";
}

html {
  line-height: 1.5;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/*
  Animations
*/

@keyframes pulse-anime {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(var(--cart-circle-icon), 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(var(--cart-circle-icon), 0);
  }

  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(var(--cart-circle-icon), 0);
  }
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

@keyframes rise-up {
  0% {
    opacity: 1;
    transform: translateY(120%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

  to {
    opacity: 1;
  }
}

@-webkit-keyframes slidein {
  0% {
    transform: translateZ(-100%);
  }
  50% {
    transform: translateZ(-50%);
  }
  100% {
    transform: translateZ(0);
  }
}

@keyframes slidein {
  0% {
    transform: translateZ(-100%);
  }
  50% {
    transform: translateZ(-50%);
  }
  100% {
    transform: translateZ(0);
  }
}

@-webkit-keyframes slideUp {
  from {
    opacity: 0;
    height: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    height: 100%;
    transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    height: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    height: 100%;
    transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  from {
    opacity: 1;
    height: 100%;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    height: 0;
    padding: 0;
    transform: translateY(10px);
  }
}
@keyframes slideDown {
  from {
    opacity: 1;
    height: 100%;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    height: 0;
    padding: 0;
    transform: translateY(10px);
  }
}

@-webkit-keyframes testim-show {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes testim-show {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  line-height: inherit;
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: transparent transparent; /* Firefox */
}
body::-webkit-scrollbar-track,
body::-webkit-scrollbar-thumb {
  background-color: transparent; /* Chrome, Safari, and Opera */
}

[x-data="Slider"]::-webkit-scrollbar {
  width: 0.5em; /* Chrome, Safari, and Opera */
}

product-card a,
recently-viewed-products a,
.collection_item a:focus-visible {
  outline-offset: -1px;
}
recently-viewed-products a:focus-visible img {
  padding: 3px;
}

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

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}
h2 {
  font-size: calc(var(--font-heading-scale) * 2.5rem);
}
h3 {
  font-size: calc(var(--font-heading-scale) * 2.2rem);
}
h4 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}
h5 {
  font-size: calc(var(--font-heading-scale) * 1.8rem);
}
h6 {
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

@media only screen and (min-width: 750px) {
  h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
  h2 {
    font-size: calc(var(--font-heading-scale) * 3.2rem);
  }
  h3 {
    font-size: calc(var(--font-heading-scale) * 2.8rem);
  }
  h4 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
  h5 {
    font-size: calc(var(--font-heading-scale) * 2rem);
  }
  h6 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
.rte table {
  margin: 0.5rem 0;
  max-width: 100%;
}
.rte td {
  padding: 0.5rem 1rem;
  border-bottom-width: 1px;
}
.rte a {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 1px;
}
.rte a.no-underline {
  text-decoration: none;
}

.table_row:has(a:hover) {
  background-color: rgba(0, 0, 0, 0.05);
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

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

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

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

:-moz-focusring {
  outline: auto;
}

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

.paragraph p,
.simple_text p,
fieldset {
  margin: 0;
}

fieldset,
legend {
  padding: 0;
}

blockquote {
  padding-left: 1rem;
  border-left: 1px solid;
}

ol,
ul,
menu,
.rte ul.list-unstyled,
.rte ol.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rte ol {
  list-style-type: decimal;
}
.rte ol,
.rte ul {
  padding-left: 2rem;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
input::placeholder,
input:-ms-input-placeholder,
textarea::-moz-placeholder,
textarea::placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

.rte img,
.rte svg,
.rte video,
.rte canvas,
.rte audio,
.rte iframe,
.rte embed,
.rte object {
  display: unset;
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*,
::before,
::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

/* COLLECTION CARD */

.collection_item.overlay::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}
.collection_item .title,
.collection_item img {
  transition: transform 500ms ease-in-out;
}
.collection_item:hover img {
  transform: scale(1.2);
}
.collection_item:hover .no_zoom img {
  transform: none;
}
.collection_item:hover .title {
  transform: translateY(-10px);
}
.collection_item:hover .title::after {
  height: 2px;
  width: 100%;
}
.collection_item .title::after,
.list--item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 2px;
  transition: width 500ms ease-in-out;
}

.shopify-model-viewer-ui__sr-only,
.visually-hidden,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
model-viewer {
  position: absolute;
  height: 100%;
  width: 100%;
}

.mobile_banner {
  display: flex;
}
.desktop_banner {
  display: none;
}
.hide-on-mobile {
  display: none;
}
.hide-on-desktop {
  display: block;
}

@media screen and (min-width: 750px) {
  .mobile_banner {
    display: none;
  }
  .desktop_banner {
    display: flex;
  }
  .hide-on-mobile {
    display: block;
  }
  .hide-on-desktop {
    display: none !important;
  }
}
article.blog-comment p,
.accordion__content p,
.order-address p {
  margin-top: 0;
  margin-bottom: 0;
}

/* GENERAL STYLES */

.overlay {
  background-color: rgba(var(--color-shadow), 0.5);
}

.visibility-hidden {
  visibility: hidden;
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.t-y-1\/2 {
  transform: translateY(50%);
}
.t-x-1\/2 {
  transform: translateX(50%);
}
.-t-y-1\/2 {
  transform: translateY(-50%);
}
.-t-x-1\/2 {
  transform: translateX(-50%);
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.right-0 {
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.right-4 {
  right: 1rem;
}
.top-1\/2 {
  top: 50%;
}
.left-4 {
  left: 1rem;
}
.right-2 {
  right: 0.5rem;
}
.left-2 {
  left: 0.5rem;
}
.left-1\/2 {
  left: 50%;
}
.top-1\/3 {
  top: 33.333333%;
}
.-left-4 {
  left: -1rem;
}
.-right-4 {
  right: -1rem;
}
.top-4 {
  top: 1rem;
}
.top-0 {
  top: 0px;
}
.top-auto {
  top: auto;
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: 0px;
}
.-left-999 {
  left: -999px;
}
.top-\[100\%\] {
  top: 100%;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.-bottom-4 {
  bottom: -1rem;
}
.-bottom-10 {
  bottom: -2.5rem;
}
.top-\[40\%\] {
  top: 40%;
}
.top-12 {
  top: 3rem;
}
.bottom-1 {
  bottom: 0.25rem;
}
.right-1 {
  right: 0.25rem;
}
.isolate {
  isolation: isolate;
}
.z-\[5\] {
  z-index: 5;
}
.-z-1 {
  z-index: -1;
}
.z-1 {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[999\] {
  z-index: 999;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-\[3\] {
  z-index: 3;
}
.z-20 {
  z-index: 20;
}
.z-6 {
  z-index: 6;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.m-0 {
  margin: 0;
}
.m-1 {
  margin: 0.25rem;
}
.m-auto {
  margin: auto;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mt-4 {
  margin-top: 1rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.-ml-4 {
  margin-left: -1rem;
}
.-mx-2 {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mr-0 {
  margin-right: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-full {
  height: 100%;
}
.h-2 {
  height: 0.5rem;
}
.h-6 {
  height: 1.5rem;
}
.h-4 {
  height: 1rem;
}
.h-32 {
  height: 8rem;
}
.h-auto {
  height: auto;
}
.h-8 {
  height: 2rem;
}
.h-3 {
  height: 0.75rem;
}
.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.h-20 {
  height: 5rem;
}
.h-1 {
  height: 0.25rem;
}
.h-0\.5 {
  height: 0.145rem;
}
.h-5 {
  height: 1.25rem;
}
.h-\[50px\] {
  height: 50px;
}
.max-h-\[20rem\] {
  max-height: 20rem;
}
.max-h-lg {
  max-height: 600px;
}
.\!max-h-md {
  max-height: 500px !important;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-\[44px\] {
  min-height: 44px;
}
.min-h-full {
  min-height: 100%;
}
.w-full,
.slider-cols-1-full {
  width: 100%;
}
.w-1\/2,
.slider-cols-2-full {
  width: 50%;
}
.w-1\/3,
.slider-cols-3-full {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}

.w-8 {
  width: 2rem;
}
.w-6 {
  width: 1.5rem;
}
.w-4 {
  width: 1rem;
}
.slider-cols-1 {
  width: calc(95% - var(--x-space));
}
.slider-cols-2 {
  width: calc(45% - var(--x-space));
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-3 {
  width: 0.75rem;
}
.min-w-3 {
  min-width: 0.75rem;
}
.w-20 {
  width: 5rem;
}
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 44px;
}
.h-11 {
  height: 44px;
}
.w-3\/4 {
  width: 75%;
}
.w-screen {
  width: 100vw;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-0\.25 {
  width: 1px;
}
.w-1 {
  width: 0.25rem;
}
.w-5 {
  width: 1.25rem;
}
.w-\[10\%\] {
  width: 10%;
}
.min-w-\[220px\] {
  min-width: 220px;
}
.min-w-12 {
  min-width: 3rem;
}
.min-w-\[5rem\] {
  min-width: 5rem;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-full {
  max-width: 100%;
}
.\!max-w-full {
  max-width: 100% !important;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-xs {
  max-width: 20rem;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-none {
  flex: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-col-resize {
  cursor: col-resize;
}
.cursor-zoom-in {
  cursor: zoom-in;
}
.snap-x {
  -ms-scroll-snap-type: x var(--tw-scroll-snap-strictness);
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.snap-start {
  scroll-snap-align: start;
}
.snap-center {
  scroll-snap-align: center;
}
.list-disc,
.rte ul {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-content-center {
  place-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}

.gap-4 {
  gap: 1rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-x-16 {
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity));
}
.drawer_border {
  border-bottom-width: 1px;
}
.drawer_border_full {
  border-width: 1px;
}
.self-start {
  align-self: flex-start;
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.break-word {
  word-break: break-word;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-big {
  border-radius: 1.75rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border {
  border-color: rgb(var(--color-border));
}
.border-0 {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
  border-bottom-color: rgb(var(--color-border));
}
.cart_circle {
  background-color: var(--color-cart-circle);
}
.border-r-2 {
  border-right-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.1);
}
.\!bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}
.bg-none {
  background-image: none;
}
.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.object-center {
  -o-object-position: center;
  object-position: center;
}
.\!p-3 {
  padding: 0.75rem !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.p-0 {
  padding: 0;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-\[100\%\] {
  padding-bottom: 100%;
}
.pb-\[120\%\] {
  padding-bottom: 120%;
}
.pb-\[150\%\] {
  padding-bottom: 150%;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-\[70\%\] {
  padding-bottom: 70%;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-6 {
  padding-left: 3rem;
}
.pl-12 {
  padding-left: 6rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pr-8 {
  padding-right: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-xxs {
  font-size: 0.5rem;
  line-height: 1rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2rem;
  line-height: 2.5rem;
}
.font-semibold {
  font-weight: 600;
}
.font-medium {
  font-weight: 500;
}
.font-light {
  font-weight: 300;
}
.\!font-bold {
  font-weight: bold !important;
}
.font-bold,
.font-bold button {
  font-weight: bold;
}
.uppercase {
  text-transform: uppercase;
}
.\!uppercase {
  text-transform: uppercase !important;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.tracking-small {
  letter-spacing: 2px;
}

.bg-info.box_style,
.text-red-500.box_style,
.cart-item__error.box_style,
.bg-green-500.box_style,
.bg-warning.box_style {
  padding: 5px 10px;
  border-radius: 4px;
}

/* .text-red-500,
.cart-item__error{
  color:var(--error-text);
  background-color:var(--error-background); 
}
.bg-green-500 {
  color:var(--success-text);
  background-color:var(--success-background);
}
.bg-info {
  color:var(--info-text);
  background-color:var(--info-background);
} */

.text-red-500,
.cart-item__error {
  color: rgb(var(--error-message));
}
.text-red-500.box_style,
.cart-item__error.box_style {
  background-color: rgba(var(--error-message), 0.1);
}
.bg-green-500 {
  color: rgb(var(--success-message));
}
.bg-green-500.box_style {
  background-color: rgba(var(--success-message), 0.1);
}
.bg-warning {
  color: rgb(var(--warning-message));
}
.bg-warning.box_style {
  background-color: rgba(var(--warning-message), 0.1);
}
.bg-info {
  color: rgb(var(--info-message));
}
.bg-info.box_style {
  background-color: rgba(var(--info-message), 0.1);
}
.text-red-500 .inventory_circle {
  background-color: rgb(var(--error-message));
  border-color: rgba(255, 255, 255, 0.7);
}
.bg-warning .inventory_circle {
  background-color: rgb(var(--warning-message));
  border-color: rgba(255, 255, 255, 0.7);
}
.bg-green-500 .inventory_circle {
  background-color: rgb(var(--success-message));
  border-color: rgba(255, 255, 255, 0.7);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.underline {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.line-through {
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(var(--color-shadow), 0.1),
    0 2px 4px -2px rgb(var(--color-shadow), 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(var(--color-shadow), 0.1),
    0 1px 2px -1px rgb(var(--color-shadow), 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(var(--color-shadow), 0.1),
    0 8px 10px -6px rgb(var(--color-shadow), 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(var(--color-shadow), 0.1),
    0 4px 6px -4px rgb(var(--color-shadow), 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.brightness-95 {
  --tw-brightness: brightness(0.95);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07))
    drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* BUTTONS */

.btn,
.outline_btn,
.btn .shopify-payment-button__button--unbranded,
.outline_btn .shopify-payment-button__button--unbranded {
  position: relative;
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  z-index: 1;
  line-height: 20px;
  text-decoration: none !important;
}
.btn:not(.custom_btn),
.outline_btn:not(.custom_btn),
.shopify-payment-button__button--unbranded {
  padding: var(--buttons-y-padding) var(--buttons-x-padding);
}

.btn[aria-disabled="true"],
.outline_btn[aria-disabled="true"],
.previous-button[aria-disabled="true"],
.next-button[aria-disabled="true"] {
  cursor: not-allowed;
}

.btn::before,
.btn::after,
.outline_btn::before,
.outline_btn::after,
.shopify-payment-button__button--unbranded::before,
.shopify-payment-button__button--unbranded::after {
  content: "";
  position: absolute;
  transition: 0.3s ease-out;
  z-index: -1;
}

/* PRIMARY BUTTON */

.primary_button:not(.shopiy-payment-buttons-container),
.primary_button.shopiy-payment-buttons-container
  .shopify-payment-button__button--unbranded {
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
}

/* PRIMARY BUTTON HOVER */

.primary_button.add_hover:not(.shopiy-payment-buttons-container):hover,
.primary_button.add_hover.shopiy-payment-buttons-container
  .shopify-payment-button__button--unbranded:hover {
  color: rgb(var(--color-button-text-hover));
}

.primary_button.add_hover:not(.shopiy-payment-buttons-container)::before,
.primary_button.add_hover.shopiy-payment-buttons-container
  .shopify-payment-button__button--unbranded::before {
  background-color: rgb(var(--color-button-hover));
}

/* PRIMARY BUTTON SIMPLE HOVER */

.primary_button.simple-hover:not(.shopiy-payment-buttons-container)::before,
.primary_button.simple-hover.shopiy-payment-buttons-container
  .shopify-payment-button__button--unbranded::before {
  display: none;
}

.primary_button.add_hover.simple-hover:not(
    .shopiy-payment-buttons-container
  ):hover,
.primary_button.add_hover.simple-hover.shopiy-payment-buttons-container:hover
  .shopify-payment-button__button--unbranded {
  background-color: rgb(var(--color-button-hover));
}

/* SECONDARY FILLED BUTTON */

.secondary_button:not(.shopiy-payment-buttons-container),
.secondary_button.shopiy-payment-buttons-container
  .shopify-payment-button__button--unbranded {
  background-color: rgb(var(--color-secondary-button));
  color: rgb(var(--color-secondary-button-text));
}

/* SECONDARY OUTLINE BUTTON  */

.outline_btn.secondary_button:not(.shopiy-payment-buttons-container),
.outline_btn.shopiy-payment-buttons-container.secondary_type
  .shopify-payment-button__button--unbranded {
  background-color: transparent;
  border: 1px solid rgb(var(--color-secondary-button-text));
  color: rgb(var(--color-secondary-button-text));
}

.outline_btn.add_hover.secondary_button:not(
    .shopiy-payment-buttons-container
  ):hover,
.outline_btn.add_hover.shopiy-payment-buttons-container.secondary_button
  .shopify-payment-button__button--unbranded:hover {
  color: rgb(var(--color-secondary-button-text-hover));
  border: 1px solid rgb(var(--color-secondary-button-text-hover));
}

.outline_btn.secondary_button:not(.shopiy-payment-buttons-container)::before,
.outline_btn.shopiy-payment-buttons-container.secondary_button
  .shopify-payment-button__button--unbranded::before {
  background-color: rgb(var(--color-secondary-button-hover));
}

/* SECONDARY BUTTON HOVER */

.secondary_button.add_hover:not(.shopiy-payment-buttons-container):hover,
.secondary_button.add_hover.shopiy-payment-buttons-container
  .shopify-payment-button__button--unbranded:hover {
  color: rgb(var(--color-secondary-button-text-hover));
}

.secondary_button.add_hover:not(.shopiy-payment-buttons-container)::before,
.secondary_button.add_hover.shopiy-payment-buttons-container
  .shopify-payment-button__button--unbranded::before {
  background-color: rgb(var(--color-secondary-button-hover));
}

/* SECONDARY BUTTON SIMPLE HOVER */

.secondary_button.simple-hover:not(.shopiy-payment-buttons-container)::before,
.secondary_button.simple-hover.shopiy-payment-buttons-container
  .shopify-payment-button__button--unbranded::before {
  display: none;
}

.secondary_button.add_hover.simple-hover:not(
    .shopiy-payment-buttons-container
  ):hover,
.secondary_button.add_hover.simple-hover.shopiy-payment-buttons-container:hover
  .shopify-payment-button__button--unbranded {
  background-color: rgb(var(--color-secondary-button-hover));
}

/* PRIMARY AND SECONDARY EFFECTS */

/*  TOP / BOTTOM */

.from-top:not(.shopiy-payment-buttons-container)::before,
.shopiy-payment-buttons-container.from-top
  .shopify-payment-button__button--unbranded::before {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0%;
}

.from-bottom:not(.shopiy-payment-buttons-container)::before,
.shopiy-payment-buttons-container.from-bottom
  .shopify-payment-button__button--unbranded::before {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0%;
}

.from-top:not(.shopiy-payment-buttons-container):hover::before,
.from-bottom:not(.shopiy-payment-buttons-container):hover::before,
.shopiy-payment-buttons-container.from-top:hover
  .shopify-payment-button__button--unbranded::before,
.shopiy-payment-buttons-container.from-bottom:hover
  .shopify-payment-button__button--unbranded::before {
  height: 100%;
}

/*  LEFT / RIGHT */

.from-left:not(.shopiy-payment-buttons-container)::before,
.shopiy-payment-buttons-container.from-left
  .shopify-payment-button__button--unbranded::before {
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
}

.from-right:not(.shopiy-payment-buttons-container)::before,
.shopiy-payment-buttons-container.from-right
  .shopify-payment-button__button--unbranded::before {
  top: 0;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 100%;
}

.from-left:not(.shopiy-payment-buttons-container):hover::before,
.from-right:not(.shopiy-payment-buttons-container):hover::before,
.shopiy-payment-buttons-container.from-left:hover
  .shopify-payment-button__button--unbranded::before,
.shopiy-payment-buttons-container.from-right:hover
  .shopify-payment-button__button--unbranded::before {
  width: 100%;
}

.btn.button_radius:not(.shopiy-payment-buttons-container),
.outline_btn.button_radius:not(.shopiy-payment-buttons-container),
.button_radius .shopify-payment-button__button--unbranded,
.button_radius .shopify-payment-button__button--branded,
.quantity_radius {
  overflow: hidden;
  border-radius: 9999px;
}

/* BUY BUTTONS */

.add-to-cart-button,
.shopiy-payment-buttons-container {
  max-width: 100% !important;
}

.add-to-cart-button[disabled],
.add-to-cart-button[disabled]:hover {
  opacity: 0.8;
}

.shopify-payment-button__button--unbranded,
.shopify-payment-button__button--branded {
  min-height: 44px !important;
  line-height: 18px;
  border-radius: 0;
  max-width: 100% !important;
  overflow: hidden;
}

/* END BUTTON STYLES */

.heading,
.heading_button,
h1:not(.no_heading),
h2:not(.no_heading),
h3:not(.no_heading),
h4:not(.no_heading),
h5:not(.no_heading),
h6:not(.no_heading) {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  text-transform: var(--font-heading-transfrom);
}
.heading {
  letter-spacing: var(--font-heading-spacing);
  color: rgb(var(--color-heading));
}
.title_underline::after {
  background-color: rgb(var(--color-heading));
}

code {
  background-color: #faf7f5;
  padding: 0 2px;
  color: #51ab62;
}

.svg_icon,
.placeholder-svg {
  fill: rgb(var(--color-icon));
}
.current-fill {
  fill: currentColor;
}
svg {
  color: rgb(var(--color-icon));
}

/* Staggered Vertical Items ------------------------------------------------------*/

.animated_image .item-image {
  transform: scale(1.5);
}

.item.active {
  z-index: 5;
}

.item.active .item-image {
  opacity: 1;
  transform: scale(1);
}

.item.active .item-image-container::before {
  opacity: 0.8;
}

.vertical-part {
  display: inline-block;
  opacity: 0;
  transform: translateY(120%);
}
.announcement {
  transition: 0.5s;
}

.item-header .vertical-part,
.item-description .vertical-part {
  -webkit-font-smoothing: auto;
  vertical-align: bottom;
}

.item.active .item-header .vertical-part {
  animation: 0.8s cubic-bezier(0.26, 0.54, 0.32, 1) 0.3s forwards;
  animation-name: rise-up;
}

.item.active .item-description .vertical-part {
  animation: 1s cubic-bezier(0.26, 0.54, 0.32, 1) 0.7s forwards;
  animation-name: rise-up;
}

.slide--btn {
  opacity: 0;
}
.item.active .slide--btn {
  animation: fade-in 1s ease 1s forwards;
}

.show .section--fadein {
  animation: fade-in 2s ease 0.1s forwards;
}

.item.active .announcement {
  transform: translateY(2px);
}

.announcement {
  transform: translateY(200%);
}

.announcement p {
  height: 100%;
}

.image_radius {
  border-radius: var(--image-radius);
}

/* HEADER STYLES */

.header .header__logo {
  grid-area: header-logo;
}
.header .header__menu {
  grid-area: header-menu;
}
.header .header__icons {
  grid-area: header-icons;
}
.header.header_type--first {
  grid-template-areas: "header-menu header-logo header-icons";
  grid-template-columns: 1fr 3fr 1fr;
}
.header.header_type--second {
  grid-template-areas: "header-menu header-logo header-icons";
  grid-template-columns: 30% 40% 30%;
}
.header.header_type--second .header__logo {
  margin: 0 auto;
}
.header.header_type--second .header__menu {
  justify-content: start;
}

@media (min-width: 850px) {
  .header.header_type--first {
    grid-template-areas: "header-logo header-menu header-icons";
  }
  .header.header_type--third {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "header-logo header-icons" "header-menu header-menu";
  }
  .header.header_type--forth {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: ". header-logo header-icons";
  }
  .header.header_type--forth .header__logo {
    margin: 0 auto;
  }
  .header.header_type--forth .header__menu {
    justify-content: flex-start;
  }
}
@media (max-width: 850px) {
  .header {
    grid-template-areas: "header-menu header-logo header-icons";
    grid-template-columns: 1fr 2fr 1fr;
  }
}

.dialog--container,
.header_container .nav__item .nav__item-submenu,
.header_container .nav__item .mega_menu--container,
.header_container #predictive-search {
  z-index: -1;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease-in-out, max-height 0.25s ease-in-out,
    z-index 0.25s ease-in-out, visibility 0.25s linear 0.25s;
}

.dialog--container.open,
.header_container .nav__item-submenu.menu--open,
.header_container .nav__item .mega_menu--container.menu--open,
.header_container #predictive-search.open {
  z-index: 20;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  max-height: 80vh;
  height: fit-content;
  transition: opacity 0.25s ease-in-out, max-height 0.3s ease-in-out,
    z-index 0.25s ease-in-out, visibility 0s linear 0.1s;
}

.mobile_menu--container.active {
  animation: fade-in 500ms ease 300ms forwards;
}

.nav__item_content::after,
.list--item a::after,
.visual_display .custom_filter_name::after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0rem;
  left: 50%;
  height: 0.1rem;
  width: calc(100% - 2rem);
  content: "";
  background: currentcolor;
  transform: translateX(-50%) scaleX(0);
  transition: transform 0.3s ease-in;
  z-index: 110;
}
.list--item a::after {
  transform: scaleX(0);
  transform-origin: left;
  left: 0;
  width: 100%;
}
.nav__item:hover .nav__item_content::after,
.nav__item_content:hover::after,
.navigation_menu:hover ~ .nav__item_content::after,
.list--item a:hover::after,
input:checked + .visual_display .custom_filter_name::after {
  transform: translateX(-50%) scaleX(1);
  transition: transform 0.2s ease-in;
}

.list--item a:hover::after {
  transform: scaleX(1);
  transition: transform 0.2s ease-in;
}

/* STICKY HEADER */
.sticky_header_anabled .sticky_header {
  position: fixed;
  top: 0;
  z-index: 20;
  right: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, -100%, 0);
  transition: none;
}
.sticky_header_anabled .sticky_header .transparent_toolbar {
  display: none;
}
.sticky_header_anabled .sticky_header--opening {
  transform: translateZ(0);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sticky_header_anabled .slidein {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* HEADER CART */

.pulse-cart {
  transform: scale(1);
  animation: pulse-anime 2s infinite;
}
.animate-spin {
  border: 1px solid;
  border-color: currentColor transparent;
  -webkit-animation: spin 0.8s ease-out infinite;
  animation: spin 0.8s ease-out infinite;
}
.animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.loader .animate-pulse {
  background-color: rgba(var(--color-shadow), 0.2);
}

input:focus + label:not(.visual_display),
input:focus {
  outline: -webkit-focus-ring-color auto 1px;
}

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding-left: var(--mob-px);
  padding-right: var(--mob-px);
  width: 100%;
}

.transparent {
  background-color: transparent;
}

/* hide arrows
 Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield !important;
}
.product-form__input label {
  background-color: transparent;
  border-color: rgb(var(--color-secondary-button-text));
}
.product-form__input input[type="radio"]:checked + label {
  border-color: rgb(var(--color-button));
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
}
.select_color input[type="radio"]:checked + label,
input[name="filter.v.option.color"]:checked + label,
input.visual_display:checked .color_filter {
  border: 2px solid rgb(var(--color-button));
  transition: all 0.15s ease-out;
  padding: 2px;
  background-color: transparent;
}

product-card .select_color input[type="radio"]:checked + label {
  border: 2px solid var(--swatch-variant-color);
}

.active .thumbnail-border {
  border-color: rgb(var(--color-button));
  opacity: 1;
}

.active.thumb_dot {
  padding: 7px;
  background: rgb(var(--color-icon));
}

.active-filters__clear,
.active-filters__remove-filter {
  color: var(--clear-filters-text);
  background-color: var(--clear-filters-bg);
}
.active-filters__clear.clear_all {
  background-color: var(--clear-filters-text);
  color: var(--clear-filters-bg);
}
.filter-form .filter-group[open] .arrow-icon svg {
  transform: rotate(90deg);
}
.label_color {
  top: -1.5rem;
  transition: all 1000ms;
}
.filter-group-display__list-item:hover .label_color {
  display: flex;
}

.color_filter img:nth-of-type(n + 2) {
  display: none;
}

input.sort_by--input[type="radio"]:checked ~ span.filter_radio,
input.list_filter[type="checkbox"]:checked + label span.filter_radio {
  background-color: var(--selected-filter-color);
}

input[type="checkbox"]:not(:disabled) {
  cursor: pointer;
}

.opacity-01 {
  opacity: 0.1;
}

.product-form__input input[type="radio"]:disabled + label,
.product-form__input input[type="radio"].disabled + label,
.product-form__input input[type="radio"].disabled + label div {
  opacity: 0.8;
  background-image: linear-gradient(
    to bottom right,
    transparent 50%,
    rgb(var(--color-foreground)) 50% calc(50% + 2px),
    transparent calc(50% + 2px)
  );
}
.non_available_item::after {
  background: linear-gradient(
    to bottom right,
    transparent 50%,
    rgb(var(--color-foreground)) 50% calc(50% + 1px),
    transparent calc(50% + 1px)
  );
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
}
.product-form__input input[type="radio"]:checked.disabled + label,
.product-form__input input[type="radio"]:checked.disabled + label div {
  opacity: 0.8;
  border: var(--input-border-width) solid rgb(var(--color-border));
  background-image: linear-gradient(
    to bottom right,
    transparent 50%,
    rgb(var(--color-button-text)) 50% calc(50% + 2px),
    transparent calc(50% + 2px)
  );
}

select.select__select,
input.input_border,
.search_input,
.newsletter_input,
textarea.input_border {
  border: var(--input-border-width) solid rgb(var(--color-border));
  border-radius: var(--input-border-radius);
}
.footer_input,
.newsletter_submit,
.search_input input {
  border-radius: var(--input-border-radius);
}

.img_cover img {
  -o-object-fit: cover;
  object-fit: cover;
}

.img_contain img {
  -o-object-fit: contain;
  object-fit: contain;
}

.img_position-center_left img {
  -o-object-position: center left;
  object-position: center left;
}

.img_position-center_center img {
  -o-object-position: center center;
  object-position: center center;
}

.img_position-center_right img {
  -o-object-position: center right;
  object-position: center right;
}

.img_position-top_left img {
  -o-object-position: top left;
  object-position: top left;
}

.img_position-top_center img {
  -o-object-position: top center;
  object-position: top center;
}

.img_position-top_right img {
  -o-object-position: top right;
  object-position: top right;
}

.img_position-bottom_left img {
  -o-object-position: bottom left;
  object-position: bottom left;
}

.img_position-bottom_center img {
  -o-object-position: bottom center;
  object-position: bottom center;
}

.img_position-bottom_right img {
  -o-object-position: bottom right;
  object-position: bottom right;
}

/*headings size*/
.heading_size--large {
  font-size: 3rem;
}
.heading_size--medium {
  font-size: 2.4rem;
}
.heading_size--small {
  font-size: 2rem;
}
.heading_size--x_small {
  font-size: 1.65rem;
}
@media screen and (min-width: 850px) {
  .heading_size--x_small {
    font-size: 2rem;
    line-height: 35px;
  }
  .heading_size--small {
    font-size: 2.5rem;
  }
  .heading_size--medium {
    font-size: 3rem;
  }
  .heading_size--large {
    font-size: 4.7rem;
  }
  h1.slide_banner.heading_size--large {
    line-height: 70px;
  }
}

/*texts size*/

.text_size--large {
  font-size: 1.2rem;
}
.text_size--medium {
  font-size: 1rem;
}
.text_size--small {
  font-size: 0.8rem;
}

@media screen and (min-width: 850px) {
  .text_size--large {
    font-size: 1.5rem;
  }
  .text_size--medium {
    font-size: 1.1rem;
  }
  .text_size--small {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .text_size--large {
    font-size: 1.7rem;
  }
  .text_size--medium {
    font-size: 1.3rem;
  }
}

.xsmall_height {
  height: 300px;
}
.small_height {
  height: 70vh;
}
@media screen and (min-width: 850px) {
  .small_height {
    max-height: 600px;
  }
}

.medium_height {
  height: 85vh;
}

.large_height {
  height: 120vh;
}

.full_screen {
  height: 100vh;
}

.small_height .text_size--large,
.medium_height .text_size--large {
  font-size: 1rem;
}

@media screen and (min-width: 850px) {
  .small_height .text_size--large,
  .medium_height .text_size--large {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .small_height .text_size--large,
  .medium_height .text_size--large {
    font-size: 1.7rem;
  }
}
.small_height .text_size--medium,
.medium_height .text_size--medium {
  font-size: 1rem;
}
@media screen and (min-width: 850px) {
  .small_height .text_size--medium,
  .medium_height .text_size--medium {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .small_height .text_size--medium,
  .medium_height .text_size--medium {
    font-size: 1.3rem;
  }
}
.small_height .text_size--small,
.medium_height .text_size--small {
  font-size: 0.8rem;
}
@media screen and (min-width: 850px) {
  .small_height .text_size--small,
  .medium_height .text_size--small {
    font-size: 1rem;
  }
}

.small_height .heading_size--large {
  font-size: 2.5rem;
}
@media screen and (min-width: 850px) {
  .small_height .heading_size--large {
    font-size: 4.7rem;
  }
}
.small_height .heading_size--medium {
  font-size: 2rem;
}
@media screen and (min-width: 850px) {
  .small_height .heading_size--medium {
    font-size: 4rem;
  }
}

.divider {
  background-color: rgb(var(--color-border));
}

.paragraph p {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

.paragraph a {
  color: rgb(var(--color-link));
  text-decoration: underline;
  text-underline-offset: 2px;
}

h2 {
  line-height: 50px;
}
h2.heading_title {
  line-height: 40px;
}
@media screen and (min-width: 850px) {
  h2 {
    line-height: initial;
  }
}

h1.slide_banner {
  line-height: 55px;
}
h1.slide_banner.heading_size--x_small {
  line-height: 40px;
}
.banner_wrapper,
.countdown_wrapper {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.button_text--size {
  font-size: 0.8rem;
}
@media screen and (min-width: 500px) {
  .button_text--size {
    font-size: 1rem;
  }
}

.alignment_start {
  justify-content: start;
  text-align: start;
}

.text-end {
  text-align: end;
}

.text-start {
  text-align: start;
}

.alignment_center,
.alignment_center_mobile {
  justify-content: center;
  text-align: center;
}

.alignment_end {
  justify-content: end;
  text-align: end;
}

.alignment_start_mobile {
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 500px) {
  .alignment_start_mobile {
    justify-content: start;
    text-align: start;
  }
}

.alignment_end_mobile {
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 500px) {
  .alignment_end_mobile {
    justify-content: end;
    text-align: end;
  }
}

.sticky_image {
  position: relative;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.sticky_image img {
  top: 0;
  position: fixed;
}

footer address {
  font-size: 0.9rem;
}
footer address b {
  font-size: 0.8rem;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}

.selected_variant {
  border: 2px solid var(--swatch-variant-color);
  transition: all 0.15s ease-out;
  padding: 2px;
}

.grid__ele {
  scroll-snap-align: start;
  position: relative;
}
.grid__ele:last-child {
  scroll-snap-align: end;
}

.slider::-webkit-scrollbar {
  height: 0px;
  width: 0px;
}
.product_image--container#images-slider {
  transition: height 0.35s;
}
.product_image--container#images-slider::-webkit-scrollbar-thumb:horizontal,
.product_thumbnails::-webkit-scrollbar-thumb:horizontal {
  display: none;
}
.product_image--container#images-slider::-webkit-scrollbar,
.product_thumbnails::-webkit-scrollbar,
details > summary::-webkit-details-marker,
.deferred-media[loaded] > .deferred-media__poster,
button.video_btn.hide {
  display: none;
}

.product_title {
  color: var(--title-product-color);
}

.product_round {
  border-radius: var(--image-product-radius);
}
.banner_round {
  border-radius: var(--image-banner-radius);
}

.card_image .secondary_image {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.card_image .secondary_image img {
  display: none;
}
.card_image .main_image_hover,
.card_image .variant_images {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
.card_image:hover .secondary_image {
  visibility: visible;
  opacity: 1;
}
.card_image:hover .secondary_image img {
  display: block;
}
.card_image:hover .main_image_hover,
.card_image:hover .variant_images {
  opacity: 0;
}

.badge--on-sale {
  background-color: var(--bg-sale-badge);
  color: var(--text-sale-badge);
}
.badge--sold-out {
  background-color: var(--bg-soldout-badge);
  color: var(--text-soldout-badge);
}
.badge--new {
  background-color: var(--bg-new-badge);
  color: var(--text-new-badge);
}

.thumbnail-border {
  border: 2px solid rgb(var(--color-border));
  opacity: 0.7;
}

.grid-x-space {
  column-gap: var(--x-space);
}
.slider_space {
  padding-right: var(--x-space);
}
.previous-button {
  left: var(--buttons-space);
}
.next-button {
  right: var(--buttons-space);
}
.grid-y-space {
  row-gap: var(--y-space);
}

@media (max-width: 576px) {
  .previous-button.mobile_hide,
  .next-button.mobile_hide {
    display: none !important;
  }
}
details {
  border-bottom: 1px solid rgb(var(--color-border));
}
details > summary {
  list-style: none;
}
details .icon-caret,
.dropdown-button .icon-caret {
  transition: transform 400ms ease-in-out;
}
details[open] .icon-caret,
.active-drop .icon-caret {
  transform: rotate(180deg);
}
details .accordion__content li,
details .accordion__content p,
details .accordion__content ul {
  margin-bottom: 0.75rem;
}
details .accordion__content ul {
  margin-top: 0.75;
}
details h2.accordion__title {
  line-height: 25px;
}

details[close] > div {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
details[open] > div {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.navigation__submenu {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 500ms;
}
.navigation__submenu.navigation__submenu-active {
  grid-template-rows: 1fr;
}
.navigation__submenu .navigation__submenu--list {
  overflow: hidden;
}

.share-button__copy::after,
.read_more--multicolumn::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: rgb(var(--color-foreground));
  transition: all 500ms;
}
.share-button__copy:hover::after,
.read_more--multicolumn:hover::after {
  width: 100%;
}

.one_product .card {
  max-width: 400px;
}

.current--price {
  color: var(--price-main-text-color);
}
.hashed--price {
  color: var(--price-hashed-text-color);
}
.saved--price {
  color: var(--price-saved-text-color);
}
.price-input .field {
  height: 45px;
}
.current-color {
  color: currentColor;
}
.current-background {
  background-color: currentColor;
}

input.input-max,
input.input-min {
  outline: none;
  border: 1px solid #ddd;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price_slider .progress {
  background-color: var(--price-progress-color);
}

.range-input input {
  top: -3px;
  background: none;
}

input[type="range"]::-webkit-slider-thumb {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50%;
  background-color: rgb(var(--color-background));
  border: 2px solid var(--price-progress-color);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background-color: rgb(var(--color-background));
  border: 2px solid var(--price-progress-color);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.testim .cont > div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}

.testim .cont > div.inactive {
  opacity: 1;
  transform-origin: center;
}

.testim .cont > div.active {
  position: relative;
  opacity: 1;
  transform-origin: center;
}

.testim .cont div.active {
  -webkit-animation: testim-show 1s ease-in-out forwards;
  animation: testim-show 1s ease-in-out forwards;
}

.testim .cont div.inactive {
  -webkit-animation: testim-hide 1s ease-in-out forwards;
  animation: testim-hide 1s ease-in-out forwards;
}

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

.video_btn {
  border: gainsboro;
  padding: 0;
}

.shopify_video--container:hover .video_btn,
.video_btn:focus {
  opacity: 1;
}

.deferred-media__poster-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.deferred-media__poster-button .icon-play {
  margin-left: 0.2rem;
}

.hover\:drop-shadow-lg:hover {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04))
    drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:top-2:focus {
  top: 0.5rem;
}
.focus\:opacity-100:focus,
.hover\:opacity-100:hover {
  opacity: 1;
}

.focus\:left-0:focus {
  left: 0px;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 576px) {
  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:duration-700 {
    transition-duration: 700ms;
  }
}

@media (min-width: 768px) {
  .tablet\:page-width {
    max-width: var(--page-width);
    margin: 0 auto;
    padding-left: var(--mob-px);
    padding-right: var(--mob-px);
    width: 100%;
  }

  .tablet\:pl-12 {
    padding-left: 6em;
  }

  .tablet\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .tablet\:bottom-auto {
    bottom: auto;
  }

  .tablet\:-bottom-6 {
    bottom: -1.5rem;
  }

  .tablet\:top-0 {
    top: 0px;
  }

  .tablet\:top-4 {
    top: 1rem;
  }

  .tablet\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .tablet\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .tablet\:mr-4 {
    margin-right: 1rem;
  }

  .tablet\:mt-0 {
    margin-top: 0px;
  }

  .tablet\:mt-8 {
    margin-top: 2rem;
  }

  .tablet\:block {
    display: block;
  }
  .tablet\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .tablet\:self-start {
    align-self: flex-start;
  }

  .tablet\:flex {
    display: flex;
  }

  .tablet\:hidden {
    display: none;
  }

  .tablet\:w-full,
  .tablet\:slider-cols-1-full {
    width: 100%;
  }

  .tablet\:w-1\/2,
  .tablet\:slider-cols-2-full {
    width: 50%;
  }

  .tablet\:w-1\/3,
  .tablet\:slider-cols-3-full {
    width: 33.333333%;
  }

  .tablet\:w-1\/4,
  .tablet\:slider-cols-4-full {
    width: 25%;
  }

  .tablet\:w-\[80%\] {
    width: 80%;
  }

  .tablet\:slider-cols-2 {
    width: calc(45% - var(--x-space));
  }

  .tablet\:slider-cols-3 {
    width: calc(32% - var(--x-space));
  }

  .tablet\:slider-cols-4 {
    width: calc(24% - var(--x-space));
  }

  .tablet\:w-\[80\%\] {
    width: 80%;
  }

  .tablet\:max-w-full {
    max-width: 100%;
  }

  .tablet\:snap-center {
    scroll-snap-align: center;
  }

  .tablet\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .tablet\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tablet\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tablet\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .tablet\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .tablet\:flex-row {
    flex-direction: row;
  }

  .tablet\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .tablet\:flex-col {
    flex-direction: column;
  }

  .tablet\:justify-between {
    justify-content: space-between;
  }
  .tablet\:items-end {
    align-items: end;
  }

  .tablet\:gap-4 {
    gap: 1rem;
  }
  .tablet\:px-0 {
    padding-left: 0r;
    padding-right: 0;
  }
  .tablet\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .tablet\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .tablet\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .tablet\:py-8 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .tablet\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tablet\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .tablet\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 850px) {
  .md\:bottom-2 {
    bottom: 0.5rem;
  }
  .md\:overflow-x-unset {
    overflow-x: unset;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:flex {
    display: flex;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-full {
    width: 100%;
  }
  .md\:w-8 {
    width: 2rem;
  }

  .md\:max-w-md {
    max-width: 30rem;
  }
  .md\:max-w-\[40\%\] {
    max-width: 40%;
  }
  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:pr-7 {
    padding-right: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .page-width {
    padding-left: var(--desk-px);
    padding-right: var(--desk-px);
  }
}

@media (min-width: 1024px) {
  .lg\:relative {
    position: relative;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }
  .lg\:w-full,
  .lg\:slider-cols-1-full {
    width: 100%;
  }

  .lg\:w-1\/2,
  .lg\:slider-cols-2-full {
    width: 50%;
  }

  .lg\:w-1\/3,
  .lg\:slider-cols-3-full {
    width: 33.333333%;
  }

  .lg\:w-1\/4,
  .lg\:slider-cols-4-full {
    width: 25%;
  }

  .lg\:w-1\/5,
  .lg\:slider-cols-5-full {
    width: 20%;
  }

  .lg\:w-1\/6,
  .lg\:slider-cols-6-full {
    width: 16.6666667%;
  }

  .lg\:slider-cols-1 {
    width: 99%;
  }

  .lg\:slider-cols-2 {
    width: 45%;
  }

  .lg\:slider-cols-3 {
    width: 32%;
  }

  .lg\:slider-cols-4 {
    width: 24%;
  }

  .lg\:slider-cols-5 {
    width: 19%;
  }

  .lg\:slider-cols-6 {
    width: 16%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:snap-start {
    scroll-snap-align: start;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:max-w-huge {
    max-width: 40rem;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }
}

/**
  EVERYTHING FORWARD FROM THIS COMMENT IS AN EXTENSION OF THE ORIGINAL THEME StyleScape
**/
.sidebar {
  width: 100%;
  padding: 80px 40px 25px;
  margin-bottom: 30px;
  border: 1.11px solid rgb(222, 222, 222);
  border-radius: 6px;
}

.sidebar-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.sidebar > ul {
  list-style-type: none;
  padding: 0;
}

.sidebar ul li {
  display: block;
  margin-bottom: 0.5rem;
  text-decoration: none;
  color: rgba(var(--color-secondary-button-text));
}

.sidebar ul li::before {
  content: "•";
  color: rgba(var(--color-secondary-button-text));
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.sidebar ul li:hover {
  text-decoration: underline;
}

.sidebar-tag.active {
  font-weight: bold;
}

/**
  Ribbon style
**/
.ribbon-container {
  position: absolute;
  white-space: nowrap;
  height: 60px;
  z-index: 5;
  left: -10px;
  top: 20px;
}

.ribbon-container .ribbon-header {
  font-size: 12px;
  position: absolute;
  left: -5px;
  display: inline-block;
  padding: 8px 15px;
  z-index: 1;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ribbon-container .ribbon-header.large {
  font-size: 12px;
}
@media screen and (min-width: 750px) {
  .ribbon-container .ribbon-header.large {
    font-size: 2em;
  }
}

.ribbon-container .ribbon-header:before {
  content: "";
  width: 0;
  height: 0;
  left: 0;
  bottom: -10px;
  z-index: 1;
  display: block;
  position: absolute;
  opacity: 1;
  border-bottom: 10px solid transparent;
}

.ribbon-container .ribbon-header:after {
  content: "";
  width: 0;
  height: 0;
  right: -12px;
  bottom: 0;
  z-index: 1;
  display: block;
  position: absolute;
  border-right: 12px solid transparent;
}

.ribbon-container .ribbon-header.secondary {
  background-color: rgba(var(--color-secondary-button));
  color: rgba(var(--color-secondary-button-text));
}

.ribbon-container .ribbon-header.secondary:before {
  border-right: 15px solid
    color-mix(in srgb, rgba(var(--color-secondary-button)), #000 15%);
}

.ribbon-container .ribbon-header.secondary:after {
  border-top: 17px solid rgba(var(--color-secondary-button));
  border-bottom: 17px solid rgba(var(--color-secondary-button));
}

.ribbon-container .ribbon-header.primary {
  background-color: rgba(var(--color-button));
  color: rgba(var(--color-button-text));
}

.ribbon-container .ribbon-header.primary:before {
  border-right: 15px solid
    color-mix(in srgb, rgba(var(--color-button)), #000 15%);
}

.ribbon-container .ribbon-header.primary:after {
  border-top: 17px solid rgba(var(--color-button));
  border-bottom: 17px solid rgba(var(--color-button));
}

/** Article Card **/
.card__header h3 {
  color: rgba(var(--color-secondary-button-text));
}
.card__action {
  padding: 1em 0;
}
.read-more-btn {
  border: 3px solid rgba(var(--color-secondary-button-text));
  color: rgba(var(--color-secondary-button-text));
  padding: 10px 20px;
  font-weight: 800;
  border-radius: 6px;
}
.read-more-btn:hover {
  background-color: rgba(var(--color-secondary-button-hover));
  border: 3px solid rgba(var(--color-secondary-button-hover));
  color: rgba(var(--color-secondary-button-text-hover));
}
.card__inner {
  margin-right: 10px;
}
.side .yellow-star {
  background-color: yellow;
}

.fill-current {
  fill: currentColor; /* Uses the current text color for SVG fill */
}

.text-gray-300 {
  color: #d1d5db; /* Light gray color, adjust as needed */
}
.text-gray-600 {
  color: #4b5563; /* Dark gray color, adjust as needed */
}
.text-yellow-500 {
  color: #f59e0b; /* Yellow color, adjust as needed */
}
.text-blue-500 {
  color: #3b82f6; /* This is the shade of blue corresponding to 500 in the Tailwind CSS palette */
}

.text-blue-500:hover {
  text-decoration: underline; /* Add underline when hovered */
}

.focus\:outline-none:focus {
  outline: none; /* Remove outline when focused */
}



.product-info__rating {
    display: none!important;
}
/* ================================
   Shopify Policy Pages – Full Width
   Affects all policy pages
   ================================ */

.shopify-policy__container {
  max-width: 100% !important;
  padding-left: 16px;
  padding-right: 16px;
}

.shopify-policy__body {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}


.shopify-policy__title {
  color: transparent !important;
  text-indent: -9999px !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}