/** Shopify CDN: Minification failed

Line 23:2 Unexpected "{"
Line 23:3 Expected identifier but found "%"
Line 23:36 Unexpected "{"
Line 23:37 Expected identifier but found "%"
Line 87:0 Expected "}" to go with "{"

**/
.vitc-ba-heading,
h2#cart-drawer-heading-empty
{
font-size: 32px;    
    text-transform: uppercase;
    letter-spacing: -1px;
  position: relative;
  font-weight: 600;
  line-height: 1.15;
  padding: 14px 16px;
  border-radius: 22px;
  text-transform: capitalize;
  color: #121212;
  {% comment %} text-align: center; {% endcomment %}
  /* Glass background */
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  /* Soft depth */
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.35);

  overflow: hidden;
  h2#cart-drawer-heading-empty::before,
.obvi-text-heading::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 22px;

  background: linear-gradient(
    120deg,
    transparent 28%,
    rgba(255, 255, 255, 0.25),
    rgba(255, 255, 255, 0.75),
    rgba(255, 255, 255, 0.35),
    transparent 72%
  );

  background-size: 300% 300%;
  animation: glassShine 4.5s linear infinite;

  /* Create real border */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;

  pointer-events: none;
  background-size: 300% 300%;
  animation: shineMove 4s linear infinite;

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;

  pointer-events: none;
}
@keyframes shineMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 300% 50%;
  }
}
.menu-list__link-title{
   margin-left: 8px;
}


