
  .footer1_social-link.svelte-1poflhn {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
    color: var(--\<unknown\|relume-variable-link-color-1\>);
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    text-decoration: none;
    display: flex;
  }
  .sub_logo.svelte-1poflhn {
    max-height: 70px;
    object-fit: contain;
    object-position: left;
  }
  .privacy.svelte-1poflhn {
    font-weight: bold;
    text-decoration: underline;
    color: var(--main);
    cursor: pointer;
  }
  .flc.svelte-1poflhn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
  }
  .footer1_form-block.svelte-1poflhn {
    max-width: 35rem;
    margin-bottom: 0;
  }
  .footer1_left-wrapper.svelte-1poflhn {
    flex-direction: column;
    display: flex;
  }
  .footer1_link-list.svelte-1poflhn {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-auto-columns: 100%;
    place-items: flex-start start;
    display: flex;
  }
  .footer1_link.svelte-1poflhn {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    text-decoration: none;
  }
  .footer1_menu-wrapper.svelte-1poflhn {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-self: auto;
    place-items: start end;
    padding-top: 15px;
    display: flex;
  }
  @media screen and (max-width: 767px) {
    .footer1_menu-wrapper.svelte-1poflhn {
      grid-column-gap: 0.25rem;
      grid-row-gap: 0.25rem;
      padding-top: 15px;
    }
    .footer1_link.svelte-1poflhn {
      font-size: 0.8rem;
    }
  }
  @media screen and (max-width: 479px) {
    .footer1_menu-wrapper.svelte-1poflhn {
      grid-column-gap: 0.75rem;
      grid-row-gap: 2.5rem;
      flex-flow: wrap;
      grid-template-columns: minmax(120px, max-content) 1fr;
      width: 100%;
    }
    .footer1_link-list.svelte-1poflhn {
      flex-flow: column;
      max-width: -moz-fit-content;
      max-width: fit-content;
      font-size: 0.75rem;
    }
    .footer1_link-list.footer-socials.svelte-1poflhn {
      align-items: center;
      width: 100%;
      max-width: none;
    }
  }
  a.svelte-1poflhn {
    color: white !important;
  }
  a.svelte-1poflhn:visited {
    color: white !important;
  }

  .selected.svelte-on54pr {
    font-weight: bold;
    color: var(--main);
  }
  /* .crop-text {
    max-width: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    text-wrap: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
  } */

  .cart-wrap.svelte-on54pr {
    z-index: 101;
  }
  .cart-wrap.svelte-on54pr {
    background-color: #000c;
    position: fixed;
    inset: 0;
    max-height: 100%;
  }

  .cart-wrap--cartType-modal.svelte-on54pr {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .overlay.svelte-on54pr {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vw;
    filter: blur(0.3);
  }
  .cart-header.svelte-on54pr {
    background-color: var(--menu-dark);
    border-bottom: 1px solid #e6e6e6;
    flex: none;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    display: flex;
    position: relative;
  }

  .cart-form-wrapper.svelte-on54pr {
    background-color: var(--menu-dark);
  }

  .cart-footer.svelte-on54pr {
    background-color: var(--menu-dark);
  }

  .cart-content.svelte-on54pr {
    position: relative;
    display: flex;
    gap: 4px;
    padding: 16px;
    width: 100%;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
  }
  .cart-totals.svelte-on54pr {
    flex: none;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 16px;
    display: flex;
  }
  .cart-total-value.svelte-on54pr {
    font-weight: 700;
  }
  .cart-button.svelte-on54pr {
    background-color: var(--main);
    color: var(--button-text);
    font-weight: 500;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
    border-width: 0;
    border-radius: 2px;
    align-items: center;
    padding: 9px 15px;
    text-decoration: none;
    display: block;
  }
  @media screen and (max-width: 479px) {
    .cart-wrap--cartType-modal.svelte-on54pr {
      flex-direction: row;
      justify-content: center;
      align-items: stretch;
    }
  }

  .w-commerce-commercecartcontainer.svelte-on54pr {
    position: absolute;
    z-index: 1002;
    background-color: var(--menu);
    flex-direction: column;
    width: 100%;
    min-width: 320px;
    max-width: 480px;
    max-height: 100%;
    display: flex;
    box-shadow: 0 5px 25px #00000040;
    overflow: scroll;
  }

  .w-commerce-commercecartheading.svelte-on54pr {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .w-commerce-commercecartformwrapper.svelte-on54pr {
    flex-direction: column;
    flex: 1;
    display: flex;
    padding: 15px 0;
  }

  .w-commerce-commercecartform.svelte-on54pr {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    display: flex;
    z-index: 3;
  }
  .cart_items.svelte-on54pr {
    max-height: 400px;
    overflow-y: scroll;
  }

  /* (unused) .w-commerce-commercecartlist {
    -webkit-overflow-scrolling: touch;
    flex: 1;
    padding: 12px 24px;
    overflow: auto;
  }*/

  .w-commerce-commercecartemptystate.svelte-on54pr {
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
  }

  .vid_cont.svelte-on54pr {
    width: 50px;
    height: 50px;
    border-radius: 7px;
    overflow: hidden;
    video:where(.svelte-on54pr) {
      object-fit: cover;
    }
  }

  @media (min-width: 600px) {
    .terms_popup.svelte-1s9m2c4 {
      width: 500px;
      min-width: 500px;
    }
  }
  .overlay.svelte-1s9m2c4 {
    width: 100%;
    height: 100%;
    z-index: 209;
    top: 0;
    left: 0;
    position: fixed;
    background-color: #22222273;
  }
  .terms_popup.svelte-1s9m2c4 {
    z-index: 210;
    position: relative;
    background-color: var(--menu-dark);
    color: var(--text-color);
    width: 350px;
    height: 70%;
    padding: 0 1rem 1rem 2rem;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: scroll;
    border-radius: 15px;
    margin: auto;
  }
  .terms_title.svelte-1s9m2c4 {
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    background-color: var(--menu-dark);
    position: sticky;
    top: 0;
  }
  .exit.svelte-1s9m2c4 {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
  }

  .footer1_social-link.svelte-1b1ebfl {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
    color: var(--\<unknown\|relume-variable-link-color-1\>);
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    text-decoration: none;
    display: flex;
  }
  .disclaimer_title.svelte-1b1ebfl {
    width: 100% !important;
    text-align: center;
  }
  .sub_logo.svelte-1b1ebfl {
    max-height: 70px;
    object-fit: contain;
    object-position: left;
  }
  .privacy.svelte-1b1ebfl {
    font-weight: bold;
    text-decoration: underline;
    color: var(--main);
    cursor: pointer;
  }
  .footer_form.svelte-1b1ebfl {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    margin-bottom: 20px;
    text-align: center;
  }
  .footer_sub.svelte-1b1ebfl {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    gap: 20px;
  }
  /* (unused) .flc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
  }*/
  .footer_items.svelte-1b1ebfl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .footer1_link-list.svelte-1b1ebfl {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-auto-columns: 100%;
    place-items: flex-start start;
    display: flex;
  }
  .footer1_link.svelte-1b1ebfl {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    text-decoration: none;
    color: white;
  }
  .footer_pages.svelte-1b1ebfl {
    display: flex;
    width: fit-content;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    width: fit-content;
    gap: 30px;
  }

  @media screen and (max-width: 767px) {
    .footer1_link.svelte-1b1ebfl {
      font-size: 0.8rem;
    }
  }
  @media screen and (max-width: 479px) {
    .footer_pages.svelte-1b1ebfl {
      gap: 10px;
    }
    .footer1_link-list.svelte-1b1ebfl {
      flex-flow: column;
      max-width: -moz-fit-content;
      max-width: fit-content;
      font-size: 0.75rem;
    }

    .footer1_link-list.footer-socials.svelte-1b1ebfl {
      align-items: center;
      width: 100%;
      max-width: none;
    }
  }

  @media screen and (max-width: 479px) {
    .pop_wrap.svelte-5k087w {
      left: unset !important;
      display: flex;
      justify-content: center;
    }
  }
  .g.svelte-5k087w {
    background-color: var(--op-green) !important;
  }
  .pop_wrap.svelte-5k087w {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 11;
  }
  .ref_close.svelte-5k087w {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
  }

  .ref.svelte-5k087w {
    position: relative;
    overflow: hidden;
    padding: 10px 20px;
    width: 95%;
    max-width: 420px;
    background-color: white;
    border-radius: 7px;
    display: none;
    color: black;
  }
  /* (unused) .ref2 {
    background: linear-gradient(
      rgb(255 255 255) 0%,
      rgba(71, 136, 75, 0.7) 130%
    );
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px);
  }*/

  /* (unused) .dollar_drop {
    position: absolute;
    top: 0;
    mask-image: linear-gradient(
      180deg,
      rgb(0, 0, 0) 0%,
      rgba(122, 122, 122, 0.89) 7%,
      rgba(255, 255, 255, 0) 100%
    );
    opacity: 0.5;
    z-index: 0 !important;
    /* scale: 0.5; *\/

    /* transform: rotate(71deg) translate(-172px, -173px); *\/
  }*/
  .ref.visible.svelte-5k087w {
    display: block;
  }
  .ref_tit.svelte-5k087w {
    position: relative;
    z-index: 1;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
  }
  .ref_cont.svelte-5k087w {
    position: relative;
    z-index: 1;
    text-align: center;
  }
  .ref_exp.svelte-5k087w {
    font-size: 18px;
  }
  .refc.svelte-5k087w {
    display: flex;
    flex-direction: row;
  }
  /* .refc2 {
    display: flex;
    justify-content: space-around;
  } */
  .rc.svelte-5k087w {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
  }
  .rc.svelte-5k087w img:where(.svelte-5k087w) {
    width: 24px;
    height: 24px;
  }
  /* .ref_assurance {
    font-size: 16px;
  } */
  .ref_link.svelte-5k087w {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    z-index: 1;
    gap: 5px;
  }
  .ref_info.svelte-5k087w {
    margin: 10px 0 5px 0a;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 600;
  }

  .ref_choice.svelte-5k087w {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
    font-weight: 550;
  }
  .ref_btn.svelte-5k087w {
    border: 1px solid var(--menu);
    outline: 1px solid white;
    border-radius: 5px;
    background-color: var(--main);
    color: black;
    font-size: 18px;
    padding: 4px 10px;
    text-wrap: nowrap;
    cursor: pointer;
  }
  .ref_form.svelte-5k087w {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    z-index: 1;
  }
  .ref_input.svelte-5k087w {
    width: clamp(170px, 180px, 200px);
    background-color: var(--menu-light);
    padding: 5px 10px;
    border-radius: 5px;
  }

  .popup.svelte-5k087w {
    position: relative;
    display: inline-flex;
    justify-content: space-between;
    gap: 5px;
    padding: 5px 15px;
    margin-left: 10px;
    border-radius: 5px;
    width: fit-content;
    background-color: var(--op-green);
    cursor: pointer;
    color: white;
    font-weight: bold;
    border: 1px solid var(--menu);
    outline: 1px solid white;
  }
  .popup_hide.svelte-5k087w {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: var(--menu);
    color: white;
    border-radius: 40px;
    /* padding: 0px 8px; */
    font-size: 16px;
    z-index: 2;
  }
  .popup.svelte-5k087w img:where(.svelte-5k087w) {
    width: 24px;
    height: 24px;
  }

  .invisible.svelte-5k087w {
    display: none !important;
  }

  /* (unused) .checkout_btn {
    margin-left: 8px;
    background: var(--main);
    font-weight: bold;
    font-size: 14px;
    padding: 4px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2px;
    color: var(--menu);
    cursor: pointer !important;
    padding-right: 8px;
    transition: all 0.5s ease-in-out;
  }*/
  /* (unused) .checkout_btn:hover {
    background: white;
  }*/
  .bubble.svelte-o3yhhg {
    display: flex;
    /* flex-direction: column; */
    z-index: 1;
    gap: 10px;
    margin: auto;
    width: fit-content;
    cursor: pointer;
    background-color: black;
    border-radius: 10px;
    padding: 10px 18px;
    /* justify-content: center; */
    /* align-items: center; */
    /* color: var(--main); */
  }
  .tot.svelte-o3yhhg {
    background-color: black;
    border-radius: 5px;
    font-weight: bold;
    padding: 1px 5px;
    font-size: 20px;
    color: var(--green);
    text-align: center;
    transition: all 0.5s ease-in-out;
  }
  .tot.svelte-o3yhhg:hover {
    color: white;
  }
  .cc.svelte-o3yhhg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 40px;
    /* height: 40px; */
    /* border-radius: 500px; */
    /* border: 2px solid var(--green); */
    /* background-color: var(--menu); */
    position: relative;
    img:where(.svelte-o3yhhg) {
      width: 20px;
    }
  }
  .count.svelte-o3yhhg {
    position: absolute;
    top: -5px;
    /* right: -10px; */
    background-color: var(--menu);
    color: var(--text);
    font-size: 10px;
    border-radius: 10px;
    padding: 1px 3px;
  }

  @keyframes svelte-119wubh-tilt {
    0% {
      transform: translateX(0);
    }
    25% {
      transform: translateX(15px);
    }
    50% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-15px);
    }
  }

  /* (unused) .swiper {
    animation-name: 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;
  }*/
  /* (unused) .no_items {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
  }*/
  /* (unused) .no_items_notif {
    cursor: pointer;
    height: 24px;
  }*/
  /* (unused) .wrap_navbar_sticky {
    margin-top: 12px;
  }*/
  /* (unused) .loader {
    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;
  }*/
  /* (unused) .list {
    min-width: 300px;
    max-width: 100%;
  }*/
  /* (unused) .listitem {
    position: relative;
  }*/
  /* .hasDiscount {
    position: absolute;
    width: 30px;
    top: 10px;
    right: 10px;
  }
  .sub_buttons {
    border-radius: 15px;
  } */
  /* (unused) .out_of_stock {
    font-weight: bold;
    font-size: 18px;
    color: #858585;
    width: 100%;
    text-align: center;
    background: var(--menu-dark);
    border-radius: 5px;
    position: relative;
  }*/
  /* (unused) .stock_notifier {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
  }*/
  @media (min-width: 765px) {
    /* (unused) .products-collection-grid {
      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;
    }*/

    /* (unused) .out_of_stock {
      font-size: 30px;
    }*/
  }
  @media (max-width: 765px) {
    /* (unused) .products-collection-grid {
      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;
    }*/
  }

  /* (unused) .products-collection-grid {
    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-119wubh {
      font-size: 20px !important;
      margin-bottom: 10px !important;
    }
    
  }

  .shop_header.svelte-119wubh {
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer;
  }
.header_icon.svelte-119wubh {
      width: 30px;
      height: 30px;
      height: auto;

    }
  /* (unused) .shop_pick {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    gap: 7px;
    .shop_item {
      border: 1px;
      padding: 5px;
      width: 150px;
      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;
    div {
      border: 1px;
      padding: 5px;
      width: 150px;
      text-align: center;
      border: 2px solid white;
    }
  }*/
  /* (unused) .shop_pick_selected {
    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;
  }*/
  /* (unused) .no_stock {
    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;
  }*/

  .sub_bar.svelte-119wubh {
    position: sticky;
    top: 10px;
    z-index: 5;
    width: 80%;
    margin: 10px 10%;
    filter: drop-shadow(0px 4px 10px #000000);
    @media (max-width: 760px) {
      width: 90%;
      margin: 10px 5%;
    }
    border-radius: 15px;
    background-color: var(--menu-dark);
    padding: 15px;
  }

  /* (unused) .save_btn {
    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) .subs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    @media (max-width: 450px) {
      .sub_btn {
        padding: 7px 4px !important;
      }
    }

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

  @keyframes svelte-119wubh-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;
  } */

  /* (unused) input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }*/

  /* (unused) input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
  }*/
  /* (unused) .activeSort {
    background-color: #8585852d;
  }*/
  
  .nav_items.svelte-119wubh {
    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;
  }
  .nav_items.svelte-119wubh:hover {
    background-color: white;
  }
.nav_items_vert.svelte-119wubh{
    width: fit-content!important;
    font-size: 12px;
  }
