.cc-nano-sticky-cart {
  display: none;
}

@media (max-width: 767px) {
  body.postid-59422 {
    padding-bottom: calc(70px + env(safe-area-inset-bottom));
  }

  .cc-nano-sticky-cart:not([hidden]) {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(17, 17, 17, 0.97);
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.28);
  }

  .cc-nano-sticky-cart__price {
    min-width: 0;
    flex: 1;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
  }

  .cc-nano-sticky-cart__button {
    flex: 0 0 auto;
    min-height: 44px;
    margin: 0;
    padding: 10px 18px;
    border: 0;
    border-radius: 4px;
    background: #f7931a;
    color: #111;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
  }

  .cc-nano-sticky-cart__button:disabled {
    cursor: not-allowed;
    opacity: 0.55;
  }
}
