
  .loader-container.svelte-10326xy {
    position: relative;
    width: 150px;
    height: 150px;
  }
  .text.svelte-10326xy {
    text-align: center;
    color: var(--main);
    font-weight: bold;
  }
  .cannabis-leaf.svelte-10326xy {
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="" d="M11.5 22v-4.65c-.5.78-1.5 1.74-3.47 2.46c0 0 .5-1.71 1.91-2.86c-1.3.28-3.26.24-5.94-.95c0 0 2.47-1.41 5.28-1.03C7.69 14 5.7 12.08 4.17 8.11c0 0 4.5 1.23 6.74 5.03C8.88 8.24 12 2 12 2c2.43 5.47 1.91 9.1 1.12 11.1c2.25-3.77 6.71-4.99 6.71-4.99c-1.53 3.97-3.52 5.89-5.11 6.86C17.53 14.59 20 16 20 16c-2.68 1.19-4.64 1.23-5.94.95c1.41 1.15 1.91 2.86 1.91 2.86c-1.97-.72-2.97-1.68-3.47-2.46V22z"/></svg>')
      no-repeat center;
    background-size: 60%;
    animation: svelte-10326xy-glow 2s ease-in-out infinite;
  }
  /* (unused) .smoke-ring {
    position: absolute;
    box-sizing: border-box;
    border: 2px solid rgba(56, 161, 105, 0.5);
    border-radius: 50%;
    pointer-events: none;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%);
    animation: expand 3s ease-out forwards;
  }*/
  @keyframes svelte-10326xy-glow {
    0%,
    100% {
      filter: drop-shadow(0 0 5px var(--main));
      transform: scale(1);
    }
    50% {
      filter: drop-shadow(0 0 15px var(--main));
      transform: scale(1.05);
    }
  }
  @keyframes svelte-10326xy-expand {
    0% {
      width: 20px;
      height: 20px;
      opacity: 0.6;
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      width: 100px;
      height: 100px;
      opacity: 0;
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }

  .dImg.svelte-k6kkeu {
    background-image: url("../../../images/icons/errors/loading.svg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
  }
  .prod_video.svelte-k6kkeu {
    height: 100%;
    width: 100%;
  }
  /* (empty) .slide {
    /* background: var(--menu); *\/
  }*/
@keyframes svelte-k9sh0y-tilt {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(15px);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-15px);
  }
}
.swiper.svelte-k9sh0y {
  animation-name: svelte-k9sh0y-tilt; /* Name of your keyframes */
  animation-duration: 1s; /* How long one cycle of the animation takes */
  animation-timing-function: ease-in-out; /* Speed curve of the animation */
  animation-iteration-count: infinite; /* Makes the animation loop indefinitely */
  animation-direction: alternate;
}

/* (unused) .product_categories {
  z-index: 2;
  position: absolute;
  top: 16px;
  left: 10px;
  display: flex;
  gap: 3px;
}*/

/* (unused) .pcat {
  padding: 5px;
  background: var(--menu);
  border-radius: 5px;
}*/

.no_items.svelte-k9sh0y {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
}

.no_items_notif.svelte-k9sh0y {
  cursor: pointer;
  height: 24px;
}

.wrap.svelte-k9sh0y {
  margin-top: 12px;
  min-height: 600px;
}

.loader.svelte-k9sh0y {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* (unused) .sale_banner_strip span {
  position: relative;
  padding: 5px 0;
  background-color: #ed1c24;
  color: white;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  top: 10px;
  left: -5px;
  z-index: 10;
  padding: 5px 47px 2px 47px;
  transform: rotate(45deg);
  transform-origin: center;
  display: inline-block;
}*/

/* (unused) .sale_banner_strip {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
  z-index: 1;
}*/

.list.svelte-k9sh0y {
  min-width: 300px;
  max-width: 100%;
}

/* (unused) .listitem {
  position: relative;
}*/

/* .hasDiscount {
  position: absolute;
  width: 30px;
  top: 10px;
  right: 10px;
}
.sub_buttons {
  border-radius: 15px;
} */
.out_of_stock.svelte-k9sh0y {
  font-weight: bold;
  font-size: 18px;
  color: #858585;
  width: 100%;
  text-align: center;
  background: var(--menu-dark);
  border-radius: 5px;
  position: relative;
}

.stock_notifier.svelte-k9sh0y {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

@media (min-width: 765px) {
  .products-collection-grid.svelte-k9sh0y {
    gap: 20px !important;
  }
  /* (unused) .products-grid-item {
    width: unset !important;
  }*/
  /* (unused) .product-image,
  .prod_video,
  .image_wrap {
    width: 250px !important;
    height: 250px !important;
  }*/
  /* (unused) .product_name {
    color: var(--text-color);
    font-size: 1.25rem !important;
    max-width: 250px !important;
  }*/
  .out_of_stock.svelte-k9sh0y {
    font-size: 30px;
  }
}
@media (max-width: 765px) {
  .products-collection-grid.svelte-k9sh0y {
    gap: 10px !important;
  }
  /* (unused) .products-grid-item {
    width: unset !important;
  }*/
  /* (unused) .product-image,
  .prod_video,
  .image_wrap {
    width: 200px !important;
    max-width: 200px !important;
    height: 250px !important;
  }*/
}
.products-collection-grid.svelte-k9sh0y {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* grid-column-gap: 16px; */
  /* grid-row-gap: 16px; */
  /* grid-template-rows: auto auto; */
  /* grid-template-columns: 1fr 1fr; */
  /* grid-auto-columns: min-content; */
}

@media screen and (max-width: 479px) {
  /* (unused) .shop_header {
    font-size: 20px !important;
    margin-bottom: 10px !important;
  }*/
}
/* (unused) .shop_header {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  margin-bottom: 15px;
  cursor: pointer;
}*/

.shop_pick.svelte-k9sh0y {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
.shop_pick.svelte-k9sh0y .shop_item:where(.svelte-k9sh0y) {
  border: 1px;
  padding: 5px;
  min-width: 95px;
  text-align: center;
  border: 2px solid white;
}

/* (unused) .shop_pick_2 {
  background: var(--menu-dark);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  gap: 7px;
  top: 25px;
  z-index: 10;
}*/
/* (unused) .shop_pick_2 div {
  border: 1px;
  padding: 5px;
  width: 150px;
  text-align: center;
  border: 2px solid white;
}*/

.shop_pick_selected.svelte-k9sh0y {
  background: white;
  color: black;
  font-weight: bold;
  border: 2px solid black;
}

/* (unused) .products-grid-item {
  padding: 10px;
  border-radius: 10apx;
  background-color: var(--neutral-darkest);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--neutral-dark), var(--neutral-darkest));
  border: 0 solid #fff;
  flex-direction: column;
  gap: 7px;
  width: 170px;
  align-items: center;
  display: flex;
}*/

.no_stock.svelte-k9sh0y {
  filter: grayscale(1.2);
}

/* (unused) .product-image,
.prod_video {
  box-shadow: 0 0 11px 3px var(--neutral-dark);
  vertical-align: baseline;
  mix-blend-mode: normal;
  object-fit: cover;
  border-radius: 15px;
  order: 0;
  align-self: left;
  width: 155px;
  height: 155px;
}*/

/* (unused) .product_name {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  text-align: center;
  font-size: 18px;
  color: white;
  font-weight: 600;
  max-width: 155px;
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
}*/

/* (unused) .product_name:hover {
  text-decoration: underline;
}*/

/* (unused) .image_wrap {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  display: block;
  width: 155px;
  height: 155px;
}*/

.sticky_wrap.svelte-k9sh0y {
  width: 100%;
  position: sticky;
  display: flex;
  justify-content: center;
  z-index: 4;
}
@media (width >= 64rem) {
  .sticky_wrap.svelte-k9sh0y {
    top: 90px;
  }
}
@media screen and (max-width >= 1475px) {
  .sticky_wrap.svelte-k9sh0y {
    top: 70px;
  }
}

.sticky_filters.svelte-k9sh0y {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  max-width: 80%;
  background-color: var(--menu-dark);
  border-radius: 15px;
  padding: 15px;
}
@media (max-width: 760px) {
  .sticky_filters.svelte-k9sh0y {
    max-width: 90%;
    margin: 10px 5%;
  }
}

.save_btn.svelte-k9sh0y {
  position: absolute;
  right: 10px;
  background-color: var(--main-light) !important;
}

/* (unused) .notice {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}*/

/* (unused) .sub_bar .subs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}*/
@media (max-width: 450px) {
  /* (unused) .sub_bar .subs .sub_btn {
    padding: 7px 4px !important;
  }*/
}
/* (unused) .sub_bar .subs .save_btn {
  padding: 10px 15px !important;
}*/
/* (unused) .sub_bar .subs .selected_sub {
  border: 2px solid white !important;
  padding: 5px 15px 0 15px !important;
}*/
/* (unused) .sub_bar .subs .sub_btn,
.sub_bar .subs .save_btn {
  padding: 5px 15px 15px 15px;
  border-radius: 10px;
  background-color: var(--main);
  color: var(--button-text);
  border: 2px solid transparent;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  min-width: fit-content;
}*/
/* (unused) .sub_bar .subs .sub_btn a,
.sub_bar .subs .save_btn a {
  color: var(--button-text);
}*/
/* (unused) .sub_bar .subs .sub_btn a:visited,
.sub_bar .subs .save_btn a:visited {
  color: var(--button-text);
}*/
/* (unused) .sub_bar .subs .sub_btn .item_count,
.sub_bar .subs .save_btn .item_count {
  font-size: 12px;
}*/

/* .shake {
  animation: shake 0.5s ease-in-out;
} */
@keyframes svelte-k9sh0y-shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-8px);
  }
  50% {
    transform: translateX(8px);
  }
  75% {
    transform: translateX(-4px);
  }
  100% {
    transform: translateX(0);
  }
}
/* .searchBtn {
  position: absolute;
  padding: 1px;
  height: 100%;
  background: var(--main);
  width: 34px;
  top: 0;
  right: 0;
  justify-content: center;
  display: flex;
  border-radius: 0 13px 13px 0;
  cursor: pointer;
} */
input[type=number].svelte-k9sh0y::-webkit-outer-spin-button,
input[type=number].svelte-k9sh0y::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number].svelte-k9sh0y {
  -moz-appearance: textfield;
  appearance: textfield;
}

.activeSort.svelte-k9sh0y {
  background-color: rgba(133, 133, 133, 0.1764705882);
}

/* (unused) .nav_items {
  font-size: 16px;
  font-weight: bold;
  color: var(--menu);
  padding: 1px 5px;
  background-color: var(--main);
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}*/

/* (unused) .nav_items:hover {
  background-color: white;
}*/

/* (unused) .nav_items_vert {
  width: fit-content !important;
}*/