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

  .product_categories.svelte-1bqthcm {
    z-index: 2;
    position: absolute;
    top: 5px;
    right: 10px;
    display: flex;
    gap: 3px;
  }
  .pcat.svelte-1bqthcm {
    padding: 2px 7px;
    background: var(--menu);
    border-radius: 5px;
  }
  .no_items.svelte-1bqthcm {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 25px;
    width: 100%;
    text-align: center;
  }
  .no_items_notif.svelte-1bqthcm {
    cursor: pointer;
  }
  .wrap.svelte-1bqthcm {
    margin-top: 12px;
    min-height: 600px;
  }
  .loader.svelte-1bqthcm {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sale_banner_strip.svelte-1bqthcm span:where(.svelte-1bqthcm) {
    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;
  }
  .sale_banner_strip.svelte-1bqthcm {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    overflow: hidden;
    z-index: 1;
  }
  .list.svelte-1bqthcm {
    min-width: 300px;
  }
  .listitem.svelte-1bqthcm {
    position: relative;
  }
  /* (unused) .hasDiscount {
    position: absolute;
    width: 30px;
    top: 10px;
    right: 10px;
  }*/
  /* (unused) .sub_buttons {
    border-radius: 15px;
  }*/
  .out_of_stock.svelte-1bqthcm {
    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-1bqthcm {
    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-1bqthcm {
      gap: 20px !important;
    }
    .products-grid-item.svelte-1bqthcm {
      width: unset !important;
    }
    .product-image.svelte-1bqthcm,
    .prod_video.svelte-1bqthcm,
    .image_wrap.svelte-1bqthcm {
      width: 250px !important;
      height: 250px !important;
    }
    .product-name.svelte-1bqthcm {
      font-size: 1.25rem !important;
      max-width: 250px !important;
    }

    .out_of_stock.svelte-1bqthcm {
      font-size: 30px;
    }
  }

  .products-collection-grid.svelte-1bqthcm {
    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: 991px) {
  }

  @media screen and (max-width: 767px) {
  }

  @media screen and (max-width: 479px) {
    .shop_header.svelte-1bqthcm {
      font-size: 20px !important;
      margin-bottom: 10px !important;
    }
  }
  .shop_header.svelte-1bqthcm {
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    margin-bottom: 15px;
  }
  .shop_pick.svelte-1bqthcm {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    gap: 7px;
    div:where(.svelte-1bqthcm) {
      border: 1px;
      padding: 5px;
      width: 150px;
      text-align: center;
      border: 2px solid white;
    }
  }
  .shop_pick_selected.svelte-1bqthcm {
    background: white;
    color: black;
    font-weight: bold;
    border: 2px solid black;
  }
  .products-grid-item.svelte-1bqthcm {
    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-1bqthcm {
    filter: grayscale(1.2);
  }
  .product-image.svelte-1bqthcm,
  .prod_video.svelte-1bqthcm {
    box-shadow: 0 0 11px 3px var(--neutral-dark);
    vertical-align: baseline;
    mix-blend-mode: normal;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 15px;
    order: 0;
    align-self: left;
    width: 155px;
    height: 155px;
  }

  .product-name.svelte-1bqthcm {
    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;
  }

  .image_wrap.svelte-1bqthcm {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    display: block;
    width: 155px;
    height: 155px;
  }

  /* (unused) .highlight {
    color: white;
  }*/
  .sub_bar.svelte-1bqthcm {
    position: sticky;
    top: 10px;
    z-index: 2;
    width: 80%;
    margin: 10px 10%;
    border-radius: 15px;
    background-color: var(--menu-dark);
    padding: 15px;

    .save_btn:where(.svelte-1bqthcm) {
      position: absolute;
      right: 10px;
      background-color: var(--main-light) !important;
    }
    .notice:where(.svelte-1bqthcm) {
      display: none;
      position: absolute;
      top: -3px;
      right: 0;
    }

    .subs:where(.svelte-1bqthcm) {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
      @media (max-width: 450px) {
        .sub_btn:where(.svelte-1bqthcm) {
          padding: 7px 4px !important;
        }
      }

      .save_btn:where(.svelte-1bqthcm) {
        padding: 10px 15px !important;
      }
      .selected_sub:where(.svelte-1bqthcm) {
        border: 2px solid white !important;
        padding: 5px 15px 0 15px !important;
      }
      .sub_btn:where(.svelte-1bqthcm),
      .save_btn:where(.svelte-1bqthcm) {
        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;
        a:where(.svelte-1bqthcm) {
          color: var(--button-text);
        }
        a:where(.svelte-1bqthcm):visited {
          color: var(--button-text);
        }
        .item_count:where(.svelte-1bqthcm) {
          font-size: 12px;
        }
      }
    }
  }
  /* (unused) .shake {
    animation: shake 0.5s ease-in-out;
  }*/

  @keyframes svelte-1bqthcm-shake {
    0% {
      transform: translateX(0);
    }
    25% {
      transform: translateX(-8px);
    }
    50% {
      transform: translateX(8px);
    }
    75% {
      transform: translateX(-4px);
    }
    100% {
      transform: translateX(0);
    }
  }
  /* (unused) .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;
  }*/
