/* CSS 2.4.4 */

.as-ajax--cat-sticky {
  top: 0;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.as-ajax--cat-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  justify-content: flex-start;
  align-items: flex-start;
}

.as-ajax--cat-menu a {
  display: block;
  padding: 7px 13px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background-color: rgb(255 255 255 / 5%);
  backdrop-filter: blur(3px);

}

.as-ajax--cat-menu a:hover {
border: 1px solid #9B51E0 !important;
box-shadow: 0 0 0 2px rgba(155, 81, 224, .18);
}

.as-ajax--cat-menu a.as-ajax--cat-link--active {
  background: #9b51e0;
}







.as-ajax--menu-title {
  text-align: center;
  border-radius: 25px;
  font-size: 26px;
  font-weight: 800;
  color: #9b51e0;
  margin-bottom: 15px;
  padding: 3px 0;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background-color: rgb(255 255 255 / 5%);
  backdrop-filter: blur(3px);
}

.as-ajax--menu-subtitle {
 text-align: center;
 font-size: 16px;
 font-weight: 600;
 color: #bdbdbd;
 margin: -10px 0 15px;
 padding: 6px 12px;
 border-radius: 18px;
 border: 1px solid rgba(255, 255, 255, 0.06);
 background-color: rgb(255 255 255 / 5%);
 backdrop-filter: blur(3px);
}

#as-ajax--menu-root {
  max-width: 850px;
  width: 850px;
  padding: 0 !important;
}

#as-ajax--menu-root .as-ajax--menu-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  width: 100%;
}

#as-ajax--menu-root ul.as-ajax--menu-grid li.as-ajax--menu-item {
  margin: 0 !important;
}

#as-ajax--menu-root .as-ajax--menu-item {
  border-radius: 35px;
  padding-bottom: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background-color: rgb(255 255 255 / 5%);
  backdrop-filter: blur(3px);
}

#as-ajax--menu-root .as-ajax--menu-item img {
  width: 94%;
  height: auto;
  border-radius: 35px;
  display: block;
  padding: 8px;
}

#as-ajax--menu-root .as-ajax--menu-item-title {
  font-size: 18px;
  line-height: 1.3;
  margin: 8px 0 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.93rem;
  padding-left: 12px;
  padding-right: 12px;
}

#as-ajax--menu-root .as-ajax--menu-item-desc {
  font-size: 13px;
  line-height: 1.35;
  color: #cfcfcf;
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 4.38rem;
  padding-left: 12px;
  padding-right: 12px;
}

#as-ajax--menu-root .as-ajax--menu-price {
  display: block;
  margin: 0 0 8px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  margin-left: 12px;
  margin-right: 12px;
}

#as-ajax--menu-root .as-ajax--menu-price .as-ajax--menu-price-new.as-ajax--menu-price-new--base {
  color: #fff;
  font-weight: 800;
  font-size: 20px;
}

#as-ajax--menu-root .as-ajax--menu-price .as-ajax--menu-price-new.as-ajax--menu-price-new--sale {
  color: #9b51e0;
  font-weight: 800;
  font-size: 22px;
  text-shadow: 0 0 6px rgb(155 81 224 / 50%);
}

#as-ajax--menu-root .as-ajax--menu-price .as-ajax--menu-price-old {
  color: #666;
  font-size: 15px;
  font-weight: 700;
  text-decoration: line-through;
}

#as-ajax--menu-root .as-ajax--menu-control-slot {
  padding-left: 12px;
  padding-right: 12px;
}

#as-ajax--menu-root .as-ajax--menu-add-to-cart,
#as-ajax--menu-root .as-ajax--menu-add-to-cart {
  display: block;
  width: 100%;
  text-align: center;
  background: #9b51e0;
  color: #fff;
  border: 0;
  padding: 10px 14px;
  border-radius: 35px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.05rem;
  cursor: pointer;
  font-weight: 600;
}

.as-ajax--menu-add-to-cart:hover {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(155, 81, 224, .18);
}

#as-ajax--menu-root .as-ajax--menu-qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 35px;
  padding: 1px 1px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

#as-ajax--menu-root .as-ajax--menu-qty-btn {
  border: 0;
  padding: 8px 12px;
  border-radius: 50%;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  background: #9b51e0;
  color: #fff;
}

#as-ajax--menu-root .as-ajax--menu-qty-count {
  min-width: 22px;
  text-align: center;
  font-weight: 700;
}

@keyframes qty-bump {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.18);
  }
  100% {
    transform: scale(1);
  }
}

#as-ajax--menu-root .as-ajax--menu-qty-count.as-ajax--menu-qty-count--bump {
  animation: qty-bump 180ms ease-out;
}





@media (max-width: 1024px) {
  #as-ajax--menu-root .as-ajax--menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #as-ajax--menu-root .as-ajax--menu-item img {
  width: 90%;
  }
}





#as-ajax--menu-root .as-ajax--menu-qty-btn[disabled],
#as-ajax--menu-root .as-ajax--menu-add-to-cart[disabled],
.as-ajax--mc-panel .as-ajax--mc-qty-btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

#as-ajax--menu-root .as-ajax--menu-add-to-cart[disabled] {
  background: #555;
}







.as-ajax--mc-panel {
  position: sticky;
  top: 0;
  margin-top: 4.25rem !important;
  margin-left: auto;
  max-width: 350px;
  width: 350px;
  background-color: #0d0d0d;
  border-radius: 25px;
  padding: 12px;
  color: #fff;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background-color: rgb(255 255 255 / 5%);
  backdrop-filter: blur(3px);
}

.as-ajax--mc-panel *,
.as-ajax--mc-panel *::before,
.as-ajax--mc-panel *::after {
  box-sizing: inherit;
}


.as-ajax--mc-toggle,
.as-ajax--mc-overlay {
  display: none;
}






.as-ajax--mc-icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  display: inline-block;
  filter: brightness(0) invert(1);
}

.as-ajax--mc-icon--mr {
  margin-right: 6px;
}

.as-ajax--mc-icon--checkout {}
.as-ajax--mc-icon--delivery {}
.as-ajax--mc-icon--takeaway {}
.as-ajax--mc-icon--cartDelete {}





.as-ajax--mc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.as-ajax--mc-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 1px;
  padding-left: 12px;
}





.as-ajax--mc-items {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-height: 50vh;
  overflow: auto;
  padding-right: 2px;
  position: relative;
}





.as-ajax--mc-row {
  position: relative;
  height: auto;
  min-height: 4.4rem;
  display: grid;
  grid-template-columns: 60px 1fr auto;
  grid-template-rows: 1fr;
  align-items: center;
  column-gap: 8px;
  row-gap: 0;
  border-radius: 20px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #242424;
  background-color: rgb(255 255 255 / 5%);
  backdrop-filter: blur(3px);
}





.as-ajax--mc-img {
  width: 56px;
  height: 56px;
  align-self: center;
}

.as-ajax--mc-img img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 15px;
  display: block;
}





.as-ajax--mc-main {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-self: center;
}

.as-ajax--mc-name {
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
}





.as-ajax--mc-qty {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  font-size: 14px;
}

.as-ajax--mc-qty-btn {
  background: #131313;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  padding: 4px 7px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}

.as-ajax--mc-qty-btn:hover {
 border: 1px solid #9B51E0 !important;
 color: #9B51E0;
}

.as-ajax--mc-qty-btn:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(124, 77, 255, 0.6);
}

.as-ajax--mc-qty-count {
  min-width: 20px;
  text-align: center;
  font-weight: 500;
}





.as-ajax--mc-line-total {
  grid-column: 3 / 4;
  grid-row: 1;
  align-self: center;
  justify-self: end;
  font-weight: 600;
  font-size: 14px;
  text-align: right;
  white-space: nowrap;
}





.as-ajax--mc-empty {
  text-align: center;
  padding: 16px;
  opacity: 0.7;
  letter-spacing: 0.05rem;
  border-radius: 15px;
}





.as-ajax--mc-remove {
  position: absolute;
  top: 6px;
  right: 6px;
  background: transparent;
  color: #fff;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  padding: 2px 6px;
  border-radius: 50%;
  opacity: 0.8;
}

.as-ajax--mc-remove:hover {
  opacity: 1;
  color: #cd1c18;
}

.as-ajax--mc-remove:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(124, 77, 255, 0.6);
}





.as-ajax--mc-totals {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-radius: 20px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background-color: rgb(255 255 255 / 5%);
  backdrop-filter: blur(3px);
}

.as-ajax--mc-totals-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 800;
}

.as-ajax--mc-totals-row .as-ajax--mc-totals-row--total span {
  display: flex;
  align-items: center;
}

.as-ajax--mc-totals-row--total strong {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}





.as-ajax--mc-checkout {
  margin-top: 12px;
}

.as-ajax--mc-checkout-link {
  letter-spacing: 0.05rem;
  cursor: pointer;
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: center;
  background: #9b51e0;
  color: #fff;
  border-radius: 25px;
  padding: 12px 14px;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background 0.3s, color 0.3s;
}

.as-ajax--mc-checkout a:hover {
  background-color: #b172eb;
}





.as-ajax--mc-items::-webkit-scrollbar {
  width: 8px;
}

.as-ajax--mc-items::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 25px;
}

.as-ajax--mc-items {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.18) transparent;
}





@media (max-width: 1024px) {
  .as-ajax--mc-panel {
    max-width: 100%;
  }

  .as-ajax--mc-items {
    max-height: 40vh;
  }
}





.as-ajax--mc-method {
  margin-top: 15px;
}

.as-ajax--mc-method-label { 
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #bdbdbd;
  text-align: left;
  padding-left: 12px;
}

.as-ajax--mc-method-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}


.as-ajax--mc-method-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 25px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #242424;
  background-color: rgb(255 255 255 / 5%);
  backdrop-filter: blur(3px);
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
}

.as-ajax--mc-method-btn:hover {
  border: 1px solid #9B51E0 !important;
  box-shadow: 0 0 0 2px rgba(155, 81, 224, .18);
}


.as-ajax--mc-method-btn.as-ajax--mc-method-btn--active {
 background: #9b51e0;
}


.as-ajax--mc-method-btn img.as-ajax--mc-icon {
  filter: brightness(0) invert(1);
  transition: filter 0.2s;
}

.as-ajax--mc-method-btn.as-ajax--mc-method-btn--active img.as-ajax--mc-icon {
/* filter: brightness(0) saturate(100%) invert(34%) sepia(71%) saturate(749%) hue-rotate(245deg) brightness(94%) contrast(86%); */
}


.as-ajax--mc-method-btn[disabled] {
  opacity: 0.7;
}





.as-ajax--mc-method-btn.as-ajax--mc-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0.35) 50%,
    rgba(255, 255, 255, 0) 60%
  );
  background-size: 250% 100%;
  animation: as-shimmer 1.6s linear infinite;
}

.as-ajax--mc-checkout-link.as-ajax--mc-loading {
  opacity: 0.6;
  pointer-events: none;
}

@keyframes as-shimmer {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 100%;
  }
}





.as-ajax--mc-row.as-ajax--mc-row--pending {
  border: 1px dashed #9b51e0 !important;
  position: relative;
}

.as-ajax--mc-row.as-ajax--mc-row--pending::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0.25) 50%,
    rgba(255, 255, 255, 0) 60%
  );
  background-size: 250% 100%;
  animation: as-shimmer 1.6s linear infinite;
}

.as-ajax--mc-row.as-ajax--mc-row--pending .as-ajax--mc-qty-btn,
.as-ajax--mc-row.as-ajax--mc-row--pending .as-ajax--mc-remove {
  pointer-events: none;
  opacity: 0.7;
}

.as-ajax--mc-row.as-ajax--mc-row--updating {
  border: 1px dashed rgba(255, 255, 255, 0.35) !important;
  position: relative;
}

.as-ajax--mc-row.as-ajax--mc-row--updating::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0.18) 50%,
    rgba(255, 255, 255, 0) 60%
  );
  background-size: 250% 100%;
  animation: as-shimmer 1.6s linear infinite;
}






  
@media (max-width: 768px) {

  .wp-container-core-group-is-layout-a59a05f2 {
    flex-wrap: wrap !important;
  }

  .wp-container-core-group-is-layout-f0f682c6 {
  flex-wrap: wrap !important;
  }

  .as-ajax--cat-menu {
    gap: 10px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    letter-spacing: 0.05rem;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    margin: 0 !important;
  }

  .as-ajax--cat-menu::-webkit-scrollbar {
    display: none;
  }

  .as-ajax--cat-menu a {
    font-size: 16px;
  }

    
  .as-ajax--cat-sentinel {
    display: block;
    width: 100%;
    height: 0;          
    pointer-events: none;
  }

  .as-ajax--cat-spacer {
    display: block;
    width: 100%;
    height: 0;          
    pointer-events: none;
  }



  #as-ajax--menu-root .as-ajax--menu-item {
    padding-bottom: 0;
  }


  #as-ajax--menu-root .as-ajax--menu-item img {
    grid-area: img;
    width: 100%;
    height: auto;
    border-radius: 20px;
    padding: 0;
    display: block;
  }

  #as-ajax--menu-root .as-ajax--menu-item-title {
    grid-area: title;
    padding: 0;
    margin: 0 0 4px;
    min-height: auto;
    font-size: 17px;
    line-height: 1.3;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #as-ajax--menu-root .as-ajax--menu-item-desc {
    grid-area: desc;
    padding: 0;
    margin: 0 0 6px;
    min-height: auto;
    font-size: 13px;
    line-height: 1.35;
    color: #cfcfcf;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #as-ajax--menu-root .as-ajax--menu-price {
    grid-area: price;
    margin: 0 0 6px 0;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    display: inline-block;
  }

  #as-ajax--menu-root .as-ajax--menu-price .as-ajax--menu-price-new.as-ajax--menu-price-new--base {
    color: #fff;
    font-weight: 800;
    font-size: 18px;
  }

  #as-ajax--menu-root .as-ajax--menu-price .as-ajax--menu-price-new.as-ajax--menu-price-new--sale {
    color: #9b51e0;
    font-weight: 800;
    font-size: 19px;
    text-shadow: 0 0 6px rgb(155 81 224 / 50%);
  }

  #as-ajax--menu-root .as-ajax--menu-price .as-ajax--menu-price-old {
    color: #666;
    font-size: 13px;
    font-weight: 700;
    text-decoration: line-through;
  }

  #as-ajax--menu-root .as-ajax--menu-control-slot {
    grid-area: controls;
    padding: 0;
    margin-top: 2px;
  }

  #as-ajax--menu-root .as-ajax--menu-control-slot .as-ajax--menu-add-to-cart,
  #as-ajax--menu-root .as-ajax--menu-control-slot .as-ajax--menu-add-to-cart {
    display: block;
    width: 100%;
    text-align: center;
    background: #9b51e0;
    color: #fff;
    border: 0;
    padding: 10px 14px;
    border-radius: 35px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.05rem;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.7);
  }

  #as-ajax--menu-root .as-ajax--menu-control-slot .as-ajax--menu-add-to-cart:hover,
  #as-ajax--menu-root .as-ajax--menu-control-slot .as-ajax--menu-add-to-cart:hover {
    background-color: #b172eb;
    box-shadow: 0 0 0 2px rgba(155, 81, 224, 0.18);
  }

  

  
  .as-ajax--mc-wrapper {
    position: static !important;
    width: auto !important;
  }

  
  .as-ajax--mc-toggle {
    display: inline-flex;
    position: fixed;
    right: 18px;
    bottom: 72px;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 2px solid #9b51e0;
    color: #fff;
    box-shadow: 0px 0 5px 2px rgba(0, 0, 0, 0.55);
    cursor: pointer;
    z-index: 992;
    transition: background 0.25s ease, width 0.25s ease, height 0.25s ease, border-radius 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    background-color: rgb(255 255 255 / 5%);
    backdrop-filter: blur(8px);
  }

  
  .as-ajax--mc-wrapper.as-ajax--mc-wrapper--toggle-hidden .as-ajax--mc-toggle {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .as-ajax--mc-toggle-icon {
    width: 50px;
    height: 50px;
    display: block;
    filter: brightness(0) invert(1);
    transition: filter 0.25s ease;
  }

  .as-ajax--mc-toggle-count {
    position: absolute;
    top: -2px;
    right: 1px;
    /* min-width: 15px; */
    /* height: 22px; */
    padding: 2px 7px;
    border-radius: 50%;
    background: #ff0000;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .as-ajax--mc-toggle-count.as-ajax--mc-toggle-count--empty {
    display: none;
  }

  
.as-ajax--mc-overlay {
  display: block;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 990;
  will-change: opacity, backdrop-filter;
}

  
  .as-ajax--mc-panel {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    bottom: 95px;
    margin: 0 !important;
    width: min(420px, calc(100vw - 32px));
    max-width: min(420px, calc(100vw - 32px));
    z-index: 991;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .as-ajax--mc-empty {
    padding: 70% 0 0 0;
    height: 100%;
  }

  
  .as-ajax--mc-wrapper.as-ajax--mc-wrapper--open .as-ajax--mc-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .as-ajax--mc-wrapper.as-ajax--mc-wrapper--open .as-ajax--mc-overlay {
    opacity: 1;
    visibility: visible;
  }

  .as-ajax--mc-toggle::after {
    content: "";
  }

  .as-ajax--mc-wrapper.as-ajax--mc-wrapper--open .as-ajax--mc-toggle {
    left: 50%;
    right: auto;
    bottom: 20px;
    width: min(420px, calc(100vw - 32px));
    height: 54px;
    border-radius: 35px;
    background: rgb(13 13 13 / 80%);
    border: 1px solid rgb(214 54 56 / 60%);
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.6);
    transform: translateX(-50%);
    color: #d63638;
    backdrop-filter: blur(3px);
    font-weight: 900;
  }

  .as-ajax--mc-wrapper.as-ajax--mc-wrapper--open .as-ajax--mc-toggle::after {
    content: "X";
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05rem;
  }

  .as-ajax--mc-wrapper.as-ajax--mc-wrapper--open .as-ajax--mc-toggle-icon,
  .as-ajax--mc-wrapper.as-ajax--mc-wrapper--open .as-ajax--mc-toggle-count {
    display: none;
  }

  
  html.as-ajax--mc-panel-open,
  body.as-ajax--mc-panel-open {
    overflow: hidden;
  }

  

  .as-ajax--mc-header,
  .as-ajax--mc-totals,
  .as-ajax--mc-method,
  .as-ajax--mc-checkout {
    flex: 0 0 auto;
  }


  .as-ajax--mc-items {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-right: 12px;
    scrollbar-gutter: stable both-edges;
  }

  .as-ajax--mc-items::-webkit-scrollbar {
    width: 6px;
  }

  
  .as-ajax--mc-panel .as-ajax--mc-items.as-ajax--mc-no-scroll {
    max-height: none !important;
    overflow: visible !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: auto !important;
  }
  
  .wp-container-core-group-is-layout-a1ed96d5 {
    flex-wrap: wrap;
  }

  
  .wp-container-core-group-is-layout-a1ed96d5 {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .as-ajax--cat-menu {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }


  .as-ajax--cat-menu {
    gap: 10px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    letter-spacing: 0.5px;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    margin: 0 !important;
  }

  .as-ajax--cat-menu::-webkit-scrollbar {
    display: none;
  }

  .as-ajax--cat-menu a {
    font-size: 16px;
  }

  

  
  .as-ajax--cat-sticky {
    position: relative;
    bottom: auto;
    z-index: auto;
  }

  
  .as-ajax--cat-sticky.as-ajax--cat-sticky--floating {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    max-width: 100vw;
    margin: 0 !important;
    z-index: 900;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    background: transparent;
  }

  
  .as-ajax--cat-sticky.as-ajax--cat-sticky--floating .as-ajax--cat-menu {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  

  #as-ajax--menu-root .as-ajax--menu-item {
    padding-bottom: 0;
  }

  #as-ajax--menu-root .as-ajax--menu-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding-bottom: 8px;
    overflow: visible;
  }

  #as-ajax--menu-root .as-ajax--menu-grid li.as-ajax--menu-item {
    display: grid;
    grid-template-columns: 115px 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
      "img title"
      "img desc"
      "img price"
      "img controls";
    column-gap: 12px;
    align-items: flex-start;
    border-radius: 25px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background-color: rgb(255 255 255 / 5%);
    backdrop-filter: blur(3px);
  }

  #as-ajax--menu-root .as-ajax--menu-grid li.as-ajax--menu-item > a {
    display: contents;
  }

  #as-ajax--menu-root .as-ajax--menu-item img {
    grid-area: img;
    width: 100%;
    height: auto;
    border-radius: 20px;
    padding: 0;
    display: block;
  }

  #as-ajax--menu-root .as-ajax--menu-item-desc {
    grid-area: desc;
    padding: 0;
    margin: 0 0 6px;
    min-height: auto;
    font-size: 13px;
    line-height: 1.35;
    color: #cfcfcf;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #as-ajax--menu-root .as-ajax--menu-price {
    grid-area: price;
    margin: 0 0 6px 0;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    display: inline-block;
  }

  #as-ajax--menu-root .as-ajax--menu-control-slot {
    grid-area: controls;
    padding: 0;
    margin-top: 2px;
  }

  
  .as-ajax--cat-sticky {
    position: relative;
    bottom: auto;
    z-index: auto;
  }

  
  .as-ajax--cat-sticky.as-ajax--cat-sticky--floating {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
    pointer-events: none;
  }

  
  .as-ajax--cat-sticky.as-ajax--cat-sticky--floating .as-ajax--cat-menu {
    position: relative;
    z-index: 2;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    pointer-events: auto;
  }

  
  .as-ajax--cat-sticky.as-ajax--cat-sticky--floating::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    z-index: 1;
  }

.as-ajax--cat-sticky {
    position: relative;
    top: auto;    
    bottom: auto;
    z-index: auto;
  }

  
  .as-ajax--cat-sticky.as-ajax--cat-sticky--floating {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto; 
    z-index: 900;
    margin: 0 !important;

    
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;

    display: flex;
    justify-content: center;
    pointer-events: none; 
  }

  
  .as-ajax--cat-sticky.as-ajax--cat-sticky--floating .as-ajax--cat-menu {
    pointer-events: auto;
    display: inline-flex;
    max-width: 100%;
    border-radius: 0;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background-color: rgba(0, 0, 0, 0.45);
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 12px 0 20px;
  }

  
  .as-ajax--cat-sticky.as-ajax--cat-sticky--floating::before {
    content: none !important;
  }



  .as-ajax--mc-panel .as-ajax--mc-row {
    grid-template-columns: 60px 1fr max-content 54px;
    align-items: stretch;
    overflow: hidden;
  }

  
  .as-ajax--mc-panel .as-ajax--mc-line-total {
    grid-column: 3 / 4;
    justify-self: end;
    align-self: center;
    white-space: nowrap;
  }

  
    .as-ajax--mc-panel .as-ajax--mc-remove {
        position: static;
        grid-column: 4 / 5;
        grid-row: 1;
        align-self: stretch;
        justify-self: stretch;
        display: flex;
        align-items: center;
        min-width: 54px;
        margin: -6px -6px -6px 0;
        border-radius: 0 20px 20px 0;
        background: transparent;
        font-size: 22px;
        opacity: 1;
        padding: 0;
        padding-left: 23px;
        touch-action: manipulation;
        color: #cd1c18;
    }

  .as-ajax--mc-panel .as-ajax--mc-remove:hover {
  background: rgb(214 54 56 / 1);
    color: #ffffff;
  }

  .as-ajax--mc-panel .as-ajax--mc-remove:active {
    background: rgba(205, 28, 24, 0.22);
  }

  html.as-ajax--mc-page-lock,
  body.as-ajax--mc-page-lock {
    overflow: hidden;
  }

  body.as-ajax--mc-page-lock .as-ajax--cat-sticky.as-ajax--cat-sticky--floating {
    display: none !important;
  }

  body.as-ajax--mc-page-lock .wp-container-core-group-is-layout-a1ed96d5 {
    transform: none !important;
  }

  .as-ajax--cat-sticky

}



.as-ajax--ny-modal{
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 20000;
}

.as-ajax--ny-modal--open{ display: flex; }

.as-ajax--ny-modal__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.as-ajax--ny-modal__dialog{
    position: relative;
    width: min(520px, calc(100vw - 32px));
    background: #0d0d0d;
    color: #fff;
    border-radius: 26px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background-color: rgb(255 255 255 / 5%);
    backdrop-filter: blur(35px);
}

.as-ajax--ny-modal__title{
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 8px;
  text-align: center;
  text-transform: uppercase;
}

.as-ajax--ny-modal__text{
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
}

.as-ajax--ny-modal__note{
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
  opacity: .95;
  padding: 10px 12px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgb(255 255 255 / 5%);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.as-ajax--ny-modal__actions{
    display: flex;
    gap: 15px;
    margin-top: 20px;
    padding: 0 60px 0 60px;
}

.as-ajax--ny-btn{
  flex: 1;
  padding: 10px 0 10px 0;
  border-radius: 35px;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.as-ajax--ny-btn:hover{
  border: 1px solid #9B51E0 !important;
  box-shadow: 0 0 0 2px rgba(155, 81, 224, .18);
}
.as-ajax--ny-btn--primary{
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #9b51e0;
  color: #fff;
  font-weight: 900 !important;
}

.as-ajax--ny-btn--ghost{
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

html.as-ajax--ny-modal-open,
body.as-ajax--ny-modal-open{
  overflow: hidden;
}

.as-ajax--ny-back-wrap{
  margin-top: 10px;
}

.as-ajax--ny-back-btn{
  width: 100%;
  border-radius: 35px;
  padding: 15px 0 15px 0;
  cursor: pointer;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  background-color: rgb(255 255 255 / 5%);
  border: 1px solid rgb(214 54 56 / 60%);
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.6);
  color: #d63638;
  backdrop-filter: blur(3px);
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}

.as-ajax--ny-back-btn:hover{
  background: rgb(255 255 255 / 6%);
}

a.as-ajax--mc-checkout-link.as-ajax--mc-checkout-link--disabled{
  opacity: .55;
}



@media (max-width: 768px) {
  :root {
    --wp--custom--spacing--outer: 0px;
    --wp--style--root--padding-left: 0px;
    --wp--style--root--padding-right: 0px;
  }

  html, body {
    overflow-x: hidden; 
  }
}



@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {

  .as-ajax--cat-menu a,
  .as-ajax--menu-title,
  .as-ajax--menu-subtitle,
  #as-ajax--menu-root .as-ajax--menu-item,
  .as-ajax--mc-panel,
  .as-ajax--mc-row,
  .as-ajax--mc-totals,
  .as-ajax--mc-method-btn,
  .as-ajax--ny-modal__note,
  .as-ajax--ny-back-btn {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .as-ajax--mc-toggle {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }

  .as-ajax--ny-modal__backdrop {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  .as-ajax--mc-overlay,
  .as-ajax--ny-modal__dialog{
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
  }
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .as-ajax--cat-menu a,
  .as-ajax--menu-title,
  .as-ajax--menu-subtitle,
  #as-ajax--menu-root .as-ajax--menu-item,
  .as-ajax--mc-panel,
  .as-ajax--mc-row,
  .as-ajax--mc-totals,
  .as-ajax--mc-method-btn,
  .as-ajax--mc-toggle,
  .as-ajax--mc-overlay,
  .as-ajax--ny-modal__backdrop,
  .as-ajax--ny-modal__note,
  .as-ajax--ny-back-btn {
    background-color: rgba(13, 13, 13, 0.88) !important;
  }
}
